:root {
  --pollish: #4f5053;
  --general: rgba(79, 80, 83, 0);
  --white: white;
  --ans-color: #121212;
  --ans-font-size: 1.187rem;
  --back-btn: #ede7cf;
  --btn-next: #06c083;
  --black: black;
  --btn-txt: #646c73;
  --question: #646c73;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #000;
  font-family: Neue Haas Display, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tt Firs Neue, sans-serif;
  font-size: 14rem;
  font-weight: 700;
  line-height: 1.3;
}

.page-wrapper {
  overflow: hidden;
}

.arrow-icon {
  align-items: center;
  display: flex;
}

.text-style-footer {
  font-family: "Dot Gothic 16", sans-serif;
  font-size: 2rem;
}

.marquee-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #494949;
  text-decoration: none;
  transition: color .5s;
  display: flex;
}

.marquee-content:hover {
  color: #fff;
}

.main {
  padding-top: 248px;
  padding-bottom: 248px;
}

.main.is-pakistan, .main.training-pet {
  padding-top: 0;
  padding-bottom: 0;
}

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

.spline-check-body {
  background-color: #000;
}

.page-wrapper {
  background-color: var(--pollish);
  flex-flow: column;
  display: flex;
}

.page-wrapper.is-for-home {
  background-color: #000;
  overflow: visible;
}

.page-wrapper.bkash {
  background-color: var(--general);
}

.page-wrapper.bg-transperant {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  overflow: visible;
}

.page-wrapper.training-pet {
  background-color: var(--white);
}

.page-wrapper.landing {
  background-color: #09031a;
}

