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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

.navigation-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2px;
  color: #1f6fff;
  font-style: normal;
  font-weight: 400;
}

.error-message {
  margin-top: 0px;
}

.logotype {
  margin-right: 20px;
  padding: 0px 12px 20px 0px;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
  border-radius: 1px;
  background-color: #fff;
  text-align: center;
}

.nav-link {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Inter, sans-serif;
  color: #333;
  font-size: 15px;
}

.nav-link:hover {
  color: #1f6fff;
}

.nav-link.w--current:hover {
  color: #1f6fff;
}

.logo {
  width: auto;
  max-height: 50px;
}

.navigation-icon {
  margin-right: 5px;
}

.search-form {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 16px;
}

.navigation-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 0px 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #ececec;
}

.search-input {
  max-width: 150px;
  margin-bottom: 0px;
  padding-left: 40px;
  border: 1px none #000;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
  color: #1f6fff;
  font-size: 15px;
}

.text-link {
  font-family: Inter, sans-serif;
  color: #1f6fff;
  text-decoration: none;
}

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

.navigation-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  min-height: auto;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-icon {
  position: absolute;
  left: 10px;
  top: 11px;
  right: auto;
  bottom: 0%;
  width: 18px;
  color: #fff;
}

.search-wrap {
  position: relative;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3f0a3d;
}

.navigation-social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #02676b;
  font-size: 15px;
}

.navigation-phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  color: #02676b;
  font-size: 15px;
}

.navigation-phone-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2px;
  color: #1f6fff;
  font-style: normal;
  font-weight: 400;
}

.section-seperator {
  position: relative;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0px;
  float: none;
  clear: left;
  border-style: solid;
  border-width: 1px;
  border-color: #f1f1f1;
}

.header {
  position: static;
  max-width: 100%;
  background-image: url('../images/header-back.webp');
  background-position: 0px 0px;
  background-size: 960px;
}