.div-block {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.review-contents {
  grid-column-gap: 56px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stars {
  float: left;
  width: 8%;
}

.technical-section-2 {
  background-color: #5e5f62;
  padding: 56px 5%;
}

.technical-section-2.is-2 {
  position: relative;
}

.text-block {
  color: #efefef;
  font-size: 12px;
}

.review-star-wrapper {
  background-color: #fff2d8;
  border-radius: 4px;
  align-items: flex-end;
  padding: 8px;
  display: flex;
}

.map-image {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.star-wrapper {
  flex: auto;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  display: flex;
}

.map-title {
  color: #fff;
  text-align: center;
}

.technician-contents-right {
  flex: 1;
  width: 100%;
  max-width: 608px;
}

.header-text-2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.2em;
}

.header-contents {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.map-voew-sample {
  border-radius: 16px;
  margin-top: 28px;
  margin-bottom: 28px;
  position: relative;
  overflow: hidden;
}

.author-text {
  color: #efefef;
  margin-top: 18px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}

.header-text-wrapper-2 {
  margin-top: 16px;
  margin-bottom: 24px;
}

.map-text {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

.header-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.review-style-image {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.review-text {
  font-size: 16px;
  line-height: 1.2em;
}

.technician-section {
  background-color: #d9d9d9;
  padding: 56px 5%;
  position: relative;
}

.review-left-title {
  color: #4f5053;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Krona One, sans-serif;
  font-size: 38px;
  line-height: 1.2em;
}

.header-section-2 {
  padding-top: 128px;
  padding-bottom: 158px;
}

.header-section-2.section {
  padding-top: 112px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.star-value {
  font-family: Krona One, sans-serif;
  font-size: 38px;
  line-height: 1.2em;
}

.visiting-section {
  background-color: #d9d9d9;
  padding: 56px 5%;
}

.technician-contents {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.technician-contents.is-2 {
  flex-direction: row-reverse;
}

.background-gradient {
  z-index: -1;
  filter: blur(126px);
  perspective: 1596px;
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0), rgba(254, 221, 155, .5));
  width: 556px;
  height: 532px;
  position: absolute;
  transform: rotate(50deg)perspective(1853px);
}

.review-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.technician-left-title-wrapper {
  width: 100%;
  max-width: 504px;
  margin-top: 32px;
}

.visiting-heading {
  color: #4f5053;
  text-align: center;
  font-family: Krona One, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2em;
}

.image {
  width: 100%;
  max-width: 608px;
  height: 100%;
  display: block;
}

.header-title-gold {
  color: #fedd9b;
  text-align: center;
  font-size: 4rem;
}

.technician-content-left {
  flex: 1;
  max-width: 504px;
}

.review-section-text {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}

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

.button-secondary {
  border: 1px solid #ef4636;
  border-radius: 4px;
  padding: 12px 20px;
}

.button-secondary.transperent {
  background-color: rgba(56, 152, 236, 0);
  padding-left: 48px;
  padding-right: 48px;
}

.map-section {
  background-color: #4f5053;
  padding-top: 56px;
  padding-bottom: 56px;
}

.paragraph {
  color: #000;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}

.paragraph.is-2 {
  color: #efefef;
}

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

.technician-rectangla-wrapper.is-2 {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: rotate(180deg);
}

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

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

.button-primary {
  background-color: #ef4636;
  border: 1px solid #ef4636;
  border-radius: 4px;
  padding: 12px 20px;
}

.map-icon {
  float: left;
  margin-right: 21px;
}

.reviews-card-wrapper {
  background-color: #4f5053;
  border-radius: 4px;
  padding: 16px;
}

.rectangle-image {
  margin-top: 0;
}

.rectangle-image.is-2 {
  margin-top: 5px;
}

.visiting-lightbox {
  border-radius: 12px;
  width: 100%;
  max-width: 608px;
  margin-top: 56px;
  margin-bottom: 26px;
  display: block;
  position: relative;
  overflow: hidden;
}

.container-1230 {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.map-image-wrapper {
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.visiting-text {
  color: #4f5053;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  line-height: 1.2em;
}

.technical-icon-wrapper {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.technical-icon-wrapper.is-2 {
  opacity: .23;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 11%;
  transform: rotate(180deg);
}

.review-style-wrapper.is2 {
  transform-style: preserve-3d;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.header-title-2 {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tesla, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.2em;
}

.text-block-3 {
  color: #fff;
  font-size: 18px;
  line-height: 1.2em;
}

.map-contents {
  position: relative;
}

.technician-left-title {
  color: #b4975c;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Krona One, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2em;
}

.review-card-top {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.review-section {
  background-color: #d9d9d9;
  padding: 56px 5%;
  position: relative;
}

.navigation-2 {
  padding: 14px 5%;
}

.nav-humberger-menu {
  display: none;
}

.nav-menus-text {
  font-family: Poppins, sans-serif;
}

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

.nav-menus {
  color: #fff;
  padding: 8px 14px;
  text-decoration: none;
}

.nav-menus.w--current {
  color: #fedd9b;
}

.nav-menus.nav-button {
  background-color: #ef4636;
  border-radius: 4px;
  position: static;
}

.nav-menus.nav-button.is-card {
  width: 100%;
  margin-top: 24px;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-menus.nav-button.is-card.is-2 {
  text-align: center;
  background-color: rgba(239, 70, 54, 0);
  border: 1px solid #f8aaa3;
  margin-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.nav-contents-wrapper {
  z-index: 9999;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -7px;
  padding-top: 0;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
  position: relative;
}

.humberger-lottie {
  width: 50px;
  display: block;
}

.div-block-2 {
  background-color: #ebebeb;
  padding: 112px 5%;
}

.hexa-studio {
  color: #ef4636;
}

.footer-title {
  text-align: left;
  letter-spacing: -.6px;
  border: 1px #b4975c;
  font-family: Tesla, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2em;
}

.footer-right-2 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 560px;
  display: flex;
}

.footer-menus {
  color: #000;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.footer-text-2 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}

.footer-copyright {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

.menu {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 1.2em;
}

.footer-contents {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.dropdown-text {
  color: #fff;
  white-space: break-spaces;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.dropdown-icns {
  color: #fff;
}

.text-wrap {
  word-break: break-all;
  margin-right: 0;
}

.dropdown-toggle {
  border-bottom: 0 solid #818181;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.toggle-image {
  flex: 0 auto;
}

.accordion-list {
  background-color: #68696c;
  padding-left: 20px;
  padding-right: 0;
  display: block;
  position: static;
}

.faq-section {
  padding: 80px 5%;
}

.faq-option {
  color: #fff;
  white-space: break-spaces;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
}

.card-bottom {
  padding-left: 40px;
  padding-right: 40px;
}

.dropdown-main {
  border-bottom: 1px solid #8d8d8d;
  width: 100%;
  display: block;
  overflow: hidden;
}

.card-spacher {
  z-index: 10000;
  background-color: #fedd9b;
  width: 47px;
  height: 4px;
  display: block;
}

.formulla-card-text {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.faq-accordion {
  border-top: 2px solid #999;
  border-bottom: 0 solid #8c8c8c;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 0;
  overflow: hidden;
}

.faq-accordion.is-1 {
  border-top-width: 0;
}

.formula-header-section {
  padding-top: 56px;
  padding-bottom: 56px;
}

.card-contents-wrapper {
  background-color: #68696c;
  padding-bottom: 40px;
}

.card-top-contnets {
  position: relative;
}

.faq-icon {
  color: #fff;
  width: 24px;
  height: 24px;
  font-size: 24px;
}

.faq-answer-list {
  background-color: rgba(221, 221, 221, 0);
  display: block;
  position: static;
}

.faq-answer-list.w--open {
  background-color: rgba(221, 221, 221, 0);
  padding-top: 8px;
}

.background-overlay {
  background-image: linear-gradient(56deg, #68696c 12%, rgba(68, 255, 0, 0) 62%), linear-gradient(rgba(68, 255, 0, 0), #68696c);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.accordion-text {
  color: #fff;
  white-space: break-spaces;
  word-break: normal;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.toggle-img-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-2 {
  color: #fff;
}

.formula-card-title-wrapper {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.faq-answer {
  color: #fff;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.formula-cxard-lst-txt {
  color: #fff;
  font-family: Poppins, sans-serif;
  line-height: 1.2em;
}

.formula-cards-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 56px;
  display: grid;
}

.card-main-image {
  border-radius: 8px;
  width: 100%;
  display: block;
}

.formula-title {
  color: #fedd9b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Krona One, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2em;
}

.formula-tritle {
  color: #fff;
  font-family: Krona One, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2em;
}

.ceramic-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  flex-direction: column;
  align-self: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 921px;
  height: auto;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  display: flex;
  overflow: hidden;
}

.gallery-top-image-wrapper {
  max-width: 608px;
}

.gallery-right-title {
  color: #fedd9b;
  margin-top: 0;
  margin-bottom: 0;
}

.youtube-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-container {
  width: 100vw;
  max-width: 1230px;
  min-height: 300px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  overflow: visible;
}

.gallery-top-title-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 504px;
  max-width: 504px;
  display: flex;
}

.ceramic-section {
  background-color: #d9d9d9;
  padding: 56px 5%;
  position: relative;
}

.certificate-text {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.gallery-page-title {
  color: #fedd9b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Krona One, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 42px;
}

.ceramic-gellery-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  overflow: hidden;
}

.slider-icon {
  color: #ef4636;
}

.ceramic-contents {
  grid-column-gap: 56px;
  grid-row-gap: 17px;
  grid-template-rows: 171px auto;
  grid-template-columns: 1.75fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
  overflow: hidden;
}

.gallery-right-text {
  color: #fff;
}

.gallery-title-wrapper {
  padding-bottom: 56px;
}

.certificate-contents {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ceramic-left-title {
  color: #b4975c;
  margin-top: 0;
  margin-bottom: 0;
}

.slider-first-image {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.gallery-top-image {
  max-width: 608px;
}

.certification-section {
  padding: 5%;
  position: relative;
}

.youtube-icon {
  width: auto;
  max-width: 100px;
  height: auto;
  max-height: 100px;
}

.ceramic-image {
  width: 100%;
  height: 100%;
  display: block;
}

.deesign-image-copy-2 {
  transform-style: preserve-3d;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: rotateX(180deg)rotateY(0)rotateZ(180deg);
}

.gallery-top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.deesign-image {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.mask {
  position: static;
  overflow: visible;
}

.slider-left-arrow {
  color: #444;
  background-color: rgba(255, 252, 252, 0);
  border: 2px solid #ef4636;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  top: auto;
  bottom: -20%;
  left: 0%;
  right: auto;
}

.slider-right-arrow {
  z-index: 2000;
  color: #444;
  border: 2px solid #ef4636;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  top: auto;
  bottom: -20%;
  left: auto;
  right: 0%;
}

.slide {
  margin-right: 18px;
}

.deesign-image-copy {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.slide-content-wrapper {
  background-color: #e1e1e1;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.ceramic-text {
  color: #ef4636;
  margin-top: 10px;
  margin-bottom: 0;
  overflow: hidden;
}

.ceramic-right {
  max-width: 295px;
  position: relative;
}

.slider-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.gallery-header {
  padding: 56px 5%;
}

.owner-image {
  max-width: 253px;
}

.section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  padding-top: 0;
  padding-bottom: 112px;
  display: flex;
}

.slide-nav {
  display: none;
}

.certicate-text {
  color: #fff;
  letter-spacing: .5px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  width: 400px;
  height: auto;
  position: static;
}

.form-title {
  color: #fff;
  font-family: Krona One, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2em;
}

.contact-left {
  background-color: #68696c;
  padding: 130px 104px;
}

.location-text {
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.location-icon {
  margin-right: 13px;
}

.location-image {
  height: 174px;
}

.contact-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  overflow: hidden;
}

.contact-map-text {
  margin-bottom: 28px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

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

.name {
  color: #fff;
  margin-top: 24px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
}

.name-input {
  background-color: rgba(255, 255, 255, 0);
  border: 0 solid #000;
  border-bottom: 1px solid #fff;
}

.contact-header {
  background-color: #4f5053;
  padding: 56px 5%;
}

.locatin-icon-wrapper {
  text-align: right;
  width: 100%;
  margin-top: 68px;
}

.submit-button {
  background-color: #ef4636;
  border-radius: 4px;
  width: 100%;
  margin-top: 48px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  display: block;
}

.message-text {
  color: #fff;
  margin-top: 24px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.contaact-right-contents {
  flex-direction: column;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-start;
  display: flex;
}

.message-input {
  background-color: rgba(255, 255, 255, 0);
  border: 0 solid #000;
  border-bottom: 1px solid #fff;
}

.checkbox-text {
  color: #fff;
  font-family: Poppins, sans-serif;
}

.contact-right {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 130px 77px;
  display: flex;
}

.locations-texts {
  grid-column-gap: 16px;
  grid-row-gap: 13px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 10.75fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 28px;
  display: grid;
}

.reservation-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.form-name-devider {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  margin-top: 13px;
  display: flex;
}

.reservation-left {
  background-color: #68696c;
  padding: 122px 60px;
}

.reservation-right {
  background-color: #fff;
  padding: 160px 60px 60px;
}

.reservation-section {
  background-color: #4f5053;
  padding: 56px 5%;
}

.form-selection {
  color: #fff;
  background-color: rgba(243, 243, 243, 0);
  border: 0 solid #000;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.form-selection:focus-visible {
  color: #fff;
  background-color: #68696c;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.form-selection[data-wf-focus-visible] {
  color: #fff;
  background-color: #68696c;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.form {
  margin-top: 48px;
}

.form-block {
  display: none;
}

.form-date-picker {
  background-color: rgba(255, 255, 255, 0);
  border: 0 solid #000;
  border-bottom: 1px solid #fff;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.form-date-picker:focus {
  color: #fff;
}

.form-date-picker:focus-visible {
  color: #fff;
}

.form-date-picker[data-wf-focus-visible] {
  color: #fff;
}

.form-input {
  background-color: rgba(255, 255, 255, 0);
  border: 0 solid #000;
  border-bottom: 1px solid #fff;
  padding-left: 0;
}

.form-input:focus {
  color: #fff;
  font-family: Poppins, sans-serif;
}

.form-input:focus-visible {
  font-family: Poppins, sans-serif;
}

.form-input[data-wf-focus-visible] {
  font-family: Poppins, sans-serif;
}

.form-input::placeholder {
  color: #fff;
  font-size: 16px;
}

.form-input.form-name, .form-input.form-name:active, .form-input.form-name:focus {
  color: #fff;
}

.form-input.form-name:focus-visible {
  color: #fff;
}

.form-input.form-name[data-wf-focus-visible] {
  color: #fff;
}

.form-input.form-name::placeholder {
  color: #fff;
}

.form-text-area {
  background-color: rgba(255, 255, 255, 0);
  border: 0 solid #aaa;
  border-bottom: 1px solid #fff;
  margin-top: 22px;
  padding-left: 0;
}

.form-text-area::placeholder {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.form-text-area.message {
  height: 150px;
}

.form-name-wreapper {
  color: #fff;
  flex: 1;
  padding-top: 0;
}

.form-name-wreapper.top {
  padding-top: 0;
}

.notis-explain-section {
  background-color: #4f5053;
  padding: 56px 5%;
}

.notice-title {
  color: #b4975c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Krona One, sans-serif;
  font-size: 38px;
  font-weight: 400;
}

.notice-block-text {
  color: #fff;
  text-align: justify;
  letter-spacing: .5px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.notice-content {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.notice-section {
  background-color: #d9d9d9;
  padding: 59px 5%;
}

.notice-block-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.navigation-home {
  z-index: 10;
  max-width: 100vw;
  margin-top: 0;
  margin-bottom: -120px;
  padding-top: 60px;
  padding-left: 64px;
  padding-right: 64px;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.footer-home {
  display: none;
}

.home-header-section {
  height: 1000vh;
  display: flex;
}

.home-header-section-left {
  flex: none;
  width: 98vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-header-section-right {
  flex: none;
  justify-content: flex-start;
  width: auto;
  height: 100vh;
  display: flex;
  overflow: visible;
}

.home-header-section-image-wrapper {
  width: 100%;
  height: 100%;
}

.home-header-title-wrapper {
  padding: 33px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-header-image {
  opacity: .57;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.home-header-title {
  color: #fff;
  font-family: Mundial, sans-serif;
  font-size: 8.4375vw;
  font-weight: 400;
  line-height: 1.2;
}

.home-header-section-devider {
  color: #000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 100vh;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home-header-section-devider.w--current {
  width: 40px;
  padding-right: 10px;
}

.text-block-4 {
  text-transform: uppercase;
  font-family: Mundial, sans-serif;
  font-weight: 400;
  transform: rotate(-90deg);
}

.home-header-show-wapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  max-width: none;
  height: 100vh;
  padding-top: 0;
  padding-left: 87px;
  padding-right: 114px;
  display: flex;
}

.home-header-right-top {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.home-header-right-bottom {
  margin-top: 3rem;
}

.home-header-right-bottom-text {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mundial, sans-serif;
  font-size: 4vh;
  font-weight: 400;
  line-height: 160%;
}

.home-header-button-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  margin-top: 3rem;
  padding-top: 0;
  display: flex;
}

.home-header-bottom-button {
  text-transform: capitalize;
  background-color: #000;
  margin-right: 10px;
  padding: 17px 53px;
  font-family: Mundial, sans-serif;
  font-size: 1.3rem;
}

.home-header-bottom-button.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  margin-right: 0;
}

.home-header-show-left {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 681px;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 0;
  display: block;
}

.home-header-show-right {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  max-width: 358px;
  display: flex;
}

.home-header-show-frame.is-1 {
  background-color: #000;
  justify-content: flex-start;
  align-items: flex-end;
  height: 25vh;
  padding: 23px;
  display: flex;
}

.home-header-show-frame.is-2 {
  background-color: #fff;
  border: 2px solid #000;
  flex-direction: column;
  justify-content: space-between;
  min-height: 329px;
  padding: 15px 12px;
  display: flex;
}

.home-header-show-frame.is-3 {
  min-height: 329px;
}

.home-header-show-frame.is-4 {
  background-color: rgba(0, 0, 0, 0);
  flex: auto;
  min-height: 329px;
}

.image-3 {
  width: 100%;
  height: 100%;
  display: block;
}

.home-header-section-content-wrapper {
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  overflow: visible;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

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

.nav-content-left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 15px;
  display: flex;
}

.nav-content-right {
  -webkit-backdrop-filter: brightness(50%);
  backdrop-filter: brightness(50%);
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 7px 27px;
  text-decoration: none;
}

.humberger-bar-1 {
  background-color: #fff;
  flex: none;
  width: 55px;
  height: 2px;
}

.humberger-bar-2 {
  background-color: #fff;
  flex: none;
  width: 80%;
  height: 3px;
}

.humberger-bar-3 {
  background-color: #fff;
  flex: none;
  width: 60%;
  height: 2px;
}

.menu-text {
  color: #fff;
}

.nav-menus-wraper {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 20px;
  padding-bottom: 66px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.nav-menus-open-bar {
  justify-content: space-between;
  align-items: center;
  padding: 0 70px 7px;
  display: flex;
}

.nav-menus-open-text {
  text-transform: uppercase;
  font-family: Mundial, sans-serif;
  font-size: 20px;
}

.nav-close-icon-wrapper {
  z-index: 9999;
  padding: 16px;
  position: relative;
}

.nasv-menu {
  color: #88807c;
  text-transform: uppercase;
  font-family: Mundial, sans-serif;
  font-size: 100px;
  text-decoration: none;
}

.nasv-menu.w--current {
  color: #000;
  font-family: Mundial, sans-serif;
  font-size: 100px;
}

.nav-contents-right {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.nav-image-wrapper {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  margin-bottom: 165px;
  display: flex;
  position: relative;
}

.nav-image {
  flex: 0 auto;
  width: 57.7243%;
  position: relative;
  top: 13px;
  bottom: 0%;
  left: 41%;
  right: 0%;
}

.image-4 {
  width: 66.1982%;
  position: relative;
  top: auto;
  bottom: -25px;
  left: 26%;
  right: 0%;
}

.image-5 {
  width: 21.7468%;
  position: relative;
  top: -40px;
  bottom: 0%;
  left: 2%;
  right: 0%;
}

.nav-bottom {
  justify-content: space-between;
  align-items: center;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
}

.nav-bottom-right {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.nav-bottom-menus {
  color: #000;
  padding: 15px;
  text-decoration: none;
}

.text-block-5 {
  color: rgba(44, 37, 34, .48);
  font-family: Mundial, sans-serif;
  font-size: 20px;
}

.image-6 {
  width: 22vw;
  height: 50%;
  display: block;
}

.image-7 {
  width: 100%;
  height: 100%;
  display: block;
}

.nav-menus-texts:hover {
  color: #000;
}

.text-block-9 {
  color: #fff;
  font-family: Mundial, sans-serif;
  font-size: 20px;
}

.text-block-11 {
  font-family: Mundial, sans-serif;
  font-size: 1.5rem;
}

.text-block-13 {
  max-width: 377px;
}

.link-block-2 {
  align-items: center;
  display: flex;
}

.home-header-gallery-slider {
  align-items: center;
  margin-left: 40px;
  padding-top: 48px;
  display: flex;
}

.collection-list {
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
}

.collection-item {
  width: 35vw;
  position: relative;
}

.gallery-overlay {
  background-color: rgba(0, 0, 0, .55);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 32px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-overlay-text {
  color: rgba(239, 239, 239, .84);
  text-align: center;
  font-family: Mundial, sans-serif;
  font-size: 39px;
  font-weight: 300;
}

.button {
  opacity: .54;
  color: #000;
  background-color: #fff;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1.2rem;
  transition: opacity .2s;
  display: none;
}

.button:hover {
  opacity: 1;
}

.collection-list-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.home-header-last {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  height: auto;
  padding: 100px 76px 60px 81px;
  display: flex;
}

.home-header-image-wrapper {
  min-width: 589px;
}

.home-header-gallery-image {
  position: relative;
  top: -55px;
  left: 130px;
}

.home-header-gallery-image-3 {
  position: relative;
  bottom: -3px;
  left: -345px;
}

.home-header-gallery-image-1 {
  position: relative;
  top: -156px;
  left: 122px;
}

.home-header-text-wrapper {
  min-width: 437px;
  margin-top: -22px;
}

.home-header-titles {
  text-transform: uppercase;
  font-family: Mundial, sans-serif;
  font-size: 40px;
}

.text-block-16 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.home-header-last-bar {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: row;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  min-width: 219px;
  margin-top: 1px;
  display: flex;
}

.bottom-link {
  color: #848484;
  text-decoration: none;
}

.footer {
  margin-top: auto;
}

.nav-content-block {
  justify-content: space-between;
  align-items: center;
  padding: 64px 5% 20px;
  display: flex;
}

.nav-content-humberger-wrapper {
  position: relative;
}

.nav-content-humberger-bar.is-1 {
  background-color: #fff;
  width: 1px;
  height: 56px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 50%;
  right: 0%;
}

.nav-content-humberger-bar.is-2 {
  background-color: #fff;
  width: 56px;
  height: 1px;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-content-humberger-spacer {
  width: 56px;
  height: 56px;
}

.section-home-header {
  justify-content: flex-start;
  align-items: center;
  padding: 98px 0 20px;
  display: flex;
}

.home-header-content-wrapper {
  position: relative;
  right: auto;
}

.heading {
  color: #fff;
  font-family: Qestero, sans-serif;
  font-size: 24vw;
  font-weight: 400;
  line-height: 70vh;
}

.home-header-floating-image-wrapper {
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 1%;
  left: 7%;
  right: auto;
}

.home-header-floating-image-wrapper.is-3 {
  width: 22vw;
  display: inline-block;
  top: auto;
  bottom: 70%;
  left: 19%;
  right: 0%;
}

.home-header-floating-image-wrapper.is-4 {
  width: 13vw;
  display: inline-block;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-header-floating-image-wrapper.is-first {
  width: 15vw;
  bottom: 20%;
  left: 6%;
}

.home-header-floating-image-wrapper.is-4 {
  display: inline-block;
  top: auto;
  bottom: 16%;
  left: 35%;
  right: 0%;
}

.home-header-floating-image-wrapper.is-5 {
  width: 15vw;
  display: inline-block;
  top: auto;
  bottom: 12%;
  left: auto;
  right: 43%;
}

.home-header-floating-image-wrapper.is-6 {
  width: 23vw;
  display: inline-block;
  top: auto;
  bottom: 70%;
  left: auto;
  right: 26.3%;
}

.home-header-floating-image-wrapper.is-7 {
  width: 13vw;
  display: inline-block;
  top: auto;
  bottom: 35%;
  left: auto;
  right: 12.3%;
}

.home-header-floating-image-wrapper.is-8 {
  width: 14vw;
  display: inline-block;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home-header-contents {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  display: flex;
}

.section-home {
  text-align: center;
  align-self: flex-end;
  padding-top: 19px;
  padding-bottom: 19px;
}

.home-secondery-text {
  color: #fff;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 42px;
}

.gallery-cards {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 40vh;
}

.gallery-card-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
}

.gallery-card-button {
  text-align: center;
  background-color: #6eb788;
  border-radius: 50px;
  padding: 10px 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.gallery-card-text-wrapper {
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
  display: flex;
}

.wrapper-1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-card-image {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.gallery-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  perspective: 789px;
  transform-origin: 0%;
  background-color: #c7f8ff;
  border: 2px solid #04322f;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 14px;
  display: grid;
  transform: perspective(532px);
}

.gallery-card.is-absolutly-4 {
  position: absolute;
  top: 20px;
}

.gallery-card.is-absolute-3 {
  position: absolute;
  top: 40px;
}

.gallery-card.is-absolute-2 {
  position: absolute;
  top: 60px;
}

.gallery-card.is-absolute-1 {
  position: absolute;
  top: 80px;
}

.gallery-card-sub-text {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.section-gallery {
  padding: 80px 5% 133px;
  display: none;
}

.gallery-contents-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  height: 400vh;
  display: flex;
  position: relative;
}

.spline-wrapper {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-4 {
  padding-top: 148px;
  padding-bottom: 148px;
}

.section-4.sales {
  overflow: hidden;
}

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

.image-home-link {
  object-fit: cover;
  width: 100%;
}

.home-pages-cointainer {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 90px;
  display: flex;
}

.home-pages-bottom-wrapper {
  justify-content: center;
  display: flex;
  position: static;
  top: 50%;
}

.image-home-link-wrapper {
  transform-style: preserve-3d;
  border-radius: 28px;
  flex: none;
  max-width: 400px;
  margin-left: 12px;
  margin-right: 12px;
  transition: transform .3s, color .3s;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
}

.image-home-link-wrapper:hover {
  transform: scale3d(.98, .98, 1.01);
}

.home-pages-top-wrapper {
  justify-content: center;
  margin-bottom: 25px;
  display: flex;
  position: static;
}

.practice-page-wrapper {
  background-color: #060606;
}

.feature-slides {
  display: block;
}

.feature-spacher {
  width: 100%;
  height: 350vh;
}

.slider-wrapper-2 {
  flex: auto;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.slider-wrapper-2.is-0 {
  z-index: 30;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-wrapper-2.is-2 {
  z-index: 10;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-wrapper-2.is-1 {
  z-index: 20;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-left-text {
  color: #fff;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.container-1280 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
}

.slider-left {
  flex: auto;
  width: 40%;
}

.section-feature {
  background-color: #461a81;
  padding-top: 100px;
}

.div-block-3 {
  flex-flow: row-reverse;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 1280px;
  min-height: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-contents {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.slider-right {
  flex: auto;
  width: 40%;
}

.slider-counter {
  background-color: var(--white);
  cursor: pointer;
  width: 20px;
  height: 1px;
  margin: 0;
  display: block;
}

.slider-counter._1, .slider-counter._2, .slider-counter._3 {
  width: 30px;
}

.slider-counter-wrapper {
  z-index: 50;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 100px;
  display: flex;
  position: relative;
}

.slide-counts {
  cursor: pointer;
  padding: 9px;
}

.pk-header {
  padding-top: 140px;
  padding-left: 3%;
  padding-right: 3%;
}

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

.pk-header-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
}

.div-block-5 {
  justify-content: center;
  display: flex;
  position: relative;
}

.image-9 {
  perspective: 752px;
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0)perspective(642px);
}

.div-block-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 67%;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  position: absolute;
  top: auto;
  bottom: 20%;
  left: 0%;
  right: 0%;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.image-10 {
  max-height: 130px;
}

.pk-header-animation-block {
  height: 300vh;
}

.flower-lady {
  perspective: 771px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: scale(0)perspective(606px);
}

.div-block-8 {
  height: 500vh;
  display: block;
}

.bold-text-9 {
  font-weight: 600;
}

._2-columns {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1104px;
  height: 316px;
  text-decoration: none;
  display: flex;
}

.transform-system-with-ai {
  text-align: center;
}

.transform-system-with-ai-21 {
  color: #6ae9c4;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 86px;
  font-weight: 700;
  line-height: 80px;
  text-decoration: none;
}

.image-wrapper-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1084px;
  height: auto;
  padding-top: 44px;
  padding-left: 64px;
  text-decoration: none;
  display: flex;
}

.discubar-container {
  justify-content: flex-end;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.discubar-container._2 {
  flex-flow: column;
  position: relative;
}

.text-11 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-span-2 {
  color: #ff4141;
}

.container-18 {
  background-color: #0b0d25;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 295px;
  height: 100px;
  margin-top: 55px;
  padding-left: 23px;
  padding-right: 23px;
  text-decoration: none;
  display: flex;
}

.navbar-link-6 {
  color: #fff;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.discover-picture {
  position: absolute;
  top: 25%;
  bottom: auto;
  left: 15px;
  right: auto;
}

.bold-text-2 {
  font-weight: 600;
}

.member {
  width: 100%;
}

.div-block-12 {
  z-index: -1;
  width: 419.563px;
  position: absolute;
  top: -54%;
  bottom: auto;
  left: -17%;
  right: auto;
}

.unveiling-the-process-seamless-transformation-2 {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
  text-decoration: none;
}

.hero-section-image-7 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bold-text {
  letter-spacing: 1px;
  font-weight: 400;
}

.discubary-and-adult {
  margin-bottom: 80px;
  padding-bottom: 0;
  padding-left: 3%;
  padding-right: 3%;
}

.navbar-brand-8 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.discovar-image-wrapper {
  z-index: 18;
  text-align: right;
  background-color: #0b0d25;
  padding: 46px 48px 60px 43px;
  position: relative;
}

.team-member-description-wrapper {
  color: #fff;
  background-color: #0b0d25;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  padding: 24px 7px 39px 28px;
}

.discovar-contant-wrapper {
  text-align: left;
  padding: 60px 18px 60px 24px;
}

.discovar-contant-wrapper._2 {
  flex-flow: wrap;
  justify-content: flex-end;
  padding: 58px 20px 68px;
  display: flex;
}

.case-studay-image-wrapper {
  align-self: center;
  width: 40%;
}

.content-2 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.navbar-menu-4 {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.paragraph-3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.vectors-wrapper-3 {
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: -11%;
  bottom: auto;
  left: 37%;
  right: 0%;
}

.case-study-2 {
  grid-row-gap: 93px;
  background-color: #1b1c30;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.small-container-8 {
  grid-row-gap: 52px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}

.discover-button {
  background-color: #fa4b4b;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;
  transition: transform .3s;
}

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

.paragraph-4 {
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
}

.discover-heading {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
  text-decoration: none;
}

.service-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0b0d25;
  border-radius: 46px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 345px;
  padding: 90px 24px 48px;
  display: flex;
  position: relative;
}

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

.amplify-description {
  max-width: 600px;
  margin-bottom: 60px;
  font-size: 36px;
  font-weight: 300;
  line-height: 40px;
}

.discovary-wrapper {
  background-color: #0b0d25;
  border-radius: 46px;
  max-width: 1000px;
  position: relative;
}

.div-block-14 {
  position: absolute;
  top: -77%;
  bottom: auto;
  left: auto;
  right: -28%;
  transform: scale(.7);
}

.text-span-5 {
  color: #6ae9c4;
}

.navbarcontainer-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.navbar-button-5 {
  grid-column-gap: 8px;
  background-color: #fa4b4b;
  border: 0 solid #ff9c9c;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.case-study-wrapper {
  z-index: 10;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #0b0d25;
  border-radius: 46px;
  justify-content: space-around;
  padding: 160px 109px 152px;
  display: flex;
  position: relative;
}

.text-12 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.text-block-7 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
}

.title-section-8 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

._3-columns {
  grid-column-gap: 52px;
  border-radius: 46px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.revolutionize-efficiency-innovation-unleash-the-power-of-ai-and-automation-with-our-cutting-edge-services-2 {
  color: #fffbfb;
  text-align: center;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 300;
  line-height: 42px;
  text-decoration: none;
}

.automate-heading {
  color: #fff;
  text-align: center;
  font-size: 40px;
  line-height: 55px;
}

.team-member-blog {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  border-radius: 20px;
  flex-flow: column;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 26px;
  display: block;
  overflow: hidden;
}

.team-member-blog.last {
  display: none;
}

.logo-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  text-decoration: none;
  display: flex;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 68px;
  font-size: 75px;
  line-height: 80px;
}

.grid {
  z-index: 10;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  width: 100%;
  max-width: 995px;
  position: relative;
}

.grid._2 {
  grid-template-columns: 1.25fr 1fr;
}

.revolutionize-efficiency-innovation-unleash-the-power-of-ai-and-automation-with-our-cutting-edge-services-1 {
  color: #fffbfb;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 86px;
  font-weight: 700;
  line-height: 80px;
  text-decoration: none;
}

.service-card-image {
  position: absolute;
  top: -10%;
  bottom: auto;
  left: 38%;
  right: 0%;
}

.be-yourself-in-you {
  color: #fff;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 35px;
  text-decoration: none;
}

.team-member-container {
  background-color: #1b1c30;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 64px;
  padding-bottom: 64px;
  text-decoration: none;
  display: flex;
}

.sub-services {
  background-color: #181a33;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 49px 3% 94px;
  display: flex;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  font-size: 80px;
  line-height: 85px;
}

.operate-heading {
  color: #fff;
  font-size: 40px;
  line-height: 55px;
}

.amplify-title {
  margin-top: 0;
  margin-bottom: 34px;
  font-size: 80px;
  font-weight: 700;
  line-height: 85px;
}

.div-block-15 {
  flex-flow: column;
  display: flex;
}

.service-top-title-span {
  color: #6ae9c4;
}

.service-card-text {
  color: #fff;
  text-align: center;
  max-width: 250px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.service-cards {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  display: flex;
}

.amplify-container {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.case-study-sub-heading {
  margin-bottom: 36px;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 30px;
}

.column {
  grid-row-gap: 24px;
  background-color: #0b0d25;
  border-radius: 46px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 345px;
  height: 350px;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.image-16 {
  width: 501px;
}

.number-division {
  z-index: 10;
  background-color: #b1efdd;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding-top: 10px;
  display: flex;
  position: absolute;
  top: -13%;
  bottom: auto;
  left: -3%;
  right: auto;
}

.number-division.error-291b3772-7347-e708-7453-53f336e54c0e {
  z-index: 20;
  top: -10%;
  bottom: auto;
  left: auto;
  right: -3%;
}

.case-study-on-nyck {
  margin-bottom: 80px;
  padding-left: 3%;
  padding-right: 3%;
}

.revolutionize-efficiency-innovation-unleash-the-power-of-ai-and-automation-with-our-cutting-edge-services-26 {
  color: #6ae9c4;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 86px;
  font-weight: 700;
  line-height: 80px;
  text-decoration: none;
}

.case-study-description {
  color: #fff;
  width: 60%;
  padding-left: 20px;
  padding-right: 20px;
}

.image-17 {
  transform: scale(1.6);
}

.elevate-contants {
  color: #fff;
  width: 40%;
}

.hero-section-7 {
  grid-row-gap: 31px;
  background-image: url('../images/Hero-Section.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 10.8125rem;
  display: flex;
}

.elevate-mid-taxt {
  max-width: 400px;
  margin-bottom: 46px;
  font-size: 40px;
  line-height: 45px;
}

.amplify {
  margin-bottom: 40px;
  padding-left: 3%;
  padding-right: 3%;
  overflow: visible;
}

.section-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 53px;
  padding-left: 58px;
  padding-right: 58px;
  display: flex;
}

.bold-text-6 {
  font-size: 32px;
  font-weight: 500;
}

.text-span-4 {
  color: #6ae9c4;
}

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

.brand-logos {
  background-color: #0b0d25;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-width: 306px;
  padding: 25px 51px;
  display: flex;
}

.elevate-image-wrapper {
  width: 50%;
}

.service-card-title {
  color: #fff;
  font-size: 40px;
  line-height: 48px;
}

.overview-description {
  text-align: right;
  font-size: 32px;
  font-weight: 300;
  line-height: 35px;
}

.magnifier-icon {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-top: 0;
  margin-left: 0;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -11%;
  bottom: auto;
  left: 37%;
  right: 0%;
}

.ensure-you-stay-ahead-in-the-race-join-the-majority-of-enterprises-that-are-already-implementing-ai-and-dont-miss-out-on-the-transformative-wave-0 {
  color: #fff;
  text-align: center;
  letter-spacing: undefinedundefined;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 700;
  line-height: 85px;
  text-decoration: none;
}

.bold-text-10 {
  font-weight: 600;
}

.small-container-7 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  text-decoration: none;
  display: flex;
}

.column-4 {
  grid-row-gap: 24px;
  background-color: #1b1c30;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 583px;
  height: 352px;
  padding: 157px 0% 95px 77px;
  text-decoration: none;
  display: flex;
}

.unveiling-the-process-seamless-transformation-0 {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 50px;
  text-decoration: none;
}

.revolutionize-efficiency-innovation-unleash-the-power-of-ai-and-automation-with-our-cutting-edge-services {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
  display: none;
}

.discover-heading-section {
  text-align: center;
  margin-top: 0;
}

.bold-text-8 {
  font-weight: 600;
}

.transform-system-with-ai-20 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 86px;
  font-weight: 700;
  line-height: 80px;
  text-decoration: none;
}

.overview {
  color: #fff;
}

.image-18 {
  border-radius: 40%;
  position: absolute;
  top: auto;
  bottom: -30%;
  left: auto;
  right: 5%;
}

.div-block-13 {
  z-index: -1;
  position: absolute;
  top: -98%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.container-16 {
  grid-row-gap: 13px;
  background-color: #0b0d25;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 295px;
  height: 94px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.overview-title {
  text-align: right;
  margin-bottom: 40px;
  font-size: 70px;
  line-height: 70px;
}

.card-container {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.text-span-3 {
  color: #6ae9c4;
}

.elevate-container {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.section-3-copy {
  background-color: #1b1c30;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 418px;
  margin-bottom: 60px;
  padding: 24px 3% 64px;
  text-decoration: none;
  display: flex;
}

.unveiling-the-process-seamless-transformation-1 {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
  text-decoration: none;
}

.discover-continually-uncover-new-ways-to-automate-your-business-with-ai-with-our-monthly-workshop-1 {
  color: #fff;
  text-align: left;
  width: auto;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.discover-continually-uncover-new-ways-to-automate-your-business-with-ai-with-our-monthly-workshop-1._2 {
  text-align: right;
  margin-bottom: 40px;
}

.text-span {
  color: #fa4b4b;
}

.bold-text-7 {
  font-weight: 600;
}

.team-member-divition {
  margin-bottom: 100px;
}

.div-block-16 {
  position: absolute;
  top: -57%;
  bottom: auto;
  left: -40%;
  right: auto;
}

.elevate-efficiency-of-your-system-through-artificial-intelligence-integration-8 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 42px;
  text-decoration: none;
}

.image-19 {
  position: absolute;
  top: 25%;
  bottom: auto;
  left: 15px;
  right: auto;
}

.image-19._3 {
  top: 20%;
  left: 28%;
}

.team-member-top {
  width: 100%;
  position: relative;
}

.div-block-17 {
  z-index: 1;
  position: absolute;
  top: -54%;
  bottom: auto;
  left: auto;
  right: -28%;
  transform: scale(.7);
}

.elevate-contant-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 100px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.amplify-taxt-wrapper {
  width: 85%;
}

.div-block-11 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  width: auto;
  margin-bottom: 18px;
  display: flex;
}

.div-block-11.is-2 {
  justify-content: flex-end;
  align-items: stretch;
}

.elevate-title {
  margin-top: 0;
  margin-bottom: 46px;
  font-size: 80px;
  line-height: 75px;
}

.container {
  grid-column-gap: 40px;
  background-color: #181a33;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4px;
  padding-right: 4px;
  text-decoration: none;
  display: flex;
}

.container-17 {
  background-color: rgba(11, 13, 37, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 15px 23px;
  text-decoration: none;
  display: flex;
}

.navbar-content-5 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.div-block-18 {
  position: absolute;
  top: -92%;
  bottom: auto;
  left: auto;
  right: -10%;
}

.paragraph-5 {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.navbar-link-4 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  text-decoration: none;
  display: flex;
}

.button-call {
  color: #000;
  background-color: #fff;
  border: 1px solid #ffbdbd;
  border-radius: 50px;
  margin-bottom: 60px;
  padding: 18px 36px;
  font-size: 28px;
  font-weight: 300;
  line-height: 40px;
}

.navbar {
  width: 100%;
}

.container-15 {
  background-color: #181a33;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  height: 430px;
  margin-left: auto;
  margin-right: auto;
  padding: 11px 3%;
  text-decoration: none;
  display: none;
}

.navbar-link-5 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  text-decoration: none;
  display: flex;
}

.support {
  position: absolute;
  top: 25%;
  bottom: auto;
  left: 100px;
  right: auto;
}

.page-wrapper-2 {
  overflow: hidden;
}

.navbar-logo-left-8 {
  justify-content: center;
  align-items: flex-start;
  min-height: 69px;
  margin-bottom: -75px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.div-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-top: 0;
  margin-left: 0;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -11%;
  bottom: auto;
  left: 37%;
  right: 0%;
}

.strategy-and-blueprint {
  margin-bottom: 100px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.elevate-taxt {
  max-width: 350px;
  font-size: 24px;
  line-height: 30px;
}

.case-study-container {
  z-index: 10;
  background-color: #0b0d25;
  border-radius: 50px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-20 {
  margin-bottom: 100px;
}

.amplify-wrapper {
  color: #fff;
  background-color: #a73131;
  background-image: linear-gradient(#a73131, #fa4b4b);
  border-radius: 50px;
  padding-top: 66px;
  padding-left: 66px;
  position: relative;
  overflow: visible;
}

.container-21 {
  background-color: #1b1c30;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-top: 50px;
  margin-bottom: 80px;
  padding: 24px 3%;
  text-decoration: none;
  display: flex;
}

.services {
  background-color: #181a33;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  padding: 88px 3% 64px;
  text-decoration: none;
  display: flex;
}

.span {
  color: #fff;
  text-align: center;
  margin-top: 24px;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
  position: static;
  top: 0;
  right: 0;
}

.strategy {
  position: absolute;
  top: 25%;
  bottom: auto;
  left: 60px;
  right: auto;
}

.hide {
  display: none;
}

.body-5, .slider-2 {
  background-color: #000;
}

.div-block-63 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-span-24 {
  color: #ff4141;
}

.paragraph-19 {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.div-block-70 {
  flex-flow: column;
  display: block;
}

.member-2 {
  width: 100%;
  display: block;
}

.div-block-81 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}

.div-block-82 {
  max-width: 592.005px;
  max-height: none;
  overflow: hidden;
}

.multi-step-form-block---brix {
  transform-style: preserve-3d;
  flex-flow: column;
  align-self: auto;
  width: 100%;
  min-height: auto;
  margin-top: 0;
  margin-bottom: -150px;
  padding-top: 0;
  display: flex;
  position: relative;
  top: -100px;
}

.title-container---brix {
  text-align: center;
  width: 80%;
  margin-bottom: 0;
}

.success-message-4 {
  background-color: #1e1e1e;
  border-width: 1px;
  border-color: #909090;
  height: 98vh;
}

.submit-button-5 {
  margin-left: 20px;
  display: none;
}

.heading-2-copy {
  color: #c5a576;
  letter-spacing: .2rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1;
}

.step-title---brix-2 {
  color: #cecece;
  text-align: left;
  letter-spacing: .1rem;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 40px;
  font-size: 2.5rem;
  font-weight: 300;
}

.multi-step-form-wrapper---brix {
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.multi-step-form-wrapper---brix.preview-page {
  color: #fff;
  width: 100%;
  max-width: none;
}

.select-field-5 {
  color: #3b3636;
  min-height: 50px;
  font-size: 1.2rem;
}

.mb-onboarding_steps {
  background-color: #fff;
}

.mb-onboarding_steps.mb-onboarding-result {
  background-color: #189beb;
  border-radius: 16px;
  padding: 46px;
}

.mb-onboarding_steps.color-change {
  background-color: var(--white);
  border-radius: 16px;
}

.mb-onboarding_steps.color-change-copy {
  background-color: #fbf6f2;
}

.mb-onboarding_steps.bg-189beb {
  background-color: #189beb;
  border-radius: 16px;
  padding: 30px;
}

.mb-onboaring_form_block {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.step-title---brix-5 {
  color: #cecece;
  text-align: left;
  letter-spacing: .1rem;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 8px;
  padding-top: 50px;
  font-size: 2.5rem;
  font-weight: 300;
}

.text-field {
  color: #313131;
  min-height: 50px;
  font-size: 1.2rem;
}

.text-field::placeholder {
  color: #a1a1a1;
}

.text-field-10 {
  color: #000;
  min-height: 50px;
  font-size: 1.2rem;
}

.text-field-9 {
  color: #2f2f2f;
  min-height: 50px;
  font-size: 1.2rem;
}

.text-field-9::placeholder {
  color: #a1a1a1;
}

.bold-text-20 {
  font-weight: 300;
}

.step-title-wrap---brix {
  margin-bottom: 40px;
}

.multi-step-form-subtitle-2 {
  color: #c5a576;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 300;
}

.mb-button-7 {
  color: #000;
  background-color: #c5a576;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.bold-text-19 {
  font-weight: 300;
}

.mb-form-wrapper {
  background-color: #1e1e1e;
  padding-top: 45px;
}

.first {
  color: #454545;
  min-height: 50px;
  font-size: 1.2rem;
}

.mb-phn {
  color: #000;
  min-height: 50px;
  font-size: 1.2rem;
}

.mb-phn::placeholder {
  color: #a1a1a1;
}

.div-block-87 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.right {
  flex: auto;
  width: 50%;
}

.text-field-8 {
  color: #898989;
  min-height: 50px;
  font-size: 1.2rem;
}

.text-field-8::placeholder {
  color: #a1a1a1;
}

.div-block-88 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.multi-step-form-subtitle-copy-3 {
  color: #cecece;
  text-transform: none;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.5rem;
}

.onboarding_step {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.onboarding_step.block {
  margin-top: 32px;
  display: block;
}

.onboarding-step-name {
  color: #f7f7fb;
  border-radius: 16px;
  margin-bottom: 16px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
}

.mb-button-4 {
  background-color: #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 20px 0;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.mb-button-4.combo {
  display: none;
}

.mb-button-4.submite-near {
  padding: 20px 60px;
}

.submit-content-wrapper---brix-3 {
  text-align: center;
  border: 1px solid #979797;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.list-item-36 {
  color: #cecece;
  font-size: 1.5rem;
  font-weight: 300;
}

.italic-text {
  font-style: normal;
}

.paragraph-29-copy {
  color: gray;
  padding-bottom: 40px;
  font-size: 1.2rem;
  font-weight: 300;
}

.select-field-4 {
  color: #787878;
  min-height: 50px;
  font-size: 1.2rem;
  display: block;
}

.form-step-number---brix {
  color: #6f6c90;
  background-color: #eff0f6;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-left: 18px;
  margin-right: 18px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.form-step-number---brix.completed---brix {
  color: #fff;
  background-color: #a17527;
  font-weight: 500;
}

.div-block-86 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.form-step-progress-bar-mobile---brix {
  background-color: #eff0f6;
  border-radius: 50px;
  width: 100%;
  min-height: 6px;
  display: none;
}

.left {
  flex: auto;
  width: 50%;
}

.form-step-progress-bar---brix {
  background-color: #eff0f6;
  border-radius: 50px;
  width: 100%;
  min-height: 6px;
}

.form-step-progress-bar---brix.current-step---brix {
  background-color: #a17527;
  width: 50%;
}

.form-step-progress-bar---brix.complete-step---brix {
  background-color: #a17527;
}

.completed-form-illustrations---brix {
  width: 160px;
  max-width: 60%;
  margin-top: 100px;
  margin-bottom: 18px;
}

.cloneable-container-default {
  color: #000;
  border-radius: 20px;
  padding-top: 75px;
  padding-bottom: 0;
  transform: translate(0);
}

.mb-form-content {
  background-color: #1e1e1e;
}

.mb-submit-button---brix {
  color: #1e1e1e;
  background-color: #c5a576;
  border-radius: 10px;
  margin-top: 0;
  padding: 20px 60px 21px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  transition: all .2s;
  display: block;
  position: static;
  box-shadow: 0 3px 12px rgba(250, 250, 250, .18);
}

.mb-submit-button---brix:hover {
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px rgba(74, 58, 255, .3);
}

.list-item-35 {
  color: #cecece;
  font-size: 1.5rem;
  font-weight: 300;
}

.step-paragraph---brix {
  color: #f7f7fb;
  letter-spacing: .5px;
  margin-bottom: 0;
  display: none;
}

.steps-bar---brix {
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.mb-number-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.mb-phn-selector {
  color: #000;
  width: 30%;
  min-height: 50px;
  font-size: 1.2rem;
}

.div-block-89 {
  background-color: #f9ffb9;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body-6 {
  justify-content: flex-start;
  display: flex;
}

.chart-contents {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 10px;
  display: flex;
  overflow: hidden;
}

.code-embed {
  font-family: Argentum Sans, sans-serif;
}

.landing-page-wrapper {
  background-color: #09031a;
}

.section-services {
  padding: 74px 5%;
}

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

.service-card-wrapper {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  perspective: 1000px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  transform: perspective(1000px);
}

.service-title {
  color: #fff;
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(107deg, #a1a2a9, #fbfbfc);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Argentum Sans, sans-serif;
  font-size: 68px;
  font-weight: 800;
  line-height: 120%;
}

.service-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  perspective: 1000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  transform: perspective(1000px);
}

.paragraph-20 {
  color: #9c9c9c;
  margin-top: 44px;
  margin-bottom: 0;
  font-family: Argentum Sans, sans-serif;
  font-size: 1.5rem;
}

.paragraph-20.after-img {
  display: none;
}

.animatrion-creator {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-image {
  opacity: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 25px;
}

.card-image.is-2nd {
  opacity: 1;
}

.div-block-91 {
  perspective: 1000px;
  transform: perspective(1000px);
}

.delete-me {
  height: 100vh;
}

.div-block-95, .div-block-96 {
  position: relative;
}

.div-block-97 {
  background-image: linear-gradient(134deg, #000, #fff);
  border-radius: 100%;
  width: 100px;
  height: 100px;
  padding: 40px;
  box-shadow: inset 1px 2px 5px #fff;
}

.a {
  background-color: #212121;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 85px;
  font-family: Argentum Sans, sans-serif;
  font-size: 48px;
  font-weight: 600;
  display: flex;
}

.div-block-98 {
  perspective: 500px;
  position: relative;
  overflow: hidden;
  transform: perspective(500px);
}

.div-block-99 {
  z-index: 10;
  position: relative;
}

.div-block-100 {
  filter: blur(5px);
  background-color: #fff;
  width: 500px;
  height: 10px;
  position: absolute;
  top: 1%;
  bottom: auto;
  left: 46%;
  right: 0%;
}

.div-block-100._2nd {
  filter: blur(20px);
  background-color: #0026ff;
  width: 200px;
  height: 55px;
  top: -14%;
  left: 5%;
}

.div-block-100._2nd._3rd {
  left: 17%;
}

.div-block-100._2nd._4rth {
  left: 30%;
}

.div-block-100._1st {
  filter: blur(20px);
  background-color: #002fff;
  width: 200px;
  height: 55px;
  top: -14%;
  left: 40%;
}

.div-block-100._1st._5 {
  left: 52%;
}

.div-block-100._1st._6 {
  left: 62%;
}

.div-block-100._1st._7 {
  left: 75%;
}

.image-23 {
  filter: contrast(200%);
}

.first-wrapper, ._2nd-wrapper {
  perspective: 500px;
  display: inline-block;
  transform: perspective(500px);
}

.third-wrapper {
  transform: rotate(0);
}

.agency_checkbox-wrapper.checkbox {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.rad-gender-label {
  z-index: 20;
  color: var(--ans-color);
  font-family: PT Sans, sans-serif;
  font-size: var(--ans-font-size);
  margin-right: 17px;
  font-weight: 400;
  position: relative;
}

.rad-gender-label.ste-1-text {
  z-index: 10;
  margin-left: 5px;
  font-family: PT Sans, sans-serif;
  position: relative;
}

.rad-gender-label.ste-1-text.ml-0 {
  margin-left: 5px;
  font-family: PT Sans, sans-serif;
}

.rad-gender-label.ste-1-text.girlspace {
  margin-left: 5px;
}

.img-potty {
  order: -1;
  margin-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.agency_button-wrapper {
  padding-top: 1rem;
  display: none;
}

.button-tertiary {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button-tertiary.is-colored {
  background-color: #ee633b;
  padding-left: 1rem;
  padding-right: 1rem;
}

.button-tertiary.is-colored.is-first {
  margin-right: 2rem;
}

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

.rad-boy {
  border-color: #5c5c5c;
  width: 1.5rem;
  max-width: none;
  height: 1.5rem;
  font-weight: 400;
}

.rad-boy.w--redirected-checked {
  border-width: 8px;
  border-color: var(--back-btn);
  background-color: var(--general);
  color: #ede7cf;
  width: 1.5rem;
  height: 1.5rem;
  font-family: Ofl, sans-serif;
  font-size: 1.187rem;
}

.rad-boy.step-1 {
  border-radius: 8px;
  width: 100%;
  height: 95px;
  max-height: none;
  margin-left: 0;
  font-family: PT Sans, sans-serif;
  position: absolute;
}

.rad-boy.step-1.w--redirected-checked {
  background-color: var(--back-btn);
}

.rad-boy.step-1.dogis {
  height: 75px;
}

.rad-boy.is-abs {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.rad-boy.is-abs.w--redirected-checked {
  background-color: var(--back-btn);
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.checkbox-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #000;
  border-radius: 50px;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0 24px 0 0;
  display: flex;
}

.checkbox-wrapper.radius-8 {
  border-radius: 8px;
  justify-content: flex-start;
  padding-right: 20px;
}

.checkbox-wrapper.borer-none {
  text-align: center;
  border-style: none;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.div-header {
  padding-top: 20px;
  display: flex;
}

.agency_section {
  color: #000;
  min-height: 100vh;
}

.form-checkbox-behav {
  color: var(--ans-color);
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
  font-family: PT Sans, sans-serif;
  font-size: 1.187rem;
  font-weight: 400;
}

.checkbox-parent {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.agency_submit {
  background-color: var(--btn-next);
  color: var(--white);
  text-align: center;
  border: 1px #000;
  border-radius: 8px;
  padding: 9px 40px;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  transition: background-color .35s ease-in-out;
}

.agency_submit:hover {
  background-color: var(--btn-next);
}

.rad-age {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.rad-age.is-relative {
  position: relative;
}

.rad-time {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.rad-gender {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.rad-gender.step-1-relative {
  height: auto;
  min-height: 63px;
  margin-top: 10px;
  padding-top: 20px;
  padding-left: 0;
}

.rad-gender.step-1-relative._2nd {
  padding-left: 0;
}

.padding-section-large {
  padding-top: 3rem;
  padding-bottom: 7rem;
}

.img-age {
  z-index: 20;
  width: 12%;
  max-width: 12%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.agency_progress {
  border: 4px solid #eee0d2;
  width: 100%;
  height: 3rem;
  padding: .5rem;
  display: flex;
}

.agency_form-step.is-last {
  margin-bottom: 2rem;
}

.page-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.page-padding.wrong-form {
  display: none;
}

.img-logo {
  max-width: 25%;
}

.heading-small {
  letter-spacing: -.08rem;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-size-large {
  color: var(--black);
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.text-size-large.center {
  color: var(--black);
  text-align: center;
  padding: 18px;
  font-size: 2rem;
  line-height: 36px;
}

.text-size-large.center.color-black {
  color: var(--black);
}

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

.text-size-large.black {
  color: var(--black);
  margin-top: 10px;
}

.text-size-large.black.whit {
  color: var(--white);
  font-size: 1rem;
  font-weight: 400;
}

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

.img-gender {
  perspective: 500px;
  width: 6%;
  max-width: 10%;
  transform: perspective(500px);
}

.img-gender.img-girl {
  width: 6%;
  max-width: 6%;
}

.img-gender._10 {
  width: 70px;
  height: 70px;
}

.img-gender._10.boy {
  width: 65px;
  height: 65px;
}

.img-gender.girl {
  margin-left: 10px;
  margin-right: 10px;
  transform: rotate(131deg)perspective(500px);
}

.img-gender.next6 {
  width: 70px;
  height: 70px;
}

.heading-xxlarge {
  letter-spacing: -.1rem;
  font-family: Inter, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.form-checkbox-potty {
  grid-row-gap: 10px;
  border-radius: 100%;
  order: 1;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 0 0 auto;
  padding-left: 1.25rem;
  display: flex;
}

.form-checkbox-potty.w--redirected-checked {
  background-color: #ede7cf;
  background-image: url('../images/tick-mark-icon-512x4ht64j.png');
  background-size: 16px;
}

.form-checkbox-potty.tickmark.w--redirected-checked {
  color: #000;
  background-image: url('../images/tick-mark-icon-512x4ht64j.png');
}

.form-checkbox-potty.hide-button {
  display: none;
}

.heading-display {
  letter-spacing: -.1rem;
  font-family: Inter, sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rad-age-label {
  z-index: 20;
  color: var(--ans-color);
  font-family: Ofl, sans-serif;
  font-size: var(--ans-font-size);
  position: relative;
}

.rad-age-1 {
  width: 1.5rem;
  height: 1.5rem;
}

.form-checkbox-label {
  z-index: 20;
  color: var(--ans-color);
  font-family: PT Sans, sans-serif;
  font-size: var(--ans-font-size);
  width: 100%;
  margin-bottom: 0;
  padding: 10px 24px;
  font-weight: 400;
  position: relative;
}

.form-checkbox-label.mlf-8 {
  padding-right: 20px;
}

.form-checkbox-label.mlf-8.none-of-the-above {
  text-decoration: underline;
}

.form-checkbox-label.mr-100 {
  width: 100%;
  padding-right: 24px;
}

.agency_progress-wrapper {
  width: 100%;
  margin-bottom: 2rem;
}

.page-wrapper-3 {
  display: none;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-medium {
  padding: 0 0 20px;
}

.agency_progress-indicator {
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  height: 100%;
}

.agency_progress-indicator.current {
  background-color: #eee0d2;
}

.rad-girl {
  box-sizing: border-box;
  width: 1.5rem;
  height: 1.5rem;
  font-weight: 400;
}

.agency_form-heading-wrapper {
  overflow: hidden;
}

.agency_form-input {
  color: #eee0d2;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #ee633b;
  padding: 1.5rem 1.5rem 1rem .5rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
}

.agency_form-input:focus {
  font-family: Ofl, sans-serif;
  font-size: 1.187rem;
}

.agency_form-input::placeholder {
  color: gray;
  font-size: 1.187rem;
}

.body-quize {
  color: #fff;
  background-color: #000;
}

.navigation.training-pet {
  background-color: #485a68;
  padding-bottom: 0;
  padding-left: 3%;
  padding-right: 3%;
}

.nav-wrapper {
  background-color: #485a68;
}

.qz-nav-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1.5px #a58b00;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.container-1060 {
  border-bottom: 1px #726000;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-101 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.qz-dog-title {
  color: #a6b5c2;
  letter-spacing: .5px;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
}

.qz-dog-title.contact {
  font-size: 14px;
  display: none;
}

.qz-top-nave-center {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.qz-contact-button-wrapper {
  padding-right: 0;
}

.div-block-102 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.qz-nav-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.qz-link-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.qz-menu-links-text {
  color: #a6b5c2;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
}

.div-block-103 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

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

.search-block {
  align-self: flex-end;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.search-input {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 100%;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 0;
}

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

.search-input:focus-visible {
  color: #222;
}

.search-input[data-wf-focus-visible] {
  color: #222;
}

.search-input::placeholder {
  font-size: 1.2rem;
  font-weight: 500;
}

.search-input:lang(en) {
  color: #353535;
}

.div-block-104 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.search-button {
  background-color: #06c083;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.div-block-105 {
  position: relative;
}

.div-block-106 {
  filter: blur(200px);
  perspective: 500px;
  background-color: rgba(111, 76, 168, .4);
  border-radius: 100%;
  width: 700px;
  height: 700px;
  position: absolute;
  top: 15%;
  bottom: 0%;
  left: -55%;
  right: 0%;
  transform: rotate(-60deg)perspective(500px);
}

.div-block-106._2nd {
  filter: blur(200px);
  width: 700px;
  height: 700px;
  top: 19%;
  left: 2%;
}

.div-block-106._2nd._3rd {
  height: 500px;
  left: 117%;
}

.div-block-107 {
  background-color: #ddd;
  width: 100%;
  height: 10vh;
}

.back-btn {
  background-color: var(--back-btn);
  color: var(--btn-txt);
  border-radius: 8px;
  padding-left: 45px;
  padding-right: 45px;
  font-family: Quicksand, sans-serif;
  font-size: 1.3125rem;
  font-weight: 600;
}

.next-btn {
  background-color: var(--btn-next);
  color: var(--white);
  border: 1px solid #f6fbf9;
  border-radius: 8px;
  padding-left: 45px;
  padding-right: 45px;
  font-family: Quicksand, sans-serif;
  font-size: 1.3125rem;
  font-weight: 600;
}

.next-btn.pro {
  box-shadow: none;
}

.next-btn.btn-next {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.button-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button-wrapper.sticky {
  position: static;
  bottom: 100px;
}

.button-wrapper.btm-10 {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.select-field-6 {
  font-family: Ofl, sans-serif;
  font-size: 1.187rem;
}

.select-field-6:focus, .select-field-6:lang(en) {
  font-size: 1.187rem;
}

.select-cms {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Ofl, sans-serif;
  font-size: 1.187rem;
}

.heading-5 {
  color: #fbfbfc;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: Argentum Sans, sans-serif;
  font-size: 6rem;
  font-weight: 600;
}

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

.section-pie-chart {
  padding-left: 5%;
  padding-right: 5%;
  overflow: hidden;
}

.container-1441 {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-2 {
  background-color: rgba(0, 0, 0, 0);
  display: none;
}

.nav-link {
  color: #a6b5c2;
}

.result-text {
  color: var(--white);
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.result-text.black {
  color: var(--black);
}

.happy-dog-parents {
  padding-top: 15px;
  padding-bottom: 15px;
}

.right-arrow, .slide-nav-2, .icon-2 {
  display: none;
}

.slider-3 {
  background-color: #fffac4;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 40px;
  display: flex;
}

.tetimonial-title {
  font-family: Ofl, sans-serif;
}

.testimonial-title {
  color: var(--question);
  margin-bottom: 10px;
  font-family: Ptsans, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
}

.testimonial-txt {
  letter-spacing: .5px;
  font-family: Ofl, sans-serif;
}

.testimonial-content-wrapper {
  height: 100%;
  margin-top: 0;
  padding: 18px 32px 16px;
}

.icon-3 {
  display: none;
}

.popup-open {
  z-index: 100;
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  padding: 33px;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-wrapper {
  z-index: 200;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, .25);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wfz-sample {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.ppp {
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.para-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-tick {
  width: 100%;
  max-width: 30px;
}

.age-lebel {
  font-family: Quicksand, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.div-block-108 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix, .progress, .level {
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.input {
  outline-offset: 0px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: .5em;
  outline: 3px #d9d9d9;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: .5em .75em;
  font-size: 1em;
  font-weight: 400;
  line-height: 160%;
  transition: all .2s;
}

.input:hover {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, .1);
}

.input:focus {
  border-color: #000;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000;
}

.input::placeholder {
  color: rgba(0, 0, 0, .4);
}

.input.style {
  background-color: rgba(0, 0, 0, 0);
  border-color: #dedbd2;
  border-radius: 8px;
  max-width: 50%;
  max-height: 300px;
  padding: 20px;
}

.heading-6 {
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 110%;
}

.heading-6.is-regular {
  font-size: 2.25em;
}

.heading-6.is-regular.form-title {
  border: 1px #dedbd2;
  margin-top: 0;
  margin-bottom: 20px;
}

.dive-hide {
  display: none;
}

.input-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  min-width: 70%;
  display: flex;
}

.box {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.box.has-8-gap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  min-width: 50%;
  display: flex;
}

.box.has-8-gap.vertica {
  flex-flow: column;
}

.mask-2 {
  max-width: 115px;
  height: auto;
  overflow: visible;
}

.home-events-slider-wrapper {
  padding: 20px;
  display: none;
}

.right-arrow-3 {
  width: 60px;
  height: 60px;
  display: block;
  top: auto;
  bottom: -14%;
  left: auto;
  right: 0%;
}

.slide-6 {
  height: auto;
}

.home-slider-small-image-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider-4 {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.left-arrow-3 {
  width: 60px;
  height: 60px;
  display: block;
  top: auto;
  bottom: -14%;
  left: auto;
  right: 8%;
}

.home-events-gallery {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #1a1a1a;
  background-color: rgba(13, 13, 13, .8);
  border: 1px solid #262626;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  display: block;
  overflow: hidden;
}

.slide-7 {
  width: auto;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.small-images {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #070707;
  width: 100%;
  padding: 20px;
  display: flex;
}

.home-event-gallery-main-image {
  border-radius: 10px;
  width: 100%;
}

.image-24 {
  margin-left: 0;
}

.home-events-gallery-left {
  width: 100%;
}

.image-wrapper {
  z-index: 70;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  order: -1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-wrapper.first {
  z-index: 5;
  position: relative;
}

.image-wrapper._2 {
  z-index: 80;
}

.image-wrapper._3-columns {
  z-index: 60;
}

.image-wrapper._4 {
  z-index: 50;
}

.image-wrapper._5 {
  z-index: 40;
}

.image-wrapper._6 {
  z-index: 30;
}

.image-wrapper._7 {
  z-index: 20;
}

.image-wrapper._8 {
  z-index: 10;
}

.mask-3 {
  width: 130px;
  height: auto;
  overflow: visible;
}

.div-block-109 {
  position: relative;
}

.div-block-110 {
  background-color: var(--back-btn);
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  padding: 23px;
  display: block;
}

.all-image-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 768px;
  height: auto;
  display: flex;
  position: relative;
}

.otherss {
  display: none;
}

.single-image1 {
  z-index: 2;
  display: none;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.single-image2 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mixed-breed {
  z-index: 5;
  display: none;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mixed-breed.position-rltv {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.german-shepherd {
  z-index: 10;
  display: none;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.labrador-retriever {
  z-index: 15;
  display: none;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.yorkshire-terrier {
  z-index: 20;
  display: none;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.shih-tzu {
  z-index: 22;
  display: none;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.chihuahua {
  z-index: 25;
  display: none;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dachshund {
  z-index: 28;
  display: none;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.australian-shepherd {
  z-index: 32;
  display: none;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.golden-retriever {
  z-index: 36;
  display: none;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.poodle {
  z-index: 40;
  display: none;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.french-bulldog {
  z-index: 45;
  display: none;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.maltese {
  z-index: 50;
  display: none;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.jack-russell-terrier {
  z-index: 55;
  display: none;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.siberian-husky {
  z-index: 60;
  display: none;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.border-collie {
  z-index: 65;
  display: none;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.beagle {
  z-index: 70;
  justify-content: center;
  align-items: center;
  display: none;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.a2z {
  z-index: 1;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-111 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.div-block-112 {
  flex-flow: column;
  display: flex;
}

.testimonial-star {
  max-width: 40px;
  margin-bottom: 20px;
}

.div-block-113 {
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.advisor-blue {
  background-color: #5a83ff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 25px;
  display: flex;
}

.text-block-17 {
  color: var(--white);
  text-align: center;
  max-width: 500px;
  margin: 10px auto 20px;
  font-family: Quicksand, sans-serif;
  font-size: 1.2rem;
}

.text-block-17.black {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 500;
}

.text-block-17.black.xyz {
  font-size: .8rem;
}

.slider-5 {
  background-color: rgba(0, 0, 0, 0);
  max-width: 558px;
  height: auto;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 80px;
  overflow: hidden;
}

.div-block-114 {
  margin-top: 40px;
}

.dog-trainer {
  display: block;
}

.dog-trainer-content-wrapper {
  background-color: #fff;
  border-radius: 32px;
  height: 350px;
  padding: 120px 32px 29px;
  position: relative;
  overflow: visible;
}

.image-wrapper-dog-trainer {
  border-radius: 20px;
  width: 200px;
  position: absolute;
  top: -18%;
  bottom: auto;
  left: auto;
  right: 33%;
  overflow: hidden;
}

.dog-trainer-text-wrapper {
  z-index: 100;
  color: #fff;
  max-width: 500px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  position: relative;
}

.left-arrow-4, .right-arrow-4 {
  display: none;
}

.text-block-18 {
  color: #000;
  margin-bottom: 20px;
  font-family: Quicksand, sans-serif;
  font-size: 1.2rem;
}

.mask-4 {
  max-width: 100%;
  overflow: visible;
}

.slide-1 {
  background-color: rgba(0, 0, 0, 0);
}

.title-text-wrapper {
  margin-top: 20px;
}

.text-span-25 {
  color: var(--white);
  font-size: 2rem;
}

.most-popular {
  background-color: var(--back-btn);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.4rem;
}

.most-popular.popular {
  background-color: var(--back-btn);
  padding-left: 10px;
  padding-right: 10px;
}

.bdx {
  background-color: #189beb;
  padding-left: 10px;
  padding-right: 10px;
}

.option-2, .option-3 {
  padding-left: 10px;
  padding-right: 10px;
}

.trainer-name {
  color: var(--black);
  text-align: center;
  font-size: 1.5rem;
  line-height: 120%;
}

.trainer-name.coaces {
  color: var(--black);
  margin-bottom: 20px;
  font-family: Quicksand, sans-serif;
}

.comands, .paragraph-21 {
  font-family: Quicksand, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.div-block-115 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  display: flex;
}

.progress-bar-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.image-25 {
  border-radius: 16px;
  width: 100%;
  height: auto;
  max-height: 30px;
}

.dogs-personality {
  color: #ffd216;
  font-family: Quicksand, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.dogs-personality.command-skill {
  color: #189beb;
}

.step-subtitle {
  color: #646c73;
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
  line-height: 1.2em;
}

.title {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
}

.sub-title-steps {
  color: var(--white);
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.paragraph-text {
  color: #646c73;
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
  line-height: 1.2em;
}

.image-27 {
  border-radius: 16px;
  display: none;
}

.div-block-116 {
  background-color: gold;
  border-radius: 400px 1px;
}

.div-block-117 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.graph-chart-wrapper {
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.div-block-118 {
  background-color: #fff;
}

.grapgh-wrapper {
  background-color: #fff;
  width: 100%;
  padding-top: 20px;
}

.advisor-title, .advisor-slider-wrappr {
  padding-left: 25px;
  padding-right: 25px;
}

.div-block-119 {
  background-color: var(--back-btn);
}

.level-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.level-wrap.img {
  justify-content: center;
}

.div-block-121, .code-embed-2 {
  width: 100%;
}

.dogs-dynamic-text-wrapper {
  background-color: var(--back-btn);
  display: flex;
}

.e-mail-collection {
  border-radius: 8px;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-family: Quicksand, sans-serif;
  font-weight: 500;
  position: static;
}

.div-block-123 {
  display: flex;
}

.overflow-scroll {
  max-height: 70vh;
  overflow: scroll;
}

.random, .display-none {
  display: none;
}

.mask-5 {
  margin-left: auto;
  margin-right: auto;
}

.img-01, .img-02, .img-03, .img-04, .img-05 {
  display: none;
}

.italic-text-2 {
  font-style: normal;
}

.training-plan {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-22 {
  margin-bottom: 0;
  margin-right: 5px;
  font-family: Quicksand, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  display: inline-block;
}

.paragraph-22._2nd {
  text-align: center;
  margin-bottom: 0;
  display: block;
}

.icolsee {
  font-family: Quicksand, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  display: inline-block;
}

.none-btn {
  color: #646c73;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Quicksand, sans-serif;
  font-size: .9rem;
  text-decoration: underline;
}

.none-btn.breed-selec {
  text-align: center;
  cursor: pointer;
  padding-bottom: 30px;
}

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

  .review-contents {
    grid-template-columns: 1fr;
  }

  .stars {
    width: auto;
    max-width: 14px;
  }

  .text-block {
    font-size: 10px;
  }

  .review-star-wrapper {
    justify-content: center;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
  }

  .map-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
  }

  .technician-contents-right {
    flex: auto;
    max-width: 331px;
  }

  .header-text-2 {
    font-size: 16px;
  }

  .review-star {
    max-width: 28px;
  }

  .map-voew-sample {
    max-height: 171px;
    margin-left: auto;
    margin-right: auto;
  }

  .author-text {
    margin-top: 8px;
    font-size: 16px;
  }

  .map-text {
    font-size: 14px;
  }

  .review-style-image {
    position: static;
  }

  .review-text {
    align-self: flex-end;
    font-size: 12px;
  }

  .technician-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .review-left-title {
    font-size: 22px;
  }

  .header-section-2.section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .star-value {
    font-size: 22px;
  }

  .visiting-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .technician-contents {
    grid-column-gap: 24px;
    grid-row-gap: 0px;
    flex-direction: row;
    align-items: center;
  }

  .review-left {
    align-items: center;
    margin-bottom: 24px;
  }

  .visiting-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
  }

  .image {
    display: inline-block;
  }

  .header-title-gold {
    font-size: 32px;
  }

  .technician-content-left {
    flex: auto;
    align-self: center;
  }

  .button-secondary.transperent {
    font-size: 12px;
  }

  .map-section {
    padding: 32px 5%;
  }

  .paragraph {
    color: #838383;
    font-size: 16px;
  }

  .technician-rectangla-wrapper {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .button-primary {
    font-size: 12px;
  }

  .map-icon {
    max-width: 16px;
    max-height: 28px;
    margin-right: 8px;
  }

  .rectangle-image {
    height: 20px;
  }

  .rectangle-image.is-2 {
    width: 142px;
    height: 12px;
  }

  .rectangle-image.first {
    width: 192px;
  }

  .visiting-lightbox {
    max-width: 331px;
    margin-top: 24px;
  }

  .visiting-text {
    font-size: 16px;
  }

  .review-style-wrapper {
    max-width: 177px;
    max-height: 142px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .review-style-wrapper.is2 {
    display: block;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
    transform: rotateX(-180deg)rotateY(0)rotateZ(180deg);
  }

  .technical-icon {
    width: 100%;
    max-width: 122px;
    height: 100%;
    max-height: 50px;
  }

  .header-title-2 {
    text-align: center;
    font-size: 32px;
  }

  .text-block-3 {
    font-size: 16px;
  }

  .map-contents {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }

  .technician-left-title {
    font-size: 22px;
  }

  .review-card-top {
    justify-content: flex-start;
  }

  .author-image {
    max-width: 42px;
  }

  .nav-humberger-menu {
    display: block;
  }

  .nav-menus-text {
    font-size: 16px;
    line-height: 1.2em;
  }

  .nav-menus-text.is-active {
    font-size: 16px;
  }

  .nav-menus {
    border-bottom: 1px solid #5e5f62;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .nav-menus.nav-button {
    align-self: flex-start;
    margin-top: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 14px;
  }

  .nav-contents-wrapper {
    z-index: 1000;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 100%;
    padding-top: 40px;
    padding-left: 5%;
    display: flex;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 100vw;
    right: 0%;
  }

  .humberger-lottie {
    z-index: 1200;
    width: 25px;
    position: relative;
  }

  .nav-logo {
    z-index: 1200;
    max-width: 52px;
    position: relative;
  }

  .footer-social-icon {
    max-width: 55px;
  }

  .footer-title {
    font-size: 20px;
  }

  .footer-right-2 {
    max-width: 420px;
  }

  .footer-text-2 {
    font-size: 16px;
  }

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

  .footer-copyright {
    font-size: 14px;
  }

  .menu {
    font-size: 16px;
    font-weight: 400;
  }

  .footer-contents {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .dropdown-toggle {
    padding-right: 45px;
  }

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

  .accordion-buttons {
    grid-column-gap: 20px;
    display: flex;
  }

  .faq-option {
    white-space: break-spaces;
  }

  .faq-accordion {
    padding-right: 0;
  }

  .formula-header-section {
    padding: 32px 5%;
  }

  .card-contents-wrapper {
    border-radius: 8px;
  }

  .formula-card-title-wrapper {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .formula-cards-wrapper {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .card-main-image {
    object-fit: cover;
    width: 100%;
    max-height: 238px;
  }

  .formula-title {
    font-size: 24px;
  }

  .ceramic-left {
    overflow: hidden;
  }

  .gallery-right-title {
    font-size: 22px;
    line-height: 26px;
  }

  .slider-container {
    min-height: 170px;
  }

  .ceramic-section {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: hidden;
  }

  .certificate-text {
    align-items: center;
    overflow: hidden;
  }

  .gallery-page-title {
    font-size: 22px;
    line-height: 28px;
  }

  .ceramic-gellery-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: flex-end;
    overflow: hidden;
  }

  .slider-icon {
    font-size: 20px;
  }

  .ceramic-contents {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: 62px auto;
    grid-template-columns: 1.75fr 1.75fr;
    overflow: hidden;
  }

  .gallery-title-wrapper {
    padding-bottom: 32px;
  }

  .certificate-contents {
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .ceramic-left-title {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    overflow: hidden;
  }

  .ceramic-title-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    display: flex;
    overflow: hidden;
  }

  .slider-first-image {
    display: block;
  }

  .gallery-top-image {
    max-width: 328px;
  }

  .certification-section {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: hidden;
  }

  .deesign-image-copy-2, .deesign-image {
    display: none;
    overflow: hidden;
  }

  .slider-left-arrow {
    width: 35px;
    height: 35px;
    bottom: -24%;
    overflow: hidden;
  }

  .slider-right-arrow {
    width: 35px;
    height: 35px;
    bottom: -28%;
    overflow: hidden;
  }

  .ceramic-text {
    text-align: center;
    overflow: hidden;
  }

  .ceramic-right {
    max-width: none;
    overflow: hidden;
  }

  .gallery-header {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: hidden;
  }

  .owner-image {
    width: 100%;
    max-width: none;
    overflow: hidden;
  }

  .section {
    padding-bottom: 70px;
    overflow: hidden;
  }

  .certicate-text {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
  }

  .slider {
    width: 216px;
  }

  .form-title {
    font-size: 22px;
  }

  .contact-left {
    padding: 60px 32px;
  }

  .location-text {
    font-size: 14px;
  }

  .location-image {
    width: 100%;
    height: 174px;
  }

  .contact-map-text, .name {
    font-size: 14px;
  }

  .locatin-icon-wrapper {
    margin-top: 32px;
  }

  .contact-right {
    padding: 60px 32px;
  }

  .reservation-content {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .reservation-left, .reservation-right {
    padding: 32px;
  }

  .form-date-picker {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border: 0 solid #000;
    border-bottom: 1px solid #fff;
    width: 100%;
    height: 100%;
    font-family: Poppins, sans-serif;
    font-size: 14px;
  }

  .form-name-wreapper {
    padding-bottom: 10px;
  }

  .notice-title {
    font-size: 22px;
  }

  .notice-section {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .notice-block-title {
    font-size: 22px;
  }

  .navigation-home {
    padding-top: 0;
    padding-left: 0;
    padding-right: 40px;
  }

  .home-header-section {
    height: 1000vh;
  }

  .home-header-section-left {
    width: 100vw;
    padding: 0;
    display: flex;
  }

  .home-header-section-right {
    display: flex;
  }

  .home-header-title-wrapper {
    z-index: 99999;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .home-header-title {
    display: block;
  }

  .home-header-section-devider {
    color: #fff;
    background-color: #000;
    height: auto;
  }

  .home-header-section-devider.w--current {
    background-color: #fff;
  }

  .text-block-4 {
    color: #000;
  }

  .home-header-show-wapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .home-header-right-bottom-text {
    line-height: 140%;
  }

  .home-header-bottom-button {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 1.2rem;
  }

  .home-header-show-frame.is-2, .home-header-show-frame.is-3, .home-header-show-frame.is-4 {
    min-height: 250px;
  }

  .home-header-section-content-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: static;
  }

  .camera {
    height: 100vh;
    position: -webkit-sticky;
    position: sticky;
  }

  .nav-content-left {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-menus-wraper {
    align-items: stretch;
    width: 100vw;
    height: 100vh;
    padding-top: 40px;
    display: none;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-menus-open-bar {
    padding-left: 60px;
    padding-right: 60px;
  }

  .nasv-menu {
    z-index: auto;
    position: relative;
  }

  .nav-contents-right {
    z-index: 99999;
    align-items: flex-end;
    display: flex;
  }

  .nav-image-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
    position: static;
  }

  .nav-image, .image-4 {
    width: 80%;
    position: static;
  }

  .image-5 {
    display: none;
    position: static;
  }

  .image-6 {
    width: 50vw;
  }

  .nav-menus-texts {
    font-size: 60px;
  }

  .home-header-gallery-slider {
    display: flex;
  }

  .collection-item {
    width: 50vw;
  }

  .home-overlay-text {
    font-size: 2rem;
  }

  .button {
    padding: 6px 18px;
  }

  .home-header-last {
    width: 100vw;
  }

  .home-header-image-wrapper {
    min-width: 457px;
  }

  .home-header-gallery-image, .home-header-gallery-image-3, .home-header-gallery-image-1 {
    position: static;
  }

  .home-header-text-wrapper {
    width: 382.766px;
    min-width: 385px;
    margin-top: 56px;
  }

  .home-header-titles {
    font-size: 35px;
  }

  .home-header-last-bar {
    min-width: 219px;
  }

  .wrapper-1200 {
    width: 100%;
    max-width: 1200px;
  }

  .section-4 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .container-default {
    display: block;
  }

  .image-home-link-wrapper {
    max-width: 260px;
  }

  .pk-header-grid {
    grid-template-columns: 1fr .6fr 1fr;
  }

  .div-block-6 {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
  }

  .image-10 {
    max-height: 120px;
  }

  .pk-header-animation-block {
    height: 250vh;
  }

  ._2-columns {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .transform-system-with-ai-21 {
    font-size: 80px;
    font-weight: 700;
  }

  .image-wrapper-8 {
    padding-top: 0;
    padding-left: 0;
  }

  .text-11 {
    margin-bottom: 0;
  }

  .navbar-link-6 {
    color: #fff;
    justify-content: center;
    font-family: Poppins, sans-serif;
    font-size: 16px;
  }

  .discover-picture {
    width: 80%;
  }

  .bold-text-5 {
    font-size: 38px;
    font-weight: 500;
    line-height: 40px;
  }

  .bold-text-2 {
    font-size: 32px;
    font-weight: 500;
  }

  .unveiling-the-process-seamless-transformation-2 {
    letter-spacing: 1px;
    font-size: 72px;
    font-weight: 700;
    line-height: 75px;
  }

  .hero-section-image-7 {
    width: 100%;
    height: 100%;
  }

  .discubary-and-adult {
    margin-bottom: 64px;
  }

  .discovar-image-wrapper {
    border-bottom-left-radius: 22px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .unveiling-the-process-seamless-transformation {
    text-align: center;
  }

  .discovar-contant-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .discovar-contant-wrapper._2 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .case-studay-image-wrapper {
    align-self: center;
  }

  .content-2 {
    grid-row-gap: 40px;
  }

  .navbar-menu-4 {
    max-width: unset;
    background-color: #000;
    background-image: url('../images/Navbar-Logo-Left.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .paragraph-3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
  }

  .case-study-2, .small-container-8 {
    height: auto;
  }

  .discover-button {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 28px;
  }

  .discover-button._2 {
    font-size: 18px;
    line-height: 40px;
  }

  .discover-heading {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 32px;
  }

  .service-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 60px;
  }

  .icon {
    color: #fff;
    font-size: 32px;
  }

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

  .amplify-description {
    margin-bottom: 60px;
    font-size: 28px;
  }

  .navbar-button-5 {
    justify-content: center;
    align-self: center;
    display: flex;
  }

  .case-study-wrapper {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    padding: 60px 0 60px 32px;
  }

  .text-block-7 {
    letter-spacing: 1px;
    font-size: 18px;
  }

  ._3-columns {
    grid-row-gap: 52px;
    flex-flow: wrap;
    align-items: center;
  }

  .team-member-blog.last {
    width: 50%;
  }

  .heading-2 {
    margin-bottom: 40px;
    font-size: 64px;
    font-weight: 600;
    line-height: 64px;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #0b0d25;
    border-radius: 22px;
    grid-template-columns: .75fr 1fr;
    padding: 0;
  }

  .grid._2 {
    padding: 0;
  }

  .revolutionize-efficiency-innovation-unleash-the-power-of-ai-and-automation-with-our-cutting-edge-services-1 {
    font-size: 72px;
    font-weight: 700;
  }

  .service-card-image {
    top: -8%;
    left: 30%;
  }

  .be-yourself-in-you {
    text-align: center;
    margin-top: 20px;
    font-size: 22px;
  }

  .team-member-container {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .sub-services {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 80px;
  }

  .heading-4 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 72px;
    line-height: 80px;
  }

  .amplify-title {
    font-size: 72px;
    font-weight: 700;
    line-height: 75px;
  }

  .service-card-text {
    font-size: 20px;
  }

  .service-cards {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .case-study-sub-heading {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .column {
    flex: 30%;
  }

  .number-division {
    width: 80px;
    height: 80px;
    margin-left: 10px;
    top: -8%;
    left: -2%;
  }

  .number-division.error-291b3772-7347-e708-7453-53f336e54c0e {
    margin-right: 10px;
    padding-right: 0;
    top: -10%;
    right: -2%;
  }

  .revolutionize-efficiency-innovation-unleash-the-power-of-ai-and-automation-with-our-cutting-edge-services-26 {
    font-size: 72px;
    font-weight: 700;
  }

  .elevate-mid-taxt {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 28px;
  }

  .amplify {
    margin-bottom: 100px;
    padding-right: 3%;
  }

  .bold-text-6 {
    font-size: 28px;
  }

  .brand-logos {
    min-width: 250px;
  }

  .service-card-title {
    font-size: 36px;
  }

  .overview-description {
    font-size: 30px;
    font-weight: 300;
  }

  .ensure-you-stay-ahead-in-the-race-join-the-majority-of-enterprises-that-are-already-implementing-ai-and-dont-miss-out-on-the-transformative-wave-0 {
    font-size: 70px;
    font-weight: 700;
    line-height: 75px;
  }

  .small-container-7 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .column-4 {
    height: auto;
    padding: 0;
  }

  .unveiling-the-process-seamless-transformation-0 {
    font-size: 20px;
  }

  .revolutionize-efficiency-innovation-unleash-the-power-of-ai-and-automation-with-our-cutting-edge-services {
    padding-left: 0;
    padding-right: 0;
  }

  .transform-system-with-ai-20 {
    font-size: 80px;
    font-weight: 700;
  }

  .image-18 {
    width: 28%;
    bottom: -20%;
  }

  .overview-title {
    margin-bottom: 20px;
    font-size: 60px;
    font-weight: 600;
    line-height: 58px;
  }

  .text-span-3 {
    font-weight: 600;
  }

  .section-3-copy {
    height: auto;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .discover-continually-uncover-new-ways-to-automate-your-business-with-ai-with-our-monthly-workshop-1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .discover-continually-uncover-new-ways-to-automate-your-business-with-ai-with-our-monthly-workshop-1._2 {
    text-align: left;
  }

  .team-member-divition {
    margin-bottom: 60px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .elevate-efficiency-of-your-system-through-artificial-intelligence-integration-8 {
    font-size: 28px;
  }

  .image-19 {
    width: 80%;
  }

  .image-19._3 {
    width: 35%;
    top: 25%;
    left: 26%;
  }

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

  .elevate-title {
    margin-bottom: 30px;
    font-size: 60px;
    font-weight: 600;
    line-height: 64px;
  }

  .amplify-image-wrapeer {
    bottom: -20%;
    right: -5%;
  }

  .menu-button {
    z-index: 1000;
  }

  .menu-button.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .navbar-link-4 {
    justify-content: center;
    align-self: center;
  }

  .button-call {
    font-size: 20px;
    line-height: 28px;
  }

  .container-15 {
    height: auto;
  }

  .navbar-link-5 {
    justify-content: center;
  }

  .support {
    width: 80%;
    top: 24%;
    left: 35px;
  }

  .bold-text-4 {
    font-weight: 500;
  }

  .div-block-19 {
    grid-template-columns: 1fr 1fr;
  }

  .strategy-and-blueprint {
    margin-bottom: 64px;
  }

  .elevate-taxt {
    margin-bottom: 0;
  }

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

  .div-block-20 {
    margin-bottom: 80px;
  }

  .amplify-wrapper {
    padding-left: 0;
  }

  .container-21 {
    margin-bottom: 60px;
  }

  .services {
    margin-bottom: 20px;
    padding: 60px 3%;
  }

  .span {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    display: block;
  }

  .strategy {
    width: 80%;
    left: 31px;
  }

  .div-block-63 {
    grid-template-columns: 1fr 1fr;
  }

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

  .mb-onboarding_steps.color-change {
    padding-bottom: 20px;
  }

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

  .cloneable-container-default {
    padding-left: 32px;
    padding-right: 32px;
  }

  .service-card-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .service-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
  }

  .service-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: .75fr 1.25fr .25fr;
  }

  .service-wrapper.is-2, .service-wrapper.is-3 {
    grid-template-columns: .75fr 1.5fr;
  }

  .paragraph-20 {
    margin-top: 20px;
    font-size: 1.2rem;
  }

  .card-image {
    max-width: 219px;
  }

  .agency_checkbox-wrapper.checkbox {
    grid-column-gap: 8px;
    grid-row-gap: 0px;
  }

  .rad-gender-label.ste-1-text.ml-0 {
    margin-left: 5px;
  }

  .rad-gender-label.ste-1-text.girlspace {
    margin-left: 10px;
  }

  .rad-boy.step-1 {
    height: 95px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .rad-age.is-relative {
    min-height: 60px;
    max-height: none;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .text-size-large.black.whit {
    color: var(--white);
  }

  .img-gender._10 {
    width: 70px;
    height: 70px;
  }

  .img-gender.girl {
    margin-right: 8px;
  }

  .heading-xxlarge, .heading-display {
    font-size: 3.25rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation.training-pet {
    display: block;
  }

  .qz-nav-top {
    grid-column-gap: 0px;
    grid-template-columns: .25fr 3.5fr;
  }

  .qz-top-nave-center {
    justify-content: flex-start;
  }

  .div-block-102 {
    display: none;
  }

  .div-block-106 {
    width: 400px;
    height: 500px;
    left: -46%;
  }

  .div-block-106._2nd {
    filter: blur(200px);
    width: 400px;
    height: 500px;
    top: 31%;
    left: 15%;
  }

  .next-btn {
    background-color: var(--btn-next);
  }

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

  .container-1441 {
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 8px;
    display: block;
  }

  .navbar-2 {
    display: block;
  }

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

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

  .level {
    margin-bottom: 10px;
    font-size: 1.5rem;
    font-weight: 600;
  }

  .heading-6.is-regular.form-title {
    font-size: 1.75em;
    line-height: 130%;
  }

  .right-arrow-3 {
    bottom: -33%;
  }

  .left-arrow-3 {
    bottom: -34%;
  }

  .home-events-gallery {
    padding: 32px 32px 100px;
  }

  .small-images {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dog-trainer-text-wrapper {
    padding-top: 20px;
  }

  .slider-nav {
    margin-top: 0;
    padding-top: 10px;
  }

  .most-popular {
    font-size: 1.4rem;
  }

  .comands, .paragraph-21 {
    font-size: 1.2rem;
    font-weight: 500;
  }

  .div-block-115 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .paragraph-text {
    text-align: center;
    font-family: Quicksand, sans-serif;
  }

  .text-block-19 {
    font-family: Quicksand, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
  }

  .div-block-122 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .none-btn {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .page-wrapper {
    display: block;
    overflow: hidden;
  }

  .page-wrapper.training-pet {
    padding-bottom: 40px;
  }

  .technical-section-2.is-2 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .technician-contents-right {
    max-width: none;
  }

  .review-style-image {
    display: none;
  }

  .technician-section, .header-section-2.section {
    padding-bottom: 20px;
  }

  .visiting-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .technician-contents, .technician-contents.is-2 {
    flex-direction: column-reverse;
  }

  .background-gradient {
    background-image: linear-gradient(135deg, rgba(0, 0, 0, 0), rgba(254, 221, 155, .3));
  }

  .image {
    border-radius: 24px;
    max-width: none;
    height: auto;
    overflow: hidden;
  }

  .map-section {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .technician-rectangla-wrapper.is-2 {
    opacity: .2;
  }

  .visiting-lightbox {
    margin-bottom: 36px;
  }

  .technician-left-title.is-2 {
    color: #fedd9b;
  }

  .review-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .nav-menus.nav-button.navv {
    margin-left: auto;
    margin-right: auto;
  }

  .nav-contents-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    left: -100vw;
  }

  .footer-right-2 {
    max-width: 480px;
  }

  .footer-left-2 {
    align-items: center;
  }

  .footer-contents {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .dropdown-toggle {
    padding-right: 24px;
  }

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

  .accordion-buttons {
    flex-direction: column;
  }

  .faq-option {
    white-space: break-spaces;
  }

  .formulla-card-text {
    font-size: 14px;
    font-weight: 600;
  }

  .formula-header-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .faq-icon {
    width: 18px;
  }

  .formula-card-title-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .formula-cxard-lst-txt {
    font-size: 12px;
  }

  .formula-cards-wrapper {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .formula-title {
    font-size: 18px;
  }

  .formula-tritle {
    font-size: 28px;
  }

  .gallery-top-image-wrapper {
    flex: 1;
    width: 100%;
    max-width: none;
    overflow: hidden;
  }

  .gallery-right-title {
    flex: 0 auto;
    overflow: hidden;
  }

  .gallery-top-title-wrapper {
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    overflow: hidden;
  }

  .certificate {
    width: 100%;
  }

  .slider-icon {
    display: none;
  }

  .ceramic-contents {
    grid-template-rows: 62px auto auto;
  }

  .certificate-imag {
    grid-template-columns: 1fr;
  }

  .gallery-top-image {
    width: 100%;
    max-width: none;
  }

  .youtube-icon {
    max-width: 50px;
  }

  .gallery-top {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
  }

  .slider-left-arrow {
    opacity: 0;
    pointer-events: none;
    border-color: rgba(239, 70, 54, 0);
  }

  .slider-right-arrow {
    pointer-events: none;
    border-color: rgba(239, 70, 54, 0);
    display: none;
  }

  .deesign-image-copy {
    display: none;
  }

  .ceramic-right {
    border-radius: 24px;
    max-height: 600px;
  }

  .slider-wrapper {
    justify-content: center;
  }

  .contact-content {
    border-radius: 0;
    grid-template-columns: 1fr;
  }

  .contact-header {
    padding: 0 0%;
  }

  .locatin-icon-wrapper {
    text-align: center;
  }

  .contact-right {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .reservation-content {
    border-radius: 0;
  }

  .form-name-devider {
    flex-direction: column;
  }

  .reservation-section {
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .notis-explain-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .notice-block-text {
    text-align: justify;
  }

  .notice-section {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .notice-block-title {
    font-size: 20px;
  }

  .navigation-home {
    margin-bottom: -80px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 20px;
  }

  .home-header-section-left {
    padding: 0;
    display: flex;
  }

  .home-header-section-right {
    display: flex;
  }

  .home-header-title-wrapper {
    padding-left: 33px;
  }

  .home-header-section-devider {
    background-color: #0f0f0f;
  }

  .text-block-4 {
    color: #000;
  }

  .home-header-show-wapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-header-right-bottom-text {
    font-size: 6vw;
  }

  .home-header-bottom-button {
    padding: 10px 20px;
  }

  .home-header-bottom-button.is-secondary {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home-header-show-frame.is-2, .home-header-show-frame.is-3, .home-header-show-frame.is-4 {
    min-height: 220px;
  }

  .home-header-section-content-wrapper {
    display: flex;
  }

  .humberger-bar-1 {
    width: 40px;
  }

  .nav-menus-wraper {
    padding-top: 20px;
    display: none;
  }

  .nav-menus-open-bar {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-menus-open-text {
    font-size: 18px;
    line-height: 1.2;
  }

  .nav-image-wrapper {
    justify-content: flex-end;
    margin-bottom: 0;
    padding-bottom: 58px;
  }

  .nav-image {
    width: 100%;
    position: static;
    top: -23px;
  }

  .image-4 {
    width: 100%;
  }

  .nav-bottom {
    padding-left: 20px;
    padding-right: 40px;
  }

  .nav-bottom-left {
    flex-direction: column;
    display: flex;
  }

  .image-6 {
    width: 70vw;
  }

  .nav-menus-texts {
    font-size: 52px;
  }

  .image-8 {
    max-width: 80%;
  }

  .home-header-gallery-slider {
    display: flex;
  }

  .collection-item {
    width: 60vw;
  }

  .home-overlay-text {
    text-align: center;
    line-height: 1.2;
  }

  .home-header-last {
    width: 100vw;
    height: 100vh;
    margin-top: -42px;
    padding-top: 83px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-header-image-wrapper {
    flex-direction: column;
    display: block;
  }

  .home-header-gallery-image {
    width: 46%;
    margin-left: 10px;
    top: 104px;
    left: 111px;
  }

  .home-header-gallery-image-3 {
    bottom: -26px;
    left: -1px;
  }

  .home-header-gallery-image-1 {
    margin-bottom: 10px;
    top: 48px;
    left: 98px;
  }

  .home-header-text-wrapper {
    margin-top: 83px;
  }

  .home-header-last-bar {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 18px;
  }

  .wrapper-1200 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .gallery-card {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .container-default {
    display: block;
  }

  .image-home-link-wrapper {
    border-radius: 10px;
    max-width: 209px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .home-pages-top-wrapper {
    margin-bottom: 14px;
  }

  .pk-header {
    width: 100%;
  }

  .pk-header-grid {
    grid-template-columns: 1fr .8fr 1fr;
    width: 100%;
    overflow: visible;
  }

  .pk-header-contents {
    width: 100%;
  }

  .pk-header-animation-block {
    width: 100%;
    height: 180vh;
  }

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

  .div-block-9 {
    width: 100%;
    overflow: hidden;
  }

  .transform-system-with-ai-21 {
    font-size: 64px;
    line-height: 64px;
  }

  .discover-picture {
    width: 80%;
  }

  .bold-text-5 {
    font-size: 32px;
    font-weight: 400;
    line-height: 28px;
  }

  .bold-text-2 {
    font-size: 28px;
    line-height: 32px;
  }

  .member {
    width: 100%;
  }

  .div-block-12 {
    width: 300px;
    top: -22%;
    bottom: auto;
    left: -17%;
    right: auto;
  }

  .unveiling-the-process-seamless-transformation-2 {
    font-size: 64px;
    font-weight: 600;
    line-height: 64px;
  }

  .hero-section-image-7 {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .discovar-image-wrapper {
    text-align: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .team-member-description-wrapper {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .case-studay-image-wrapper {
    text-align: center;
    width: 100%;
  }

  .discover-button {
    font-size: 18px;
    line-height: 32px;
  }

  .discover-button._2 {
    margin-bottom: 0;
  }

  .discover-heading {
    text-align: left;
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: 600;
    line-height: 42px;
    display: block;
  }

  .discover-heading._2 {
    text-align: left;
    margin-bottom: 28px;
    font-weight: 600;
  }

  .service-card {
    flex: auto;
  }

  .image-15 {
    width: 90%;
  }

  .amplify-description {
    line-height: 32px;
  }

  .div-block-14 {
    top: -39%;
    bottom: auto;
    left: auto;
    right: -33%;
  }

  .case-study-wrapper {
    flex-flow: column;
    justify-content: center;
    padding-left: 0;
  }

  .text-block-7 {
    letter-spacing: .5px;
  }

  ._3-columns {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    justify-content: center;
    align-self: center;
  }

  .revolutionize-efficiency-innovation-unleash-the-power-of-ai-and-automation-with-our-cutting-edge-services-2 {
    font-size: 28px;
    line-height: 35px;
  }

  .automate-heading, .team-member-blog {
    display: block;
  }

  .team-member-blog.last {
    width: auto;
  }

  .logo-4 {
    width: 110px;
  }

  .heading-2 {
    margin-bottom: 20px;
    line-height: 72px;
  }

  .grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 10px;
    padding-left: 10px;
  }

  .grid._2 {
    grid-template-columns: 1fr;
  }

  .revolutionize-efficiency-innovation-unleash-the-power-of-ai-and-automation-with-our-cutting-edge-services-1 {
    font-size: 64px;
  }

  .service-card-image {
    top: -10%;
    left: 37%;
  }

  .be-yourself-in-you {
    line-height: 32px;
  }

  .team-member-container {
    padding-top: 20px;
  }

  .heading-4 {
    font-size: 64px;
    font-weight: 600;
    line-height: 72px;
  }

  .amplify-title {
    font-size: 60px;
    line-height: 64px;
  }

  .service-card-text {
    font-size: 20px;
  }

  .service-cards {
    flex-flow: wrap;
    justify-content: center;
  }

  .case-study-sub-heading {
    margin-bottom: 10px;
  }

  .column {
    flex-basis: 100%;
  }

  .number-division {
    width: 80px;
    height: 80px;
    top: -6%;
  }

  .number-division.error-291b3772-7347-e708-7453-53f336e54c0e {
    top: -5%;
  }

  .revolutionize-efficiency-innovation-unleash-the-power-of-ai-and-automation-with-our-cutting-edge-services-26 {
    font-size: 64px;
  }

  .case-study-description {
    width: 100%;
    margin-top: 20px;
  }

  .elevate-contants {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-section-7 {
    padding-top: 140px;
  }

  .elevate-mid-taxt {
    text-align: center;
    max-width: none;
    font-size: 32px;
    line-height: 35px;
  }

  .amplify {
    margin-bottom: 80px;
  }

  .bold-text-6 {
    font-size: 22px;
    font-weight: 500;
  }

  .brand-logos {
    min-width: 200px;
  }

  .elevate-image-wrapper {
    width: 100%;
  }

  .service-card-title {
    font-size: 32px;
  }

  .overview-description {
    margin-bottom: 0;
  }

  .ensure-you-stay-ahead-in-the-race-join-the-majority-of-enterprises-that-are-already-implementing-ai-and-dont-miss-out-on-the-transformative-wave-0 {
    font-size: 64px;
    line-height: 68px;
  }

  .unveiling-the-process-seamless-transformation-0 {
    letter-spacing: 0;
  }

  .transform-system-with-ai-20 {
    font-size: 64px;
    font-weight: 700;
    line-height: 64px;
  }

  .overview {
    text-align: center;
  }

  .image-18 {
    width: 30%;
    bottom: -15%;
  }

  .section-3-copy {
    padding-top: 20px;
    padding-bottom: 32px;
    padding-left: 3%;
  }

  .discover-continually-uncover-new-ways-to-automate-your-business-with-ai-with-our-monthly-workshop-1 {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 30px;
  }

  .team-member-divition {
    margin-bottom: 60px;
  }

  .elevate-efficiency-of-your-system-through-artificial-intelligence-integration-8 {
    margin-top: 10px;
    font-size: 24px;
    line-height: 32px;
  }

  .elevate-efficiency-of-your-system-through-artificial-intelligence-integration-8.service {
    margin-top: 20px;
  }

  .image-19 {
    width: 80%;
  }

  .elevate-contant-wrapper {
    flex-flow: column;
  }

  .amplify-taxt-wrapper {
    width: 90%;
  }

  .elevate-title {
    text-align: center;
    font-size: 64px;
    line-height: 64px;
  }

  .amplify-image-wrapeer {
    bottom: -10%;
    right: -20%;
  }

  .button-call {
    padding: 12px 22px;
  }

  .support {
    width: 80%;
    top: 14%;
    left: 39px;
  }

  .div-block-19 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .strategy-and-blueprint {
    margin-bottom: 60px;
  }

  .elevate-taxt {
    text-align: center;
    max-width: none;
    font-weight: 300;
  }

  .div-block-10 {
    flex-flow: column;
  }

  .amplify-wrapper {
    padding-top: 40px;
  }

  .container-21 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .services {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .span {
    font-size: 24px;
    line-height: 32px;
  }

  .strategy {
    width: 80%;
  }

  .hide {
    display: none;
  }

  .div-block-63 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-65 {
    flex-flow: column;
  }

  .member-2 {
    width: 100%;
  }

  .multi-step-form-block---brix {
    min-height: auto;
  }

  .heading-2-copy {
    line-height: 1.1em;
  }

  .select-field-5 {
    min-height: 50px;
  }

  .mb-onboarding_steps.mb-onboarding-result {
    border-radius: 16px;
    padding: 20px 40px 40px;
  }

  .text-field, .text-field-10 {
    min-height: 50px;
  }

  .steps-bar-wrapper--brix {
    flex-flow: column;
    padding-bottom: 32px;
    display: flex;
  }

  .text-field-9, .first, .mb-phn, .text-field-8 {
    min-height: 50px;
  }

  .onboarding-step-name {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 120%;
  }

  .submit-content-wrapper---brix-3 {
    margin-top: 32px;
  }

  .select-field-4 {
    min-height: 50px;
  }

  .form-step-number---brix {
    margin-left: 10px;
    margin-right: 10px;
  }

  .form-step-progress-bar-mobile---brix {
    border-radius: 500px;
    width: auto;
    max-width: 100%;
    display: flex;
  }

  .form-step-progress-bar-mobile---brix.full-bar---brix {
    background-color: #a17527;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .form-step-progress-bar-mobile---brix.step-2---brix {
    background-color: #a17527;
    width: 50%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .form-step-progress-bar-mobile---brix.step-1---brix {
    background-color: #a17527;
    width: 22%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .form-step-progress-bar---brix {
    display: none;
  }

  .cloneable-container-default {
    padding-left: 24px;
    padding-right: 24px;
  }

  .steps-bar---brix {
    justify-content: space-between;
    padding-bottom: 24px;
  }

  .chart-contents {
    padding-right: 0;
  }

  .service-card-wrapper {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .service-title {
    font-size: 40px;
    line-height: 54px;
  }

  .service-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-columns: .75fr;
    align-items: center;
    justify-items: center;
    display: flex;
  }

  .service-wrapper.is-2 {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    grid-template-columns: .75fr;
    justify-content: center;
    align-items: center;
  }

  .service-wrapper.is-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: .75fr;
  }

  .paragraph-20 {
    display: none;
  }

  .paragraph-20.after-img {
    display: block;
  }

  .card-image {
    max-width: 350px;
  }

  .card-image.last, .card-image.is-2nd, .card-image.is-1 {
    position: static;
  }

  .div-block-91 {
    order: 1;
  }

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

  .div-block-94 {
    order: -1;
  }

  .div-block-95, .div-block-96 {
    order: 1;
  }

  .image-21 {
    max-width: 350px;
  }

  .image-22 {
    max-height: 370px;
  }

  .first-wrapper, ._2nd-wrapper, .third-wrapper {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .agency_checkbox-wrapper.checkbox.overflow {
    max-height: 280px;
    overflow: scroll;
  }

  .rad-gender-label.ste-1-text.ml-0 {
    margin-left: 5px;
  }

  .img-potty {
    width: 30px;
    padding-top: 2px;
  }

  .rad-boy.step-1 {
    height: 75px;
  }

  .rad-boy.step-1.dogis {
    height: 65px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .checkbox-wrapper {
    padding-right: 10px;
    line-height: 1.5;
  }

  .checkbox-wrapper.radius-8 {
    margin-bottom: .5rem;
    padding-right: 10px;
  }

  .form-checkbox-behav {
    padding-top: 0;
    padding-bottom: 0;
  }

  .agency_submit {
    border-style: none;
    border-radius: 8px;
    margin-top: 0;
    padding-top: 9px;
    padding-bottom: 9px;
    font-family: Quicksand, sans-serif;
    font-size: 1.312rem;
  }

  .rad-time {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .padding-section-large {
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .page-padding {
    padding-bottom: 40px;
  }

  .heading-small {
    font-size: 1.25rem;
  }

  .text-size-large {
    color: var(--black);
    margin-bottom: 0;
    font-size: 1.3125rem;
    line-height: 1.2;
  }

  .text-size-large.center {
    margin-bottom: 0;
  }

  .text-size-large.center.color-black {
    color: var(--black);
    padding-bottom: 10px;
    font-size: 1.5rem;
    line-height: 120%;
  }

  .text-size-large.center.black {
    color: var(--black);
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.2rem;
    line-height: 120%;
  }

  .text-size-large.black {
    margin-top: 0;
  }

  .text-size-large.black.whit {
    letter-spacing: .5px;
    margin-top: 10px;
    font-size: 1rem;
    font-weight: 400;
  }

  .text-size-large.text-white {
    font-size: 1.187rem;
  }

  .img-gender._10 {
    width: 55px;
    height: 55px;
  }

  .img-gender._10.boy {
    height: auto;
  }

  .img-gender.girl {
    margin-right: 4px;
  }

  .img-gender.next6 {
    width: 55px;
    height: 56px;
  }

  .heading-xxlarge {
    font-size: 2.5rem;
  }

  .form-checkbox-potty {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .heading-display {
    font-size: 2.5rem;
  }

  .form-checkbox-label {
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 24px;
    font-size: 1rem;
    line-height: 1.3;
  }

  .form-checkbox-label.mlf-8 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .form-checkbox-label.mr-100 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-medium {
    padding-top: 1.5rem;
  }

  .qz-nav-top {
    grid-template-columns: .5fr 3.25fr;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .qz-top-nave-center {
    text-align: right;
    justify-content: flex-start;
  }

  .div-block-106 {
    display: none;
    top: 74%;
    left: 0%;
  }

  .div-block-106._2nd {
    filter: blur(200px);
  }

  .heading-5 {
    font-size: 40px;
    display: block;
  }

  .result-text {
    font-size: 1.3rem;
  }

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

  .testimonial-title {
    font-size: 1rem;
  }

  .testimonial-content-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .popup-wrapper {
    display: none;
  }

  .wfz-sample {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .ppp {
    margin-bottom: 0;
    font-size: 1rem;
  }

  .para-wrapper {
    padding-bottom: 5px;
    padding-left: 0;
  }

  .image-tick {
    max-width: 16px;
  }

  .age-lebel, .brix, .progress, .level {
    margin-bottom: 0;
    font-size: 1rem;
  }

  .heading-6 {
    font-size: 2.4em;
  }

  .heading-6.is-regular {
    letter-spacing: -.8px;
    font-size: 1.6em;
  }

  .right-arrow-3 {
    display: block;
    top: auto;
    bottom: -32%;
    left: auto;
    right: 0%;
  }

  .left-arrow-3 {
    display: block;
    top: auto;
    bottom: -30%;
    left: 0%;
    right: auto;
  }

  .home-events-gallery {
    padding: 29px 29px 100px;
    overflow: hidden;
  }

  .slide-7 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .small-images {
    overflow: visible;
  }

  .home-events-gallery-left.is-none {
    display: none;
  }

  .home-events-gallery-left.is-none.blue {
    display: block;
  }

  .home-events-gallery-left.glue {
    display: none;
  }

  .div-block-110 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 10px;
  }

  .all-image-wrapper {
    height: 440px;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 5px;
  }

  .testimonial-star {
    max-width: 30px;
  }

  .advisor-blue {
    padding-top: 20px;
  }

  .text-block-17 {
    margin-top: 0;
    font-family: Quicksand, sans-serif;
  }

  .slider-5 {
    max-width: 456px;
  }

  .div-block-114 {
    margin-top: 50px;
  }

  .dog-trainer-content-wrapper {
    border-radius: 32px;
    width: 100%;
    height: 350px;
    padding-top: 100px;
    overflow: visible;
  }

  .image-wrapper-dog-trainer {
    width: 150px;
    top: -11%;
    right: 32%;
  }

  .dog-trainer-text-wrapper {
    padding-top: 20px;
  }

  .text-block-18 {
    font-family: Quicksand, sans-serif;
    font-size: 1.2rem;
  }

  .mask-4 {
    width: 100%;
  }

  .slide-1 {
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
  }

  .title-text-wrapper {
    margin-top: 50px;
  }

  .text-span-25 {
    line-height: 1.8;
  }

  .most-popular {
    font-size: 1.3rem;
  }

  .image-25 {
    width: 100%;
    max-height: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .step-subtitle {
    padding-top: 10px;
    font-size: .8rem;
    line-height: 1.5em;
  }

  .title {
    color: var(--white);
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-family: Quicksand, sans-serif;
    font-size: 32px;
    font-weight: 700;
  }

  .sub-title-steps {
    color: var(--white);
    text-align: center;
    margin-bottom: 20px;
    font-family: Quicksand, sans-serif;
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .paragraph-text {
    padding-top: 5px;
    font-size: .8rem;
  }

  .overflow-scroll {
    max-height: 448px;
    margin-left: 0;
    padding-right: 25px;
    font-size: 1rem;
    line-height: 1.4;
  }

  .div-block-128 {
    padding-top: 10px;
  }

  .div-block-129, .div-block-130 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .slide-8, .slide-9, .slide-10, .slide-11 {
    width: 100%;
  }

  .div-block-131 {
    max-height: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    height: auto;
    margin-top: 39px;
    margin-bottom: 39px;
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .spline-scene {
    height: auto;
  }

  .review-right {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .nav-menus-text {
    text-align: center;
    font-size: 16px;
  }

  .nav-contents-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column-reverse;
    height: auto;
    padding-top: 20px;
    padding-right: 20px;
  }

  .footer-right-2 {
    grid-column-gap: 8px;
    align-items: flex-start;
  }

  .footer-menus-wrapper {
    flex-direction: row;
    display: block;
  }

  .dropdown-toggle {
    justify-content: space-between;
    width: 100%;
    padding-right: 35px;
    display: inline-block;
  }

  .accordion-buttons {
    flex-direction: column;
  }

  .faq-option {
    white-space: break-spaces;
    word-break: normal;
    font-size: 16px;
    font-weight: 500;
  }

  .card-bottom {
    padding-left: 16px;
    padding-right: 16px;
  }

  .dropdown-main {
    width: 100%;
    overflow: hidden;
  }

  .formulla-card-text {
    font-size: 14px;
    font-weight: 600;
  }

  .formula-header-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .toggle-img-wrapper {
    flex-wrap: wrap;
    display: flex;
  }

  .paragraph-2 {
    font-size: 12px;
    line-height: 1.2em;
  }

  .faq-answer {
    font-size: 14px;
    font-weight: 300;
  }

  .formula-cxard-lst-txt {
    font-size: 12px;
  }

  .formula-cards-wrapper {
    margin-top: 32px;
  }

  .formula-title {
    font-size: 18px;
  }

  .formula-tritle {
    font-size: 28px;
  }

  .gallery-right-title {
    text-align: left;
    width: 100%;
  }

  .gallery-top-title-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
  }

  .deesign-image-copy {
    display: none;
  }

  .form-title {
    margin-top: 0;
    margin-bottom: 0;
  }

  .contact-left {
    padding: 20px;
  }

  .locatin-icon-wrapper {
    margin-top: 32px;
  }

  .contact-right, .reservation-left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .notice-block-text {
    text-align: justify;
  }

  .navigation-home {
    margin-bottom: -78px;
    padding-right: 16px;
  }

  .home-header-section {
    height: 1000vh;
  }

  .home-header-section-left {
    align-items: flex-start;
    height: 100vh;
    padding: 0;
    display: flex;
  }

  .home-header-section-right {
    display: flex;
  }

  .home-header-title-wrapper {
    bottom: 18%;
  }

  .home-header-section-devider.w--current {
    background-color: #fff;
    width: 30px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-4 {
    padding-left: 2px;
  }

  .home-header-right-bottom {
    margin-top: 1.4rem;
  }

  .home-header-right-bottom-text {
    font-size: 5vw;
  }

  .home-header-button-wrapper {
    margin-top: 1.5rem;
  }

  .home-header-bottom-button {
    font-size: 4vw;
  }

  .home-header-show-frame.is-2 {
    min-height: 299px;
  }

  .home-header-show-frame.is-3 {
    min-height: 200px;
  }

  .nav-content-left {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-radius: 0;
    padding: 12px;
    display: flex;
  }

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

  .humberger-bar-1 {
    width: 35px;
  }

  .nav-menus-wraper {
    justify-content: space-between;
    height: 100vh;
    padding-top: 20px;
    display: none;
    overflow: scroll;
  }

  .nav-menus-open-bar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menus-open-text {
    font-size: 16px;
  }

  .nav-image-wrapper {
    align-self: center;
  }

  .nav-image, .image-4 {
    width: 100%;
  }

  .nav-bottom {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-bottom-right {
    align-self: center;
  }

  .image-6 {
    width: 80vw;
  }

  .nav-menus-texts {
    font-size: 32px;
  }

  .text-block-11 {
    line-height: 1.2;
  }

  .text-block-13 {
    line-height: 1.3;
  }

  .home-header-gallery-slider {
    display: flex;
  }

  .collection-item {
    width: 90vw;
  }

  .gallery-overlay {
    padding-bottom: 12px;
  }

  .home-overlay-text {
    text-align: center;
    font-size: 1.5rem;
  }

  .button {
    font-size: 1rem;
    display: none;
  }

  .home-header-last {
    justify-content: center;
    width: 150vw;
    height: 100vh;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-header-image-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .home-header-gallery-image {
    max-width: 50%;
    display: none;
    position: relative;
    top: -43px;
    left: 28px;
  }

  .home-header-gallery-image-3 {
    max-width: 60%;
    position: relative;
    bottom: -7px;
    left: 0;
  }

  .home-header-gallery-image-1 {
    max-width: 50%;
    max-height: 50%;
    top: -14px;
    left: -3px;
  }

  .home-header-text-wrapper {
    width: auto;
    min-width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .home-header-titles {
    white-space: break-spaces;
    font-size: 28px;
  }

  .home-header-last-bar {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-self: flex-start;
  }

  .nav-footer {
    font-family: Mundial, sans-serif;
  }

  .wrapper-1200 {
    max-width: 1200px;
  }

  .gallery-card {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section-4 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .image-home-link-wrapper {
    max-width: 180px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .home-pages-top-wrapper {
    margin-bottom: 16px;
  }

  .container-1280 {
    padding-left: 10px;
  }

  .pk-header {
    padding-top: 140px;
  }

  .pk-header-grid {
    grid-template-columns: 1fr 1.4fr 1fr;
  }

  .pk-header-animation-block {
    height: 100vh;
  }

  .transform-system-with-ai-21 {
    font-size: 15vw;
    font-weight: 600;
    line-height: 17vw;
  }

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

  .bold-text-5 {
    font-size: 28px;
  }

  .card-divission {
    display: block;
  }

  .bold-text-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .unveiling-the-process-seamless-transformation-2 {
    font-size: 13vw;
    line-height: 15vw;
  }

  .hero-section-image-7 {
    width: 100%;
    height: 100%;
  }

  .discovar-image-wrapper {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .team-member-description-wrapper {
    padding-left: 10px;
  }

  .discovar-contant-wrapper, .discovar-contant-wrapper._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .case-studay-image-wrapper {
    margin-left: 10px;
    margin-right: 20px;
  }

  .content-2 {
    grid-row-gap: 24px;
  }

  .paragraph-3 {
    font-size: 20px;
  }

  .case-study-2 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .discover-button._2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .discover-heading {
    text-align: left;
    font-size: 30px;
    line-height: 30px;
  }

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

  .service-card {
    border-radius: 32px;
    padding-top: 48px;
    padding-bottom: 40px;
  }

  .amplify-description {
    margin-bottom: 40px;
    line-height: 24px;
  }

  .discovary-wrapper {
    border-radius: 32px;
    margin-top: 20px;
  }

  .case-study-wrapper {
    padding: 40px 16px;
  }

  .text-block-7 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .revolutionize-efficiency-innovation-unleash-the-power-of-ai-and-automation-with-our-cutting-edge-services-2 {
    font-size: 22px;
    line-height: 28px;
  }

  .logo-4 {
    width: 100px;
  }

  .heading-2 {
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 54px;
  }

  .service-top {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid._2 {
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .revolutionize-efficiency-innovation-unleash-the-power-of-ai-and-automation-with-our-cutting-edge-services-1 {
    font-size: 48px;
    line-height: 56px;
  }

  .be-yourself-in-you {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }

  .team-member-container {
    padding-top: 0;
  }

  .sub-services {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .heading-4 {
    font-size: 13vw;
    line-height: 15vw;
  }

  .amplify-title {
    margin-bottom: 20px;
    font-size: 42px;
    font-weight: 600;
    line-height: 48px;
  }

  .service-card-text {
    font-size: 18px;
    line-height: 24px;
  }

  .service-cards {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .case-study-sub-heading {
    margin-bottom: 10px;
  }

  .column {
    height: 300px;
  }

  .image-16 {
    display: none;
  }

  .number-division {
    width: 80px;
    height: 80px;
    margin-left: 10px;
  }

  .number-division.error-291b3772-7347-e708-7453-53f336e54c0e {
    margin-right: 10px;
  }

  .case-study-on-nyck {
    margin-bottom: 40px;
  }

  .revolutionize-efficiency-innovation-unleash-the-power-of-ai-and-automation-with-our-cutting-edge-services-26 {
    font-size: 48px;
    line-height: 56px;
  }

  .case-study-description, .elevate-contants {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section-7 {
    padding-top: 100px;
  }

  .elevate-mid-taxt {
    font-size: 30px;
    line-height: 35px;
  }

  .amplify {
    margin-bottom: 40px;
  }

  .bold-text-6 {
    font-size: 18px;
  }

  .brand-logos {
    min-width: 150px;
  }

  .overview-description {
    font-size: 24px;
    line-height: 28px;
  }

  .ensure-you-stay-ahead-in-the-race-join-the-majority-of-enterprises-that-are-already-implementing-ai-and-dont-miss-out-on-the-transformative-wave-0 {
    font-size: 13vw;
    line-height: 15vw;
  }

  .small-container-7 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .unveiling-the-process-seamless-transformation-0 {
    font-size: 18px;
    line-height: 32px;
  }

  .transform-system-with-ai-20 {
    margin-bottom: 0;
    font-size: 15vw;
    font-weight: 600;
    line-height: 17vw;
  }

  .image-18 {
    width: 40%;
  }

  .overview-title {
    font-size: 48px;
    line-height: 50px;
  }

  .discover-continually-uncover-new-ways-to-automate-your-business-with-ai-with-our-monthly-workshop-1, .discover-continually-uncover-new-ways-to-automate-your-business-with-ai-with-our-monthly-workshop-1._2 {
    font-size: 18px;
    line-height: 24px;
  }

  .elevate-efficiency-of-your-system-through-artificial-intelligence-integration-8 {
    margin-top: 0;
    padding-left: 3%;
    padding-right: 3%;
    font-size: 18px;
    line-height: 24px;
  }

  .elevate-efficiency-of-your-system-through-artificial-intelligence-integration-8.service {
    margin-top: 0;
    line-height: 24px;
  }

  .amplify-taxt-wrapper {
    text-align: center;
    width: 100%;
  }

  .div-block-11 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 12px;
  }

  .div-block-11.is-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .elevate-title {
    font-size: 48px;
    line-height: 56px;
  }

  .container {
    padding-left: 0;
  }

  .amplify-image-wrapeer {
    display: none;
    bottom: -10%;
    right: -60%;
  }

  .button-call {
    margin-bottom: 40px;
    padding: 10px 20px;
    font-size: 14px;
  }

  .support {
    top: 9%;
    bottom: 0%;
    left: 10%;
    right: 0%;
  }

  .bold-text-4 {
    font-size: 24px;
  }

  .strategy-and-blueprint {
    margin-bottom: 40px;
  }

  .elevate-taxt {
    font-size: 18px;
    line-height: 24px;
  }

  .case-study-container {
    border-radius: 30px;
  }

  .div-block-20 {
    margin-bottom: 40px;
  }

  .amplify-wrapper {
    border-radius: 32px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-21 {
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .span {
    font-size: 20px;
    line-height: 32px;
  }

  .hide {
    display: block;
  }

  .multi-step-form-block---brix {
    transform: scale3d(1none, 1none, 1none);
    margin-top: -14px;
  }

  .heading-2-copy {
    font-size: 2.5rem;
  }

  .step-title---brix-2 {
    text-align: center;
    padding-bottom: 20px;
  }

  .multi-step-form-wrapper---brix.preview-page {
    flex-direction: column;
  }

  .mb-onboarding_steps.mb-onboarding-result {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .mb-onboarding_steps.color-change {
    border-radius: 16px;
  }

  .mb-onboarding_steps.bg-189beb {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .step-title---brix-5 {
    text-align: center;
    padding-bottom: 20px;
  }

  .steps-bar-wrapper--brix {
    flex-flow: column;
  }

  .multi-step-form-subtitle-2 {
    font-size: 1.5rem;
  }

  .div-block-87 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .right {
    width: 100%;
  }

  .multi-step-form-subtitle-copy-3 {
    text-align: center;
    font-size: 1.2rem;
  }

  .onboarding_step {
    flex-flow: column;
  }

  .onboarding-step-name {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 120%;
  }

  .mb-button-4.submite-near.last {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .list-item-36 {
    font-size: 1.2rem;
  }

  .form-step-progress-bar-mobile---brix {
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .form-step-progress-bar-mobile---brix.full-bar---brix {
    width: 100%;
  }

  .form-step-progress-bar-mobile---brix.step-1---brix {
    width: 25%;
  }

  .left {
    width: 100%;
  }

  .form-step-progress-bar---brix {
    display: none;
  }

  .cloneable-container-default {
    padding-left: 0;
    padding-right: 0;
  }

  .mb-submit-button---brix {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .list-item-35 {
    font-size: 1.2rem;
  }

  .steps-bar---brix {
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-card-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .service-title {
    font-size: 32px;
    line-height: 1.3;
  }

  .service-wrapper.is-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .service-wrapper.is-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .paragraph-20 {
    font-size: 1rem;
  }

  .card-image {
    max-width: 300px;
  }

  .card-image.is-1 {
    position: static;
  }

  .agency_checkbox-wrapper.checkbox {
    grid-column-gap: 6px;
  }

  .agency_checkbox-wrapper.checkbox.overflow {
    max-height: 40vh;
  }

  .agency_checkbox-wrapper.checkbox.overscroll {
    grid-column-gap: 8px;
    max-height: 49vh;
    overflow: scroll;
  }

  .rad-gender-label.ste-1-text {
    margin-left: 9px;
    margin-right: 10px;
  }

  .rad-gender-label.ste-1-text.ml-0 {
    margin-left: 9px;
  }

  .rad-gender-label.ste-1-text.girlspace {
    margin-left: 6%;
  }

  .rad-boy.step-1.dogis {
    height: 50px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .checkbox-wrapper {
    margin-bottom: .6rem;
    margin-right: 10px;
    padding-right: 10px;
  }

  .checkbox-wrapper.radius-8 {
    padding-right: 8px;
  }

  .form-checkbox-behav {
    font-size: 1rem;
  }

  .checkbox-parent {
    line-height: 1.5;
  }

  .agency_submit {
    background-color: var(--btn-next);
    padding: 9px 20px;
  }

  .rad-age.is-relative {
    padding-left: 20px;
  }

  .rad-gender.step-1-relative {
    min-height: 50px;
    margin-top: 0;
  }

  .padding-section-large {
    padding-top: 1rem;
  }

  .img-age {
    width: 100%;
    max-width: 25%;
  }

  .agency_progress {
    margin-left: auto;
    margin-right: auto;
  }

  .text-size-large {
    color: var(--black);
    line-height: 1.2;
  }

  .text-size-large.center {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.5rem;
  }

  .text-size-large.black.whit {
    color: #fff;
  }

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

  .img-gender._10 {
    width: 55px;
    height: 55px;
    margin-left: 10px;
  }

  .img-gender._10.boy {
    width: 12%;
    height: auto;
  }

  .img-gender.girl {
    width: 7%;
    max-width: 10%;
    margin-left: 12px;
    margin-right: 0;
  }

  .img-gender.next6 {
    height: 55px;
    margin-left: 10px;
    padding-left: 0;
  }

  .form-checkbox-label {
    padding: 5px 16px 5px 18px;
    line-height: 1.25;
  }

  .form-checkbox-label.mlf-8 {
    padding: 6px 8px;
  }

  .form-checkbox-label.mlf-8.none-of-the-above {
    color: var(--pollish);
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-medium {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .qz-nav-top {
    grid-column-gap: 0px;
  }

  .qz-dog-title {
    text-align: center;
  }

  .div-block-106 {
    width: 300px;
    height: 300px;
  }

  .div-block-106._2nd {
    width: 300px;
    height: 400px;
  }

  .back-btn, .next-btn {
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: space-around;
    margin-top: 40px;
  }

  .heading-5 {
    text-align: center;
    font-size: 32px;
  }

  .section-pie-chart {
    padding-left: 3%;
    padding-right: 3%;
  }

  .testimonial-title {
    font-size: 1rem;
  }

  .popup-wrapper {
    display: none;
  }

  .ppp {
    font-size: 1rem;
  }

  .para-wrapper {
    padding-bottom: 5px;
    padding-left: 0;
  }

  .age-lebel {
    font-size: .9rem;
    line-height: 1.5;
  }

  .div-block-108 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .brix, .progress {
    font-size: .9rem;
  }

  .level {
    font-size: 1rem;
  }

  .input.style {
    max-width: 80%;
    padding: 10px;
  }

  .heading-6.is-regular.form-title {
    font-size: 20px;
    line-height: 140%;
  }

  .input-box {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .box.has-8-gap {
    flex-flow: wrap;
    min-width: 80%;
  }

  .right-arrow-3, .left-arrow-3 {
    bottom: -40%;
  }

  .home-events-gallery {
    padding: 16px 16px 60px;
  }

  .home-events-gallery-left.is-none._3 {
    display: block;
  }

  .home-events-gallery-left.hide {
    display: none;
  }

  .mask-3 {
    width: 100px;
  }

  .div-block-110 {
    padding-left: 10px;
  }

  .all-image-wrapper {
    height: 440px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
  }

  .german-shepherd {
    display: none;
  }

  .a2z {
    padding-bottom: 10px;
  }

  .text-block-17 {
    font-size: 1.2rem;
  }

  .text-block-17.black {
    font-size: 1.1rem;
  }

  .slider-5 {
    max-width: 396px;
  }

  .dog-trainer-content-wrapper {
    height: 490px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-wrapper-dog-trainer {
    width: 100px;
    right: 28vw;
  }

  .dog-trainer-text-wrapper {
    margin-top: 0;
    padding-top: 20px;
  }

  .mask-4 {
    width: 100%;
  }

  .slider-nav {
    padding-top: 0;
  }

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

  .text-span-25 {
    text-align: center;
    overflow-wrap: normal;
    font-size: 1.5rem;
  }

  .trainer-name {
    color: var(--black);
    font-family: Quicksand, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 120%;
  }

  .progress-bar-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    margin-bottom: 10px;
  }

  .image-25 {
    border-radius: 30px;
    align-self: center;
    max-width: 100%;
    height: 30px;
    max-height: 40px;
    overflow: hidden;
  }

  .step-subtitle {
    padding-top: 10px;
  }

  .image-26 {
    max-width: 90%;
  }

  .sub-title-steps {
    font-size: 1.3rem;
  }

  .paragraph-text {
    color: #646c73;
    text-align: center;
    margin-top: 10px;
  }

  .e-mail-collection {
    max-width: 95%;
  }

  .overflow-scroll {
    height: 40vh;
    min-height: 40vh;
    max-height: 40vh;
    padding-right: 25px;
    overflow: scroll;
  }

  .div-block-127 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .paragraph-22 {
    font-size: 1.3rem;
  }

  .icolsee {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.3rem;
  }

  .div-block-128 {
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .div-block-129, .div-block-130 {
    padding-top: 15px;
  }

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

  .slide-9, .slide-10, .slide-11 {
    width: 100%;
  }

  .div-block-131 {
    padding-top: 15px;
  }

  .div-block-132, .div-block-133, .div-block-134, .div-block-135, .div-block-136 {
    padding-top: 15px;
    padding-bottom: 10px;
  }
}

#w-node-b814c10f-bbf2-baed-fdea-3cf423dc9d44-e5c3bcae, #w-node-_887f2cd7-46da-8d58-c3c6-cfdb8dfe8092-e5c3bc13 {
  justify-self: center;
}


@font-face {
  font-family: 'Devant Horgen';
  src: url('../fonts/Devant-Horgen.woff2') format('woff2'), url('../fonts/Devant-Horgen.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ptsans';
  src: url('../fonts/OFL.txt') format('undefined'), url('../fonts/PTSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ofl';
  src: url('../fonts/OFL.txt') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Devant Horgen';
  src: url('../fonts/Devant-Horgen.eot') format('embedded-opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Firs Neue';
  src: url('../fonts/TT-Firs-Neue--Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/NeueHaasDisplayRoman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dot Gothic 16';
  src: url('../fonts/DotGothic16-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Teko';
  src: url('../fonts/Teko-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Teko';
  src: url('../fonts/Teko-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Teko';
  src: url('../fonts/Teko-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Teko';
  src: url('../fonts/Teko-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Teko';
  src: url('../fonts/Teko-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Devant Horgen';
  src: url('../fonts/Devant-Horgen.ttf') format('truetype'), url('../fonts/Devant-Horgen.svg') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tesla';
  src: url('../fonts/TESLA.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Qestero';
  src: url('../fonts/QESTERO-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Argentum Sans';
  src: url('../fonts/argentum-sans.regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Argentum Sans';
  src: url('../fonts/argentum-sans.extrabold-1.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Argentum Sans';
  src: url('../fonts/argentum-sans.semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Argentum Sans';
  src: url('../fonts/argentum-sans.medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/Quicksand-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/Quicksand-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/Quicksand-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/Quicksand-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/Quicksand-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ptsans';
  src: url('../fonts/PTSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Devant Horgen';
  src: url('../fonts/Devant-Horgen.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mundial';
  src: url('../fonts/Fontspring-DEMO-5-mundial-demibold-tty.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mundial';
  src: url('../fonts/Fontspring-DEMO-3-mundial-light-tty.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}