.content-page-header-wrappper {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cp-header {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.5px;
}

.cp-spotlight {
  width: 100%;
  max-width: none;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.5px;
}

.section-introduction {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-top: 110px;
  margin-bottom: 0px;
  padding: 50px;
  background-image: url('../images/header-back.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.bold-text-2 {
  letter-spacing: 0px;
}

.container {
  position: relative;
  z-index: 0;
  display: block;
  overflow: visible;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/Tekprosis_Website_Background.webp');
  background-position: 0px 0px;
  background-size: 100% 100%;
}

.tiny-header-accordion {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  color: #1f6fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tiny-header-accordion.centered {
  text-align: center;
}

.tiny-header-accordion.centered.mikro-run {
  color: #d1302e;
}

.tiny-header-accordion.centered.mikro-jump {
  color: #833a6c;
}

.tiny-header-accordion.centered.mikro-fly {
  color: #58a9de;
}

.tiny-header-accordion.centered.white {
  color: #fff;
}

.tiny-header-accordion.mikro-run {
  color: #d1302e;
}

.tiny-header-accordion.mikro-jump {
  color: #833a6c;
}

.tiny-header-accordion.mikro-fly {
  color: #58a9de;
}

.header-text {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  text-align: left;
  letter-spacing: -0.5px;
}

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

.header-text.centered.white {
  color: #fff;
  text-decoration: none;
}

.paragraph-text {
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Inter, sans-serif;
  color: #777;
  font-size: 16px;
  line-height: 1.4;
  font-style: normal;
  font-weight: 400;
  text-align: justify;
}

.paragraph-text.blue {
  color: #1f6fff;
  font-weight: 600;
}

.paragraph-text.blue {
  color: #1f6fff;
  line-height: 30px;
  font-weight: 600;
}

.paragraph-text.centered {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.paragraph-text.centered.white {
  color: #fff;
}

.paragraph-text.black {
  color: #333;
}

.content-card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 50px auto 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: center;
  grid-auto-flow: column dense;
  grid-auto-columns: 1fr;
  grid-template-areas: ". . Area";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.ne-yapar-card {
  width: 33.3%;
  height: 100%;
  max-width: none;
  min-height: 295px;
  margin: auto 0px;
  padding: 30px 0px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
}

.icon-image {
  display: block;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.ne-yapar-card-paragraph {
  margin: 15px 60px 0px;
  padding-right: 0px;
  padding-left: 0px;
  color: #777;
  text-align: center;
}

.sub-header-text {
  width: 100%;
  max-width: none;
  margin: 60px auto 20px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Inter, sans-serif;
  color: #1f6fff;
  font-size: 18px;
  line-height: 24px;
  font-style: normal;
  text-align: center;
}

.image-process {
  width: 100%;
  height: 100%;
  max-height: none;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -o-object-fit: cover;
  object-fit: cover;
}

.process-header {
  margin-top: 20px;
  margin-bottom: 5px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
  letter-spacing: -0.5px;
}

.process-spotlight {
  max-width: none;
  margin-bottom: 0px;
  padding: 5px 20px 20px;
  font-family: Inter, sans-serif;
  color: #777;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  text-align: left;
}

.button {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 6px;
  background-color: #1f6fff;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}

.button.mikro-jump {
  background-color: #833a6c;
}

.button.mikro-run {
  background-color: #d1302e;
}

.button.mikro-fly {
  background-color: #58a9de;
}

.cta-header {
  margin: 0px auto 20px;
  font-family: Inter, sans-serif;
  color: #333;
  font-size: 40px;
  line-height: 44px;
  font-weight: 300;
  text-align: center;
  letter-spacing: -0.5px;
}

.milestones-wrapper {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.milestones-line {
  max-height: 20px;
  margin-bottom: 10px;
}

.milestones-header {
  max-width: none;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  padding-right: 140px;
  padding-left: 140px;
  font-family: Inter, sans-serif;
  color: #1f6fff;
  font-size: 16px;
  line-height: 1.4;
  font-style: normal;
  text-align: center;
  letter-spacing: 2px;
}

.milestones-spotlight {
  width: 75%;
  max-width: none;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Inter, sans-serif;
  color: #8c8c8c;
  font-size: 20px;
  line-height: 1.4;
  font-style: normal;
  font-weight: 300;
  text-align: center;
}

.contact-social-media-icons {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
  text-decoration: none;
}

.contact-icon {
  max-width: 150%;
  margin-right: 10px;
}

.section-tekprosis-hakkinda {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/Tekprosis_Website_Background.webp');
  background-position: 50% 50%;
  background-size: 100% 100%;
}

.section-tekprosis-neler-yapar {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/Tekprosis_Website_Background.webp');
  background-position: 0px 0px;
  background-size: 100% 100%;
}

.collumn-spacer {
  width: 50px;
}

.container-wrapper {
  display: block;
  overflow: visible;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.section-hizmet-surecimiz {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/Tekprosis_Website_Background.webp');
  background-position: 0px 0px;
  background-size: 100% 100%;
}

.process-card {
  width: 33.3%;
  height: 100%;
  max-width: none;
  min-height: 360px;
  margin: auto 0px;
  padding: 0px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}

.process-card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 40px auto 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: center;
  grid-auto-flow: column dense;
  grid-auto-columns: 1fr;
  grid-template-areas: ". . Area";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.section-cta-new {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/Tekprosis_Website_Background.webp');
  background-position: 0px 0px;
  background-size: 100% 100%;
}

.cta-button {
  padding-top: 20px;
  text-align: center;
}

.section-milestones {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/Tekprosis_Website_Background.webp');
  background-position: 0px 0px;
  background-size: 100% 100%;
}

.play-icon {
  max-width: none;
}

.link-block {
  display: block;
  margin: 100px auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
  text-decoration: none;
}

.background-video {
  max-height: 300px;
}

.section-mikro-danismanlik {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/Tekprosis_Website_Background.webp');
  background-position: 50% 50%;
  background-size: 100% 100%;
}

.section-mikro-egitim-hizmeti {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/Tekprosis_Website_Background.webp');
  background-position: 50% 50%;
  background-size: 100% 100%;
}

.section-kurumsal-bakim-nedir {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/Tekprosis_Website_Background.webp');
  background-position: 50% 50%;
  background-size: 100% 100%;
}

.section-hizmetlerimiz {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/Tekprosis_Website_Background.webp');
  background-position: 0px 0px;
  background-size: 100% 100%;
}

.icon-left {
  margin: auto;
  color: #333;
}

.carousel {
  width: 100vw;
  height: 400px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.carousel.contained {
  position: relative;
  left: auto;
  right: auto;
  z-index: 999999;
  overflow: visible;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 20px 90px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: hsla(0, 0%, 100%, 0);
  text-align: center;
}

.carousel.contained {
  position: relative;
  left: auto;
  right: auto;
  z-index: 0;
  overflow: visible;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 20px 90px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: hsla(0, 0%, 100%, 0);
  text-align: center;
}

.carousel.contained {
  position: relative;
  left: auto;
  right: auto;
  z-index: 999999;
  overflow: visible;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 20px 90px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: hsla(0, 0%, 100%, 0);
  text-align: center;
}

.service-carousel-mask {
  position: relative;
  right: auto;
  overflow: visible;
  width: 100%;
  max-width: 250px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.icon {
  margin: auto;
  color: #333;
}

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

.service-carousel-paragraph {
  padding-right: 20px;
  padding-left: 20px;
  color: #8c8c8c;
  text-align: center;
}

.service-carousel-card {
  overflow: hidden;
  width: 250px;
  height: auto;
  max-width: 250px;
  min-width: 250px;
  margin: 0px;
  padding: 0px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
  color: #b8b9c2;
  text-decoration: none;
}

.carousel-card {
  display: block;
  width: 250px;
  height: 100%;
  max-height: 300px;
  max-width: 250px;
  min-height: 325px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 20px;
}

.service-carousel-slider {
  z-index: 0;
  max-width: 300px;
  margin-right: 20px;
  margin-left: 20px;
  padding-left: 0px;
}

.service-carousel-header {
  padding-right: 20px;
  padding-left: 20px;
  color: #333;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.slide-nav {
  overflow: hidden;
  width: 100%;
  height: 50px;
  max-width: 100%;
  margin: auto;
  padding-top: 18px;
  padding-bottom: 0px;
  background-color: hsla(0, 0%, 100%, 0);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
}

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

.service-carousel-link-mikro-danismanlik {
  margin-bottom: 0px;
  color: #ed2929;
  text-align: center;
}

.service-carousel-link-egitim {
  margin-bottom: 0px;
  color: #ff9c00;
  text-align: center;
}

.service-carousel-link-kurumsal-it {
  margin-bottom: 0px;
  color: #ffd902;
  text-align: center;
}

.service-carousel-link-web-tasarim {
  margin-bottom: 0px;
  color: #00db39;
  text-align: center;
}

.service-carousel-link-hosting-domain {
  margin-bottom: 0px;
  color: #05cce7;
  text-align: center;
}

.service-carousel-link-sanal-sunucu {
  margin-bottom: 0px;
  color: #118ae8;
  text-align: center;
}

.service-carousel-link-yazilim-gelistirme {
  margin-bottom: 0px;
  color: #ac37f5;
  text-align: center;
}

.service-carousel-link-teknik-destek {
  margin-bottom: 0px;
  color: #f3478c;
  text-align: center;
}

.container-carousel-wrapper {
  overflow: hidden;
  width: 100%;
  margin-right: 0px;
  margin-left: auto;
  padding: 10px 60px;
}

.blog-carousel-hashtag {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 0px;
  padding-left: 10px;
  color: #1f6fff;
  text-align: justify;
}

.blog-icon-image {
  display: inline-block;
  width: 300px;
  height: 165px;
  max-height: 100%;
  margin-bottom: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
}

.blog-carousel-slider {
  max-width: 300px;
  margin-right: 20px;
  margin-left: 20px;
  padding-left: 0px;
}

.blog-carousel-mask {
  position: relative;
  right: auto;
  overflow: visible;
  width: 100%;
  max-width: 300px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.blog-carousel-date {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 10px;
  padding-left: 0px;
  color: #8c8c8c;
  text-align: left;
}

.blog-carousel-card {
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 430px;
  min-height: 430px;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
  color: #b8b9c2;
}

.section-blog {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url('../images/Tekprosis_Website_Background.webp');
  background-position: 0px 0px;
  background-size: 100% 100%;
}

.service-image-mikro-danismanlik {
  display: block;
  width: 100%;
  min-height: 200px;
  margin: 30px auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/01-mikro-danismanlik-web.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.service-image-egitim-hizmetleri {
  display: block;
  width: 100%;
  min-height: 200px;
  margin: 30px auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/02-egitim-hizmeti-web.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.service-image-kurumsal-it {
  display: block;
  width: 100%;
  min-height: 200px;
  margin: 30px auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/03-kurumsal-it-danismanlik-web.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.service-image-web-tasarim {
  display: block;
  width: 100%;
  min-height: 200px;
  margin: 30px auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/04-web-tasarim-web.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.service-image-hosting-domain {
  display: block;
  width: 100%;
  min-height: 200px;
  margin: 30px auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/05-hosting-domain-hizmeti-web.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.service-image-sanal-sunucu {
  display: block;
  width: 100%;
  min-height: 200px;
  margin: 30px auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/06-sanal-sunucu-web.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.service-image-yazilim-gelistirme {
  display: block;
  width: 100%;
  min-height: 200px;
  margin: 30px auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/07-yazilim-gelistirme-web.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.service-image-teknik-servis {
  display: block;
  width: 100%;
  min-height: 200px;
  margin: 30px auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/08-teknik-servis-danismanlik-web.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.section-mikro-run {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url('../images/Tekprosis_Website_Background.webp');
  background-position: 50% 50%;
  background-size: 100% 100%;
}

.product-image-iyi-bulut {
  display: block;
  width: 100%;
  min-height: 298px;
  margin: 30px auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-image: url('../images/tekprosis-urunler-detay.webp');
  background-position: 50% 50%;
  background-size: 895px 298px;
}

.product-benefit-card {
  width: 235px;
  height: 100%;
  max-width: none;
  min-height: 235px;
  margin: auto;
  padding: 30px 0px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
}

.product-benefit-card-right {
  width: 235px;
  height: 100%;
  max-width: none;
  min-height: 235px;
  margin: auto auto auto 0px;
  padding: 30px 0px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
}

.product-benefit-card-left {
  width: 235px;
  height: 100%;
  max-width: none;
  min-height: 235px;
  margin: auto 0px auto auto;
  padding: 30px 0px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
}

.product-benefit-paragraph {
  margin: 15px 40px 0px;
  padding-right: 0px;
  padding-left: 0px;
  color: #777;
  text-align: center;
}

.section-mikro-run-hangi-isletmeler {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/Tekprosis_Website_Background.webp');
  background-position: 50% 50%;
  background-size: 100% 100%;
}

.content-card-row-2-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 50px auto 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: center;
  grid-auto-flow: column dense;
  grid-auto-columns: 1fr;
  grid-template-areas: ". . Area";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.section-mikro-run-avantajlari {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/Tekprosis_Website_Background.webp');
  background-position: 50% 50%;
  background-size: 100% 100%;
}

.bullet-text {
  width: 100%;
  max-width: none;
  margin: 20px auto 0px 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Inter, sans-serif;
  color: #777;
  font-size: 15px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.right-collumn {
  width: 100%;
}

.container-advantages-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.image {
  margin-right: 40px;
}

.section-mikro-run-cta {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/Tekprosis_Website_Background.webp');
  background-position: 50% 50%;
  background-size: 100% 100%;
}

.button-outline {
  position: relative;
  margin-right: auto;
  margin-left: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #1f6fff;
  border-radius: 6px;
  background-color: #fff;
  color: #1f6fff;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}

.button-outline.mikro-jump-outline {
  border-color: #833a6c;
  color: #833a6c;
}

.button-outline.mikro-run-outline {
  border-color: #d1302e;
  color: #d1302e;
}

.button-outline.mikro-fly-outline {
  border-color: #58a9de;
  color: #58a9de;
}

.section-urunlerimiz {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/Tekprosis_Website_Background.webp');
  background-position: 50% 50%;
  background-size: 100% 100%;
}

.product-carousel-paragraph {
  padding-right: 50px;
  padding-left: 40px;
  color: #8c8c8c;
  text-align: center;
}

.product-carousel-mask {
  position: relative;
  right: auto;
  overflow: visible;
  width: 100%;
  max-width: 250px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.product-carousel-header {
  color: #333;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.product-carousel-slider {
  max-width: 300px;
  margin-right: 20px;
  margin-left: 20px;
  padding-left: 0px;
}

.product-icon-image {
  display: inline-block;
  width: 250px;
  height: 165px;
  max-height: 100%;
  margin-bottom: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-carousel-card {
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
  color: #b8b9c2;
  text-decoration: none;
}

.product-carousel-card-body {
  height: 100%;
  max-height: 390px;
  max-width: 250px;
  min-height: 390px;
  padding: 0px 0px 40px;
}

.product-carousel-link {
  margin-bottom: 0px;
  color: #1f6fff;
  text-align: center;
}

.product-image-mikro-jump {
  display: block;
  width: 100%;
  min-height: 200px;
  margin: 30px auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/tekprosis-urunlerimiz7.webp');
  background-position: 50% 50%;
  background-size: auto;
  background-attachment: scroll;
}

.section-sektorler {
  display: none;
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url('../images/Tekprosis_Website_Background.webp');
  background-position: 50% 50%;
  background-size: 100% 100%;
}

.list-item {
  font-family: Inter, sans-serif;
}

.list {
  margin-bottom: 0px;
  padding-left: 20px;
  font-family: Inter, sans-serif;
  color: #777;
  line-height: 24px;
}

.bold-text-4 {
  line-height: 1;
}

.cozumlerimiz-image {
  width: 100%;
  margin-bottom: 60px;
  border-radius: 6px;
}

.cozumler-bullet-wrapper {
  margin-top: 40px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.cozumler-card-text {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  color: #8c8c8c;
  text-align: center;
  text-decoration: none;
}

.div-block-4 {
  width: 30px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cozumler-content-wrapper {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

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

.section-perakende {
  display: none;
  margin-top: 0px;
  padding-top: 110px;
  padding-bottom: 60px;
}

.section-makine-oto {
  display: none;
  margin-top: 0px;
  padding-top: 110px;
  padding-bottom: 60px;
}

.section-insaat {
  display: none;
  margin-top: 0px;
  padding-top: 110px;
  padding-bottom: 60px;
  background-image: url('../images/Tekprosis_Website_Background.webp');
  background-position: 0px 0px;
  background-size: 100% 100%;
}

.section-turizm {
  display: none;
  margin-top: 0px;
  padding-top: 110px;
  padding-bottom: 60px;
}

.section-mobilya {
  display: none;
  margin-top: 0px;
  padding-top: 110px;
  padding-bottom: 60px;
}

.section-egitim {
  display: none;
  margin-top: 0px;
  padding-top: 110px;
  padding-bottom: 60px;
}

.section-tekstil {
  display: none;
  margin-top: 0px;
  padding-top: 110px;
  padding-bottom: 60px;
}

.section-elektrik {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 110px;
  padding-bottom: 60px;
}

.back-to-top-button {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 8%;
  margin: 40px 30px 30px auto;
  padding: 15px 10px;
  border-radius: 6px;
  background-color: #1f6fff;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
}

.div-block-6 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-bottom: 0px;
}

.button-2 {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  border-radius: 6px;
  background-color: #1f6fff;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}

.cozumler-card {
  overflow: hidden;
  width: 110px;
  height: 160px;
  max-width: 110px;
  min-width: 110px;
  margin: 0px 5px;
  padding: 0px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
  color: #b8b9c2;
  text-decoration: none;
}

.introduction-text {
  position: static;
  width: 70%;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
}

.slider {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 0px;
}

.slide {
  position: static;
  border-radius: 6px;
}

.right-arrow {
  display: none;
}

.image-2 {
  border-radius: 6px;
  -o-object-fit: cover;
  object-fit: cover;
}

.left-arrow {
  display: none;
}

.mask {
  position: absolute;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}

.slide-nav-2 {
  display: none;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.numbers-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 0px;
}

.icon-image-2 {
  padding-bottom: 20px;
  text-align: center;
}

.numbers-header {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.5px;
}

.numbers-text {
  max-width: none;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Inter, sans-serif;
  color: #8c8c8c;
  font-size: 16px;
  line-height: 1.4;
  font-style: normal;
  text-align: center;
}

.references-icon-image {
  display: inline-block;
  width: 200px;
  height: 200px;
  max-height: 100%;
  margin-bottom: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.references-carousel-slider {
  max-width: 200px;
  margin-right: 20px;
  margin-left: 20px;
  padding-left: 0px;
}

.references-carousel-mask {
  position: relative;
  right: auto;
  z-index: 0;
  overflow: visible;
  width: 100%;
  max-width: 200px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.references-carousel-card-body {
  height: 100%;
  max-width: 200px;
  padding: 0px;
}

.references-carousel-card {
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
  color: #b8b9c2;
}

.section-rakamlarla-tekprosis {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/Tekprosis_Website_Background.webp');
  background-position: 50% 50%;
  background-size: 100% 100%;
}

.section-rakamlarla-basari-surecimiz {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/Tekprosis_Website_Background.webp');
  background-position: 50% 50%;
  background-size: 100% 100%;
}

.section-rakamlarla-referanslar {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/Tekprosis_Website_Background.webp');
  background-position: 50% 50%;
  background-size: 100% 100%;
}

.background-video-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-copy {
  margin-top: 110px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.references-wrapper {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
}

.navigation-phone-mobile {
  display: none;
  margin-right: 20px;
  color: #02676b;
  font-size: 15px;
}

.navigation-social-icons-mobile {
  display: none;
  color: #02676b;
  font-size: 15px;
}

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

.tiny-header-blog {
  width: 70%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  color: #333;
  font-size: 36px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
}

.tiny-header-blog-all {
  width: 30%;
  margin-top: auto;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  color: #777;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  text-align: right;
  letter-spacing: 1px;
  text-transform: none;
}

.blog-tiny-header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 100px;
  padding-left: 40px;
  text-align: right;
}

.blog-carousel-card-body-2 {
  height: 100%;
  max-width: 300px;
  padding: 0px;
}

.icon-2 {
  margin: auto;
  color: #333;
}

.blog-carousel-paragraph-2 {
  padding-right: 20px;
  padding-left: 20px;
  color: #8c8c8c;
  text-align: left;
}

.slide-nav-3 {
  position: absolute;
  right: auto;
  overflow: hidden;
  width: 100%;
  height: 50px;
  max-width: 100%;
  margin: auto;
  padding-top: 18px;
  padding-bottom: 0px;
  background-color: hsla(0, 0%, 100%, 0);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
}

.blog-carousel-link-2 {
  margin-bottom: 0px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  color: #1f6fff;
  text-align: left;
}

.arrow-left-2 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 50px;
  height: 50px;
}

.blog-carousel-header-2 {
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  color: #333;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
}

.blog-wrapper {
  display: block;
  overflow: hidden;
  padding-left: 60px;
}

.link {
  width: 50%;
  color: #777;
  text-decoration: none;
}

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

.form-container {
  width: 100%;
  max-width: 612px;
  direction: ltr;
}

.form-container.align-center {
  display: block;
  width: 70%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-small {
  font-size: 14px;
  line-height: 22px;
}

.text-small.form-input-label {
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.text-small.form-input-label {
  margin-bottom: 12px;
  font-weight: 400;
}

.text-small.form-input-label-2 {
  margin-bottom: 12px;
  color: #777;
  font-weight: 400;
}

.text-danger {
  color: #ad343e;
}

.form-grid-halves {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-grid-vertical {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.form-success {
  padding: 18px;
  border-radius: 5px;
  background-color: #559866;
  color: #fff;
}

.form-block {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 0px;
}

.button-3 {
  padding: 16px 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #1f6fff;
  border-radius: 5px;
  background-color: #1f6fff;
  box-shadow: inset 0 200px 200px 200px transparent;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  font-family: Inter, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-3:hover {
  box-shadow: inset 0 200px 200px 200px rgba(0, 0, 0, 0.2);
}

.form-input {
  height: 60px;
  margin-bottom: 0px;
  padding: 16px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(44, 45, 54, 0.17);
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-size: 16px;
  line-height: 24px;
}

.form-input:focus {
  border-color: #2c2d36;
}

.form-input::-webkit-input-placeholder {
  color: rgba(44, 45, 54, 0.5);
  font-size: 16px;
  line-height: 24px;
}

.form-input:-ms-input-placeholder {
  color: rgba(44, 45, 54, 0.5);
  font-size: 16px;
  line-height: 24px;
}

.form-input::-ms-input-placeholder {
  color: rgba(44, 45, 54, 0.5);
  font-size: 16px;
  line-height: 24px;
}

.form-input::placeholder {
  color: rgba(44, 45, 54, 0.5);
  font-size: 16px;
  line-height: 24px;
}

.link-with-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-error {
  margin-top: 12px;
  padding: 18px;
  border-radius: 5px;
  background-color: #ad343e;
  color: #fff;
  text-align: center;
}

.section-destek-iste {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/Tekprosis_Website_Background.webp');
  background-position: 50% 50%;
  background-size: 100% 100%;
}

.section-teklif-iste {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/Tekprosis_Website_Background.webp');
  background-position: 50% 50%;
  background-size: 100% 100%;
}

.nasil-yaparim-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 60px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: center;
  grid-auto-flow: column dense;
  grid-auto-columns: 1fr;
  grid-template-areas: ". . Area";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.nasil-yaparim-box {
  width: 50%;
  height: 100%;
  max-width: 100%;
  min-height: 100%;
  margin-right: 20px;
  margin-left: 20px;
  padding: 40px 0px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.banka-image {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.nas-l-yaparim-text {
  margin-top: 20px;
  padding-right: 60px;
  padding-left: 60px;
  font-family: Inter, sans-serif;
  color: #8c8c8c;
  text-align: center;
}

.section-nasil-yaparim {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/Tekprosis_Website_Background.webp');
  background-position: 50% 50%;
  background-size: 100% 100%;
}

.banka-bilgileri-text {
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Inter, sans-serif;
  color: #777;
  text-align: center;
}

.banka-bilgileri-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 60px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: center;
  grid-auto-flow: column dense;
  grid-auto-columns: 1fr;
  grid-template-areas: ". . Area";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.banka-bilgileri-box {
  width: 50%;
  height: 100%;
  max-width: 100%;
  min-height: 100%;
  margin-right: 20px;
  margin-left: 20px;
  padding: 40px 0px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.image-5 {
  width: 50%;
  max-width: none;
  margin: 0px;
  padding: 0px;
  border: 1px solid #000;
  border-radius: 0px;
  color: #fff;
  text-align: center;
}

.section-nasil-yaparim-alt-sekme {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/Tekprosis_Website_Background.webp');
  background-position: 50% 50%;
  background-size: 100% 100%;
}

.nasil-yaparim-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-height: 100%;
  margin-top: 40px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.success-message {
  border-radius: 4px;
  background-color: #fe6667;
  color: #fff;
  font-weight: 300;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.form-text-field {
  width: 60%;
  min-height: 45px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(87, 86, 220, 0.1);
  border-radius: 4px;
  color: rgba(39, 26, 73, 0.69);
  font-weight: 300;
}

.form-text-field:focus {
  border-color: #fe6667;
}

.footer-text {
  max-width: 30ch;
  margin-bottom: 0px;
  margin-left: 0px;
  color: #777;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}

.footer-mail-form {
  margin-top: 25px;
}

.footer-logo {
  width: 200px;
  margin-bottom: 22px;
}

.footer-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.container-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.legal-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1240px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer {
  padding: 40px 4%;
  background-color: #fff;
}

.footer-title {
  display: inline-block;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #0a1f44;
  font-size: 18px;
  font-weight: 600;
}

.legal-text {
  color: #333;
  font-size: 14px;
}

.footer-column-large {
  width: 25%;
}

.footer-link {
  margin-bottom: 10px;
  margin-left: 1px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #777;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-decoration: none;
}

.footer-link:hover {
  color: #1f6fff;
}

.form-submit-button {
  height: 45px;
  margin-left: 15px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 4px;
  background-color: #1f6fff;
  font-weight: 300;
}

.footer-icon {
  max-width: 150%;
  margin-right: 10px;
}

.seperator {
  position: relative;
  max-width: 100%;
  padding-top: 0px;
  float: none;
  clear: left;
  border-style: solid;
  border-width: 1px;
  border-color: #f1f1f1;
}

.product-image-mikro-run {
  display: block;
  width: 100%;
  min-height: 298px;
  margin: 30px auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-image: url('../images/tekprosis-urunler-detay5.webp');
  background-position: 50% 50%;
  background-size: 895px 298px;
}

.product-image-ati-mekatronik {
  display: block;
  width: 100%;
  min-height: 298px;
  margin: 30px auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-image: url('../images/tekprosis-urunler-detay2.webp');
  background-position: 50% 50%;
  background-size: 895px 298px;
}

.product-image-insaat-yazilim {
  display: block;
  width: 100%;
  min-height: 298px;
  margin: 30px auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-image: url('../images/tekprosis-urunler-detay3.webp');
  background-position: 50% 50%;
  background-size: 895px 298px;
}

.product-image-mikro-jumpp {
  display: block;
  width: 100%;
  min-height: 298px;
  margin: 30px auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-image: url('../images/tekprosis-urunler-detay6.webp');
  background-position: 50% 50%;
  background-size: 895px 298px;
}

.product-image-crm-yazilim {
  display: block;
  width: 100%;
  min-height: 298px;
  margin: 30px auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-image: url('../images/tekprosis-urunler-detay4.webp');
  background-position: 50% 50%;
  background-size: 895px 298px;
}

.product-image-mikro-fly {
  display: block;
  width: 100%;
  min-height: 298px;
  margin: 30px auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-image: url('../images/tekprosis-urunler-detay7.webp');
  background-position: 50% 50%;
  background-size: 895px 298px;
}

.image-6 {
  width: 62%;
}

.benefits-bullet {
  width: 100%;
  margin-bottom: 40px;
}

.container-advantages-wrapper-2 {
  display: block;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.container-advantages-image {
  display: block;
  width: 25%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.benefits-bullet-last {
  width: 100%;
  margin-bottom: 0px;
}

.main-cta {
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.main-cta.blue {
  color: #1f6fff;
  font-weight: 600;
}

.main-cta.blue {
  color: #1f6fff;
  line-height: 30px;
  font-weight: 600;
}

.main-cta.centered {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.main-cta.centered.white {
  color: #fff;
}

.button-white {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 6px;
  background-color: #1f6fff;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}

.button-white.mikro-jump {
  background-color: #833a6c;
}

.button-white.mikro-run {
  background-color: #d1302e;
}

.button-white.mikro-fly {
  background-color: #58a9de;
}

.recaptcha {
  margin-top: 25px;
}

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

.link-2:hover {
  color: #1f6fff;
}

.link-3 {
  color: #2375f6;
}

.footer-column-large-right {
  width: 35%;
  text-align: right;
}

.footer-text-right {
  max-width: 100%;
  margin-bottom: -10px;
  margin-left: 0px;
  color: #777;
  font-size: 14px;
  line-height: 1.4;
  text-align: right;
}

.footer-column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-text-address {
  max-width: 100%;
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: 0px;
  color: #777;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}

.link-4 {
  color: #777;
}

.link-5 {
  color: #777;
}

.link-6 {
  color: #777;
}

.form-input-check-box {
  width: 50%;
  height: 60px;
  margin-bottom: 0px;
  padding: 16px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(44, 45, 54, 0.17);
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-size: 16px;
  line-height: 24px;
}

.form-input-check-box:focus {
  border-color: #2c2d36;
}

.form-input-check-box::-webkit-input-placeholder {
  color: rgba(44, 45, 54, 0.5);
  font-size: 16px;
  line-height: 24px;
}

.form-input-check-box:-ms-input-placeholder {
  color: rgba(44, 45, 54, 0.5);
  font-size: 16px;
  line-height: 24px;
}

.form-input-check-box::-ms-input-placeholder {
  color: rgba(44, 45, 54, 0.5);
  font-size: 16px;
  line-height: 24px;
}

.form-input-check-box::placeholder {
  color: rgba(44, 45, 54, 0.5);
  font-size: 16px;
  line-height: 24px;
}

.checkbox {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0px;
}

.checkbox-label {
  margin-left: 10px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.form-input-check-box-left {
  width: 25%;
  height: 60px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 16px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(44, 45, 54, 0.17);
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-size: 16px;
  line-height: 24px;
}

.form-input-check-box-left:focus {
  border-color: #2c2d36;
}

.form-input-check-box-left::-webkit-input-placeholder {
  color: rgba(44, 45, 54, 0.5);
  font-size: 16px;
  line-height: 24px;
}

.form-input-check-box-left:-ms-input-placeholder {
  color: rgba(44, 45, 54, 0.5);
  font-size: 16px;
  line-height: 24px;
}

.form-input-check-box-left::-ms-input-placeholder {
  color: rgba(44, 45, 54, 0.5);
  font-size: 16px;
  line-height: 24px;
}

.form-input-check-box-left::placeholder {
  color: rgba(44, 45, 54, 0.5);
  font-size: 16px;
  line-height: 24px;
}

.form-input-check-box-right {
  width: 25%;
  height: 60px;
  margin-bottom: 0px;
  margin-left: 20px;
  padding: 16px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(44, 45, 54, 0.17);
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-size: 16px;
  line-height: 24px;
}

.form-input-check-box-right:focus {
  border-color: #2c2d36;
}

.form-input-check-box-right::-webkit-input-placeholder {
  color: rgba(44, 45, 54, 0.5);
  font-size: 16px;
  line-height: 24px;
}

.form-input-check-box-right:-ms-input-placeholder {
  color: rgba(44, 45, 54, 0.5);
  font-size: 16px;
  line-height: 24px;
}

.form-input-check-box-right::-ms-input-placeholder {
  color: rgba(44, 45, 54, 0.5);
  font-size: 16px;
  line-height: 24px;
}

.form-input-check-box-right::placeholder {
  color: rgba(44, 45, 54, 0.5);
  font-size: 16px;
  line-height: 24px;
}

.recaptcha--2 {
  margin-top: 0px;
}

.section-program-ihtiyac {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/Tekprosis_Website_Background.webp');
  background-position: 50% 50%;
  background-size: 100% 100%;
}

.link-7 {
  color: #777;
}

.div-block-9 {
  margin-right: 20px;
}

.contact-right {
  margin-left: 20px;
}

.contact-left {
  margin-right: 20px;
}

.contact-map-block {
  width: 100%;
  height: 200px;
  margin-top: 20px;
  border: 2px solid #fff;
  border-radius: 5px;
}

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

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

.tab-link {
  padding: 0px;
  background-color: hsla(0, 0%, 100%, 0);
}

.tab-link.w--current {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #3d70f5;
  background-color: hsla(0, 0%, 100%, 0);
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tabs-content {
  margin-top: 40px;
}

.section {
  margin-top: 80px;
  margin-bottom: 80px;
}

.form-container-two {
  width: 100%;
  max-width: 612px;
  direction: ltr;
}

.form-container-two.align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-image {
  display: block;
  width: 100%;
  min-height: 298px;
  margin: 0px auto 30px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-image: url('../images/header-back.webp');
  background-position: 50% 50%;
  background-size: 895px 298px;
}

.blog-icerik-nav-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 0px;
}

.blog-carousel-date-copy {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 10px;
  padding-left: 0px;
  color: #8c8c8c;
  text-align: left;
}

.section-blog-icerik {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url('../images/Tekprosis_Website_Background.webp');
  background-position: 50% 50%;
  background-size: 100% 100%;
}

.cta-share {
  width: 100%;
  margin: 40px auto 10px;
  font-family: Inter, sans-serif;
  color: #333;
  font-size: 40px;
  line-height: 44px;
  font-weight: 300;
  text-align: left;
  letter-spacing: -0.5px;
}

.contact-social-media-share-icons {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
  text-decoration: none;
}

.blog-spotlight-text {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  text-align: left;
  letter-spacing: -0.5px;
}

.blog-spotlight-text.centered {
  text-align: center;
}

.blog-spotlight-text.centered.white {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .navigation {
    max-width: 100%;
  }

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

  .carousel.contained {
    position: relative;
    display: block;
    overflow: scroll;
    width: 100%;
    min-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .carousel.contained {
    position: relative;
    z-index: 0;
    display: block;
    overflow: visible;
    width: 100%;
    min-width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .carousel.contained {
    position: relative;
    display: block;
    overflow: visible;
    width: 100%;
    min-width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .icon {
    display: block;
  }

  .arrow-right {
    max-width: 100px;
  }

  .slide-nav {
    position: absolute;
    display: block;
    max-width: 100%;
  }

  .arrow-left {
    display: block;
    max-width: 100px;
  }

  .container-carousel-wrapper {
    overflow: hidden;
  }

  .slider {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .mask {
    width: 100%;
  }

  .slide-nav-3 {
    position: absolute;
    max-width: 100%;
  }

  .arrow-left-2 {
    max-width: 100px;
  }

  .container-flex {
    width: 90%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .legal-wrap {
    width: 90%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer {
    padding-right: 0%;
    padding-left: 0%;
  }
}

@media screen and (min-width: 1440px) {
  .navigation-top {
    width: 80%;
    max-width: 100%;
  }

  .navigation-main {
    width: 80%;
    max-width: 100%;
  }

  .image-process {
    width: 100%;
  }

  .carousel.contained {
    overflow: visible;
  }

  .carousel.contained {
    overflow: visible;
  }

  .carousel.contained {
    overflow: visible;
  }

  .nasil-yaparim-wrapper {
    margin-top: 50px;
    margin-bottom: 0px;
  }

  .nasil-yaparim-box {
    width: 65%;
    margin-right: 25px;
    margin-left: 25px;
  }

  .nas-l-yaparim-text {
    color: #777;
    font-size: 14px;
    line-height: 20px;
  }

  .banka-bilgileri-text {
    color: #777;
    font-size: 14px;
    line-height: 20px;
  }

  .banka-bilgileri-wrapper {
    margin-top: 50px;
    margin-bottom: 0px;
  }

  .banka-bilgileri-box {
    width: 65%;
    margin-right: 25px;
    margin-left: 25px;
  }

  .container-flex {
    width: 80%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .legal-wrap {
    width: 80%;
    max-width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .navigation-top {
    width: 70%;
  }

  .navigation-main {
    width: 80%;
  }

  .section-seperator {
    position: static;
  }

  .container {
    text-align: center;
  }

  .paragraph-text {
    width: 100%;
  }

  .content-card-wrapper {
    width: 100%;
  }

  .ne-yapar-card {
    min-height: auto;
  }

  .milestones-wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-wrapper {
    width: 65%;
  }

  .process-card {
    min-height: 360px;
  }

  .process-card-wrapper {
    width: 100%;
  }

  .carousel.contained {
    position: relative;
  }

  .carousel.contained {
    position: relative;
  }

  .carousel.contained {
    position: relative;
  }

  .container-carousel-wrapper {
    width: 70%;
    margin-right: auto;
  }

  .product-benefit-card {
    min-height: 235px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .product-benefit-card-right {
    min-height: 235px;
  }

  .product-benefit-card-left {
    min-height: 235px;
  }

  .content-card-row-2-wrapper {
    width: 100%;
  }

  .bullet-text {
    width: 100%;
  }

  .container-advantages-wrapper {
    width: 65%;
  }

  .section-sektorler {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .list {
    text-align: left;
  }

  .div-block-3 {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-5 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .cozumler-content-wrapper {
    width: 65%;
  }

  .list-item-2 {
    text-align: left;
  }

  .references-wrapper {
    width: 65%;
  }

  .blog-wrapper {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }

  .form-container.align-center {
    display: block;
    width: 65%;
    max-width: none;
  }

  .text-small.form-input-label {
    color: #777;
    text-align: left;
  }

  .text-small.form-input-label-2 {
    text-align: left;
  }

  .nas-l-yaparim-text {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .banka-bilgileri-text {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .container-flex {
    width: 70%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .legal-wrap {
    width: 70%;
  }

  .seperator {
    position: static;
  }

  .container-advantages-wrapper-2 {
    width: 65%;
  }

  .container-advantages-image {
    width: 65%;
  }

  .main-cta {
    width: 100%;
  }

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

  .checkbox-field-2 {
    text-align: left;
  }

  .checkbox-field-3 {
    text-align: left;
  }

  .checkbox-field-4 {
    text-align: left;
  }

  .checkbox-field-5 {
    text-align: left;
  }

  .checkbox-field-6 {
    text-align: left;
  }

  .checkbox-field-7 {
    text-align: left;
  }

  .checkbox-field-8 {
    text-align: left;
  }

  .checkbox-field-9 {
    text-align: left;
  }

  .checkbox-field-10 {
    text-align: left;
  }

  .checkbox-field-11 {
    text-align: left;
  }

  .form-container-two.align-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 65%;
    max-width: none;
  }
}

@media screen and (max-width: 991px) {
  .logotype {
    margin-right: 10px;
    padding: 0px;
  }

  .navigation {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-link {
    display: block;
    width: 100%;
    padding: 15px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px none #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
  }

  .nav-link:hover {
    border: 1px none #000;
  }

  .logo {
    max-height: 45px;
  }

  .menu-button-green {
    display: block;
    padding: 10px;
    border-style: none;
    border-width: 1px;
    border-color: rgba(2, 103, 107, 0.1);
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
    color: #1f6fff;
  }

  .menu-button-green:hover {
    border-style: none;
  }

  .menu-button-green:active {
    border-style: none;
  }

  .menu-button-green:focus {
    border-style: none;
  }

  .menu-button-green.w--open {
    border-color: #02676b;
    background-color: #1f6fff;
  }

  .navigation-top {
    position: relative;
    display: none;
    min-height: auto;
  }

  .search-input {
    overflow: visible;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #fff;
    box-shadow: none;
    color: #8c8c8c;
  }

  .search-input:hover {
    color: #333;
  }

  .search-input:active {
    color: #333;
  }

  .search-input:focus {
    color: #333;
  }

  .search-input::-webkit-input-placeholder {
    color: #8c8c8c;
  }

  .search-input:-ms-input-placeholder {
    color: #8c8c8c;
  }

  .search-input::-ms-input-placeholder {
    color: #8c8c8c;
  }

  .search-input::placeholder {
    color: #8c8c8c;
  }

  .navigation-main {
    position: relative;
    max-width: none;
    min-height: auto;
    padding: 20px;
  }

  .search-wrap {
    position: relative;
    display: block;
  }

  .nav-menu {
    position: absolute;
    display: block;
    height: auto;
    border-bottom: 1px solid #f1f1f1;
    background-color: #fff;
  }

  .section-seperator {
    position: relative;
    left: auto;
    right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
  }

  .content-page-header-wrappper {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cp-header {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

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

  .section-introduction {
    margin-top: 90px;
    padding-right: 0px;
    padding-left: 0px;
    background-position: 50% 50%;
    background-size: cover;
  }

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

  .tiny-header-accordion {
    text-align: left;
  }

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

  .header-text.centered {
    width: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .header-text.centered.white {
    margin-bottom: 10px;
  }

  .paragraph-text {
    width: 100%;
    margin-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: justify;
  }

  .ne-yapar-card {
    max-width: 300px;
    min-height: 300px;
    min-width: 200px;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .ne-yapar-card-paragraph {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .sub-header-text {
    width: 80%;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .image-process {
    height: 100%;
    max-height: 200px;
  }

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

  .process-spotlight {
    margin-right: 40px;
    margin-left: 40px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .cta-header {
    margin-bottom: 20px;
    text-align: center;
  }

  .milestones-header {
    padding-right: 60px;
    padding-left: 60px;
    text-align: center;
  }

  .milestones-spotlight {
    padding-right: 60px;
    padding-left: 60px;
    text-align: center;
  }

  .section-tekprosis-hakkinda {
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: 50% 50%;
    background-size: 100% 100%;
  }

  .section-tekprosis-neler-yapar {
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: 50% 50%;
    background-size: 100% 100%;
  }

  .collumn-spacer {
    width: 26px;
  }

  .container-wrapper {
    display: block;
    width: 85%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-hizmet-surecimiz {
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: 50% 50%;
    background-size: 100% 100%;
  }

  .process-card {
    width: 100%;
    height: auto;
    max-width: none;
    min-height: auto;
    min-width: auto;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .process-card-wrapper {
    display: block;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section-cta-new {
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: 50% 50%;
    background-size: 100% 100%;
  }

  .section-milestones {
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: 50% 50%;
    background-size: 100% 100%;
  }

  .section-mikro-danismanlik {
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: 50% 50%;
    background-size: 100% 100%;
  }

  .section-mikro-egitim-hizmeti {
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: 50% 50%;
    background-size: 100% 100%;
  }

  .section-kurumsal-bakim-nedir {
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: 50% 50%;
    background-size: 100% 100%;
  }

  .section-hizmetlerimiz {
    padding-top: 60px;
    padding-bottom: 20px;
    background-position: 50% 50%;
    background-size: 100% 100%;
  }

  .icon-left {
    display: none;
  }

  .carousel.contained {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 60px;
    padding-left: 20px;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    text-align: left;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .carousel.contained {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 60px;
    padding-left: 20px;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    text-align: left;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .carousel.contained {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
    padding-left: 20px;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    text-align: left;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .arrow-right {
    display: none;
  }

  .service-carousel-card {
    overflow: auto;
  }

  .slide-nav {
    display: none;
    width: 100%;
  }

  .container-carousel-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .section-blog {
    padding-top: 40px;
    padding-bottom: 0px;
    background-position: 50% 50%;
    background-size: 100% 100%;
  }

  .service-image-mikro-danismanlik {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .service-image-egitim-hizmetleri {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .service-image-kurumsal-it {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .service-image-web-tasarim {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .service-image-hosting-domain {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .service-image-sanal-sunucu {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .service-image-yazilim-gelistirme {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .service-image-teknik-servis {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-mikro-run {
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: 50% 50%;
    background-size: 100% 100%;
  }

  .product-image-iyi-bulut {
    width: 100%;
    min-height: 250px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
  }

  .product-benefit-card {
    width: 200px;
    max-width: 300px;
    min-height: 255px;
    min-width: 200px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .product-benefit-card-right {
    max-width: 300px;
    min-height: 255px;
    min-width: 200px;
    margin-right: auto;
    margin-left: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .product-benefit-card-left {
    max-width: 300px;
    min-height: 255px;
    min-width: 200px;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .product-benefit-paragraph {
    margin-right: 30px;
    margin-left: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-mikro-run-hangi-isletmeler {
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: 50% 50%;
    background-size: 100% 100%;
  }

  .content-card-row-2-wrapper {
    margin-top: 20px;
  }

  .section-mikro-run-avantajlari {
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: 50% 50%;
    background-size: 100% 100%;
  }

  .bullet-text {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .left-collumn {
    margin-bottom: 20px;
  }

  .container-advantages-wrapper {
    display: block;
    width: 85%;
  }

  .section-mikro-run-cta {
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: 50% 50%;
    background-size: 100% 100%;
  }

  .section-urunlerimiz {
    padding-top: 60px;
    padding-bottom: 20px;
    background-position: 50% 50%;
    background-size: 100% 100%;
  }

  .product-image-mikro-jump {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-sektorler {
    display: block;
    padding-top: 40px;
    padding-bottom: 0px;
    background-position: 50% 50%;
    background-size: 100% 100%;
  }

  .cozumlerimiz-image {
    width: 100%;
    margin-bottom: 30px;
  }

  .cozumler-bullet-wrapper {
    margin-top: 30px;
  }

  .div-block-3 {
    overflow: auto;
    width: 100%;
    margin-right: 0px;
    margin-left: 40px;
    padding: 10px 10px 20px;
  }

  .div-block-4 {
    min-width: 20px;
  }

  .div-block-5 {
    overflow: hidden;
    margin-top: 40px;
  }

  .cozumler-content-wrapper {
    display: block;
    width: 85%;
  }

  .section-perakende {
    display: block;
    margin-top: 0px;
    padding-top: 90px;
    padding-bottom: 40px;
  }

  .section-makine-oto {
    display: block;
    margin-top: 0px;
    padding-top: 90px;
    padding-bottom: 40px;
  }

  .section-insaat {
    display: block;
    margin-top: 0px;
    padding-top: 90px;
    padding-bottom: 40px;
  }

  .section-turizm {
    display: block;
    margin-top: 0px;
    padding-top: 90px;
    padding-bottom: 40px;
  }

  .section-mobilya {
    display: block;
    margin-top: 0px;
    padding-top: 90px;
    padding-bottom: 40px;
  }

  .section-egitim {
    display: block;
    margin-top: 0px;
    padding-top: 90px;
    padding-bottom: 40px;
  }

  .section-tekstil {
    display: block;
    margin-top: 0px;
    padding-top: 90px;
    padding-bottom: 40px;
  }

  .section-elektrik {
    display: block;
    margin-top: 0px;
    padding-top: 90px;
    padding-bottom: 40px;
  }

  .back-to-top-button {
    position: -webkit-sticky;
    position: sticky;
    width: 14%;
  }

  .div-block-6 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .cozumler-card {
    overflow: auto;
    width: 110px;
    max-width: 110px;
    min-width: 110px;
  }

  .introduction-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider {
    width: auto;
    height: auto;
  }

  .slide {
    width: 100%;
    height: 100%;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .right-arrow {
    display: none;
  }

  .image-2 {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: none;
    margin: auto;
  }

  .left-arrow {
    display: none;
  }

  .mask {
    position: relative;
    width: auto;
    height: auto;
  }

  .slider-link {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .slide-nav-2 {
    position: absolute;
  }

  .numbers-columns {
    margin-right: 20px;
    margin-left: 20px;
    padding: 0px;
  }

  .numbers-column {
    padding: 20px;
  }

  .numbers-header {
    line-height: 40px;
    text-align: center;
  }

  .numbers-text {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .section-rakamlarla-tekprosis {
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: 50% 50%;
    background-size: 100% 100%;
  }

  .section-rakamlarla-basari-surecimiz {
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: 50% 50%;
    background-size: 100% 100%;
  }

  .section-rakamlarla-referanslar {
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: 50% 50%;
    background-size: 100% 100%;
  }

  .references-wrapper {
    display: block;
    width: 100%;
  }

  .tiny-header-blog {
    width: 70%;
    text-align: left;
  }

  .tiny-header-blog-all {
    width: 30%;
    text-align: right;
  }

  .blog-tiny-header-wrapper {
    padding-right: 40px;
  }

  .slide-nav-3 {
    display: none;
    width: 100%;
  }

  .blog-carousel-header-2 {
    margin-top: 20px;
  }

  .blog-wrapper {
    margin-right: auto;
    margin-left: auto;
    padding-left: 40px;
  }

  .form-container.align-center {
    display: block;
    width: 80%;
  }

  .form-block {
    margin-top: 40px;
  }

  .section-destek-iste {
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: 50% 50%;
    background-size: 100% 100%;
  }

  .section-teklif-iste {
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: 50% 50%;
    background-size: 100% 100%;
  }

  .nasil-yaparim-wrapper {
    display: block;
    margin: 0px;
  }

  .nasil-yaparim-box {
    width: 100%;
    max-width: none;
    min-height: 100%;
    min-width: 200px;
    margin: 0px 0px 40px;
  }

  .nas-l-yaparim-text {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-nasil-yaparim {
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: 50% 50%;
    background-size: 100% 100%;
  }

  .banka-bilgileri-text {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .banka-bilgileri-wrapper {
    display: block;
    margin: 0px;
  }

  .banka-bilgileri-box {
    width: 100%;
    max-width: none;
    min-height: 100%;
    min-width: 200px;
    margin: 0px 0px 40px;
  }

  .image-5 {
    width: 60%;
  }

  .section-nasil-yaparim-alt-sekme {
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: 50% 50%;
    background-size: 100% 100%;
  }

  .container-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-column {
    width: 20%;
  }

  .footer {
    position: absolute;
    left: auto;
    right: auto;
    width: 100%;
    clear: left;
    text-align: left;
  }

  .footer-column-large {
    width: 40%;
  }

  .seperator {
    position: relative;
    left: auto;
    right: auto;
    text-align: left;
  }

  .product-image-mikro-run {
    width: 100%;
    min-height: 250px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
  }

  .product-image-ati-mekatronik {
    width: 100%;
    min-height: 250px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
  }

  .product-image-insaat-yazilim {
    width: 100%;
    min-height: 250px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
  }

  .product-image-mikro-jumpp {
    width: 100%;
    min-height: 250px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
  }

  .product-image-crm-yazilim {
    width: 100%;
    min-height: 250px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
  }

  .product-image-mikro-fly {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
  }

  .container-advantages-wrapper-2 {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .container-advantages-image {
    display: none;
    width: 85%;
  }

  .main-cta {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    text-align: justify;
  }

  .footer-column-large-right {
    display: none;
    width: 40%;
  }

  .footer-column-2 {
    width: 40%;
  }

  .section-program-ihtiyac {
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: 50% 50%;
    background-size: 100% 100%;
  }

  .contact-right {
    margin-left: 0px;
  }

  .contact-left {
    margin-right: 0px;
  }

  .section {
    display: none;
  }

  .form-container-two.align-center {
    display: block;
    width: 80%;
  }

  .blog-image {
    width: 100%;
    min-height: 250px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
  }

  .section-blog-icerik {
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: 50% 50%;
    background-size: 100% 100%;
  }

  .cta-share {
    margin-bottom: 20px;
    text-align: left;
  }

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

  .blog-spotlight-text.centered {
    width: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .blog-spotlight-text.centered.white {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .navigation {
    padding-right: 0px;
    padding-left: 0px;
  }

  .logo {
    max-height: 45px;
  }

  .menu-button-green {
    border-color: #f1f1f1;
  }

  .menu-button-green:hover {
    border-style: none;
  }

  .menu-button-green:active {
    border-style: none;
  }

  .menu-button-green:focus {
    border-style: none;
  }

  .section-seperator {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .cp-header {
    width: 90%;
    line-height: 44px;
  }

  .section-introduction {
    background-position: 50% 50%;
    background-size: cover;
  }

  .container {
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .tiny-header-accordion {
    padding-top: 0px;
    border-top: 1px none #2169ea;
  }

  .tiny-header-accordion.centered.mikro-run {
    text-align: center;
  }

  .tiny-header-accordion.mikro-run {
    text-align: left;
  }

  .header-text {
    line-height: 44px;
    text-align: left;
  }

  .header-text.centered {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-text {
    width: 100%;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    color: #777;
  }

  .paragraph-text.centered {
    padding-right: 20px;
    padding-left: 20px;
  }

  .content-card-wrapper {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .ne-yapar-card {
    width: 100%;
    max-width: 100%;
    min-height: 0px;
    min-width: 0px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }

  .ne-yapar-card-paragraph {
    padding-right: 20px;
    padding-left: 20px;
  }

  .sub-header-text {
    width: 90%;
    padding-right: 0px;
    padding-left: 0px;
  }

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

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

  .cta-header {
    margin-bottom: 20px;
  }

  .milestones-wrapper {
    display: block;
  }

  .milestones-header {
    padding-right: 40px;
    padding-left: 40px;
  }

  .milestones-spotlight {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 18px;
  }

  .section-tekprosis-hakkinda {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 100% 100%;
  }

  .section-tekprosis-neler-yapar {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 100% 100%;
  }

  .container-wrapper {
    width: 85%;
  }

  .section-hizmet-surecimiz {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 100% 100%;
  }

  .process-card {
    width: 100%;
    max-width: 100%;
    min-height: 0px;
    min-width: 0px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }

  .process-card-wrapper {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .section-cta-new {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 100% 100%;
  }

  .section-milestones {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 100% 100%;
  }

  .section-mikro-danismanlik {
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: 100% 100%;
  }

  .section-mikro-egitim-hizmeti {
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: 100% 100%;
  }

  .section-kurumsal-bakim-nedir {
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: 100% 100%;
  }

  .section-hizmetlerimiz {
    padding-top: 40px;
    padding-bottom: 10px;
    background-size: 100% 100%;
  }

  .carousel.contained {
    position: relative;
    overflow: visible;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    clear: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .carousel.contained {
    position: relative;
    overflow: visible;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    clear: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .carousel.contained {
    position: relative;
    overflow: visible;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 10px;
    padding-left: 20px;
    clear: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .service-carousel-mask {
    position: relative;
    width: 60%;
  }

  .service-carousel-paragraph {
    display: none;
  }

  .service-carousel-card {
    min-width: 200px;
  }

  .carousel-card {
    max-height: 280px;
    min-height: 280px;
  }

  .container-carousel-wrapper {
    overflow: hidden;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .blog-carousel-mask {
    position: relative;
    width: 60%;
  }

  .section-blog {
    padding-top: 20px;
    padding-bottom: 20px;
    background-size: 100% 100%;
  }

  .section-mikro-run {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 100% 100%;
  }

  .product-image-iyi-bulut {
    min-height: 200px;
  }

  .product-benefit-card {
    width: 100%;
    max-width: 100%;
    min-height: 0px;
    min-width: 0px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }

  .product-benefit-card-right {
    width: 100%;
    max-width: 100%;
    min-height: 0px;
    min-width: 0px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }

  .product-benefit-card-left {
    width: 100%;
    max-width: 100%;
    min-height: 0px;
    min-width: 0px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }

  .product-benefit-paragraph {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-mikro-run-hangi-isletmeler {
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: 100% 100%;
  }

  .content-card-row-2-wrapper {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .section-mikro-run-avantajlari {
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: 100% 100%;
  }

  .bullet-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    color: #777;
    text-align: left;
  }

  .right-collumn {
    margin-right: auto;
    margin-left: auto;
  }

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

  .container-advantages-wrapper {
    width: 85%;
  }

  .image {
    margin-right: 0px;
  }

  .section-mikro-run-cta {
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: 100% 100%;
  }

  .section-urunlerimiz {
    padding-top: 40px;
    padding-bottom: 10px;
    background-size: 100% 100%;
  }

  .product-carousel-paragraph {
    display: block;
  }

  .product-carousel-mask {
    position: relative;
    width: 60%;
  }

  .product-carousel-header {
    display: block;
  }

  .product-carousel-card-body {
    min-height: 150px;
    padding-bottom: 20px;
  }

  .section-sektorler {
    display: block;
    padding-top: 50px;
    padding-bottom: 0px;
    background-size: 100% 100%;
  }

  .bold-text-4 {
    font-size: 30px;
  }

  .cozumlerimiz-image {
    width: 100%;
    margin-bottom: 20px;
  }

  .cozumler-bullet-wrapper {
    margin-top: 20px;
  }

  .div-block-3 {
    padding-bottom: 20px;
  }

  .cozumler-card-text {
    display: block;
  }

  .cozumler-content-wrapper {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .section-turizm {
    margin-right: auto;
    margin-left: auto;
  }

  .section-mobilya {
    margin-right: auto;
    margin-left: auto;
  }

  .back-to-top-button {
    width: 20%;
    margin-right: auto;
  }

  .slider {
    width: auto;
    height: auto;
    margin-right: 20px;
    margin-left: 20px;
  }

  .numbers-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .numbers-column {
    padding-right: 20px;
    padding-left: 20px;
  }

  .icon-image-2 {
    padding-bottom: 10px;
  }

  .numbers-header {
    font-size: 34px;
    line-height: 36px;
  }

  .references-carousel-mask {
    position: relative;
    width: 60%;
  }

  .section-rakamlarla-tekprosis {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 100% 100%;
  }

  .section-rakamlarla-basari-surecimiz {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 100% 100%;
  }

  .section-rakamlarla-referanslar {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 100% 100%;
  }

  .section-copy {
    margin-top: 90px;
  }

  .references-wrapper {
    width: 100%;
  }

  .tiny-header-blog {
    padding-top: 0px;
    border-top: 1px none #2169ea;
    line-height: 36px;
  }

  .tiny-header-blog-all {
    padding-top: 0px;
    border-top: 1px none #2169ea;
    line-height: 20px;
  }

  .blog-carousel-header-2 {
    margin-top: 20px;
  }

  .blog-wrapper {
    padding-left: 20px;
  }

  .form-container.align-center {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .form-block {
    margin-top: 40px;
  }

  .section-destek-iste {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 100% 100%;
  }

  .section-teklif-iste {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 100% 100%;
  }

  .nasil-yaparim-wrapper {
    display: block;
  }

  .nasil-yaparim-box {
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 0px;
    margin-bottom: 40px;
  }

  .nas-l-yaparim-text {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-nasil-yaparim {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 100% 100%;
  }

  .banka-bilgileri-text {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .banka-bilgileri-wrapper {
    display: block;
  }

  .banka-bilgileri-box {
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 0px;
    margin-bottom: 40px;
  }

  .image-5 {
    width: 70%;
    margin-bottom: 20px;
  }

  .section-nasil-yaparim-alt-sekme {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 100% 100%;
  }

  .footer-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .container-flex {
    display: block;
  }

  .footer-column {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .footer-column-large {
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .product-image-mikro-run {
    min-height: 200px;
  }

  .product-image-ati-mekatronik {
    min-height: 200px;
  }

  .product-image-insaat-yazilim {
    min-height: 200px;
  }

  .product-image-mikro-jumpp {
    min-height: 200px;
  }

  .product-image-crm-yazilim {
    min-height: 200px;
  }

  .product-image-mikro-fly {
    min-height: 200px;
    background-size: cover;
  }

  .benefits-bullet {
    margin-right: auto;
    margin-left: auto;
  }

  .container-advantages-wrapper-2 {
    width: 100%;
  }

  .container-advantages-image {
    width: 85%;
  }

  .benefits-bullet-last {
    margin-right: auto;
    margin-left: auto;
  }

  .main-cta {
    width: 100%;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    color: #777;
  }

  .main-cta.centered {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-column-large-right {
    display: none;
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
  }

  .footer-column-2 {
    width: 100%;
    margin-top: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .section-program-ihtiyac {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 100% 100%;
  }

  .contact-map-block {
    height: 300px;
  }

  .form-container-two.align-center {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .blog-image {
    min-height: 200px;
  }

  .section-blog-icerik {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 100% 100%;
  }

  .cta-share {
    margin-bottom: 20px;
  }

  .blog-spotlight-text {
    line-height: 44px;
    text-align: left;
  }

  .blog-spotlight-text.centered {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .navigation {
    padding-right: 0px;
    padding-left: 0px;
  }

  .logo {
    max-height: 40px;
  }

  .navigation-phone-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
  }

  .section-seperator {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .content-page-header-wrappper {
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
  }

  .cp-header {
    font-size: 34px;
    line-height: 38px;
  }

  .cp-spotlight {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section-introduction {
    max-height: 350px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 50%;
    background-size: cover;
  }

  .container {
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border: 1px none #000;
  }

  .tiny-header-accordion {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 0px;
    border-top: 1px none #b95b5b;
    line-height: 22px;
    text-align: left;
    letter-spacing: 1px;
  }

  .tiny-header-accordion.centered {
    padding-top: 0px;
    border-top-style: none;
  }

  .tiny-header-accordion.mikro-run {
    border-top-style: none;
  }

  .header-text {
    font-size: 34px;
    line-height: 38px;
    text-align: left;
  }

  .header-text.centered {
    padding: 0px;
    font-size: 24px;
    line-height: 30px;
  }

  .header-text.centered.white {
    padding-right: 20px;
    padding-left: 40px;
  }

  .paragraph-text {
    overflow: visible;
    max-width: 100%;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    direction: ltr;
    text-align: left;
    white-space: normal;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .paragraph-text.centered {
    position: static;
    display: inline-block;
    overflow: visible;
    max-width: none;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 0px;
    text-align: center;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .content-card-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .ne-yapar-card {
    max-width: 100%;
    padding: 20px;
  }

  .ne-yapar-card-paragraph {
    padding-right: 0px;
    padding-left: 0px;
  }

  .sub-header-text {
    width: 80%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-process {
    max-height: 150px;
  }

  .process-header {
    font-size: 26px;
    line-height: 34px;
  }

  .process-spotlight {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .cta-header {
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 34px;
    line-height: 38px;
  }

  .milestones-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .milestones-header {
    padding-right: 0px;
    padding-left: 0px;
  }

  .milestones-spotlight {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-tekprosis-hakkinda {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 100% 100%;
  }

  .section-tekprosis-neler-yapar {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 100% 100%;
  }

  .container-wrapper {
    position: static;
    display: block;
    overflow: visible;
    width: 90%;
  }

  .section-hizmet-surecimiz {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 100% 100%;
  }

  .process-card {
    max-width: 100%;
    padding: 0px 0px 20px;
  }

  .process-card-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-cta-new {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 100% 100%;
  }

  .section-milestones {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 100% 100%;
  }

  .section-mikro-danismanlik {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 100% 100%;
  }

  .section-mikro-egitim-hizmeti {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 100% 100%;
  }

  .section-kurumsal-bakim-nedir {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 100% 100%;
  }

  .section-hizmetlerimiz {
    padding-top: 40px;
    padding-bottom: 10px;
    background-size: 100% 100%;
  }

  .carousel.contained {
    display: block;
    overflow: visible;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .carousel.contained {
    overflow: visible;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .carousel.contained {
    overflow: visible;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-bottom: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .service-carousel-mask {
    width: 100%;
    max-width: 200px;
    margin-bottom: 0px;
  }

  .service-carousel-paragraph {
    display: none;
    padding-right: 20px;
    padding-left: 20px;
  }

  .service-carousel-card {
    max-width: 110px;
  }

  .carousel-card {
    max-width: 200px;
    min-height: 250px;
    margin-top: auto;
    margin-bottom: auto;
    padding: 20px;
  }

  .service-carousel-slider {
    max-width: 200px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .service-carousel-header {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-carousel-wrapper {
    width: 100%;
    margin-right: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .blog-carousel-hashtag {
    display: none;
    padding-right: 20px;
    padding-left: 20px;
  }

  .blog-icon-image {
    width: 200px;
    height: 130px;
    margin-bottom: 10px;
  }

  .blog-carousel-slider {
    max-width: 200px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .blog-carousel-mask {
    width: 100%;
    max-width: 200px;
    margin-bottom: 0px;
  }

  .blog-carousel-date {
    padding-right: 20px;
    padding-left: 0px;
  }

  .blog-carousel-card {
    max-width: 200px;
  }

  .section-blog {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 100% 100%;
  }

  .service-image-mikro-danismanlik {
    display: block;
    min-height: 150px;
  }

  .service-image-egitim-hizmetleri {
    display: block;
    min-height: 150px;
  }

  .service-image-kurumsal-it {
    display: block;
    min-height: 150px;
  }

  .service-image-web-tasarim {
    display: block;
    min-height: 150px;
  }

  .service-image-hosting-domain {
    display: block;
    min-height: 150px;
  }

  .service-image-sanal-sunucu {
    display: block;
    min-height: 150px;
  }

  .service-image-yazilim-gelistirme {
    display: block;
    min-height: 150px;
  }

  .service-image-teknik-servis {
    display: block;
    min-height: 150px;
  }

  .section-mikro-run {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 100% 100%;
  }

  .product-image-iyi-bulut {
    display: block;
    min-height: 150px;
  }

  .product-benefit-card {
    max-width: 100%;
    padding: 20px;
  }

  .product-benefit-card-right {
    max-width: 100%;
    padding: 20px;
  }

  .product-benefit-card-left {
    max-width: 100%;
    padding: 20px;
  }

  .product-benefit-paragraph {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-mikro-run-hangi-isletmeler {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 100% 100%;
  }

  .content-card-row-2-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-mikro-run-avantajlari {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 100% 100%;
  }

  .bullet-text {
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .section-mikro-run-cta {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 100% 100%;
  }

  .section-urunlerimiz {
    padding-top: 40px;
    padding-bottom: 10px;
    background-size: 100% 100%;
  }

  .product-carousel-paragraph {
    padding-right: 20px;
    padding-left: 20px;
  }

  .product-carousel-mask {
    width: 100%;
    max-width: 200px;
    margin-bottom: 0px;
  }

  .product-carousel-header {
    display: block;
    margin-top: 10px;
  }

  .product-carousel-slider {
    max-width: 200px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .product-icon-image {
    width: 200px;
    height: 130px;
    margin-bottom: 10px;
  }

  .product-carousel-card {
    max-width: 200px;
  }

  .product-carousel-card-body {
    max-width: 200px;
    min-height: 180px;
    padding: 0px 0px 20px;
  }

  .bold-text-3 {
    display: block;
  }

  .product-image-mikro-jump {
    display: block;
    min-height: 150px;
  }

  .section-sektorler {
    display: block;
    padding-top: 30px;
    padding-bottom: 0px;
    background-size: 100% 100%;
  }

  .bold-text-4 {
    font-size: 30px;
    line-height: 1;
  }

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

  .cozumler-bullet-wrapper {
    margin-top: 20px;
  }

  .div-block-3 {
    margin-left: 10px;
    padding-bottom: 20px;
  }

  .cozumler-card-text {
    display: block;
  }

  .div-block-5 {
    margin-top: 20px;
  }

  .cozumler-content-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .back-to-top-button {
    overflow: visible;
    width: 35%;
    box-shadow: 0 0 20px 20px hsla(0, 0%, 100%, 0.5);
  }

  .cozumler-card {
    max-width: 110px;
  }

  .introduction-text {
    margin-bottom: auto;
  }

  .image-2 {
    max-height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .numbers-columns {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .numbers-column {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .icon-image-2 {
    padding-bottom: 20px;
  }

  .numbers-header {
    font-size: 40px;
    line-height: 40px;
  }

  .numbers-text {
    padding-right: 40px;
    padding-left: 40px;
  }

  .references-icon-image {
    width: 200px;
    height: 200px;
    margin-bottom: 0px;
  }

  .references-carousel-slider {
    max-width: 200px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .references-carousel-mask {
    width: 100%;
    max-width: 200px;
    margin-bottom: 0px;
  }

  .references-carousel-card-body {
    max-width: 200px;
    padding: 0px;
  }

  .references-carousel-card {
    max-width: 200px;
  }

  .section-rakamlarla-tekprosis {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 100% 100%;
  }

  .section-rakamlarla-basari-surecimiz {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 100% 100%;
  }

  .section-rakamlarla-referanslar {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 100% 100%;
  }

  .background-video-2 {
    height: 400px;
  }

  .navigation-phone-mobile {
    display: block;
  }

  .navigation-social-icons-mobile {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    text-align: left;
  }

  .tiny-header-blog {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 0px;
    border-top: 1px none #b95b5b;
    line-height: 36px;
    text-align: left;
    letter-spacing: 1px;
  }

  .tiny-header-blog-all {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 0px;
    border-top: 1px none #b95b5b;
    line-height: 22px;
    text-align: left;
    letter-spacing: 1px;
  }

  .blog-tiny-header-wrapper {
    padding-left: 20px;
    line-height: 26px;
  }

  .blog-carousel-card-body-2 {
    max-width: 200px;
    padding: 0px 0px 20px;
  }

  .blog-carousel-paragraph-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .blog-carousel-link-2 {
    padding-bottom: 0px;
  }

  .blog-carousel-header-2 {
    margin-top: 10px;
  }

  .blog-wrapper {
    padding-left: 20px;
  }

  .link {
    display: none;
  }

  .form-container.align-center {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .form-grid-vertical {
    display: block;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .form-success {
    padding: 12px;
  }

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

  .form-error {
    padding: 12px;
  }

  .section-destek-iste {
    padding: 40px 20px;
    background-size: 100% 100%;
  }

  .section-teklif-iste {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 100% 100%;
  }

  .nasil-yaparim-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .nasil-yaparim-box {
    max-width: 100%;
    padding: 20px;
  }

  .banka-image {
    display: block;
    max-width: 100%;
    text-align: center;
  }

  .nas-l-yaparim-text {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-nasil-yaparim {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 100% 100%;
  }

  .banka-bilgileri-text {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 11px;
    line-height: 15px;
  }

  .banka-bilgileri-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .banka-bilgileri-box {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 20px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .image-5 {
    width: 90%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-nasil-yaparim-alt-sekme {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 100% 100%;
  }

  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .legal-wrap {
    display: block;
    text-align: center;
  }

  .footer-column {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .legal-text {
    display: block;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
  }

  .footer-column-large {
    width: 100%;
  }

  .form-submit-button {
    width: 100%;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .product-image-mikro-run {
    display: block;
    min-height: 150px;
  }

  .product-image-ati-mekatronik {
    display: block;
    min-height: 150px;
  }

  .product-image-insaat-yazilim {
    display: block;
    min-height: 150px;
  }

  .product-image-mikro-jumpp {
    display: block;
    min-height: 150px;
  }

  .product-image-crm-yazilim {
    display: block;
    min-height: 150px;
  }

  .product-image-mikro-fly {
    display: block;
    min-height: 150px;
    background-size: cover;
  }

  .main-cta {
    overflow: visible;
    max-width: 100%;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    direction: ltr;
    text-align: left;
    white-space: normal;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .main-cta.centered {
    position: static;
    display: inline-block;
    overflow: visible;
    max-width: none;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 0px;
    text-align: center;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .recaptcha {
    margin-bottom: 20px;
  }

  .footer-column-large-right {
    width: 100%;
  }

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

  .footer-column-2 {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

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

  .section-program-ihtiyac {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 100% 100%;
  }

  .form-container-two.align-center {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .blog-image {
    display: block;
    min-height: 150px;
  }

  .blog-carousel-date-copy {
    padding-right: 20px;
    padding-left: 0px;
  }

  .section-blog-icerik {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 100% 100%;
  }

  .cta-share {
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 34px;
    line-height: 38px;
    text-align: left;
  }

  .blog-spotlight-text {
    font-size: 34px;
    line-height: 38px;
    text-align: left;
  }

  .blog-spotlight-text.centered {
    padding: 0px;
    font-size: 24px;
    line-height: 30px;
  }

  .blog-spotlight-text.centered.white {
    padding-right: 20px;
    padding-left: 40px;
  }
}

