@font-face {
  font-family: Satoshi Variable;
  src: url('../fonts/Satoshi-Variable.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --_font-famly---font-famaly--seckendry-font: "Satoshi Variable", Arial, sans-serif;
  --gray: #525252;
  --_typography---paragraph--paragraph-badge: 12px;
  --_font-famly---line-height--medium: 120%;
  --_font-famly---font-weight--regular: 400;
  --_font-famly---font-famaly--primary-font: "Inter Tight", sans-serif;
  --title-color: #241242;
  --_typography---titles--h1: 61px;
  --_font-famly---line-height--large: 130%;
  --_font-famly---font-weight--medium: 500;
  --_spacings---letter-spacing--h1-letter-spacing: -2.44px;
  --_typography---titles--h2: 48px;
  --_spacings---letter-spacing--h2-letter-spacing: -1.44px;
  --_typography---titles--h3: 39px;
  --_spacings---letter-spacing--h3-letter-spacing: -.78px;
  --_typography---titles--h4: 31px;
  --_spacings---letter-spacing--h4-letter-spacing: 0px;
  --_typography---titles--h5: 25px;
  --_spacings---letter-spacing--h6-letter-spacing: 0px;
  --_typography---titles--h6: 20px;
  --_spacings---letter-spacing--paragraph-18-letter-spacing: -.18px;
  --white: white;
  --_spacings---section-gap-small: 80px;
  --white-smoke: #f6f3ee;
  --_spacings---section-gap-medium: 100px;
  --_spacings---none: 0px;
  --_spacings---section-gap: 130px;
  --_font-famly---letter-spacing--h4-letter-spacing\<deleted\|variable-d869edcd-97d6-7183-bb02-55251104bbdf\>: 0px;
  --_spacings---padding--padding-medium: 32px;
  --accent-color: #c6a15c;
  --_typography---paragraph--paragraph-sm: 14px;
  --_font-famly---line-height--fegular: 100%;
  --_font-famly---font-weight--light: 300;
  --rad: #b8863b;
  --_typography---paragraph--button-font-size: 16px;
  --_font-famly---line-height--extra-extra-large: 150%;
  --primary-color: #171717;
  --transparent: transparent;
  --_typography---paragraph: var(--_typography---paragraph--button-font-size);
  --_typography---paragraph--paragraph-l: 20px;
  --_spacings---padding--padding-extra-large: 48px;
  --_typography---paragraph--paragraph-xl: 24px;
  --_spacings---padding--padding-large: 40px;
  --_font-famly---line-height--extra-large: 140%;
  --_spacings---letter-spacing--h5-letter-spacing: 0px;
  --black: black;
  --green: #1f771b;
  --white-opacity-small: #fff6;
  --_font-famly---font-weight--bold: 700;
  --font-color: #a3a3a3;
  --white-opacity-large: #ffffffb3;
  --_font-famly---line-height--small: 110%;
  --_spacings---padding--padding-xxl: 60px;
  --_font-famly---font-weight--semi-bold: 600;
  --red: red;
  --white-opacity-medium: #fff9;
  --_spacings---padding--padding-small: 24px;
  --yellow: #ff0;
  --_font-famly---font-weight--ext-bold: 800;
  --_font-famly---font-weight--black: 900;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

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

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

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

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

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  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;
  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-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

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

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

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

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

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

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

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

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

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

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

.w-commerce-commercecheckoutformcontainer {
  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-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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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-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: 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;
  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: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .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-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput, .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 {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--gray);
  font-size: var(--_typography---paragraph--paragraph-badge);
  line-height: var(--_font-famly---line-height--medium);
  font-weight: var(--_font-famly---font-weight--regular);
}

h1 {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--title-color);
  font-size: var(--_typography---titles--h1);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--medium);
  letter-spacing: var(--_spacings---letter-spacing--h1-letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--title-color);
  font-size: var(--_typography---titles--h2);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
  letter-spacing: var(--_spacings---letter-spacing--h2-letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--title-color);
  font-size: var(--_typography---titles--h3);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
  letter-spacing: var(--_spacings---letter-spacing--h3-letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--title-color);
  font-size: var(--_typography---titles--h4);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
  letter-spacing: var(--_spacings---letter-spacing--h4-letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}

h5 {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--title-color);
  font-size: var(--_typography---titles--h5);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
  letter-spacing: var(--_spacings---letter-spacing--h6-letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}

h6 {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--title-color);
  font-size: var(--_typography---titles--h6);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
  letter-spacing: var(--_spacings---letter-spacing--h6-letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}

p {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--gray);
  letter-spacing: var(--_spacings---letter-spacing--paragraph-18-letter-spacing);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

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

strong {
  font-weight: bold;
}

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

.section {
  padding-top: var(--_spacings---section-gap-small);
  padding-bottom: var(--_spacings---section-gap-small);
  background-color: var(--white);
  overflow: clip;
}

.section.about {
  padding-top: var(--_spacings---section-gap-small);
  background-color: var(--white);
}

.section.about.why-choose {
  background-color: var(--white-smoke);
}

.section.services {
  padding-top: var(--_spacings---section-gap-small);
  padding-bottom: var(--_spacings---section-gap-small);
  background-color: var(--white);
}

.section.cta {
  background-color: var(--title-color);
  position: sticky;
  top: 120px;
}

.section.testimonial {
  padding-top: var(--_spacings---section-gap-small);
}

.section.our-blogs {
  background-color: var(--white);
}

.section.ticker {
  padding-top: var(--_spacings---none);
  padding-bottom: var(--_spacings---section-gap-small);
  background-color: var(--white);
}

.section.style-guide {
  padding-top: 203px;
  padding-bottom: 110px;
}

.section.who-we-are {
  padding-top: var(--_spacings---none);
  padding-bottom: var(--_spacings---none);
}

.section.award {
  padding-bottom: var(--_spacings---none);
}

.section.why-us {
  padding-top: var(--_spacings---section-gap-small);
}

.section.members {
  padding-top: 223px;
}

.section.works {
  padding-top: 173px;
  padding-bottom: var(--_spacings---section-gap-small);
}

.section.faq {
  padding-top: var(--_spacings---section-gap-small);
}

.section.services-details {
  padding-top: 173px;
  padding-bottom: var(--_spacings---section-gap-small);
}

.section.details {
  padding-top: var(--_spacings---section-gap-small);
  padding-bottom: var(--_spacings---section-gap-small);
}

.section.blogs {
  padding-top: 223px;
}

.section.works-details {
  padding-top: 173px;
  padding-bottom: var(--_spacings---section-gap-small);
}

.section.blogs-details {
  padding-top: 223px;
  padding-bottom: var(--_spacings---none);
}

.section.team-details {
  padding-top: var(--_spacings---none);
}

.section.team {
  padding-top: 117px;
}

.section.price-section {
  padding-top: 222px;
}

.section.not-found-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.checkout {
  padding-left: 0;
  padding-right: 0;
}

.section.services-hero {
  padding-top: 223px;
}

.section.projects-section {
  padding-top: var(--_spacings---section-gap-small);
  padding-bottom: var(--_spacings---section-gap-small);
}

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

.container.costom {
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
}

.brand-section {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brand-title-wrap {
  width: 100%;
  max-width: 335px;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 130%;
}

.brand-title {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--title-color);
  font-size: var(--_typography---titles--h6);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
  letter-spacing: var(--_spacings---letter-spacing--h6-letter-spacing);
}

.brand-wrapper {
  width: 100%;
  padding-top: var(--_spacings---padding--padding-medium);
  padding-bottom: var(--_spacings---padding--padding-medium);
  padding-left: var(--_spacings---padding--padding-medium);
  border-top: 1px solid #1717171a;
  border-bottom: 1px solid #1717171a;
  border-left: 1px solid #1717171a;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  overflow: hidden;
}

.brand-flex-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brand-flex-single {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brand-img-wrap {
  background-color: var(--white);
  border-radius: 16px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 104px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.brand-img {
  width: 100%;
  max-width: 120px;
  height: 24px;
}

.brand-img.iata {
  height: auto;
}

.brand-img.nanta {
  width: 100%;
  height: 62%;
}

.brand-img.ncaa {
  width: 85%;
  max-width: 100%;
  height: 100%;
}

.brand-img.nahcon {
  width: 85%;
  height: 90%;
}

.section-title-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.section-title-wrapper.about {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
}

.section-title-wrapper.services {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.section-title-wrapper.testimonial {
  width: 100%;
}

.section-title-wrapper.achievements {
  margin-bottom: 0;
}

.section-title-wrapper.teams {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 80px;
}

.section-title-wrapper.why-us {
  margin-bottom: 80px;
}

.about-ticker-single-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 120px;
}

.section-sub-title-wrap {
  width: 100%;
  max-width: 300px;
}

.section-title-wrap {
  width: 100%;
  max-width: 793px;
}

.section-title-wrap.services {
  width: 100%;
  max-width: 504px;
}

.section-title-wrap.projects {
  max-width: 500px;
}

.section-title-wrap.process {
  max-width: 600px;
}

.section-title-wrap.testimonial {
  max-width: 654px;
}

.section-title-wrap.our-blogs {
  max-width: 500px;
}

.section-title-wrap.our-value {
  max-width: 600px;
}

.section-title-wrap.teams {
  max-width: 400px;
}

.section-title-wrap.technology {
  max-width: 550px;
}

.section-title-wrap.why-us, .section-title-wrap.faq {
  max-width: 644px;
}

.section-title-wrap.center {
  margin-left: auto;
  margin-right: auto;
}

.section-botum-wrap {
  flex: none;
  padding-top: 0;
}

.section-botum-wrap.package-button {
  float: right;
  object-fit: fill;
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
  position: static;
}

.section-sub-title-inner {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-sub-title-img {
  width: 23px;
  height: 7px;
}

.sub-title-wrap {
  border: 1px solid var(--accent-color);
  background-color: var(--white-smoke);
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--gray);
  font-size: var(--_typography---paragraph--paragraph-badge);
  line-height: var(--_font-famly---line-height--medium);
  font-weight: var(--_font-famly---font-weight--regular);
  border-radius: 100px;
  padding: 9px 10px;
}

.sub-title-wrap.colored-background {
  border-color: var(--white);
}

.sub-title {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--title-color);
  font-size: var(--_typography---paragraph--paragraph-sm);
  line-height: var(--_font-famly---line-height--fegular);
  font-weight: var(--_font-famly---font-weight--regular);
  text-transform: uppercase;
}

.sub-title.colored-background-text {
  color: var(--white);
}

.section-titli-box-wrap {
  width: 100%;
  max-width: 1003px;
}

.primary-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--rad);
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--white);
  font-size: var(--_typography---paragraph--button-font-size);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
  text-align: left;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 6px 6px 6px 24px;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 24px -10px #b8863b80;
}

.primary-button:where(.w-variant-0a08bb2e-3097-daf4-9cb5-45dfd53c856e) {
  background-color: var(--white);
}

.primary-button:where(.w-variant-b1b67d54-3fa8-bfef-e20f-1a2da8af1d60) {
  background-color: var(--white-smoke);
  color: var(--primary-color);
  -webkit-text-stroke-color: var(--primary-color);
}

.primary-button:hover {
  background-color: #a3762f;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px -10px #a3762f99;
}

.primary-button.travel-package-home-button {
  text-align: justify;
  width: 100%;
}

.primary-button.inline-a-0 {
  margin-top: 24px;
  padding-right: 24px;
  text-decoration: none;
}

.bottom-icon-wrap {
  z-index: 2;
  background-color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.bottom-icon-wrap:where(.w-variant-0a08bb2e-3097-daf4-9cb5-45dfd53c856e) {
  background-color: var(--white-smoke);
}

.bottom-text-wrap {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.botum-icon {
  width: 16px;
  height: 16px;
}

.botum-icon.two {
  position: absolute;
}

.text-block {
  margin-top: 1px;
}

.text-block:where(.w-variant-0a08bb2e-3097-daf4-9cb5-45dfd53c856e) {
  color: var(--primary-color);
}

.text-block.two {
  position: absolute;
}

.about-tap-wrapper {
  height: 100vh;
  margin-bottom: 130px;
}

.about-tap-wrap {
  width: 100%;
  max-width: 1003px;
  margin-left: auto;
  position: sticky;
  top: 120px;
}

.tab-menu-link {
  background-color: #0000;
  border: 1px solid #1717171a;
  border-radius: 27px;
  padding: 8px;
}

.tab-menu-link.w--current {
  background-color: var(--transparent);
  border-style: solid;
}

.tab-img {
  object-fit: cover;
  border-radius: 24px;
  width: 325px;
  height: 446px;
}

.about-tab-menu-box {
  width: 100%;
  padding: var(--_spacings---padding--padding-medium);
  background-color: var(--white);
  border-radius: 24px;
}

.about-tab-menu-box.mission-area {
  background-color: var(--title-color);
}

.about-tab-menu-box.vision-area {
  background-color: var(--rad);
}

.about-tab-details-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-tab-title-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-tab-details-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-tab-icon {
  width: 32px;
  height: 32px;
}

.about-tab-icon-wrap {
  justify-content: flex-end;
  align-items: center;
  width: 32px;
  height: 32px;
  display: inline-flex;
}

.about-tab-details-box {
  margin-top: 24px;
  margin-bottom: 32px;
}

.about-tab-details-inner-box {
  overflow: hidden;
}

.about-tab-details-icon {
  width: 15px;
  height: 15px;
}

.about-tab-details-text {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--gray);
  font-size: var(--_typography---paragraph--paragraph-sm);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
}

.about-tab-details {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--gray);
  font-size: var(--_typography---paragraph);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
  letter-spacing: var(--_spacings---letter-spacing--paragraph-18-letter-spacing);
}

.about-tab-details.mission-text {
  color: var(--white);
  font-size: var(--_typography---paragraph--paragraph-l);
  font-weight: var(--_font-famly---font-weight--light);
}

.about-tab-title {
  color: var(--white);
  font-size: var(--_typography---titles--h4);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
}

.about-ticker-img-wrap {
  width: 80px;
  height: 80px;
}

.about-ticker-single {
  padding: var(--_spacings---padding--padding-extra-large);
  background-color: var(--white);
  border-radius: 24px;
}

.about-ticker-img-box {
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 53px;
  display: flex;
}

.about-ticker-img {
  width: 80px;
  height: 80px;
}

.hero-title-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 15px;
  display: flex;
  overflow: hidden;
}

.hero-title-box {
  z-index: 9;
  width: 100%;
  max-width: 757px;
  position: relative;
}

.hero-video-wrapper {
  width: 100%;
  max-width: 310px;
  position: relative;
}

.hero-img {
  object-fit: cover;
  width: 228.378px;
  height: 197.828px;
  position: relative;
}

.hero-mane-img-wrap {
  z-index: 11;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 65%;
  margin-top: -184px;
  display: flex;
  position: relative;
}

.hero-mane-img-inner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  font-weight: var(--_font-famly---font-weight--medium);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 8px;
  display: flex;
}

.hero-mane-img-box {
  border: 2px solid var(--white);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin-left: -8px;
}

.hero-mane-img {
  border-radius: 100%;
  width: 36px;
  height: 36px;
}

.hero-mane-img-flex {
  margin-left: 8px;
  display: flex;
}

.hero-title {
  max-width: 528px;
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--title-color);
  font-size: var(--_typography---titles--h1);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
  letter-spacing: var(--_spacings---letter-spacing--h1-letter-spacing);
  margin-top: 22px;
}

.about-tiker-title {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--primary-color);
  font-size: var(--_typography---titles--h5);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
  margin-bottom: 8px;
}

.section-title {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--title-color);
  font-size: var(--_typography---titles--h2);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--medium);
  letter-spacing: var(--_spacings---letter-spacing--h2-letter-spacing);
}

.section-title.price-title {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--title-color);
  font-size: var(--_typography---titles--h2);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--medium);
  letter-spacing: var(--_spacings---letter-spacing--h2-letter-spacing);
  margin-top: 12px;
}

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

.section-title.contact-title {
  width: 100%;
  max-width: 600px;
}

.color-rad {
  color: var(--gray);
}

.service-details-inner {
  height: auto;
}

.services-details-grid {
  grid-column-gap: 12px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start center;
  width: 100%;
  max-width: 1082px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 120px;
}

.cta-img {
  border-radius: 12px;
  width: 100%;
  max-width: 130px;
  height: 130px;
  position: absolute;
}

.cta-img.three, .cta-img.four {
  object-fit: cover;
  max-width: 188px;
  height: 188px;
}

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

.services-details-single {
  border: 4px solid var(--white-smoke);
  background-color: var(--white-smoke);
  border-radius: 22px;
  flex-flow: column;
  width: 100%;
  height: auto;
  display: flex;
}

.services-card-title-inner {
  background-color: var(--white);
  border-radius: 18px;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  display: flex;
}

.services-details-inner {
  background-color: var(--white);
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--gray);
  font-size: var(--_typography---paragraph--paragraph-sm);
  line-height: var(--_font-famly---line-height--medium);
  font-weight: var(--_font-famly---font-weight--regular);
  border-radius: 18px;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-card-details-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.services-card-icon {
  width: 32px;
  height: 32px;
}

.services-card-icon-wrap {
  z-index: 3;
  background-color: #b8863b;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
  position: absolute;
  top: 28px;
  left: 28px;
  box-shadow: 0 4px 12px #24124247;
}

.services-card-details-text {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--gray);
  font-size: var(--_typography---paragraph);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
  letter-spacing: var(--_spacings---letter-spacing--paragraph-18-letter-spacing);
}

.services-card-details {
  opacity: .9;
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: #fff;
  font-size: var(--_typography---paragraph);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
  letter-spacing: var(--_spacings---letter-spacing--paragraph-18-letter-spacing);
  margin-bottom: 16px;
}

.services-card-details.travel-packages-text {
  color: var(--title-color);
}

.services-card-details-wrap {
  padding: var(--_spacings---padding--padding-large);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--white);
  border-radius: 18px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 4px;
  display: grid;
}

.services-card-title {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: #fff;
  font-size: var(--_typography---titles--h6);
  line-height: var(--_font-famly---line-height--extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
  letter-spacing: var(--_spacings---letter-spacing--h3-letter-spacing);
}

.services-card-title.travel-packages {
  color: var(--title-color);
}

.projects-card-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.projects-card-single {
  position: relative;
}

.projects-card-img-wrap {
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.projects-card-img {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  max-width: 1261px;
  height: 672.781px;
  box-shadow: 0 24px 48px -24px #140a2466;
}

.projects-card-details-wrap {
  z-index: 99;
  position: absolute;
  inset: 48px auto auto 64px;
}

.projects-card-title {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--white);
  font-size: var(--_typography---titles--h5);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--medium);
  letter-spacing: var(--_spacings---letter-spacing--h5-letter-spacing);
  margin-top: 10px;
}

.projects-card-sub-title-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.projects-card-sub-title {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--white-smoke);
  font-size: var(--_typography---paragraph--paragraph-badge);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
}

.projects-card-dot {
  background-color: var(--rad);
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

.projects-card-date {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--white-smoke);
  font-size: var(--_typography---paragraph--paragraph-badge);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
}

.card-hover-link {
  border: 1px solid var(--white);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffff94;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
}

.card-hover-text {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--primary-color);
  font-size: var(--_typography---paragraph--paragraph-badge);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
  letter-spacing: var(--_spacings---letter-spacing--paragraph-18-letter-spacing);
}

.process-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.process-img {
  object-fit: cover;
  border-radius: 16px;
  flex: none;
  width: 100%;
  max-width: 467px;
  height: 229.828px;
  margin-top: 0;
  margin-bottom: 10px;
}

.process-title {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--primary-color);
  font-size: var(--_typography---titles--h5);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--medium);
  letter-spacing: var(--_spacings---letter-spacing--h3-letter-spacing);
  margin-bottom: 0;
}

.process-details {
  max-width: 100%;
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--gray);
  font-size: var(--_typography---paragraph);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
  letter-spacing: -.18px;
  flex: none;
}

.process-details.width-plus {
  max-width: 100%;
}

.process-details.width-plus.package-text {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
}

.testimonial-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.793fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  display: grid;
}

.testimonial-slider {
  background-color: var(--transparent);
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-width: 755px;
  height: auto;
  display: flex;
}

.left-arrow {
  border: 1px solid var(--white);
  background-color: var(--black);
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 206px;
  display: inline-flex;
  inset: 0% 0% auto auto;
}

.right-arrow {
  border: 1px solid var(--white);
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 206px;
  display: inline-flex;
  inset: auto 0% 0% auto;
}

.testimonial-details-title-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-bottom: 12px;
  display: flex;
}

.testimonial-details-wrap {
  width: 100%;
  max-width: 421px;
}

.testimonial-img-wrap {
  padding-top: 83px;
}

.meni-star-inner {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.meni-star-wrapper {
  margin-bottom: 20px;
}

.testimonial-details-title-box {
  background-color: var(--white);
  border-radius: 16px;
  width: 100%;
  max-width: 281px;
  padding: 20px;
  box-shadow: 0 16px 32px -12px #24124240;
}

.testimonial-details-title {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--primary-color);
  font-size: var(--_typography---titles--h6);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
  letter-spacing: var(--_spacings---letter-spacing--h4-letter-spacing);
  text-decoration: none;
}

.testimonial-details {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--gray);
  font-size: var(--_typography---paragraph);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
  letter-spacing: -.18px;
  margin-top: 12px;
  margin-bottom: 24px;
}

.testimonial-details-img {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  max-width: 135px;
  height: 212px;
  box-shadow: 0 16px 32px -16px #2412424d;
}

.testimonial-details-img-wrap {
  width: 100%;
  max-width: 135px;
}

.testimonial-mane-img {
  border: 2px solid var(--white);
  border-radius: 12px;
  width: 48px;
  height: 48px;
}

.testimonial-mane-img-wrap {
  width: 48px;
  height: 48px;
  margin-left: -8px;
}

.testimonial-mane-img-flex {
  justify-content: flex-start;
  align-items: center;
  margin-left: 8px;
  display: flex;
}

.testimonial-img-title {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--primary-color);
  font-size: var(--_typography---paragraph--paragraph-l);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
  letter-spacing: var(--_spacings---letter-spacing--h4-letter-spacing);
  margin-top: 5px;
}

.meni-star {
  width: 16px;
  height: 16px;
}

.meni-star-text {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--primary-color);
  font-size: var(--_typography---paragraph--paragraph-badge);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
  letter-spacing: var(--_spacings---letter-spacing--h2-letter-spacing);
}

.meni-star-box {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.slider-manu-wrap {
  border-radius: 16px;
  width: 100%;
  max-width: 691px;
  height: auto;
  margin-right: 8px;
}

.slider-manu-single {
  width: 100%;
  height: auto;
}

.arrow-img {
  width: 16px;
  height: 16px;
}

.arrow-img.black {
  position: absolute;
}

.slider-manu-box {
  width: 100%;
  height: 100%;
  padding: var(--_spacings---padding--padding-extra-large);
  background-color: var(--white);
}

.ster-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.star-img {
  width: 24px;
  height: 24px;
}

.slider-details-wrap {
  margin-bottom: 24px;
}

.slider-detils {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--primary-color);
  font-size: var(--_typography---titles--h5);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--medium);
  letter-spacing: var(--_spacings---letter-spacing--paragraph-18-letter-spacing);
}

.slider-mane-wrap {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.man-img {
  object-fit: cover;
  border-radius: 12px;
  width: 100px;
  max-width: 100px;
  height: 120px;
}

.man-img-box {
  width: 100px;
  height: 120px;
}

.man-sub-title {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--gray);
  font-size: var(--_typography---paragraph--paragraph-badge);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
  letter-spacing: -.16px;
}

.man-title {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--black);
  font-size: var(--_typography---titles--h6);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--medium);
  letter-spacing: var(--_spacings---letter-spacing--h6-letter-spacing);
  margin-bottom: 4px;
}

.slide-nav {
  display: none;
}

.our-blogs-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
}

.our-blogs-right-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
}

.our-blogs-singel {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.our-blogs-date-text-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--white-smoke);
  border: 1px solid #f5f5f5;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  padding: 8px 12px;
  display: inline-flex;
}

.our-blogs-date-text-wrap.gap {
  margin-bottom: 24px;
}

.our-blogs-date-text-wrap.package-badge {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--white);
  border-width: 0;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  padding: 0;
  display: flex;
}

.our-blogs-details-img-wrap {
  border-radius: 16px;
  width: 100%;
  max-width: 100%;
  height: 300px;
  text-decoration: none;
  overflow: hidden;
}

.our-blogs-details-img {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  max-width: 400px;
  height: 300px;
}

.our-blogs-details {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--gray);
  font-size: var(--_typography---paragraph);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
  letter-spacing: var(--_spacings---letter-spacing--paragraph-18-letter-spacing);
  margin-left: 16px;
}

.our-blogs-details-title {
  color: var(--primary-color);
  font-size: var(--_typography---titles--h5);
  line-height: var(--_font-famly---line-height--extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
  letter-spacing: var(--_spacings---letter-spacing--h5-letter-spacing);
  transition: all .5s;
}

.our-blogs-details-title:hover {
  color: var(--rad);
  -webkit-text-decoration-color: var(--rad);
  text-decoration-color: var(--rad);
}

.our-blogs-detils-title-link {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--primary-color);
  margin-bottom: 12px;
  margin-left: 16px;
  font-size: 25px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.our-blogs-detils-title-link:hover {
  color: var(--rad);
  text-decoration: underline;
}

.our-blogs-date-text {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--gray);
  font-size: var(--_typography---paragraph--paragraph-badge);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
}

.our-blogs-date-text.package-countdown {
  background-color: var(--white-smoke);
  color: var(--rad);
  border-radius: 20px;
  margin-left: 2.5px;
  padding: 2.5px 5px;
}

.our-blogs-text-arro {
  width: 100%;
  max-width: 33px;
  height: 8px;
}

.our-blogs-details-box {
  width: 100%;
}

.footer-section {
  background-color: var(--primary-color);
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  padding-top: 64px;
  padding-bottom: 60px;
}

.footer-main-taxt {
  z-index: 3;
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--white-opacity-small);
  font-size: 22vw;
  line-height: 80%;
  font-weight: var(--_font-famly---font-weight--bold);
  text-align: center;
  letter-spacing: -20px;
  background-image: none;
  background-size: auto;
  position: relative;
}

.footer-main-taxt.two, .footer-main-taxt.three, .footer-main-taxt.five, .footer-main-taxt.six, .footer-main-taxt.seven, .footer-main-taxt.eight {
  font-size: 22vw;
}

.footer-main-taxt-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-main-taxt-wrap.w--current {
  font-weight: var(--_font-famly---font-weight--light);
  text-align: center;
}

.footer-manu-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 96px;
  display: flex;
}

.footer-manu-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 665px;
  display: flex;
}

.footer-from-wrap {
  background-color: var(--white);
  border-radius: 24px;
  width: 100%;
  max-width: 421px;
  padding: 8px;
}

.footer-manu-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-manu {
  font-size: var(--_typography---paragraph--button-font-size);
}

.manu-border-link {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--font-color);
  font-size: var(--_typography---paragraph--paragraph-l);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--light);
  text-decoration: none;
}

.text-field {
  background-color: var(--transparent);
  height: 60px;
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--white);
  font-size: var(--_typography---paragraph--paragraph-badge);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
  border: 1px #000;
  border-radius: 20px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.text-field:focus {
  border-radius: 2px;
}

.text-field::placeholder {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.form {
  background-color: var(--title-color);
  border-radius: 20px;
  display: flex;
  position: relative;
}

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

.footer-from-title-wrap {
  margin-bottom: 48px;
  padding-top: 8px;
  padding-left: 16px;
  padding-right: 16px;
}

.footer-from-title {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--black);
  font-size: var(--_typography---titles--h5);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--medium);
  letter-spacing: var(--_spacings---letter-spacing--paragraph-18-letter-spacing);
  margin-bottom: 8px;
}

.footer-from-details {
  max-width: 307px;
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--primary-color);
  font-size: var(--_typography---paragraph);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
  letter-spacing: var(--_spacings---letter-spacing--paragraph-18-letter-spacing);
}

.footer-socal-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
  display: flex;
}

.contact-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-contact-wrap {
  background-color: #ffffff1a;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 24px;
  display: flex;
}

.contact {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--white-smoke);
  font-size: var(--_typography---paragraph--button-font-size);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
  text-decoration: none;
}

.contact-icon {
  width: 20px;
  height: 20px;
}

.footer-socal-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.socal-img {
  width: 20px;
  height: 20px;
}

.socal-img-wrap {
  background-color: #ffffff1a;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: background-color .4s;
  display: inline-flex;
}

.socal-img-wrap:hover {
  background-color: var(--rad);
}

.footer-bottom-text {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--font-color);
  font-size: var(--_typography---paragraph--paragraph-badge);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
}

.footer-bottom-text-wrap {
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.link {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--font-color);
  font-size: var(--_typography---paragraph--paragraph-badge);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
  text-decoration: underline;
  transition: color .4s;
}

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

.hero-sub-title {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--primary-color);
  font-size: var(--_typography---paragraph);
  line-height: 150%;
  font-weight: var(--_font-famly---font-weight--medium);
  letter-spacing: -.18px;
}

.hero-sub-title.paragraph-animations-one {
  font-weight: var(--_font-famly---font-weight--regular);
}

.hero-details {
  max-width: 533px;
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--black);
  font-size: var(--_typography---paragraph);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--regular);
  letter-spacing: var(--_spacings---letter-spacing--paragraph-18-letter-spacing);
}

.hero-details.hero-subtext {
  color: var(--white);
}

.hero-mane-img-text {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--primary-color);
  font-size: var(--_typography---paragraph--paragraph-badge);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
}

.cta-contant-wrap {
  z-index: 10;
  position: relative;
}

.cta-title-wrap {
  z-index: 2;
  position: relative;
}

.cta-title-inner {
  margin-bottom: 48px;
}

.cta-sub-title {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--white-opacity-large);
  font-size: var(--_typography---paragraph--paragraph-l);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--medium);
  text-align: center;
  margin-bottom: 16px;
}

.cta-title {
  max-width: 916px;
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--white);
  font-size: var(--_typography---titles--h1);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
  text-align: center;
  letter-spacing: var(--_spacings---letter-spacing--h2-letter-spacing);
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

.cta-button-wrap {
  text-align: center;
}

.manu-line-wrap {
  width: 100%;
  height: auto;
}

.manu-line {
  background-color: var(--white);
  width: 100%;
  height: 1px;
}

.manu-line.grey-border {
  background-color: #f5f5f599;
}

.nav-manu-link {
  line-height: 130%;
  text-decoration: none;
}

.nav-link.w--current {
  text-decoration: none;
}

.nav-link.menu-link {
  width: 100%;
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--gray);
  font-size: var(--_typography---paragraph);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
  letter-spacing: -.36px;
  text-decoration: none;
  transition: all .5s;
  position: relative;
}

.nav-link.menu-link:hover {
  color: var(--primary-color);
  background-color: #ffffff14;
}

.dropdown-list-wrapper {
  background-color: #ddd0;
  top: 24px;
  bottom: auto;
  left: -504px;
}

.dropdown-list-wrapper.home {
  left: -2px;
}

.grid-2-columns {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: auto;
  display: flex;
}

.brand {
  padding-left: 0;
}

.dropdown-list-inner {
  background-color: var(--white);
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 8px 10px #0000001a;
}

.dropdown-toggle {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  transition: all .5s;
  display: flex;
}

.vertical-menu {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  list-style-type: none;
  display: flex;
}

.border-animation {
  background-color: var(--primary-color);
  width: 100%;
  height: 1px;
  margin-top: -3px;
}

.vertical-menu-item {
  display: inline-flex;
}

.dropdown-list {
  padding-top: 20px;
}

.dropdown-list.pages {
  background-color: #e7e7e700;
  border-radius: 0;
  width: 100%;
  min-width: 600px;
  padding-top: 30px;
}

.dropdown-list.home {
  width: 180px;
  padding-top: 30px;
}

.header-logo {
  width: 137px;
  height: 36px;
}

.split-content {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.button-wrap {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-item-wrapper.for-mobile {
  display: none;
}

.nav-menu-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--gray);
  font-size: var(--_typography---paragraph--paragraph-sm);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--medium);
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.nav-menu-link:hover {
  color: var(--primary-color);
}

.nav-menu-link.w--current {
  color: var(--primary-color);
  -webkit-text-stroke-color: #d6ef37;
}

.header {
  z-index: 9999;
  background-color: #ddd0;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.header-navigation {
  grid-column-gap: 40px;
  background-color: var(--white);
  font-size: var(--_typography---paragraph--button-font-size);
  text-align: center;
  border-radius: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 14px 24px 18px;
  list-style-type: none;
  display: flex;
}

.primary-button-2 {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.header-bg-wrapper {
  background-color: var(--transparent);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header-wrapper {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  padding: 28px 24px;
  display: flex;
  position: relative;
}

.nav-border {
  z-index: 1;
  background-color: var(--white);
  border-bottom: 1px solid #0000001a;
  border-left: 1px solid #0000001a;
  border-right: 1px solid #0000001a;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.icon-font {
  -webkit-text-stroke-color: #5f5f5f;
  width: 13px;
  max-width: 13px;
  height: 7.07813px;
}

.icon-font.red {
  position: absolute;
}

.grid-columns {
  position: relative;
}

.hero-section {
  padding-top: var(--_spacings---section-gap-small);
  padding-bottom: var(--_spacings---section-gap-small);
  background-color: var(--white);
}

.about-animation-title-box {
  width: 100%;
  max-width: 555px;
}

.about-animation-title-dark {
  color: var(--title-color);
  white-space: nowrap;
  word-break: normal;
  font-size: 3.1vw;
  font-weight: 400;
  line-height: 116%;
  position: absolute;
  overflow: hidden;
}

.about-animation-title-dark._02, .about-animation-title-dark._03, .about-animation-title-dark._04 {
  color: var(--title-color);
  -webkit-text-stroke-color: var(--white);
}

.about-animation-title-dark._01 {
  color: var(--title-color);
  letter-spacing: var(--_spacings---letter-spacing--h2-letter-spacing);
}

.about-animation-title-grya {
  color: var(--gray);
  font-size: 3.1vw;
  line-height: 116%;
  font-weight: var(--_font-famly---font-weight--regular);
  white-space: nowrap;
  word-break: normal;
}

.about-animation-title-wrap {
  margin-bottom: 48px;
}

.review-count-single {
  flex-flow: column;
  display: flex;
}

.review-count-single.about {
  margin-bottom: 60px;
}

.review-count-single.about.hight {
  margin-bottom: 0;
}

.review-count-wrapper {
  flex-flow: column;
  flex: none;
  display: flex;
}

.review-count-number-overflow {
  flex-flow: row;
  flex: none;
  display: flex;
}

.count-overflow-heddin {
  height: 58px;
  overflow: hidden;
}

.count-overflow-heddin.about-us {
  height: 47px;
}

.review-count-number-wrap {
  flex: none;
  height: 100%;
}

.review-count-inner {
  flex: none;
  display: flex;
  overflow: hidden;
}

.review-count-number {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--primary-color);
  font-size: var(--_typography---titles--h1);
  line-height: 100%;
  font-weight: var(--_font-famly---font-weight--medium);
  text-align: center;
  letter-spacing: -2px;
  flex: none;
}

.review-count-number.about {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--primary-color);
  font-size: var(--_typography---titles--h2);
  line-height: var(--_font-famly---line-height--fegular);
  font-weight: var(--_font-famly---font-weight--medium);
  letter-spacing: var(--_spacings---letter-spacing--h2-letter-spacing);
}

.review-count-number.about-us {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--primary-color);
  font-size: var(--_typography---titles--h2);
  line-height: var(--_font-famly---line-height--fegular);
  font-weight: var(--_font-famly---font-weight--medium);
  letter-spacing: var(--_spacings---letter-spacing--h1-letter-spacing);
}

.img-content-flex {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  display: flex;
}

.fonts {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--title-color);
  font-size: var(--_typography---titles--h3);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
  letter-spacing: var(--_spacings---letter-spacing--h3-letter-spacing);
}

.inner-pages-box {
  width: 100%;
  max-width: 300px;
}

.colors-plates-wrap {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 30px;
}

.fonts-title {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--gray);
  font-size: var(--_typography---paragraph--paragraph-xl);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--regular);
  letter-spacing: var(--_spacings---letter-spacing--h4-letter-spacing);
  margin-bottom: 10px;
}

.style-plates-box {
  background-color: #fff;
  border-radius: 20px;
  padding: 32px;
}

.dm-sans-title-wrap {
  margin-top: 22px;
}

.colors-plates-single-box {
  background-color: var(--title-color);
  border: 1px solid #1010101a;
  border-bottom-color: #00000012;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  min-height: 166px;
  padding: 16px;
  display: flex;
}

.colors-plates-single-box._3 {
  background-color: var(--white-smoke);
}

.colors-plates-single-box._7 {
  background-color: var(--white);
}

.colors-plates-single-box._2 {
  background-color: var(--gray);
}

.colors-plates-single-box._1 {
  background-color: var(--rad);
}

.fonts-text {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--gray);
  font-size: var(--_typography---paragraph);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--regular);
  letter-spacing: var(--_spacings---letter-spacing--paragraph-18-letter-spacing);
  margin-bottom: 24px;
  text-decoration: none;
}

.colors-plates-wrapper {
  border-bottom: 1px solid #0000001a;
  margin-bottom: 24px;
  padding-bottom: 24px;
  font-size: 18px;
}

.colors-plates-name {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: #fff;
  font-size: var(--_typography---paragraph--paragraph-l);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
  writing-mode: vertical-lr;
}

.colors-plates-name.dark-color {
  color: #202020;
}

.colors-plates-name._1 {
  color: #fff;
}

.inner-pages-details {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--gray);
  font-size: var(--_typography---paragraph);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--regular);
  letter-spacing: var(--_spacings---letter-spacing--paragraph-18-letter-spacing);
  border-bottom: 1px solid #0000001a;
  margin-top: 10px;
  margin-bottom: 48px;
  padding-bottom: 32px;
}

.inner-pages-title {
  color: var(--primary-color);
  font-size: var(--_typography---titles--h1);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--regular);
  letter-spacing: -1.22px;
  margin-top: 0;
  margin-bottom: 10px;
}

.inner-pages-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  display: flex;
}

.buttons-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  display: flex;
}

.inner-pages-details-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.colors-plates-title {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--title-color);
  font-size: var(--_typography---titles--h2);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
  letter-spacing: var(--_spacings---letter-spacing--h2-letter-spacing);
}

.colors-plates-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 10px;
  display: flex;
}

.inner-pages-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 300px;
  display: flex;
  position: sticky;
  top: 120px;
}

.inner-pages-content-wrapper {
  width: 100%;
  max-width: 925px;
}

.instttuctions-list {
  margin-bottom: 0;
  padding-left: 20px;
}

.inner-pages-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--primary-color);
  font-size: var(--_typography---titles--h5);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
  letter-spacing: var(--_spacings---letter-spacing--h3-letter-spacing);
  border-radius: 14px;
  justify-content: space-between;
  padding: 20px;
  text-decoration: none;
}

.inner-pages-link.w--current {
  background-color: var(--gray);
  color: var(--white);
}

.colors-plates-name-wrap {
  transform: rotate(180deg);
}

.typography-wrapper {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  display: flex;
}

.utility-page-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white-smoke);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1342px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  max-width: 422px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pass-title {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--title-color);
  font-size: var(--_typography---titles--h3);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
  letter-spacing: var(--_spacings---letter-spacing--h2-letter-spacing);
  margin-bottom: 20px;
}

.pass {
  height: 60px;
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--title-color);
  font-size: var(--_typography---paragraph--paragraph-badge);
  line-height: var(--_font-famly---line-height--fegular);
  font-weight: var(--_font-famly---font-weight--regular);
  border: 1px solid #00000012;
  border-radius: 16px;
  padding-left: 14px;
  padding-right: 14px;
}

.pass::placeholder {
  color: var(--title-color);
}

.submet-button {
  background-color: var(--primary-color);
  height: 52px;
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  font-size: var(--_typography---paragraph--paragraph-badge);
  font-weight: var(--_font-famly---font-weight--regular);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  display: flex;
}

.submet-button:hover {
  background-color: var(--rad);
}

.about-section {
  padding-top: 173px;
  padding-bottom: 130px;
  position: relative;
}

.services-card-main-wrap {
  overflow: hidden;
}

.img-overlay-wrap {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.hero-img-wrapper-animation-wrap {
  border-radius: 24px;
  width: 310px;
  height: 240px;
  position: relative;
  overflow: hidden;
}

.about-us-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.about-title-wrap {
  flex-flow: column;
  justify-content: space-around;
  width: 100%;
  max-width: 642px;
  display: flex;
}

.about-title, .about-title.title-animations {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--primary-color);
  font-size: var(--_typography---titles--h1);
  line-height: var(--_font-famly---line-height--small);
  font-weight: var(--_font-famly---font-weight--regular);
  letter-spacing: var(--_spacings---letter-spacing--h1-letter-spacing);
}

.about-ticker-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-ticker-box {
  width: 100%;
  padding: var(--_spacings---padding--padding-medium);
  background-color: var(--white);
  border-radius: 24px;
}

.about-title-box {
  margin-bottom: 120px;
}

.about-ticker-inner {
  margin-bottom: 60px;
}

.about-ticker-title {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--primary-color);
  font-size: var(--_typography---titles--h6);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
  letter-spacing: var(--_spacings---letter-spacing--h5-letter-spacing);
  margin-bottom: 7px;
}

.about-ticker-detils {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--gray);
  font-size: var(--_typography---paragraph--paragraph-badge);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
  letter-spacing: var(--_spacings---letter-spacing--h3-letter-spacing);
}

.about-img-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 645px;
  padding-left: 40px;
  display: flex;
}

.about-img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  max-width: 530px;
  height: 391px;
}

.about-img-content-wrap {
  text-align: left;
}

.span-color {
  color: var(--gray);
}

.who-we-are-img-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 600px;
  display: flex;
}

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

.section-title-inner.gap {
  margin-bottom: 80px;
}

.who-we-are-img-inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.who-we-are-img {
  z-index: 1;
  object-fit: cover;
  border-radius: 40px;
  width: 100%;
  max-width: 684px;
  height: 100%;
}

.who-we-are-content-wrapper {
  z-index: 3;
  width: 50%;
  padding: var(--_spacings---padding--padding-xxl);
  background-color: var(--white);
  border-radius: 40px;
}

.who-we-are-inner-title-wrap {
  margin-bottom: 16px;
}

.who-we-are-inner-title {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--title-color);
  font-size: var(--_typography---titles--h3);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
  letter-spacing: var(--_spacings---letter-spacing--h3-letter-spacing);
}

.who-we-are-inner-title-divider {
  background-image: linear-gradient(90deg, #f5f5f5, #fff);
  width: 100%;
  height: 1px;
  margin-bottom: 16px;
}

.explore-details {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--gray);
  font-size: var(--_typography---paragraph);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
  letter-spacing: var(--_spacings---letter-spacing--paragraph-18-letter-spacing);
  margin-bottom: 60px;
}

.check-icon {
  width: 17px;
  height: 17px;
}

.misson-details-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-image: linear-gradient(90deg, whitesmoke, var(--white));
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 14px;
  display: flex;
}

.misson-details-list {
  grid-row-gap: 12px;
  flex-flow: column;
  margin-bottom: 60px;
  display: flex;
}

.misson-details {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--primary-color);
  font-size: var(--_typography---paragraph--paragraph-l);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
}

.our-value-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.our-value-tabs {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.our-value-tabs-content {
  width: 100%;
  max-width: 310px;
}

.our-value-tabs-menu {
  flex-flow: column;
  width: 100%;
  margin-left: 24px;
  display: flex;
}

.our-value-tabs-content-inner {
  width: 100%;
  position: relative;
}

.our-value-tabs-content-inner.one {
  z-index: 5;
}

.our-value-tabs-content-inner.two {
  z-index: 4;
  position: absolute;
  inset: 0%;
}

.our-value-tabs-content-inner.three {
  z-index: 3;
  position: absolute;
  inset: 0%;
}

.our-value-tabs-content-inner.four {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.our-value-tabs-content-inner.five {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.value-tabs-img {
  object-fit: cover;
  border-radius: 24px;
  width: 310px;
  height: 400px;
}

.our-value-tab-wrap {
  width: 100%;
}

.our-value-tabs-absolite {
  width: 100%;
  padding: 40px 32px;
}

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

.our-value-tabs-title-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--primary-color);
  font-size: var(--_typography---titles--h6);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.value-tabs-title {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  font-size: var(--_typography---paragraph--paragraph-l);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--medium);
}

.our-value-tabs-relative {
  position: relative;
}

.our-value-tabs-link {
  width: 100%;
  max-width: 520px;
  color: var(--primary-color);
  background-color: #0000;
  border-radius: 1000px;
  padding: 0;
  text-decoration: none;
}

.our-value-tabs-link.w--current {
  background-color: var(--primary-color);
  color: var(--white);
  background-image: url('../images/Button-arrow.svg');
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: auto;
}

.our-value-tabs-img-link {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.our-value-tab-conten-flex {
  width: 100%;
  max-width: 350px;
  height: 530px;
  position: relative;
  overflow: hidden;
}

.our-value-tab-conten-inner {
  padding: var(--_spacings---padding--padding-large);
  background-color: var(--white);
  border-radius: 24px;
}

.our-value-tab-conten-title {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--title-color);
  font-size: var(--_typography---titles--h5);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
  letter-spacing: var(--_spacings---letter-spacing--h3-letter-spacing);
  margin-bottom: 48px;
}

.our-value-tab-conten {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--gray);
  font-size: var(--_typography---paragraph--paragraph-badge);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
  letter-spacing: var(--_spacings---letter-spacing--paragraph-18-letter-spacing);
}

.our-value-tab-conten-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 35%;
  display: flex;
}

.our-value-tab-tinar {
  background-image: linear-gradient(180deg, var(--white-smoke), #fff0);
  height: 123px;
  position: absolute;
  inset: 0% 0% auto;
}

.our-value-tab-tinar.bottom {
  background-image: linear-gradient(180deg, #ffffff1a, var(--white));
  inset: auto 0% 0%;
}

.our-value-tab-conten-box {
  justify-content: center;
  align-items: center;
}

.award-title-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.award-singel-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 100px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 866px;
  padding: 40px;
  display: flex;
}

.award-singel-wrap.dark {
  background-color: var(--primary-color);
  max-width: 1090px;
  position: absolute;
}

.award-nomber {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--gray);
  font-size: var(--_typography---paragraph--paragraph-badge);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
}

.award-nomber.whit {
  color: var(--white);
}

.award-nomber-wrap {
  width: 100%;
  max-width: 87px;
}

.award-title {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--primary-color);
  font-size: var(--_typography---titles--h6);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
  letter-spacing: var(--_spacings---letter-spacing--h4-letter-spacing);
}

.award-title.whit {
  color: var(--white);
}

.award-date {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--primary-color);
  font-size: var(--_typography---paragraph--paragraph-sm);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--medium);
  flex: none;
}

.award-date.whiet {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--white);
  font-size: 14px;
  line-height: var(--_font-famly---line-height--large);
  font-weight: 500;
}

.achievements {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.award-relative-box {
  background-image: url('../images/Dot-Border-2.png');
  background-repeat: no-repeat;
  background-size: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.our-team-members-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.our-team-members-img {
  object-fit: cover;
  width: 100%;
  max-width: 424px;
  height: 500px;
}

.our-team-members-img-wrap {
  border-radius: 12px;
}

.teams-mambers-name {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--title-color);
  font-size: var(--_typography---titles--h6);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--medium);
  letter-spacing: var(--_spacings---letter-spacing--h4-letter-spacing);
  margin-bottom: 8px;
}

.teams-mambers-title-wrap {
  margin-bottom: 16px;
}

.socal-icon-link {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff1a;
  border: 1px solid #fff9;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  text-decoration: none;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.socal-icon-link.team-bg {
  background-color: var(--white-smoke);
  border-radius: 12px;
  width: 40px;
  height: 40px;
}

.socal-icon-white {
  z-index: 10;
  width: 20px;
  height: 20px;
  position: relative;
}

.socal-icon-black {
  width: 20px;
  height: 20px;
  position: absolute;
}

.socal-icon-link-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: 40px 40px auto auto;
}

.socal-icon-link-flex.team-medial {
  flex-flow: row;
  position: static;
}

.teams-mambers-title {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--gray);
  font-size: var(--_typography---paragraph--paragraph-badge);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
  letter-spacing: var(--_spacings---letter-spacing--h4-letter-spacing);
}

.services-content-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  display: grid;
}

.services-img-wrap {
  text-align: right;
}

.services-img {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  max-width: 650px;
  height: 550px;
}

.services-title {
  width: 100%;
  max-width: 565px;
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--title-color);
  font-size: var(--_typography---titles--h1);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--medium);
  letter-spacing: var(--_spacings---letter-spacing--h1-letter-spacing);
  margin-bottom: 12px;
}

.services-detils {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--gray);
  font-size: var(--_typography---paragraph);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
  margin-bottom: 24px;
}

.technology-wrapper {
  mix-blend-mode: normal;
}

.technology-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.technology-grid-single {
  z-index: 9;
  border-bottom: 1px dashed #52525233;
  border-right: 1px dashed #52525233;
  padding: 16px;
  position: relative;
}

.technology-grid-single.bottom {
  border-bottom-style: none;
}

.technology-grid-single.two, .technology-grid-single.three, .technology-grid-single.four {
  border-bottom-style: none;
  border-right-style: none;
}

.technology-cird-box {
  z-index: 999;
  width: 100%;
  height: 100%;
  padding: 32px 24px;
  position: relative;
}

.technology-cird-box.services {
  padding-top: 48px;
  padding-bottom: 48px;
}

.technology-cird-box.customer-value-box {
  background-color: var(--accent-color);
}

.technology-cird-box.price-value-box {
  background-color: var(--rad);
}

.technology-cird-box.booking-value-box {
  background-color: var(--title-color);
}

.technology-cird-relative {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.technology-cird-relative.services {
  border-radius: 20px;
}

.technology-grid-absolute {
  background-color: var(--transparent);
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.technology-grid-absolute.customer-care-box {
  background-color: var(--transparent);
}

.technology-icon-wrap {
  background-color: var(--white);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 67px;
  height: 67px;
  margin-bottom: 48px;
  display: inline-flex;
}

.technology-icon {
  width: 24px;
  height: 24px;
}

.technology-icon.home-section {
  width: 60px;
  height: 60px;
}

.technology-cird-title {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--title-color);
  font-size: var(--_typography---titles--h5);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
  letter-spacing: var(--_spacings---letter-spacing--h3-letter-spacing);
  margin-bottom: 12px;
}

.technology-cird-title.one, .technology-cird-title.value-box-title {
  color: var(--white);
}

.technology-cird-title.value-box-title.customer-care-title {
  color: var(--black);
}

.technology-cird-detailes {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--gray);
  font-size: var(--_typography---paragraph--button-font-size);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--light);
  letter-spacing: var(--_spacings---letter-spacing--paragraph-18-letter-spacing);
}

.technology-cird-detailes.one {
  color: var(--white);
}

.technology-cird-detailes.value-box-text {
  color: var(--white);
  font-weight: var(--_font-famly---font-weight--regular);
}

.technology-cird-detailes.value-box-text.customer-care-text {
  color: var(--black);
  font-weight: var(--_font-famly---font-weight--regular);
}

.inner-page-title-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.inner-page-title-box.works {
  margin-bottom: 60px;
}

.inner-page-title-wrap {
  width: 100%;
  max-width: 644px;
}

.inner-page-title-wrap.services-details {
  max-width: 755px;
}

.inner-page-title-wrap.works-details {
  margin-bottom: 24px;
}

.inner-page-detils-wrap {
  width: 100%;
  max-width: 644px;
}

.inner-page-detils-wrap.services-details {
  max-width: 533px;
}

.inner-page-title {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--title-color);
  font-size: var(--_typography---titles--h1);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--medium);
  letter-spacing: var(--_spacings---letter-spacing--h1-letter-spacing);
}

.inner-page-details {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--primary-color);
  font-size: var(--_typography---paragraph);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
  letter-spacing: var(--_spacings---letter-spacing--paragraph-18-letter-spacing);
}

.inner-page-details.gray {
  color: var(--gray);
}

.works-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.works-ticker-detiels-flex {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 4px;
  display: grid;
}

.works-sices-wrapper {
  display: flex;
}

.works-img-wrap {
  border-radius: 24px;
  width: 100%;
  max-width: 554px;
  overflow: hidden;
}

.works-img {
  object-fit: cover;
  width: 100%;
  max-width: 554px;
  height: 467px;
}

.works-ticker-wrap {
  background-color: var(--white);
  border-radius: 16px;
  margin-bottom: 4px;
  padding: 24px 40px;
}

.works-ticker-wrap.border {
  border: 2px solid var(--white);
  background-color: #f0f0f0;
  padding-top: 22px;
  padding-bottom: 22px;
}

.works-ticker-title-wrap {
  background-color: var(--white);
  border-radius: 16px;
  padding: 32px;
}

.works-ticker-title-wrap.border {
  border: 2px solid var(--white);
  background-color: #f0f0f0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.works-ticker-title {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--primary-color);
  font-size: var(--_typography---paragraph--paragraph-l);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
  letter-spacing: var(--_spacings---letter-spacing--h4-letter-spacing);
  margin-bottom: 24px;
}

.works-sices-point-wrap {
  background-color: var(--white);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
  padding: 40px 48px;
  display: inline-flex;
}

.workes-inner {
  width: 100%;
  max-width: 645px;
}

.ster-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: inline-flex;
}

.ster-icon-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.ster-icon {
  width: 18px;
  height: 18px;
}

.works-sices-box {
  background-color: var(--white);
  border-radius: 16px;
  width: 100%;
  padding: 32px;
}

.works-sices-title {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--primary-color);
  font-size: var(--_typography---paragraph--paragraph-l);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
  margin-bottom: 8px;
}

.works-ticker-detiels {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--gray);
  font-size: var(--_typography---paragraph--paragraph-badge);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
  letter-spacing: var(--_spacings---letter-spacing--paragraph-18-letter-spacing);
}

.works-sices-point {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--title-color);
  font-size: var(--_typography---titles--h2);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
  letter-spacing: var(--_spacings---letter-spacing--h2-letter-spacing);
}

.works-sices-detils {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--gray);
  font-size: var(--_typography---paragraph);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
}

.why-us-tabs {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 120px;
}

.why-us-tabs-menu {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 533px;
  display: flex;
}

.why-us-img-flex-box {
  border-radius: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 644px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.why-us-img-wrap {
  width: 100%;
  height: 100%;
}

.why-us-img-wrap.one {
  z-index: 1;
  position: relative;
}

.why-us-img-wrap.two, .why-us-img-wrap.three {
  z-index: 1;
  position: absolute;
}

.why-us-img-wrap.four {
  z-index: 0;
  position: absolute;
}

.why-us-img-box {
  width: 100%;
}

.why-us-img {
  object-fit: cover;
  border-radius: 32px;
  width: 100%;
  max-width: 644px;
  height: 625px;
}

.icon-wrap {
  border: 1px solid var(--rad);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: inline-flex;
  position: relative;
}

.cros-icon {
  width: 29px;
  height: 29px;
  position: absolute;
}

.why-us-tabs-title-inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.why-us-tabs-title-box {
  background-color: var(--white);
  border-radius: 32px;
  width: 100%;
  padding: 32px;
}

.why-us-tab-link {
  background-color: var(--transparent);
  width: 100%;
  padding: 0;
  text-decoration: none;
}

.why-us-tabs-details-box {
  border-top: 1px solid #5252524d;
  width: 100%;
  margin-top: 32px;
  padding-top: 32px;
}

.why-us-tabs-details-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.why-us-tabs-title {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--title-color);
  font-size: var(--_typography---paragraph--paragraph-l);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
  letter-spacing: var(--_spacings---letter-spacing--h4-letter-spacing);
}

.why-us-tabs-detailes {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--primary-color);
  font-size: var(--_typography---paragraph);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
  letter-spacing: var(--_spacings---letter-spacing--paragraph-18-letter-spacing);
}

.plus-icon._01 {
  width: 20px;
  height: 20px;
}

.why-us-tab-wrap {
  height: 280vh;
}

.why-us-tab-link.w--current {
  background-color: var(--transparent);
}

.faq-inner {
  grid-row-gap: 2px;
  flex-flow: column;
  width: 100%;
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-box {
  width: 100%;
  padding: var(--_spacings---padding--padding-medium);
  background-color: var(--white);
  border-radius: 24px;
}

.faq-title-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.faq-arro-wrap {
  background-color: var(--black);
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: inline-flex;
  position: relative;
}

.faq-arro-black {
  width: 16px;
  height: 16px;
}

.faq-arro-whit {
  width: 24px;
  height: 24px;
  position: absolute;
}

.faq-qurcan {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--primary-color);
  font-size: var(--_typography---titles--h5);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
  letter-spacing: var(--_spacings---letter-spacing--h3-letter-spacing);
}

.faq-ans-wrap {
  overflow: hidden;
}

.faq-ans {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--gray);
  font-size: var(--_typography---paragraph);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
  letter-spacing: var(--_spacings---letter-spacing--paragraph-18-letter-spacing);
  margin-top: 24px;
}

.services-details-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.services-details-img-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.details-img-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.details-img {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  max-width: 1440px;
  height: 562.953px;
}

.services-details-img-left-wrap {
  width: 100%;
  max-width: 534px;
}

.services-details-img-right-wrap {
  width: 100%;
  max-width: 754px;
}

.buttom-move {
  flex: none;
  position: absolute;
  overflow: hidden;
}

.details-flex-box {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.details-title-wrap {
  width: 100%;
  max-width: 868px;
  margin-left: auto;
  margin-right: auto;
}

.details-title {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--primary-color);
  font-size: var(--_typography---titles--h3);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
  letter-spacing: var(--_spacings---letter-spacing--h3-letter-spacing);
  margin-bottom: 24px;
}

.details-title.works {
  width: 100%;
  max-width: 420px;
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--primary-color);
  font-size: var(--_typography---titles--h4);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
  letter-spacing: var(--_spacings---letter-spacing--h3-letter-spacing);
}

.services-details {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--primary-color);
  font-size: var(--_typography---paragraph);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
  letter-spacing: var(--_spacings---letter-spacing--paragraph-18-letter-spacing);
}

.services-details.gray {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--gray);
  font-size: var(--_typography---paragraph);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
  letter-spacing: var(--_spacings---letter-spacing--paragraph-18-letter-spacing);
}

.services-details.gray.gap {
  margin-bottom: 24px;
}

.technology-grid-singel-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #52525226;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 48px;
  display: grid;
  position: relative;
}

.icon-flex {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 48px;
  display: flex;
}

.information-wrap {
  width: 100%;
  max-width: 868px;
  margin-top: 24px;
}

.information-wrap.gap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.information-wrap.works {
  margin-top: 0;
}

.information-wrap.works-details {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.information-title {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--title-color);
  font-size: var(--_typography---paragraph--paragraph-l);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
  letter-spacing: var(--_spacings---letter-spacing--h4-letter-spacing);
  margin-bottom: 8px;
}

.details-img-box.flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.black-tik-wrap {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: inline-flex;
  position: absolute;
  inset: 23px auto auto -12px;
}

.information-title-box {
  background-image: linear-gradient(90deg, var(--white), var(--transparent));
  border-radius: 24px;
  padding: 24px 32px 24px 48px;
}

.information-linar {
  position: relative;
}

.information-detils {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--gray);
  font-size: var(--_typography---paragraph);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
  letter-spacing: var(--_spacings---letter-spacing--paragraph-18-letter-spacing);
}

.black-tik {
  width: 23px;
  height: 23px;
}

.product-relative-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--title-color);
  border-radius: 32px;
  justify-content: flex-start;
  align-items: center;
  padding: 48px 120px 48px 93px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sap {
  position: absolute;
}

.sap.laft {
  z-index: 1;
  width: 100%;
  max-width: 240px;
  height: 240px;
  inset: -57% auto auto -11%;
}

.sap.center {
  width: 100%;
  max-width: 423px;
  height: 423px;
  inset: -102% auto auto 43%;
}

.sap.rirht {
  width: 100%;
  max-width: 319px;
  height: 319px;
  inset: auto -10% -64% auto;
}

.bottom-title-flex {
  z-index: 9;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.services-details-bottom-title {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--white);
  font-size: var(--_typography---titles--h2);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
  letter-spacing: var(--_spacings---letter-spacing--h2-letter-spacing);
}

.details-bottom-title-wrap {
  width: 100%;
  max-width: 416px;
}

.blogs-liner-line {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 64px;
  display: flex;
  overflow: hidden;
}

.blogs-liner-line.blogs {
  margin-top: 32px;
  margin-bottom: 32px;
}

.blogs-line {
  width: 100%;
  height: 1px;
}

.inner-title-conten-text {
  background-color: var(--white);
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--black);
  font-size: var(--_typography---paragraph--paragraph-sm);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--semi-bold);
  border-radius: 100px;
  padding: 12px 24px;
}

.inner-title-conten-inner {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.inner-title-conten-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.rad-dot {
  background-color: var(--rad);
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

.black-text {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--black);
  font-size: var(--_typography---paragraph--paragraph-sm);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
}

.gray-text {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--gray);
  font-size: var(--_typography---paragraph--paragraph-sm);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
}

.works-details-img-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.works-details-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  margin-top: 80px;
  display: flex;
}

.works-information-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.works-details-title-5 {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--title-color);
  font-size: var(--_typography---titles--h5);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
  letter-spacing: var(--_spacings---letter-spacing--h4-letter-spacing);
  margin-bottom: 10px;
}

.works-details {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--gray);
  font-size: var(--_typography---paragraph);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
  letter-spacing: var(--_spacings---letter-spacing--paragraph-18-letter-spacing);
}

.works-details-text-wrap.gap {
  margin-bottom: 0;
}

.works-details-title {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--title-color);
  font-size: var(--_typography---titles--h6);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
  letter-spacing: var(--_spacings---letter-spacing--h4-letter-spacing);
}

.blogs-details-wrap {
  width: 100%;
  max-width: 1092px;
  margin-left: auto;
  margin-right: auto;
}

.blogs-details-title {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--black);
  font-size: var(--_typography---titles--h1);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
  letter-spacing: var(--_spacings---letter-spacing--h2-letter-spacing);
}

.blogs-details-title-wrap {
  margin-bottom: 32px;
}

.man-name-flex {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 175px;
  padding-left: 6px;
  display: flex;
}

.man-name-wrap {
  width: 45px;
  height: 45px;
}

.man-name {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--black);
  font-size: var(--_typography---paragraph--paragraph-l);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
  letter-spacing: var(--_spacings---letter-spacing--h3-letter-spacing);
}

.details-img-left-box {
  width: 100%;
  max-width: 421px;
}

.details-img-right-box {
  width: 100%;
  max-width: 867px;
}

.information-title-4 {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--primary-color);
  font-size: var(--_typography---titles--h4);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
  letter-spacing: var(--_spacings---letter-spacing--h4-letter-spacing);
}

.team-details-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.team-details-box-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  border-radius: 32px;
  justify-content: space-between;
  align-items: center;
  padding: 100px 120px;
  display: flex;
}

.team-details-title-wrap {
  width: 100%;
  max-width: 454px;
}

.team-details-img-box {
  width: 100%;
  max-width: 452px;
  position: relative;
}

.team-details-img {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  max-width: 452px;
  height: 538.063px;
}

.contract-box-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 44px;
  padding-bottom: 44px;
  display: flex;
}

.contract-name {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--primary-color);
  font-size: var(--_typography---titles--h6);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
}

.contract {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--primary-color);
  font-size: var(--_typography---paragraph--paragraph-l);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
  text-decoration-color: #e81c2e00;
  transition: color .4s;
}

.contract:hover {
  color: var(--rad);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--rad);
  text-decoration-color: var(--rad);
  text-decoration-style: solid;
}

.team-details-title {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--primary-color);
  font-size: var(--_typography---titles--h2);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
  letter-spacing: var(--_spacings---letter-spacing--h2-letter-spacing);
  margin-bottom: 8px;
}

.team-details-sub-title {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--gray);
  font-size: var(--_typography---paragraph--paragraph-l);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
  letter-spacing: var(--_spacings---letter-spacing--h3-letter-spacing);
  margin-bottom: 24px;
}

.team-details {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--primary-color);
  font-size: var(--_typography---paragraph);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
  letter-spacing: var(--_spacings---letter-spacing--paragraph-18-letter-spacing);
}

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

.team-img-wrapper {
  justify-content: center;
  align-items: center;
}

.our-team-content-box {
  padding-left: 16px;
  position: relative;
}

.divider-shape {
  opacity: .2;
  background-image: linear-gradient(90deg, #52525200, #525252 33% 67%, #52525200);
  height: 1px;
}

.faq-ans-inner {
  background-color: #ddd0;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: static;
}

.faq-toggle {
  width: 100%;
  padding: 0;
}

.faq-divider {
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.faq-box-wrapper {
  position: relative;
}

.buttom-move-inner {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-inner-icon {
  width: 60px;
  height: 60px;
}

.services-inner-icon-two {
  width: 60px;
  height: 60px;
  position: absolute;
}

.technology-grid-absolute-bg {
  z-index: 0;
  background-color: var(--black);
  border-radius: 16px;
  width: 25%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.richtext-one ul {
  font-family: var(--_font-famly---font-famaly--primary-font);
  font-size: var(--_typography---paragraph);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--regular);
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 20px;
  list-style-type: none;
}

.richtext-one li {
  color: var(--gray);
  background-image: url('../images/Check.svg');
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 30px;
}

.richtext-one p, .richtext-one h3, .work-richtext p {
  margin-bottom: 24px;
}

.richtext-work {
  color: var(--primary-color);
}

.richtext-work ul {
  font-family: var(--_font-famly---font-famaly--primary-font);
  font-size: var(--_typography---paragraph);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--regular);
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 20px;
  list-style-type: none;
}

.richtext-work li {
  color: var(--gray);
  background-image: url('../images/Check.svg');
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 30px;
}

.richtext-work p, .richtext-work h3 {
  margin-bottom: 24px;
}

.our-blogs-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-richtext h3, .blog-richtext p, .blog-richtext h4 {
  margin-bottom: 24px;
}

.code-text {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--white);
  font-size: var(--_typography---titles--h5);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
  letter-spacing: var(--_spacings---letter-spacing--h4-letter-spacing);
}

.code {
  z-index: 12;
  width: 158px;
  height: 120px;
  position: relative;
}

.blog-richext p {
  margin-bottom: 24px;
}

.tab-manu {
  background-color: var(--white);
  text-align: center;
  border-radius: 16px;
  justify-content: center;
  max-width: 403px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.tab-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--gray);
  font-size: var(--_typography---paragraph--paragraph-l);
  line-height: var(--_font-famly---line-height--medium);
  font-weight: var(--_font-famly---font-weight--regular);
  background-color: #ddd0;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 24px;
  display: inline-flex;
}

.tab-link.w--current {
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 12px;
}

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

.price-save {
  background-color: var(--rad);
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--white);
  font-size: var(--_typography---paragraph--paragraph-sm);
  line-height: var(--_font-famly---line-height--medium);
  font-weight: var(--_font-famly---font-weight--light);
  border-radius: 100px;
  padding: 4px 12px;
}

.price-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.05fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.plan-box {
  background-color: var(--white);
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.plan-text {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--gray);
  font-size: var(--_typography---paragraph--paragraph-sm);
  font-weight: var(--_font-famly---font-weight--medium);
  background-color: #f5f5f5;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  padding: 4px 12px;
  display: inline-flex;
}

.plan-text.standard {
  background-color: var(--rad);
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--white);
  font-size: var(--_typography---paragraph--paragraph-sm);
  line-height: var(--_font-famly---line-height--medium);
  font-weight: var(--_font-famly---font-weight--medium);
}

.price {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--primary-color);
  font-size: var(--_typography---titles--h1);
  line-height: var(--_font-famly---line-height--small);
  font-weight: var(--_font-famly---font-weight--regular);
}

.price.card-price {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--primary-color);
  font-size: var(--_typography---titles--h3);
  line-height: var(--_font-famly---line-height--small);
  font-weight: var(--_font-famly---font-weight--regular);
}

.durations {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--primary-color);
  font-size: var(--_typography---paragraph--paragraph-badge);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
}

.price-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.price-details {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--gray);
  font-size: var(--_typography---paragraph--paragraph-badge);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--regular);
  letter-spacing: var(--_spacings---letter-spacing--paragraph-18-letter-spacing);
  margin-top: 6px;
  margin-bottom: 100px;
}

.plan-inner-flex {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.feature-description-wrapper {
  flex: none;
  margin-left: 10px;
}

.feature-description-wrapper.margin-left-0 {
  margin-left: 0;
}

.feature-description-title {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--title-color);
  font-size: var(--_typography---titles--h6);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--regular);
  letter-spacing: var(--_spacings---letter-spacing--h4-letter-spacing);
  margin-bottom: 32px;
}

.feature-description-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.feature-description-items {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: linear-gradient(90deg, var(--white), #fff0);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 10px;
  display: flex;
}

.feature-description-text {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--primary-color);
  font-size: var(--_typography---paragraph--paragraph-badge);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
}

.feature-description-icon {
  flex: none;
  width: 13px;
  height: 13px;
}

.price-card-divider-wrap {
  margin-bottom: 60px;
}

.price-card-divider {
  width: 100%;
  height: .5625px;
}

.price-single-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.price-single-left {
  width: 100%;
  max-width: 755px;
}

.price-single-right {
  width: 100%;
  max-width: 421px;
}

.feature-description-single-wrapper {
  padding: var(--_spacings---padding--padding-medium);
  background-color: #e3e3e3;
  border-radius: 16px;
}

.price-richtext h3 {
  margin-bottom: 24px;
}

.price-richtext p {
  margin-bottom: 48px;
}

.price-richtext ul {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding-left: 20px;
  display: flex;
}

.options-button {
  border-radius: 8px;
  margin-right: 0;
  font-weight: 400;
}

.button-group {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  border-radius: 16px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 8px;
  display: inline-flex;
}

.field-label-2, .field-label-3, .quantity, .buy-now-button {
  display: none;
}

.add-to-cart-button {
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 100px;
  margin-top: 20px;
  padding: 14px 28px;
}

.contact-details {
  max-width: 535px;
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--primary-color);
  font-size: var(--_typography---paragraph);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
  letter-spacing: var(--_spacings---letter-spacing--paragraph-18-letter-spacing);
}

.contact-wrapper {
  margin-top: 80px;
  padding-bottom: 12px;
}

.contaict-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  display: flex;
}

.contact-left-wraper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 421px;
  display: flex;
}

.contact-right-wrapper {
  width: 100%;
  max-width: 755px;
}

.contact-info-wrap {
  background-color: var(--white);
  border-radius: 32px;
  padding: 32px;
}

.info-icon {
  width: 32px;
  height: 32px;
}

.info-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.info-arroe-wrap {
  border: 1px solid #5252521a;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.info-arrow {
  width: 20px;
  height: 20px;
}

.info-arrow.red {
  position: absolute;
}

.info-title-wrap {
  margin-top: 10px;
}

.info-title {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--gray);
  font-size: var(--_typography---paragraph);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
  margin-bottom: 10px;
}

.info {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--primary-color);
  font-size: var(--_typography---paragraph--paragraph-l);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
  border-bottom: 1px solid #f000;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.contacr-form-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.contacr-form-flex.service-submission-button {
  justify-content: center;
}

.contacr-form-list {
  width: 100%;
}

.field {
  background-color: var(--white);
  width: 100%;
  min-height: 60px;
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--primary-color);
  font-size: var(--_typography---paragraph--paragraph-badge);
  line-height: var(--_font-famly---line-height--medium);
  font-weight: var(--_font-famly---font-weight--regular);
  border: 1px solid #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.field:focus {
  border-color: var(--rad);
}

.field::placeholder {
  color: var(--gray);
}

.field.text-aria {
  min-width: 100%;
  max-width: 100%;
  min-height: 162px;
}

.field.pass {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--primary-color);
  font-size: var(--_typography---paragraph--paragraph-badge);
  line-height: var(--_font-famly---line-height--medium);
  font-weight: var(--_font-famly---font-weight--regular);
  background-image: url('../images/Pass.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto;
}

.field._w-input {
  background-color: var(--white);
  width: 100%;
  min-height: 60px;
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--primary-color);
  font-size: var(--_typography---paragraph--paragraph-badge);
  line-height: var(--_font-famly---line-height--medium);
  font-weight: var(--_font-famly---font-weight--regular);
  border: 1px solid #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.field._w-input:focus {
  border-color: var(--rad);
}

.field._w-input::placeholder {
  color: var(--gray);
}

.field._w-input-1 {
  background-color: var(--white);
  width: 100%;
  min-height: 60px;
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--primary-color);
  font-size: var(--_typography---paragraph--paragraph-badge);
  line-height: var(--_font-famly---line-height--medium);
  font-weight: var(--_font-famly---font-weight--regular);
  border: 1px solid #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.field._w-input-1:focus {
  border-color: var(--rad);
}

.field._w-input-1::placeholder {
  color: var(--gray);
}

.name {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--gray);
  font-size: var(--_typography---paragraph--paragraph-sm);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--semi-bold);
  text-align: left;
  margin-bottom: 4px;
  padding-left: 5px;
}

.contact-form, .contact-form._w-form, .contact-form._w-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  display: inline-flex;
}

.form-button {
  background-color: var(--primary-color);
  min-height: 52px;
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--white);
  font-size: var(--_typography---paragraph--paragraph-badge);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--regular);
  border-radius: 12px;
  padding: 10px 20px;
  transition: all .5s;
}

.form-button:hover {
  background-color: var(--rad);
  color: var(--white);
}

.form-button._w-button {
  background-color: var(--primary-color);
  min-height: 52px;
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--white);
  font-size: var(--_typography---paragraph--paragraph-badge);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--regular);
  border-radius: 12px;
  padding: 10px 20px;
  transition: all .5s;
}

.form-button._w-button:hover {
  background-color: var(--rad);
  color: var(--white);
}

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

.sign-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
}

.img-box {
  flex-flow: column;
  width: 100%;
  max-width: 325px;
  min-height: 650px;
  max-height: 650px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-box.two {
  justify-content: flex-end;
  align-items: center;
}

.fonm-box {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 422px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.img-box-inner {
  flex: none;
}

.sign-image {
  border-radius: 16px;
  width: 100%;
  max-width: 325px;
  height: 400px;
  margin-top: 10px;
}

.overlay-shape {
  background-image: linear-gradient(#f6f3ee, #f6f3ee00);
  width: 100%;
  height: 144px;
  position: absolute;
  inset: 0% 0% auto;
}

.overlay-shape.bottom {
  background-image: linear-gradient(#f5f5f500, #f5f5f5);
  inset: auto 0% 0%;
}

.fonm-inner {
  width: 100%;
}

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

.sign-details {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--primary-color);
  font-size: var(--_typography---paragraph--paragraph-badge);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
  text-align: center;
  margin-top: 8px;
}

.sign-form {
  margin-top: 24px;
  margin-bottom: 0;
}

.form-flex {
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.success-massage {
  background-color: var(--white);
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--primary-color);
  font-size: var(--_typography---paragraph--paragraph-badge);
  line-height: var(--_font-famly---line-height--extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
  border-radius: 12px;
}

.error-massage {
  background-color: var(--rad);
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--white);
  font-size: var(--_typography---paragraph--paragraph-badge);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
  text-align: center;
  border-radius: 12px;
  padding: 20px;
}

.account-text {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--gray);
  font-size: var(--_typography---paragraph--paragraph-sm);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--regular);
  text-align: center;
  margin-top: 26px;
}

.span {
  color: var(--primary-color);
  font-weight: var(--_font-famly---font-weight--bold);
}

.forgot-password {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--gray);
  font-size: var(--_typography---paragraph--paragraph-sm);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--bold);
}

.form-button-flex {
  text-align: left;
  margin-top: 24px;
}

.password-title {
  max-width: 500px;
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--gray);
  font-size: var(--_typography---paragraph);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
  letter-spacing: var(--_spacings---letter-spacing--paragraph-18-letter-spacing);
  margin-bottom: 26px;
  margin-left: auto;
  margin-right: auto;
}

.not-found {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--title-color);
  font-size: var(--_typography---titles--h2);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
  letter-spacing: var(--_spacings---letter-spacing--h2-letter-spacing);
  margin-bottom: 80px;
}

.not-found-wrapper {
  width: 100%;
  max-width: 424px;
}

.not-found-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.not-found-img-animation-loop {
  flex-flow: column;
  width: 100%;
  max-width: 754px;
  min-height: 800px;
  max-height: 800px;
  display: flex;
  overflow: hidden;
}

.not-found-img-inner {
  flex: none;
}

.not-found-img {
  width: 754px;
  height: 313px;
  margin-bottom: 48px;
}

.check-wrapper {
  width: 100%;
  display: flex;
}

.checkout-left-wrapper {
  flex-basis: 900px;
}

.checkout-main-right-wrapper {
  flex-basis: 400px;
  position: static;
}

.checkout-field {
  background-color: var(--white-smoke);
  width: 100%;
  min-height: 60px;
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--primary-color);
  font-size: var(--_typography---paragraph--paragraph-badge);
  font-weight: var(--_font-famly---font-weight--regular);
  border: 1px solid #0000;
  border-radius: 12px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.checkout-field:focus {
  border-color: var(--rad);
}

.checkout-field::placeholder {
  color: var(--gray);
}

.checkout-field {
  margin-bottom: 10px;
}

.checkout-bold-text {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--primary-color);
  font-size: var(--_typography---paragraph);
  line-height: var(--_font-famly---line-height--medium);
  font-weight: var(--_font-famly---font-weight--medium);
}

.checkout-text {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--primary-color);
  font-size: var(--_typography---paragraph--paragraph-badge);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--regular);
}

.customer-info-sticky {
  position: sticky;
  top: 120px;
}

.paypal-checkout-form {
  padding: 0;
}

.cart-button {
  background-color: #dedede;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  position: relative;
}

.cart-quantity {
  background-color: var(--gray);
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--white);
  font-size: 12px;
  font-weight: var(--_font-famly---font-weight--semi-bold);
  border-radius: 6px;
  margin-left: 0;
  position: absolute;
  inset: 2px 1px auto auto;
}

.gsap-mai-animations-wrapper {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  perspective: 1000px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  overflow: hidden;
}

.instructions-richtext pre {
  border-radius: 8px;
}

.gsap-details {
  margin-bottom: 24px;
}

.code-details {
  margin-bottom: 10px;
}

.footer-from-button {
  background-color: #3898ec00;
  background-image: url('../images/Footer-From-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 68px;
  padding-right: 20px;
}

.our-team-members-img-link {
  border-radius: 24px;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.process-wrap-for-mobile-inner {
  width: 100%;
  max-width: 531px;
  padding: var(--_spacings---padding--padding-medium);
  border: 1px solid var(--white);
  background-color: var(--white);
  cursor: pointer;
  border-radius: 24px;
  flex-flow: column;
  flex: none;
  display: flex;
}

.process-wrap-for-mobile-inner.w--current {
  background-color: var(--transparent);
}

.process-wrap-for-mobile-inner.one {
  justify-content: center;
  align-items: stretch;
  max-width: 525px;
}

.process-wrap-for-mobile-inner.two {
  flex-flow: column;
  justify-content: flex-start;
}

.for-mobile {
  display: none;
}

.hero-title-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.hero-title-wrapper.for-dextop {
  flex-flow: column;
}

.title-inner {
  padding-bottom: 2px;
  overflow: hidden;
}

.paragraph-animations {
  overflow: hidden;
}

.for-dextop {
  display: flex;
}

.about-ticker-single-vh {
  height: 200vh;
}

.card-hover-main-link {
  position: absolute;
}

.details-img-wrappper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.about-mission-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.about-mission-img-wrapper {
  width: 100%;
  max-width: 336px;
}

.about-mission-content-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.about-mission-img-innr.one {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about-mission-img-flex {
  border-radius: 16px;
  width: 100%;
  min-height: 457px;
  max-height: 457px;
  position: relative;
  overflow: hidden;
}

.tab-menu-link-for-mobile {
  background-color: #0000;
  display: none;
}

.about-animation-pages-title {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--primary-color);
  font-size: var(--_typography---titles--h5);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
  letter-spacing: var(--_spacings---letter-spacing--h5-letter-spacing);
}

.our-value-arrow {
  width: 9px;
  height: 9px;
}

.our-value-img-wrapper {
  display: none;
}

.price-single-cart {
  position: sticky;
  top: 120px;
}

.slect-field, .slect-field._w-select, .slect-field._w-select {
  color: var(--primary-color);
  background-color: #f3f3f300;
  border: 1px #000;
  margin-bottom: 0;
  padding-left: 0;
}

.contract-link {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--primary-color);
  font-size: var(--_typography---paragraph--paragraph-l);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
  text-decoration-color: #e81c2e00;
}

.why-us-img-for-mobile {
  margin-bottom: 20px;
  display: none;
}

.plan-inner-left-content {
  flex: none;
  width: 100%;
  max-width: 325px;
}

.plan-inner-descriptions {
  width: 0;
  overflow: hidden;
}

.plan-inner-descriptions.two {
  width: 100%;
}

.plan-inner-descriptions {
  width: 100%;
  display: flex;
}

.remove-text {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--rad);
  font-size: var(--_typography---paragraph--paragraph-sm);
  font-weight: var(--_font-famly---font-weight--regular);
  -webkit-text-decoration-color: var(--rad);
  text-decoration-color: var(--rad);
}

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

.icon-font-flex {
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  margin-top: 5px;
  display: flex;
}

.option-list {
  margin-top: 20px;
}

.select-field {
  height: 42px;
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--primary-color);
  font-size: var(--_typography---paragraph--paragraph-badge);
  font-weight: var(--_font-famly---font-weight--regular);
  background-color: #f3f3f300;
  background-image: linear-gradient(90deg, #fff, #fff0);
  border: 1px #000;
  border-radius: 8px;
}

.hero-img-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 755px;
  margin-bottom: 255px;
  margin-right: 60px;
  display: flex;
  position: relative;
}

.hero-img-inner {
  border: 4px solid #fff9;
  border-radius: 12px;
  flex: none;
  width: 100%;
  max-width: 14.2vw;
  height: 100%;
  min-height: 14.2vw;
  position: relative;
  overflow: hidden;
  transform: translate(-138%, 40px)rotate(-20deg);
}

.hero-img-inner.two {
  position: absolute;
  transform: translate(-63%)rotate(-10deg);
}

.hero-img-inner.three {
  position: absolute;
  transform: translate(0%, -10px)rotate(0);
}

.hero-img-inner.four {
  position: absolute;
  transform: translate(63%)rotate(10deg);
}

.hero-img-inner.five {
  position: absolute;
  transform: translate(138%, 40px)rotate(20deg);
}

.hero-img-inner.one {
  transform: translate(-138%)rotate(-20deg);
}

.hero-img-flex {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.hero-scroll-button-wrapper {
  z-index: 2;
  width: 100%;
  position: relative;
}

.hero-scroll-button-inner {
  float: none;
  text-align: left;
  margin-top: 15%;
  display: block;
}

.hero-scroll-button-link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid var(--title-color);
  width: 120px;
  height: 120px;
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--gray);
  font-size: var(--_typography---paragraph--paragraph-badge);
  line-height: var(--_font-famly---line-height--medium);
  font-weight: var(--_font-famly---font-weight--regular);
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.scroll-icon {
  width: 16px;
  height: 16px;
}

.scroll-text {
  color: var(--title-color);
  font-size: var(--_typography---paragraph--paragraph-badge);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
  text-align: center;
  text-transform: uppercase;
}

.about-tiker-details {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--gray);
  font-size: var(--_typography---paragraph--button-font-size);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
  letter-spacing: var(--_spacings---letter-spacing--paragraph-18-letter-spacing);
}

.review-img {
  object-fit: cover;
  width: 100%;
  max-width: 415px;
  height: 432px;
}

.review-img-wrapper {
  border-radius: 24px;
  overflow: hidden;
}

.review-single-card {
  height: 100%;
  min-height: 392px;
  padding: var(--_spacings---padding--padding-extra-large);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--primary-color);
  background-image: url('../images/Review-Img-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.review {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--white);
  font-size: var(--_typography---titles--h2);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
  margin-bottom: 16px;
}

.review-sub-title {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--white);
  font-size: var(--_typography---paragraph--paragraph-badge);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
}

.review-title {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--white);
  font-size: var(--_typography---titles--h5);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
  letter-spacing: var(--_spacings---letter-spacing--h4-letter-spacing);
  margin-bottom: 24px;
}

.services-collection-list-wrapper {
  width: 100%;
}

.services-card-icon-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-card-number {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--gray);
  font-size: var(--_typography---titles--h5);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--medium);
}

.services-img-link {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.services-card-img {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  max-width: 485px;
  height: 396.453px;
  box-shadow: 0 20px 40px -20px #2412424d;
}

.services-check-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.services-check-icon {
  width: 16px;
  height: 16px;
}

.project-collection-item {
  position: sticky;
  top: 120px;
}

.projects-card-number-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto 64px 48px;
}

.projects-card-number-inner {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.card-number {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--white);
  font-size: var(--_typography---paragraph--paragraph-l);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--medium);
}

.card-number.size {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--white);
  font-size: var(--_typography---titles--h2);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--medium);
}

.scrolling {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--white);
  font-size: var(--_typography---paragraph--paragraph-badge);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--regular);
  text-align: right;
}

.process-number {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--primary-color);
  font-size: var(--_typography---titles--h1);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
}

.process-number.package-price {
  font-size: var(--_typography---titles--h2);
  flex: 1;
  align-self: center;
}

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

.cta-contact-flex {
  grid-column-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-contact-dot {
  background-color: var(--gray);
  border-radius: 100px;
  width: 5px;
  height: 5px;
}

.cta-contact {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--white);
  font-size: var(--_typography---paragraph--paragraph-l);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--medium);
  text-decoration: none;
}

.cta-button-link {
  border: 2px solid var(--gray);
  width: 630px;
  height: 126px;
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--rad);
  font-size: var(--_typography---titles--h2);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-button-text {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--white-smoke);
  font-size: var(--_typography---titles--h2);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--regular);
  flex: none;
}

.cta-button-arrow {
  width: 40px;
  height: 40px;
}

.cta-button-inner-flex {
  grid-column-gap: 23px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-right: 23px;
  display: flex;
}

.cta-button-shape {
  z-index: 2;
  background-image: linear-gradient(90deg, var(--primary-color) 20%, #17171700);
  width: 90px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.cta-button-shape.right {
  background-image: linear-gradient(90deg, #17171700, var(--primary-color) 80%);
  inset: 0% 0% 0% auto;
}

.cta-section {
  height: 200vh;
}

.hero-inner-img {
  object-fit: cover;
  width: 310px;
  height: 240px;
  position: relative;
}

.who-we-are-img-wrap {
  width: 50%;
}

.who-we-are-img-wrap.order-last {
  order: 9999;
}

.section-details-wrapper {
  width: 100%;
  max-width: 397px;
}

.section-details {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--primary-color);
  font-size: var(--_typography---paragraph);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
  letter-spacing: var(--_spacings---letter-spacing--paragraph-18-letter-spacing);
}

.our-value-divider {
  height: 2px;
}

.our-team-members-list {
  position: relative;
  overflow: hidden;
}

.socal-link-bg {
  background-color: var(--rad);
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.services-list {
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 48px;
  display: flex;
}

.services-items {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.services-items.package-location {
  grid-column-gap: 2.5px;
  grid-row-gap: 2.5px;
  font-size: var(--_typography---paragraph--paragraph-badge);
  padding-top: 5px;
  padding-bottom: 5px;
}

.services-list-check-icon, .services-list-check-icon.package-location-icon {
  width: 20px;
  height: 20px;
}

.services-list-text {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--primary-color);
  font-size: var(--_typography---paragraph);
  line-height: var(--_font-famly---line-height--extra-extra-large);
  font-weight: var(--_font-famly---font-weight--medium);
}

.services-list-text.package-location-text {
  font-size: var(--_typography---paragraph--paragraph-badge);
}

.prodact-img {
  border-radius: 8px;
  height: 60%;
}

.footer-manu-title {
  font-family: var(--_font-famly---font-famaly--primary-font);
  color: var(--white);
  font-size: var(--_typography---titles--h6);
  line-height: var(--_font-famly---line-height--large);
  font-weight: var(--_font-famly---font-weight--medium);
  letter-spacing: var(--_spacings---letter-spacing--h6-letter-spacing);
  margin-bottom: 28px;
}

.blogs-details-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cart-icon {
  width: 24px;
  height: 24px;
}

.blog-author {
  width: 45px;
  height: 45px;
}

.title-iner-img {
  background-image: url('../images/Title-Inner-Img_1Title Inner Img.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
  height: 30px;
}

.process-content-wrapper {
  background-image: linear-gradient(#fff, #fff0);
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  height: 416.328px;
  max-height: 416.328px;
  display: flex;
}

.price-divider {
  width: 100%;
  height: 1px;
}

.hero-inner-video {
  z-index: 8;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.play-pause-button {
  border-radius: 100px;
  width: 48px;
  height: 48px;
  position: relative;
  transform: translate(50%, 39%);
  box-shadow: 0 0 0 14px #fff3;
}

.play-state {
  border-radius: 100px;
  display: block;
  box-shadow: 0 0 0 8px #fff3;
}

.play-icon-img {
  width: 48px;
  height: 48px;
}

.field-label-4 {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
}

.field-label {
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--gray);
  font-size: var(--_typography---paragraph--paragraph-badge);
  line-height: var(--_font-famly---line-height--medium);
  font-weight: var(--_font-famly---font-weight--bold);
}

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

.package-price-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.text-block-2 {
  color: #fff;
  text-transform: capitalize;
  font-size: 45px;
  font-weight: 500;
  line-height: 54px;
}

.horizontal {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.button {
  z-index: 9997;
  color: #111;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 20px;
  padding: 25px 45px;
  font-size: 24px;
  font-weight: 500;
  transition: background-color .4s linear;
  position: relative;
}

.button:hover {
  color: #fff;
  background-color: #e17263;
}

.frosted_block_parent {
  background-color: #ffffff14;
  width: 100%;
  height: 100%;
}

.text-block-3 {
  color: #fff;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.empty_block {
  position: static;
}

.div-block {
  z-index: 9996;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  height: 100%;
  padding-top: 0;
  padding-left: 95px;
  display: flex;
  position: absolute;
}

.div-block.combo {
  align-items: flex-end;
  max-width: 50px;
  padding-top: 43px;
  padding-bottom: 0;
  padding-left: 0;
  left: 550px;
}

.hero_section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/pexels-aleksandar-pasaric-5686514.jpg');
  background-position: 50%;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 100vh;
  display: grid;
  overflow: hidden;
}

.side_hero_backet_indicator {
  background-color: #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
  position: absolute;
  inset: -16% -16% auto auto;
}

.header-2 {
  border-bottom: 0 solid #fff6;
  justify-content: space-around;
  align-items: center;
  height: 100px;
  display: flex;
  position: relative;
}

.header-dropdown-arrow {
  margin-left: 8px;
}

.header-avatar-arrow {
  margin-left: 12px;
}

.tour__price {
  color: #fff;
  margin-bottom: 16px;
  font-size: 28px;
  line-height: 140%;
}

.side_hero_backet_indicator_text {
  font-size: 12px;
  font-weight: 700;
}

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

.side_hero {
  background-color: #0000;
  justify-content: center;
  align-items: flex-end;
  width: 12%;
  display: flex;
}

.epic-button-content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.tour_line {
  clear: none;
  perspective: 1000px;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  margin-left: 4%;
  margin-right: 4%;
  text-decoration: none;
  display: flex;
  position: relative;
  transform: none;
}

.tour__country {
  color: var(--title-color);
  font-size: var(--_typography---paragraph--button-font-size);
  line-height: 28px;
  font-weight: var(--_font-famly---font-weight--medium);
  letter-spacing: 0;
  text-indent: 0;
  text-transform: capitalize;
  border-radius: 55%;
  margin-top: 0;
}

.main-title-wrapper {
  margin-top: 100px;
}

.header-avatar {
  background-color: #fff;
  border-radius: 200px;
  align-items: center;
  padding: 4px;
  display: flex;
}

.hero_center {
  border-left: 0 solid #fff6;
  border-right: 0 solid #fff6;
  width: 76%;
  position: relative;
}

.side_hero_upper_line {
  background-color: #fff6;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 0% 0% auto;
}

.container-2 {
  border-left: 0 solid #fff6;
  border-right: 0 solid #fff6;
  width: 100%;
  max-width: 1140px;
  height: 72vh;
  margin-left: auto;
  margin-right: auto;
}

.side_hero_youtube {
  opacity: .4;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tour__title {
  color: #fff;
  font-size: 28px;
  line-height: 36px;
}

.epic-button {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 320px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.side_hero_bottom {
  border-top: 0 solid #fff6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30%;
  display: flex;
  position: relative;
}

.side_hero_instagram {
  opacity: .4;
  padding-top: 20px;
  padding-bottom: 20px;
}

.h1-main-title {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 98px;
  line-height: 164px;
}

.epic-button-label {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  position: static;
}

.epic-button-oval.top {
  margin-left: -257px;
  position: static;
  transform: rotate(-4deg);
}

.main-title-subtitle {
  color: #fff;
  text-align: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.section-3 {
  perspective: 1000px;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  transform: perspective(1000px);
}

.side_hero_backet {
  position: relative;
}

.tour_card {
  border: 1.6px solid var(--title-color);
  background-image: linear-gradient(43deg, #ffffff29, #ffffff14);
  border-radius: 100px;
  align-items: center;
  width: auto;
  min-width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px 40px;
  display: flex;
}

.hero_background {
  perspective: 1000px;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.header-dropdown-label {
  color: #fff;
  font-weight: 300;
}

.tour__info {
  margin-left: 0;
  margin-right: 0;
}

.header_line {
  background-color: #fff6;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.epic-button-arrow {
  margin-left: 12px;
}

.text-block-4 {
  color: #333;
  margin-left: 8px;
  font-weight: 300;
  line-height: 20px;
}

.side_hero_line {
  border-left: 2px solid #fff6;
  width: 2px;
  height: 100vh;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.side_hero_line.right {
  inset: 0% 0% 0% auto;
}

.tour__devider {
  background-color: #fff;
  width: 64px;
  height: 2px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.loading_wrapper {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.loading_images {
  position: relative;
}

.image {
  position: absolute;
  inset: 12% 0% 0% -4%;
  transform: scale(2.2);
}

.loading_text {
  font-size: 36px;
  font-weight: 400;
  line-height: 80px;
}

.loading_star {
  position: absolute;
  inset: 15% auto auto 10%;
}

.loading_star.right {
  inset: auto 10% 15% auto;
  transform: rotate(-66deg);
}

.services-grid-modern {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-columns: 1fr 1fr;
  margin-top: 24px;
  display: grid;
}

.service-card-modern {
  background-color: #fff;
  border: 1px solid #ede7dc;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  height: 370px;
  min-height: 300px;
  padding: 0;
  transition: all .35s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 16px #2412420d;
}

.service-card-modern:hover {
  border-color: #c6a15c;
  transform: translateY(-6px);
  box-shadow: 0 28px 48px -22px #24124247;
}

.service-card-bg {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.service-card-overlay {
  z-index: 1;
  background-color: #0000;
  background-image: linear-gradient(#24124200 0% 40%, #241242d1 60%, #241242fa 100%);
  position: absolute;
  inset: 0%;
}

.service-card-top {
  z-index: 3;
  flex-direction: column;
  gap: 10px;
  display: flex;
  position: absolute;
  inset: auto 28px 28px;
}

.service-card-link {
  z-index: 2;
  color: #fff;
  letter-spacing: .06em;
  text-transform: uppercase;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  margin-top: 0;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: static;
}

.service-card-link:hover {
  color: #a3762f;
}

.service-card-link.travel-link {
  color: var(--accent-color);
}

.package-grid-modern {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 24px;
  display: grid;
}

.package-card-modern {
  background-color: #fff;
  border: 1px solid #ede7dc;
  border-radius: 20px;
  flex-direction: column;
  transition: all .35s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 16px #2412420d;
}

.package-card-modern:hover {
  border-color: #c6a15c;
  transform: translateY(-6px);
  box-shadow: 0 28px 48px -22px #24124247;
}

.package-card-image {
  object-fit: cover;
  width: 100%;
  height: 220px;
}

.package-card-image.travel-package-home {
  height: 350px;
}

.package-card-body {
  grid-row-gap: 6px;
  flex-direction: column;
  padding: 28px;
  display: flex;
}

.package-card-location {
  grid-column-gap: 6px;
  color: #6b6b6b;
  align-items: center;
  margin-bottom: 8px;
  font-size: 13px;
  display: flex;
}

.package-card-price {
  color: #241242;
  margin-top: 16px;
  font-size: 30px;
  font-weight: 700;
}

.package-card-footer {
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.blog-grid-modern {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 24px;
  display: grid;
}

.blog-card-modern {
  background-color: #fff;
  border: 1px solid #ede7dc;
  border-radius: 20px;
  flex-direction: column;
  transition: all .35s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 16px #2412420d;
}

.blog-card-modern:hover {
  border-color: #c6a15c;
  transform: translateY(-6px);
  box-shadow: 0 28px 48px -22px #24124247;
}

.blog-card-image {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.blog-card-body {
  flex-direction: column;
  padding: 28px;
  display: flex;
}

.blog-card-meta {
  grid-column-gap: 12px;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.blog-card-category {
  color: #b8863b;
  background-color: #f6f3ee;
  border-radius: 100px;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 600;
}

.blog-card-date {
  color: #6b6b6b;
  font-size: 13px;
}

.blog-card-title {
  color: #241242;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
}

.trusted-partners-section {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.trusted-partners-container {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.trusted-partners-heading {
  color: #241242;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 48px;
  font-size: 36px;
  font-weight: 700;
}

.trusted-partners-logos-row {
  grid-column-gap: 56px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.trusted-partners-logo {
  object-fit: contain;
  width: auto;
  height: 56px;
}

.text-block-5, .text-block-6.upcoming-badge, .text-block-7 {
  color: var(--green);
}

.destination-grid-modern {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 24px;
  display: grid;
}

.destination-card-modern {
  border-radius: 20px;
  height: 340px;
  transition: all .35s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 16px #24124214;
}

.destination-card-modern:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 48px -18px #24124259;
}

.destination-card-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.destination-card-overlay {
  z-index: 1;
  background-image: linear-gradient(0deg, #140a1ecc 0%, #140a1e0d 55%, #140a1e00 75%);
  position: absolute;
  inset: 0%;
}

.destination-card-content {
  z-index: 2;
  padding: 24px 28px;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.destination-card-eyebrow {
  color: #e8dfc8;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 600;
}

.destination-card-title {
  color: #fff;
  font-size: 26px;
  font-weight: var(--_font-famly---font-weight--medium);
}

.panel-row {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  border-bottom: 1px solid #ede7dc;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
}

.panel-row.reverse {
  flex-direction: row-reverse;
}

.panel-image {
  object-fit: cover;
  border-radius: 18px;
  flex-shrink: 0;
  width: 31%;
  height: auto;
  box-shadow: 0 20px 40px -20px #24124247;
}

.panel-body {
  flex-grow: 1;
}

.panel-eyebrow {
  grid-column-gap: 14px;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.panel-icon {
  background-color: #f6f3ee;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  padding: 8px;
}

.panel-number {
  color: #c6a15c;
  letter-spacing: .08em;
  font-size: 15px;
  font-weight: 700;
}

.panel-title {
  color: #241242;
  font-size: var(--_typography---titles--h4);
  font-weight: var(--_font-famly---font-weight--medium);
  margin-bottom: 10px;
}

.panel-description {
  color: #5b5555;
  max-width: 560px;
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 1.65;
}

.panel-description.service-form-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.panel-list {
  margin-top: 24px;
}

.offers-hero-row {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-color: #f6f3ee;
  border-radius: 24px;
  align-items: center;
  margin-bottom: 64px;
  padding: 48px;
  display: flex;
  box-shadow: 0 30px 60px -30px #24124240;
}

.offers-hero-image {
  object-fit: cover;
  border-radius: 20px;
  flex-shrink: 0;
  width: 50%;
  height: 460px;
  box-shadow: 0 20px 40px -20px #24124247;
}

.offers-hero-body {
  flex-direction: column;
  flex-grow: 1;
  align-items: flex-start;
  display: flex;
}

.offers-hero-title {
  color: #241242;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.15;
}

.offers-hero-description {
  color: #5b5555;
  max-width: 560px;
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 1.7;
}

.offers-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.offer-card {
  background-color: #f6f3ee;
  border-radius: 20px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
  box-shadow: 0 16px 32px -20px #2412422e;
}

.offer-card-image {
  object-fit: cover;
  width: 100%;
  height: 220px;
}

.offer-card-body {
  flex-direction: column;
  flex-grow: 1;
  padding: 28px;
  display: flex;
}

.offer-card-title {
  color: #241242;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.offer-card-description {
  color: #5b5555;
  flex-grow: 1;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.6;
}

.package-price-badge {
  color: #f6f3ee;
  letter-spacing: .03em;
  background-color: #b8863b;
  border-radius: 999px;
  margin-bottom: 16px;
  padding: 6px 16px;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
}

.testimonial-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  display: grid;
}

.testimonial-card {
  background-color: #f6f3ee;
  border-radius: 20px;
  flex-direction: column;
  padding: 32px;
  display: flex;
  box-shadow: 0 16px 32px -20px #2412422e;
}

.testimonial-quote {
  color: #241242;
  flex-grow: 1;
  margin-bottom: 20px;
  font-size: 16px;
  font-style: italic;
  line-height: 1.7;
}

.testimonial-author {
  color: #241242;
  font-size: 15px;
  font-weight: 600;
}

.testimonial-role {
  color: #b8863b;
  margin-top: 4px;
  font-size: 13px;
}

.faq-item-list {
  flex-direction: column;
  max-width: 820px;
  margin-top: 32px;
  display: flex;
}

.faq-item-row {
  padding-top: 24px;
  padding-bottom: 24px;
}

.faq-question {
  color: #241242;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.package-title-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.countdown-badge {
  color: #3d7a3d;
  background-color: #e9f1e3;
  border-radius: 999px;
  flex-shrink: 0;
  padding: 6px 16px;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
}

.service-hero-image {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 480px;
  margin-top: 40px;
  box-shadow: 0 30px 60px -30px #2412424d;
}

.service-feature-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
  display: grid;
}

.service-feature-number {
  color: #b8863b;
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 700;
}

.included-grid {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr;
  margin-top: 32px;
  display: grid;
}

.quick-facts-row {
  background-color: #f6f3ee;
  border-radius: 20px;
  justify-content: space-between;
  margin-top: 32px;
  padding: 28px 32px;
  display: flex;
  box-shadow: 0 16px 32px -20px #2412422e;
}

.quick-fact-label {
  color: #b8863b;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 700;
}

.quick-fact-value {
  color: #241242;
  font-size: 18px;
  font-weight: 600;
}

.highlight-item-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.contact-info-grid {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  display: grid;
}

.contact-info-card {
  box-shadow: none;
  background-color: #fbf9f4;
  border: 1px solid #24124214;
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 36px 32px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  transform: none;
}

.contact-info-icon-circle {
  background-color: #b8863b1f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.contact-info-icon {
  width: 22px;
  height: 22px;
}

.contact-info-label {
  color: #b8863b;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 600;
}

.contact-info-value {
  color: #241242;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.4;
}

.contact-info-card-1 {
  will-change: transform;
}

.contact-info-card-1:hover {
  border-color: #b8863b;
  transform: translateY(-4px);
  box-shadow: 0 12px 28px #2412421f;
}

.inline-div-0 {
  display: none;
}

.contact-form-wrapper-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #24124212;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 880px;
  padding: 48px;
  display: block;
  box-shadow: 0 24px 60px #2412420f;
}

.contact-form-wrapper-card.service-form {
  margin-left: auto;
  margin-right: auto;
}

.contact-info-card-1-2:hover {
  border-color: #b8863b;
  transform: translateY(-4px);
  box-shadow: 0 12px 28px #2412421f;
}

.info-hover-style-marker.inline-div-0 {
  display: none;
}

.inline-div-0-1 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  align-items: center;
  display: flex;
}

._w-input-1-parent._w-input-1 {
  background-color: var(--white);
  width: 100%;
  min-height: 60px;
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--primary-color);
  font-size: var(--_typography---paragraph--paragraph-badge);
  line-height: var(--_font-famly---line-height--medium);
  font-weight: var(--_font-famly---font-weight--regular);
  border: 1px solid #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

._w-input-1-parent._w-input-1:focus {
  border-color: var(--rad);
}

._w-input-1-parent._w-input-1::placeholder {
  color: var(--gray);
}

._w-input-1 {
  background-color: var(--white);
  width: 100%;
  min-height: 60px;
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--primary-color);
  font-size: var(--_typography---paragraph--paragraph-badge);
  line-height: var(--_font-famly---line-height--medium);
  font-weight: var(--_font-famly---font-weight--regular);
  border: 1px solid #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

._w-input-1:focus {
  border-color: var(--rad);
}

._w-input-1::placeholder {
  color: var(--gray);
}

._w-input {
  background-color: var(--white);
  width: 100%;
  min-height: 60px;
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--primary-color);
  font-size: var(--_typography---paragraph--paragraph-badge);
  line-height: var(--_font-famly---line-height--medium);
  font-weight: var(--_font-famly---font-weight--regular);
  border: 1px solid #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

._w-input:focus {
  border-color: var(--rad);
}

._w-input::placeholder {
  color: var(--gray);
}

._w-input-parent._w-input {
  background-color: var(--white);
  width: 100%;
  min-height: 60px;
  font-family: var(--_font-famly---font-famaly--seckendry-font);
  color: var(--primary-color);
  font-size: var(--_typography---paragraph--paragraph-badge);
  line-height: var(--_font-famly---line-height--medium);
  font-weight: var(--_font-famly---font-weight--regular);
  border: 1px solid #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

._w-input-parent._w-input:focus {
  border-color: var(--rad);
}

._w-input-parent._w-input::placeholder {
  color: var(--gray);
}

@media screen and (min-width: 1280px) {
  .section-sub-title-wrap {
    flex: none;
  }

  .about-ticker-img-box {
    margin-top: 53px;
    margin-bottom: 53px;
  }

  .hero-img {
    height: 208px;
  }

  .hero-mane-img-wrap {
    z-index: 10;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 69%;
  }

  .services-details-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .projects-card-img {
    max-width: 1300px;
  }

  .our-blogs-details-img {
    max-width: 500px;
  }

  .our-blogs-date-text.package-countdown {
    margin-left: 2.5px;
  }

  .split-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .header-navigation {
    grid-column-gap: 52px;
  }

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

  .about-animation-title-dark, .about-animation-title-grya {
    font-size: 3.2vw;
  }

  .about-title {
    letter-spacing: -2px;
  }

  .about-img-wrap {
    padding-left: 115px;
  }

  .our-value-tabs-menu {
    margin-left: 64px;
  }

  .technology-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .technology-icon {
    width: 40px;
  }

  .technology-icon.home-section {
    width: 60px;
    height: 60px;
  }

  .blogs-liner-line {
    background-image: none;
  }

  .blogs-line {
    z-index: -1;
    position: relative;
  }

  .plan-box {
    padding: 40px;
  }

  .feature-description-wrapper {
    margin-left: 60px;
  }

  .feature-description-wrapper.margin-left-0 {
    margin-left: 0;
  }

  .hero-img-wrapper {
    max-width: 755px;
  }

  .hero-img-inner {
    max-width: 186.8px;
    min-height: 216.5px;
  }

  .review-img {
    width: 100%;
    max-width: 407.656%;
  }

  .review-single-card {
    min-height: 450px;
  }

  .cta-button-shape, .cta-button-shape.right {
    background-image: none;
  }

  .tour_line {
    clear: none;
    flex-flow: row;
    position: absolute;
    inset: 0%;
  }

  .text-block-5 {
    color: var(--green);
  }

  .text-block-6.upcoming-badge {
    color: var(--red);
  }

  .text-block-7 {
    color: var(--green);
  }
}

@media screen and (min-width: 1440px) {
  .section.process, .section.testimonial, .section.projects-section, .container.costom {
    padding-top: var(--_spacings---section-gap-medium);
    padding-bottom: var(--_spacings---section-gap-medium);
  }

  .primary-button {
    background-color: var(--rad);
    text-align: center;
  }

  .primary-button:where(.w-variant-b1b67d54-3fa8-bfef-e20f-1a2da8af1d60), .primary-button:where(.w-variant-0a08bb2e-3097-daf4-9cb5-45dfd53c856e) {
    background-color: var(--white);
    border: 1px solid #000;
  }

  .bottom-icon-wrap:where(.w-variant-0a08bb2e-3097-daf4-9cb5-45dfd53c856e), .bottom-icon-wrap:where(.w-variant-b1b67d54-3fa8-bfef-e20f-1a2da8af1d60) {
    background-color: var(--white-smoke);
  }

  .text-block.two:where(.w-variant-b1b67d54-3fa8-bfef-e20f-1a2da8af1d60) {
    color: var(--primary-color);
  }

  .hero-mane-img-wrap {
    width: 905px;
  }

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

  .section-title.travel-partners {
    padding-top: 20px;
  }

  .services-card-title {
    font-size: var(--_typography---titles--h5);
  }

  .projects-card-img {
    max-width: 1450px;
  }

  .our-blogs-date-text.package-countdown {
    margin-left: 2.5px;
  }

  .footer-main-taxt {
    font-size: 22vw;
  }

  .about-animation-title-dark {
    font-size: var(--_typography---titles--h3);
    line-height: 116%;
  }

  .about-animation-title-grya {
    font-size: var(--_typography---titles--h3);
  }

  .technology-grid-absolute.price-box {
    background-color: var(--rad);
  }

  .technology-grid-absolute.customer-care-box {
    background-color: var(--accent-color);
  }

  .details-title.works {
    font-size: var(--_typography---titles--h5);
  }

  .works-information-wrap {
    justify-content: space-between;
    align-items: center;
  }

  .works-details {
    font-weight: var(--_font-famly---font-weight--regular);
  }

  .plan-box {
    padding: 48px;
  }

  .about-animation-pages-title {
    inset: auto auto 0% 0%;
  }

  .trusted-partners-logos-row {
    grid-column-gap: 75px;
    grid-row-gap: 40px;
    padding-top: 20px;
  }

  .text-block-5 {
    color: var(--green);
  }

  .text-block-6.upcoming-badge {
    color: var(--red);
  }

  .text-block-7 {
    color: var(--green);
  }

  .panel-description {
    font-size: var(--_typography---paragraph--button-font-size);
    font-weight: var(--_font-famly---font-weight--regular);
  }

  .offer-card-title, .faq-question {
    font-size: var(--_typography---titles--h6);
    font-weight: var(--_font-famly---font-weight--medium);
  }
}

@media screen and (min-width: 1920px) {
  .cta-wrapper {
    min-height: 100%;
  }

  .projects-card-img {
    max-width: 1920px;
  }

  .our-blogs-date-text.package-countdown {
    margin-left: 2.5px;
  }

  .footer-main-taxt {
    font-size: 22vw;
  }

  .hero-section {
    background-color: var(--white);
    padding-top: 100px;
  }

  .hero-scroll-button-inner {
    margin-top: 25%;
  }

  .text-block-5 {
    color: var(--green);
  }

  .text-block-6.upcoming-badge {
    color: var(--red);
  }

  .text-block-7 {
    color: var(--green);
  }
}

@media screen and (max-width: 991px) {
  body {
    --_typography---paragraph--paragraph-badge: 12px;
    --_typography---titles--h1: 46px;
    --_typography---titles--h2: 44px;
    --_typography---titles--h3: 36px;
    --_typography---titles--h4: 28px;
    --_typography---titles--h5: 22px;
    --_typography---titles--h6: 20px;
    --_typography---paragraph--paragraph-sm: 14px;
    --_typography---paragraph--button-font-size: 16px;
    --_typography---paragraph: 17px;
    --_typography---paragraph--paragraph-l: 18px;
    --_typography---paragraph--paragraph-xl: 20px;
    --_spacings---letter-spacing--h1-letter-spacing: -1.5px;
    --_spacings---letter-spacing--h2-letter-spacing: 1px;
    --_spacings---letter-spacing--h3-letter-spacing: .5px;
    --_spacings---letter-spacing--h4-letter-spacing: 0px;
    --_spacings---letter-spacing--h6-letter-spacing: 0px;
    --_spacings---letter-spacing--paragraph-18-letter-spacing: -.18px;
    --_spacings---section-gap-small: 60px;
    --_spacings---section-gap-medium: 60px;
    --_spacings---none: 0px;
    --_spacings---section-gap: 100px;
    --_spacings---padding--padding-medium: 24px;
    --_spacings---padding--padding-extra-large: 24px;
    --_spacings---padding--padding-large: 24px;
    --_spacings---letter-spacing--h5-letter-spacing: 0px;
    --_spacings---padding--padding-xxl: 40px;
    --_spacings---padding--padding-small: 20px;
  }

  .section.cta {
    position: static;
  }

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

  .section.members {
    padding-top: 106px;
  }

  .section.works {
    padding-top: 126px;
  }

  .section.services-details {
    padding-top: 103px;
    padding-bottom: var(--_spacings---none);
  }

  .section.blogs {
    padding-top: 110px;
  }

  .section.works-details, .section.blogs-details {
    padding-top: 124px;
  }

  .section.price-section {
    padding-top: 100px;
    padding-bottom: var(--_spacings---section-gap-medium);
  }

  .section.not-found-section {
    padding-top: 120px;
    padding-bottom: 85px;
  }

  .section.services-hero {
    padding-top: 140px;
  }

  .container.costom {
    padding-left: 15px;
    padding-right: 15px;
  }

  .brand-section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .brand-title-wrap {
    text-align: center;
    max-width: 500px;
  }

  .brand-title {
    letter-spacing: var(--_font-famly---letter-spacing--h4-letter-spacing\<deleted\|variable-d869edcd-97d6-7183-bb02-55251104bbdf\>);
  }

  .brand-wrapper {
    padding-right: var(--_spacings---padding--padding-medium);
    border-right: 1px solid #1717171a;
    border-radius: 16px;
  }

  .brand-img-wrap {
    height: 60px;
  }

  .brand-img.nanta, .brand-img.ncaa, .brand-img.nahcon {
    height: auto;
  }

  .section-title-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .section-title-wrapper.about {
    flex-flow: wrap;
  }

  .section-title-wrapper.services {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }

  .section-title-wrapper.services.for-desktop {
    display: none;
  }

  .about-ticker-single-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    position: static;
  }

  .section-sub-title-wrap.award {
    max-width: none;
  }

  .section-title-wrap.services {
    grid-row-gap: 15px;
    flex-flow: column;
    max-width: 500px;
    display: flex;
  }

  .section-title-wrap.projects {
    max-width: 512px;
  }

  .section-botum-wrap {
    display: block;
  }

  .section-sub-title-inner {
    justify-content: center;
    align-items: center;
  }

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

  .about-tap-wrapper {
    height: auto;
    margin-bottom: 40px;
  }

  .tab-menu-link {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    border-radius: 24px;
    flex-flow: column;
    padding: 4px;
    display: flex;
  }

  .tab-img {
    border-radius: 20px;
    width: 100%;
    max-width: 466px;
  }

  .about-tab-menu-box {
    border-radius: 22px;
    height: 100%;
  }

  .about-tab-details-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .about-tab-details-box {
    margin-top: 20px;
    margin-bottom: 24px;
  }

  .about-ticker-img-wrap {
    width: 60px;
    height: 60px;
  }

  .about-ticker-img-box {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .hero-title-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    width: 100%;
    margin-bottom: 57px;
  }

  .hero-title-box {
    text-align: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-video-wrapper {
    max-width: 100%;
  }

  .hero-mane-img-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    display: grid;
  }

  .hero-mane-img-inner {
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: 0;
  }

  .hero-mane-img-flex {
    justify-content: center;
    align-items: center;
  }

  .hero-title {
    line-height: var(--_font-famly---line-height--medium);
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

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

  .section-title.faq-title {
    margin-bottom: 20px;
  }

  .section-title.contact-title {
    max-width: 500px;
  }

  .service-details-inner {
    height: auto;
  }

  .services-details-grid {
    grid-template-columns: 1fr 1fr;
    place-items: start stretch;
    height: auto;
    position: static;
  }

  .cta-img {
    border-radius: 16px;
    max-width: 100px;
    height: 100px;
    min-height: auto;
    max-height: none;
  }

  .cta-img.two {
    inset: 0% 0% auto auto;
  }

  .cta-img.one {
    inset: -34px auto auto 0%;
  }

  .cta-img.three {
    max-width: 120px;
    height: 120px;
    inset: auto auto 0% 0%;
  }

  .cta-img.four {
    max-width: 120px;
    height: 120px;
    inset: auto 0% 0% auto;
  }

  .services-details-single {
    max-width: 100%;
  }

  .projects-card-img {
    border-radius: 12px;
    max-width: 100vw;
  }

  .projects-card-details-wrap {
    top: 40px;
    left: 40px;
  }

  .projects-card-sub-title-wrap {
    order: -9999;
  }

  .card-hover-link {
    padding: 8px 14px;
  }

  .process-img {
    max-width: 480px;
    height: 237px;
  }

  .process-title {
    font-size: var(--_typography---titles--h5);
  }

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

  .testimonial-slider {
    min-width: 100%;
    height: 100%;
  }

  .left-arrow, .right-arrow {
    width: 50px;
    height: 126px;
  }

  .testimonial-details-title-wrap {
    margin-bottom: 0;
  }

  .testimonial-details-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    max-width: 100%;
    display: flex;
  }

  .testimonial-details-title-box {
    max-width: 350px;
  }

  .slider-manu-wrap {
    max-width: 89vw;
    height: 100%;
    margin-right: 0;
  }

  .slider-manu-single {
    height: 100%;
  }

  .slider-manu-box {
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .man-img-box {
    object-fit: cover;
    flex: none;
  }

  .our-blogs-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .our-blogs-right-wrap {
    max-width: 100%;
  }

  .our-blogs-singel {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .our-blogs-date-text-wrap {
    padding: 6px 10px;
  }

  .our-blogs-details-img {
    max-width: 478px;
  }

  .our-blogs-text-arro {
    max-width: 21px;
    height: 6px;
  }

  .footer-section {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .footer-main-taxt {
    letter-spacing: -8px;
    font-size: 22vw;
  }

  .footer-main-taxt-wrap {
    padding-right: 15px;
  }

  .footer-manu-wrapper {
    margin-bottom: 60px;
  }

  .footer-from-title-wrap {
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-contact-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .hero-details {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-details.hero-subtext {
    width: 525px;
    max-width: 525px;
    color: var(--white);
    padding: 20px 0;
  }

  .cta-contant-wrap {
    border-radius: 20px;
  }

  .cta-title-inner {
    margin-bottom: 40px;
  }

  .cta-title {
    max-width: none;
    font-size: var(--_typography---titles--h2);
  }

  .border-animation-box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-menu {
    background-color: var(--white);
    border: 1px solid #2326291a;
    border-radius: 8px;
    height: auto;
    max-height: 90vh;
    margin-top: 0;
    padding: 20px;
    overflow: auto;
  }

  .dropdown-list-wrapper {
    width: 100%;
    position: relative;
    left: 0%;
  }

  .dropdown-list-wrapper.home {
    left: 0;
    right: 0%;
  }

  .grid-2-columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
  }

  .dropdown {
    width: 100%;
  }

  .dropdown-list-inner {
    border: 1px solid var(--white-smoke);
  }

  .dropdown-toggle {
    grid-column-gap: 4px;
  }

  .vertical-menu {
    width: 100%;
    max-width: 300px;
  }

  .dropdown-list {
    padding-top: 0;
  }

  .dropdown-list.pages {
    min-width: 100%;
    padding-top: 0;
  }

  .dropdown-list.home {
    box-shadow: none;
    background-color: #e7e7e700;
    padding-top: 0;
  }

  .header-logo {
    width: 129px;
  }

  .menu-button {
    background-color: var(--white);
    border-radius: 8px;
    width: 50px;
    height: 50px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: var(--white);
  }

  .split-content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .nav-item-wrapper {
    width: 100%;
    display: inline-flex;
  }

  .nav-item-wrapper.for-mobile {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .header-navigation {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: #fff0;
    border: 1px solid #1717171a;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 26px 22px;
  }

  .primary-button-2 {
    height: 55px;
  }

  .header-bg-wrapper {
    z-index: 1;
    position: absolute;
    inset: 0%;
  }

  .header-wrapper {
    z-index: 100;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }

  .nav-border {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }

  .hero-section {
    padding-top: 83px;
  }

  .about-animation-title-dark {
    color: var(--title-color);
    font-size: 3.5vw;
    font-weight: var(--_font-famly---font-weight--regular);
    letter-spacing: var(--_spacings---letter-spacing--h2-letter-spacing);
  }

  .about-animation-title-grya {
    font-size: 3.5vw;
  }

  .review-count-single.about {
    margin-bottom: 20px;
  }

  .count-overflow-heddin {
    height: 39px;
  }

  .count-overflow-heddin.about-us {
    height: 41px;
  }

  .review-count-number {
    letter-spacing: -1px;
    font-size: 40px;
    font-weight: 600;
  }

  .fonts {
    letter-spacing: normal;
  }

  .inner-pages-box {
    max-width: 100%;
  }

  .colors-plates-wrap {
    padding: 20px;
  }

  .style-plates-box {
    padding: 24px;
  }

  .colors-plates-single-box {
    min-height: 140px;
  }

  .colors-plates-wrapper {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .colors-plates-name {
    font-size: 16px;
    font-weight: 400;
  }

  .inner-pages-details {
    margin-top: 0;
  }

  .inner-pages-title {
    letter-spacing: normal;
  }

  .inner-pages-wrapper {
    flex-flow: column;
  }

  .inner-pages-details-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .inner-pages-button-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: grid;
    position: static;
  }

  .inner-pages-content-wrapper {
    border-left-style: none;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .about-us-wrapper {
    grid-template-columns: 1fr;
  }

  .about-title-wrap {
    max-width: 100%;
  }

  .about-title {
    text-align: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-ticker-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .about-ticker-box {
    border-radius: 20px;
  }

  .about-title-box {
    margin-bottom: 51px;
  }

  .about-ticker-inner {
    margin-bottom: 0;
  }

  .about-img-wrap {
    max-width: 100%;
    padding-left: 0;
  }

  .about-img-inner, .about-img-content-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .who-we-are-img-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    min-height: auto;
  }

  .section-title-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .section-title-inner.gap {
    margin-bottom: 40px;
  }

  .section-title-inner.price {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .who-we-are-img-inner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .who-we-are-img {
    border-radius: 20px;
  }

  .who-we-are-content-wrapper {
    padding: var(--_spacings---padding--padding-large);
    border-radius: 20px;
  }

  .who-we-are-inner-title-wrap, .who-we-are-inner-title-divider {
    margin-bottom: 10px;
  }

  .explore-details {
    margin-bottom: 20px;
  }

  .misson-details-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 10px 12px;
  }

  .misson-details-list {
    margin-bottom: 40px;
  }

  .our-value-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .our-value-tabs-content {
    max-width: 420px;
  }

  .our-value-tabs-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    display: grid;
  }

  .value-tabs-img {
    border-radius: 18px;
    width: 100%;
    max-width: 500px;
  }

  .our-value-tab-wrap {
    display: none;
  }

  .our-value-tabs-absolite {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
  }

  .our-value-tabs-link {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .our-value-tabs-link.one {
    max-width: 100%;
  }

  .our-value-tab-conten-flex {
    max-width: 100%;
    height: auto;
  }

  .our-value-tab-conten-inner {
    border-radius: 20px;
    padding: 20px;
  }

  .our-value-tab-conten-title {
    margin-bottom: 10px;
  }

  .our-value-tab-conten-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch stretch;
    margin-top: 0%;
    display: grid;
  }

  .our-value-tab-tinar {
    height: 100px;
    display: none;
  }

  .award-singel-wrap, .award-singel-wrap.light {
    padding: 30px;
  }

  .award-nomber-wrap {
    max-width: 40px;
  }

  .award-relative-box {
    background-position: 50% 100%;
    background-size: auto;
    padding-bottom: 10px;
  }

  .award-relative-box-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .our-team-members-img {
    max-width: 480px;
  }

  .socal-icon-link {
    width: 52px;
    height: 52px;
  }

  .socal-icon-white {
    width: 17px;
    height: 17px;
  }

  .socal-icon-link-flex {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    right: 20px;
  }

  .teams-mambers-title {
    font-size: var(--_typography---paragraph--paragraph-badge);
  }

  .services-content-box {
    flex-flow: column;
    margin-top: 0;
  }

  .services-img-wrap {
    text-align: left;
    max-width: 100%;
  }

  .services-wrap {
    border-radius: 24px;
  }

  .services-title, .services-detils {
    margin-bottom: 20px;
  }

  .technology-grid {
    border-top: 1px dashed #52525233;
    border-left: 1px dashed #52525233;
    grid-template-columns: 1fr 1fr;
  }

  .technology-grid-single.bottom {
    border-bottom-style: dashed;
  }

  .technology-cird-box {
    padding: 0;
  }

  .technology-cird-box.services {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .technology-cird-box.customer-value-box, .technology-cird-box.price-value-box, .technology-cird-box.booking-value-box {
    border-radius: 18px;
    padding: 10px;
  }

  .technology-cird-relative {
    border-radius: 0;
  }

  .technology-grid-absolute {
    display: none;
  }

  .technology-icon-wrap {
    margin-bottom: 30px;
  }

  .inner-page-title-box {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .inner-page-title-box.works {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .works-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .works-img-wrap {
    border-radius: 20px;
  }

  .works-img {
    height: 489px;
  }

  .works-ticker-title-wrap {
    padding: 20px;
  }

  .works-ticker-title-wrap.border {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ster-icon-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .ster-icon {
    max-width: 15px;
  }

  .works-sices-box {
    padding: 20px;
  }

  .why-us-tabs {
    position: static;
  }

  .why-us-tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: 300px;
  }

  .why-us-img-flex-box {
    max-width: 100%;
    display: none;
  }

  .why-us-img {
    border-radius: 18px;
    height: 400px;
    margin-left: 0;
  }

  .icon-wrap {
    flex: none;
    width: 36px;
    height: 36px;
    display: none;
  }

  .why-us-tabs-title-box {
    border-radius: 24px;
    margin-bottom: 10px;
    padding: 20px;
  }

  .why-us-tabs-details-box {
    margin-top: 10px;
    padding-top: 10px;
  }

  .why-us-tabs-detailes {
    font-size: var(--_typography---paragraph--paragraph-badge);
  }

  .why-us-tab-wrap {
    height: auto;
  }

  .faq-inner {
    grid-row-gap: 10px;
  }

  .faq-box {
    border-radius: 20px;
  }

  .faq-title-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .faq-arro-wrap {
    border-radius: 10px;
    width: 36px;
    height: 36px;
  }

  .faq-ans {
    margin-top: 20px;
  }

  .services-details-img-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .details-img {
    height: 400px;
  }

  .details-flex-box {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .details-title.works {
    margin-bottom: 0;
  }

  .technology-grid-singel-wrap {
    margin-top: 40px;
    overflow: hidden;
  }

  .icon-flex {
    margin-bottom: 20px;
  }

  .information-wrap.works {
    max-width: 100%;
  }

  .details-img-box.flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .product-relative-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-radius: 24px;
    padding: 40px 56px 40px 42px;
  }

  .sap.laft {
    width: 200px;
    top: -32%;
    left: -16%;
  }

  .sap.center {
    max-width: 200px;
    top: -59%;
  }

  .sap.rirht {
    width: 200px;
    bottom: -55%;
  }

  .blogs-liner-line {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .inner-title-conten-box.left {
    justify-content: flex-start;
    align-items: center;
  }

  .works-details-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .works-information-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .team-details-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .team-details-box-flex {
    padding: 40px;
  }

  .contract-box-flex {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .team-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .team-img-wrapper {
    top: 10.5vh;
  }

  .services-inner-icon, .services-inner-icon-two {
    width: 40px;
    height: 40px;
  }

  .richtext-one ul {
    font-size: var(--_typography---paragraph--paragraph-badge);
    margin-top: 10px;
    padding-left: 10px;
  }

  .richtext-one p, .richtext-one h3 {
    margin-bottom: 20px;
  }

  .richtext-work ul {
    font-size: var(--_typography---paragraph--paragraph-badge);
    margin-top: 10px;
    padding-left: 10px;
  }

  .richtext-work li {
    background-position: 0 3px;
  }

  .richtext-work p, .richtext-work h3 {
    margin-bottom: 20px;
  }

  .our-blogs-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-richtext h3, .blog-richtext p, .blog-richtext h4 {
    margin-bottom: 20px;
  }

  .code {
    width: 100%;
    max-width: 117px;
    height: 93px;
  }

  .blog-richext p {
    margin-bottom: 20px;
  }

  .tab-manu {
    max-width: 384px;
  }

  .tab-content {
    margin-top: 20px;
  }

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

  .plan-box {
    width: 100%;
    padding: 20px;
  }

  .price-flex.center {
    order: 9999;
    justify-content: center;
    align-items: center;
  }

  .price-details {
    margin-bottom: 27px;
  }

  .plan-inner-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .feature-description-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .feature-description-title {
    margin-bottom: 15px;
  }

  .feature-description-list {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .feature-description-items {
    background-image: linear-gradient(90deg, #f5f5f5, #fff0);
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .price-card-divider-wrap {
    margin-bottom: 40px;
  }

  .price-single-wrapper {
    flex-flow: column;
  }

  .price-single-left {
    max-width: 100%;
  }

  .price-single-right {
    order: -9999;
    max-width: 100%;
  }

  .price-richtext h3, .price-richtext p {
    margin-bottom: 20px;
  }

  .price-richtext ul {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 20px;
  }

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

  .contact-wrapper {
    margin-top: 10px;
  }

  .contaict-flex {
    flex-flow: column;
  }

  .contact-left-wraper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    order: 9999;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    display: grid;
  }

  .contact-right-wrapper {
    max-width: 100%;
  }

  .contact-info-wrap {
    border-radius: 24px;
    padding: 20px;
  }

  .info-flex {
    margin-bottom: 16px;
  }

  .contacr-form-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .field, .field._w-input, .field._w-input-1 {
    min-height: 52px;
  }

  .contact-form, .contact-form._w-form, .contact-form._w-form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .img-box, .img-box.two {
    display: none;
  }

  .fonm-box {
    margin-left: auto;
    margin-right: auto;
  }

  .not-found {
    margin-bottom: 40px;
  }

  .not-found-wrapper {
    text-align: center;
    max-width: 600px;
  }

  .not-found-flex {
    justify-content: center;
    align-items: center;
  }

  .not-found-img {
    height: 120px;
  }

  .not-found-img.for-mobile {
    object-fit: cover;
    width: 100%;
    max-width: 272px;
    height: 111px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .check-wrapper {
    flex-flow: column;
  }

  .checkout-left-wrapper {
    flex-basis: 100%;
    margin-right: 0;
  }

  .checkout-main-right-wrapper {
    flex-basis: 100%;
  }

  .customer-info, .customer-info-sticky {
    position: static;
  }

  .paypal-checkout-form {
    min-height: auto;
    padding: 0;
  }

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

  .our-team-members-img-link {
    border-radius: 20px;
  }

  .cart-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .for-mobile {
    display: flex;
  }

  .title-inner {
    display: none;
  }

  .paragraph-animations {
    align-self: center;
    margin-bottom: 0;
  }

  .for-dextop {
    display: none;
  }

  .about-ticker-single-vh {
    height: auto;
  }

  .details-img-wrappper {
    display: flex;
    position: absolute;
  }

  .about-mission-img-wrapper {
    display: none;
  }

  .about-mission-content-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tab-menu-link-for-mobile {
    display: block;
  }

  .about-animation-pages-title {
    text-align: center;
  }

  .our-value-img-wrapper {
    margin-bottom: 20px;
    display: block;
  }

  .price-single-cart {
    position: static;
  }

  .why-us-tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    display: grid;
  }

  .why-us-img-for-mobile {
    display: block;
  }

  .hero-img-wrapper {
    margin-bottom: 51px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-img-inner {
    max-width: 19vw;
  }

  .hero-img-inner.five {
    transform: translate(138%, 20px)rotate(20deg);
  }

  .hero-img-inner.one {
    transform: translate(-138%, 20px)rotate(-20deg);
  }

  .hero-scroll-button-inner {
    margin-top: 5%;
  }

  .hero-scroll-button-link {
    width: 110px;
    height: 110px;
  }

  .review-img {
    max-width: 600px;
    height: 357px;
  }

  .review-single-card {
    min-height: 370px;
  }

  .projects-card-number-wrapper {
    bottom: 40px;
    left: 40px;
    right: 40px;
  }

  .process-number {
    font-size: var(--_typography---titles--h3);
  }

  .cta-button-link {
    width: 450px;
    height: 100px;
  }

  .cta-button-text {
    font-size: var(--_typography---titles--h4);
  }

  .cta-button-arrow {
    width: 27px;
    height: 27px;
  }

  .cta-button-inner-flex {
    grid-column-gap: 16px;
    margin-right: 16px;
  }

  .cta-button-shape {
    width: 58px;
  }

  .cta-section {
    height: auto;
  }

  .hero-inner-img {
    width: 100%;
    max-width: 473px;
  }

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

  .frosted_block_parent {
    text-align: center;
    align-self: center;
    height: 50vh;
  }

  .empty_block {
    background-image: url('../images/pexels-aleksandar-pasaric-5686514.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100vw;
    height: 50vh;
  }

  .div-block {
    max-width: 100%;
    padding-left: 0;
  }

  .div-block.combo {
    padding-right: 20px;
    inset: 0% 0% 0% auto;
  }

  .hero_section {
    flex-direction: column;
    display: flex;
  }

  .services-grid-modern, .package-grid-modern {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .package-card-image.travel-package-home {
    box-sizing: border-box;
    aspect-ratio: auto;
  }

  .blog-grid-modern {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .destination-grid-modern {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .offers-hero-row {
    grid-row-gap: 32px;
    flex-direction: column;
    padding: 32px 24px;
  }

  .offers-hero-image {
    width: 100%;
    height: 300px;
  }

  .offers-grid, .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-info-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  ._w-input-parent._w-input, ._w-input-1-parent._w-input-1, ._w-input-1, ._w-input, ._w-input-parent._w-input {
    min-height: 52px;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_typography---paragraph--paragraph-badge: 10px;
    --_typography---titles--h1: 36px;
    --_typography---titles--h2: 32px;
    --_typography---titles--h3: 30px;
    --_typography---titles--h4: 24px;
    --_typography---titles--h5: 20px;
    --_typography---titles--h6: 20px;
    --_typography---paragraph--paragraph-sm: 14px;
    --_typography---paragraph--button-font-size: 15px;
    --_typography---paragraph: 16px;
    --_typography---paragraph--paragraph-l: 18px;
    --_typography---paragraph--paragraph-xl: 18px;
    --_spacings---letter-spacing--h1-letter-spacing: -1px;
    --_spacings---letter-spacing--h2-letter-spacing: .5px;
    --_spacings---letter-spacing--h3-letter-spacing: 0px;
    --_spacings---letter-spacing--h4-letter-spacing: 0px;
    --_spacings---letter-spacing--h6-letter-spacing: 0px;
    --_spacings---letter-spacing--paragraph-18-letter-spacing: -.18px;
    --_spacings---section-gap-small: 40px;
    --_spacings---section-gap-medium: 40px;
    --_spacings---none: 0px;
    --_spacings---section-gap: 80px;
    --_spacings---padding--padding-medium: 16px;
    --_spacings---padding--padding-extra-large: 20px;
    --_spacings---padding--padding-large: 20px;
    --_spacings---letter-spacing--h5-letter-spacing: 0px;
    --_spacings---padding--padding-xxl: 30px;
    --_spacings---padding--padding-small: 10px;
  }

  .section.services, .section.process {
    height: auto;
  }

  .section.style-guide {
    padding-top: 109px;
    padding-bottom: 80px;
  }

  .section.members {
    padding-bottom: var(--_spacings---section-gap);
  }

  .section.works {
    padding-top: 120px;
  }

  .section.works-details {
    padding-top: 105px;
  }

  .section.blogs-details {
    padding-top: 98px;
  }

  .section.team {
    padding-top: 95px;
  }

  .section.price-section {
    padding-top: 86px;
  }

  .section.checkout {
    min-height: auto;
  }

  .section.services-hero {
    padding-top: 111px;
  }

  .brand-img-wrap {
    border-radius: 12px;
  }

  .brand-img.nanta {
    height: auto;
  }

  .brand-img.ncaa {
    width: 80%;
    height: auto;
  }

  .brand-img.nahcon {
    width: 75%;
    height: auto;
  }

  .section-title-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .section-title-wrapper.services {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }

  .section-title-wrapper.testimonial, .section-title-wrapper.teams, .section-title-wrapper.why-us {
    margin-bottom: 40px;
  }

  .about-ticker-single-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .section-sub-title-wrap {
    text-align: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-title-wrap.services {
    margin-left: auto;
    margin-right: auto;
  }

  .section-botum-wrap.package-button {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex: 1;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    width: 100%;
    display: block;
    position: static;
  }

  .section-sub-title-inner {
    justify-content: center;
    align-items: center;
  }

  .section-sub-title-inner.left {
    justify-content: flex-start;
    align-items: center;
  }

  .about-tap-wrap {
    margin-right: auto;
  }

  .tab-menu-link {
    border-radius: 22px;
  }

  .tab-img {
    border-radius: 18px;
    max-width: 800px;
    height: 600px;
  }

  .about-tab-menu-box {
    border-radius: 18px;
  }

  .about-tab-details-wrap {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .about-tab-icon {
    max-width: 27px;
  }

  .about-tab-details-box {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .about-ticker-single {
    border-radius: 20px;
  }

  .hero-title {
    max-width: 400px;
    margin-bottom: 15px;
  }

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

  .section-title.price-title {
    text-align: left;
  }

  .services-details-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cta-img {
    border-radius: 12px;
    max-width: 80px;
    height: 80px;
  }

  .cta-img.three, .cta-img.four {
    max-width: 100px;
    height: 100px;
  }

  .services-card-details-flex {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    margin-bottom: 24px;
  }

  .services-card-title {
    order: -9999;
  }

  .projects-card-wrap {
    grid-template-columns: 1fr;
  }

  .projects-card-img {
    height: 581px;
  }

  .card-hover-link {
    width: 80px;
    height: 80px;
  }

  .process-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    overflow: auto;
  }

  .process-img {
    height: auto;
    margin-top: 20px;
  }

  .process-title {
    color: var(--primary-color);
    margin-bottom: 10px;
  }

  .process-details {
    max-width: 295px;
  }

  .process-details.width-plus {
    max-width: 308px;
  }

  .process-details.width-plus.package-text {
    text-align: center;
    max-width: none;
  }

  .testimonial-wrap {
    flex-flow: column;
    display: flex;
  }

  .testimonial-slider {
    padding-bottom: 52px;
  }

  .left-arrow {
    width: 170px;
    height: 42px;
    inset: auto auto 0% 0%;
  }

  .right-arrow {
    width: 156px;
    height: 42px;
  }

  .testimonial-details-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
  }

  .testimonial-img-wrap {
    padding-top: 0;
  }

  .testimonial-details {
    margin-bottom: 20px;
  }

  .testimonial-mane-img-wrap {
    width: 42px;
    height: 42px;
  }

  .testimonial-img-title {
    font-size: var(--_typography---paragraph--paragraph-badge);
  }

  .meni-star-box {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .slider-manu-wrap {
    max-width: 100%;
    height: auto;
  }

  .slider-manu-single {
    height: 100%;
  }

  .star-img {
    width: 16px;
  }

  .our-blogs-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .our-blogs-singel {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .our-blogs-date-text-wrap.package-badge {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-bottom: 2.5px;
  }

  .our-blogs-details-img-wrap {
    max-width: 100%;
  }

  .our-blogs-details-img {
    max-width: 400px;
  }

  .our-blogs-details-title {
    font-size: var(--_typography---titles--h4);
  }

  .our-blogs-date-text.package-countdown {
    order: -9999;
  }

  .footer-section {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding-top: 60px;
  }

  .footer-main-taxt {
    font-size: 22vw;
  }

  .footer-main-taxt-wrap {
    padding-right: 10px;
  }

  .footer-main-taxt-wrap.w--current {
    font-size: 25vw;
  }

  .footer-manu-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .footer-manu-wrap {
    justify-content: space-around;
    max-width: 100%;
  }

  .footer-from-wrap {
    max-width: 100%;
    padding-top: 10px;
  }

  .manu-border-link {
    font-size: var(--_typography---paragraph--paragraph-badge);
  }

  .footer-from-title-wrap {
    margin-bottom: 30px;
  }

  .footer-socal-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    margin-bottom: 60px;
  }

  .footer-contact-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .hero-mane-img-text {
    text-align: left;
  }

  .cta-contant-wrap {
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cta-title {
    letter-spacing: var(--_font-famly---letter-spacing--h4-letter-spacing\<deleted\|variable-d869edcd-97d6-7183-bb02-55251104bbdf\>);
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu {
    border: 1px solid #2326291a;
    max-height: 90vh;
    overflow: auto;
  }

  .dropdown-list-wrapper {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-list-wrapper.home {
    top: 2px;
  }

  .grid-2-columns {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .dropdown {
    width: 100%;
  }

  .vertical-menu {
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .dropdown-list.pages {
    min-width: 100%;
  }

  .dropdown-list.home {
    width: 100%;
  }

  .header-logo {
    width: 120px;
    height: 35px;
  }

  .button-wrap.for-dextop {
    display: none;
  }

  .nav-item-wrapper {
    text-align: left;
    width: 100%;
  }

  .nav-item-wrapper.for-mobile {
    justify-content: flex-start;
    align-items: center;
  }

  .nav-menu-link {
    font-size: 16px;
    line-height: 26px;
  }

  .header-navigation {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .primary-button-2 {
    height: 51px;
  }

  .header-bg-wrapper {
    z-index: 0;
  }

  .header-wrapper {
    z-index: 2;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
  }

  .nav-border {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

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

  .about-animation-title-dark, .about-animation-title-grya {
    font-size: 3.6vw;
  }

  .about-animation-title-wrap {
    margin-bottom: 40px;
  }

  .count-overflow-heddin {
    height: 32px;
  }

  .count-overflow-heddin.about-us {
    height: 33px;
  }

  .review-count-number {
    letter-spacing: normal;
    font-size: 32px;
  }

  .fonts-title {
    font-size: 20px;
    font-weight: 400;
  }

  .fonts-text {
    word-break: break-all;
  }

  .colors-plates-name {
    font-size: 17px;
  }

  .inner-pages-details {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .inner-pages-title {
    font-size: 36px;
  }

  .inner-pages-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .buttons-wrapper, .inner-pages-details-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .colors-plates-title {
    font-size: 30px;
  }

  .inner-pages-button-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .inner-pages-link {
    letter-spacing: normal;
  }

  .inner-pages-link-text {
    font-size: 20px;
    font-weight: 400;
  }

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

  .hero-img-wrapper-animation-wrap {
    max-width: 100%;
  }

  .about-title {
    max-width: 400px;
  }

  .about-ticker-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .about-title-box {
    margin-bottom: 40px;
  }

  .about-img-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .who-we-are-img-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .section-title-inner {
    flex-flow: column;
  }

  .who-we-are-img-inner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .who-we-are-img {
    max-width: 743px;
  }

  .who-we-are-content-wrapper {
    width: 100%;
  }

  .misson-details-list {
    margin-bottom: 30px;
  }

  .value-tabs-img {
    border-radius: 16px;
    height: 250px;
  }

  .our-value-tabs-absolite {
    padding: 15px 20px 15px 16px;
  }

  .our-value-tabs-title-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .value-tabs-title {
    font-size: var(--_typography---paragraph--paragraph-badge);
  }

  .our-value-tab-conten-inner {
    padding: 15px;
  }

  .our-value-tab-conten-title {
    margin-bottom: 10px;
  }

  .our-value-tab-tinar {
    height: 80px;
  }

  .award-title-box {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .award-singel-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .award-singel-wrap.dark {
    padding-left: 20px;
    padding-right: 20px;
  }

  .award-singel-wrap.light {
    padding: 20px;
  }

  .award-nomber-wrap {
    max-width: 30px;
  }

  .award-relative-box {
    padding-bottom: 5px;
  }

  .award-relative-box-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-bottom: 40px;
  }

  .our-team-members-img {
    border-radius: 0;
    height: 400px;
  }

  .our-team-members-img-wrap {
    max-height: none;
    overflow: visible;
  }

  .socal-icon-link {
    width: 44px;
    height: 44px;
  }

  .socal-icon-link-flex {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    top: 20px;
    right: 15px;
  }

  .services-content-box {
    grid-template-columns: 1fr;
  }

  .services-img {
    max-width: 740px;
  }

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

  .technology-grid {
    border-top-style: none;
    border-left-style: none;
    grid-template-columns: 1fr;
  }

  .technology-grid-single {
    border-right-style: dashed;
  }

  .technology-grid-single.bottom {
    border-bottom-style: dashed;
  }

  .technology-grid-single.two {
    border-bottom-style: dashed;
    border-bottom-color: #52525233;
  }

  .technology-grid-single.three {
    border-right-style: dashed;
  }

  .technology-icon-wrap {
    box-sizing: border-box;
    float: none;
    text-align: left;
    object-fit: fill;
    flex-flow: row;
    justify-content: center;
    width: 60px;
    height: 60px;
  }

  .technology-icon.home-section {
    float: none;
  }

  .technology-cird-title.one {
    color: var(--title-color);
  }

  .technology-cird-detailes.one {
    color: var(--gray);
  }

  .inner-page-title-box {
    margin-bottom: 40px;
  }

  .inner-page-title-box.works {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
  }

  .inner-page-title-wrap, .inner-page-detils-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .inner-page-title {
    text-align: center;
  }

  .inner-page-details {
    text-align: center;
    max-width: 465px;
    margin-left: auto;
    margin-right: auto;
  }

  .works-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .works-img-wrap {
    order: -9999;
    max-width: 100%;
  }

  .works-img {
    max-width: 740px;
  }

  .works-ticker-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .workes-inner {
    max-width: 100%;
  }

  .works-ticker-detiels-box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .why-us-img {
    max-width: 700px;
  }

  .faq-box {
    border-radius: 20px;
  }

  .faq-title-box {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .faq-arro-wrap {
    border-radius: 12px;
  }

  .faq-ans {
    margin-top: 20px;
  }

  .details-img {
    border-radius: 20px;
    height: 250px;
  }

  .details-flex-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .details-title {
    margin-bottom: 20px;
  }

  .technology-grid-singel-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .details-img-box.flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .information-title-box {
    border-radius: 20px;
    padding: 20px 20px 20px 30px;
  }

  .black-tik {
    width: 20px;
    height: 20px;
  }

  .product-relative-wrapper {
    padding: 30px 20px;
  }

  .sap.center {
    display: none;
  }

  .sap.rirht {
    right: -100%;
  }

  .bottom-title-flex {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .blogs-liner-line {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .inner-title-conten-text {
    padding: 10px 16px;
  }

  .inner-title-conten-inner {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .inner-title-conten-box.left {
    justify-content: center;
    align-items: center;
  }

  .rad-dot {
    flex: none;
  }

  .works-details-wrap {
    margin-top: 40px;
  }

  .team-details-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .team-details-box-flex {
    border-radius: 20px;
    padding: 30px;
  }

  .contract-box-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .team-details-sub-title {
    margin-bottom: 10px;
  }

  .team-img-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch stretch;
    height: auto;
    position: static;
  }

  .our-team-content-box {
    display: block;
  }

  .faq-toggle {
    white-space: normal;
  }

  .technology-grid-absolute-bg {
    display: none;
  }

  .richtext-one li {
    background-size: 20px;
  }

  .richtext-one p, .richtext-one h3 {
    margin-bottom: 15px;
  }

  .richtext-work li {
    background-position: 0 1px;
  }

  .richtext-work p, .richtext-work h3 {
    margin-bottom: 15px;
  }

  .our-blogs-flex {
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-richtext h3 {
    margin-bottom: 15px;
  }

  .blog-richtext p {
    margin-bottom: 10px;
  }

  .blog-richtext h4 {
    margin-bottom: 15px;
  }

  .code {
    max-width: 80px;
    height: 60px;
  }

  .blog-richext p {
    margin-bottom: 15px;
  }

  .tab-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .plan-text {
    font-weight: var(--_font-famly---font-weight--regular);
  }

  .price-details {
    margin-bottom: 40px;
  }

  .plan-inner-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .feature-description-title, .price-card-divider-wrap {
    margin-bottom: 20px;
  }

  .feature-description-single-wrapper {
    padding: 20px;
  }

  .price-richtext h3 {
    margin-bottom: 15px;
  }

  .price-richtext p {
    font-size: var(--_typography---paragraph--paragraph-badge);
    margin-bottom: 15px;
    font-weight: 400;
  }

  .price-richtext ul {
    padding-left: 10px;
  }

  .contact-details {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .contaict-flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .contact-left-wraper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: 100%;
  }

  .field.text-aria {
    min-height: 120px;
  }

  .not-found {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .not-found-img {
    height: 80px;
  }

  .not-found-img.for-mobile {
    max-width: 247px;
    height: 101px;
  }

  .checkout-field {
    min-height: 52px;
  }

  .row {
    flex-flow: column;
  }

  .our-team-members-img-link {
    border-radius: 12px;
    margin-bottom: 20px;
    overflow: hidden;
  }

  .process-wrap-for-mobile-inner {
    flex: none;
  }

  .cart-list {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .about-pages-animation-title-wrap {
    margin-bottom: 40px;
  }

  .our-value-img-wrapper {
    margin-bottom: 16px;
  }

  .why-us-tabs-menu {
    grid-template-columns: 1fr;
  }

  .hero-img-wrapper {
    margin-bottom: 42px;
  }

  .hero-img-inner {
    min-height: 12vw;
  }

  .hero-scroll-button-link {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    width: 100px;
    height: 100px;
  }

  .review-img {
    height: 344px;
  }

  .services-check-icon {
    width: 14px;
    height: 14px;
  }

  .cta-button-link {
    width: 350px;
    height: 81px;
  }

  .cta-button-arrow {
    width: 24px;
    height: 24px;
  }

  .who-we-are-img-wrap {
    width: 100%;
  }

  .services-list {
    margin-bottom: 40px;
  }

  .services-items.package-location {
    justify-content: center;
    padding-top: 2.5px;
    padding-bottom: 2.5px;
  }

  .title-iner-img {
    border-radius: 8px;
  }

  .process-content-wrapper {
    height: auto;
    max-height: none;
  }

  .section-2 {
    font-size: 25vh;
  }

  .package-price-button {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block.combo {
    inset: 0% 0% 0% auto;
  }

  .panel-row, .panel-row.reverse {
    flex-flow: column;
  }

  .panel-image {
    width: 100%;
  }

  .offers-hero-title {
    font-size: 30px;
  }

  .offers-grid, .testimonial-grid, .service-feature-grid, .included-grid {
    grid-template-columns: 1fr;
  }

  .quick-facts-row {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .contact-info-grid {
    grid-template-columns: 1fr;
  }

  .contact-info-card {
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_typography---paragraph--paragraph-badge: 10px;
    --_typography---titles--h1: 30px;
    --_typography---titles--h2: 28px;
    --_typography---titles--h3: 30px;
    --_typography---titles--h4: 22px;
    --_typography---titles--h5: 20px;
    --_typography---titles--h6: 20px;
    --_typography---paragraph--paragraph-sm: 14px;
    --_typography---paragraph--button-font-size: 15px;
    --_typography---paragraph: 16px;
    --_typography---paragraph--paragraph-l: 16px;
    --_typography---paragraph--paragraph-xl: 16px;
    --_spacings---letter-spacing--h1-letter-spacing: -.5px;
    --_spacings---letter-spacing--h2-letter-spacing: 0px;
    --_spacings---letter-spacing--h3-letter-spacing: 0px;
    --_spacings---letter-spacing--h4-letter-spacing: 0px;
    --_spacings---letter-spacing--h6-letter-spacing: 0px;
    --_spacings---letter-spacing--paragraph-18-letter-spacing: -.18px;
    --_spacings---section-gap-small: 40px;
    --_spacings---section-gap-medium: 40px;
    --_spacings---none: 0px;
    --_spacings---section-gap: 60px;
    --_spacings---padding--padding-medium: 10px;
    --_spacings---padding--padding-extra-large: 16px;
    --_spacings---padding--padding-large: 10px;
    --_spacings---letter-spacing--h5-letter-spacing: 0px;
    --_spacings---padding--padding-xxl: 20px;
    --_spacings---padding--padding-small: 10px;
  }

  .section.cta {
    padding-top: 80px;
  }

  .section.style-guide {
    padding-top: 89px;
    padding-bottom: 60px;
  }

  .section.members {
    padding-top: 80px;
  }

  .section.works {
    padding-top: 89px;
  }

  .section.services-details, .section.blogs {
    padding-top: 82px;
  }

  .section.works-details {
    padding-top: 89px;
  }

  .section.team {
    padding-top: 88px;
  }

  .section.price-section {
    padding-top: 77px;
  }

  .section.services-hero {
    padding-top: 74px;
  }

  .brand-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .brand-wrapper {
    border-radius: 12px;
  }

  .brand-img-wrap {
    border-radius: 10px;
    width: 127px;
    height: 46px;
    margin-right: 10px;
  }

  .section-title-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .section-title-wrapper.about {
    margin-bottom: 30px;
  }

  .section-title-wrapper.services, .section-title-wrapper.services.left-align {
    justify-content: space-between;
    align-items: flex-start;
  }

  .section-title-wrapper.testimonial {
    margin-bottom: 30px;
  }

  .about-ticker-single-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .section-botum-wrap {
    text-align: center;
  }

  .section-botum-wrap.package-button {
    flex: 1;
    align-self: center;
    width: 100%;
  }

  .section-sub-title-inner {
    justify-content: flex-start;
    align-items: center;
  }

  .section-sub-title-inner.left {
    justify-content: center;
    align-items: center;
  }

  .section-sub-title-inner.left-align {
    justify-content: flex-start;
    align-items: center;
  }

  .sub-title-wrap {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .sub-title {
    font-weight: var(--_font-famly---font-weight--light);
  }

  .primary-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tab-img {
    height: 450px;
  }

  .about-tab-details-grid {
    flex-flow: column;
    display: flex;
  }

  .about-tab-details-icon {
    width: 13px;
    height: 13px;
  }

  .about-ticker-img-wrap {
    width: 52px;
    height: 52px;
  }

  .about-ticker-single {
    border-radius: 18px;
  }

  .about-ticker-img-box {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .about-ticker-img {
    width: 46px;
    height: 46px;
  }

  .hero-title-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 24px;
  }

  .hero-title-box {
    text-align: center;
  }

  .hero-video-wrapper {
    order: 9999;
  }

  .hero-img {
    height: 84px;
  }

  .hero-mane-img-wrap {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .hero-title {
    max-width: 262px;
    font-size: var(--_typography---titles--h1);
    text-align: center;
    margin-bottom: 0;
    margin-left: 0;
  }

  .about-tiker-title {
    font-size: var(--_typography---paragraph--paragraph-xl);
  }

  .section-title {
    text-align: left;
    max-width: 364px;
    margin-left: 0;
  }

  .section-title.price-title {
    font-size: var(--_typography---titles--h3);
  }

  .section-title.faq-title {
    text-align: left;
    margin-left: 0;
  }

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

  .services-details-grid {
    grid-column-gap: 12px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .cta-img {
    border-radius: 8px;
    max-width: 48px;
    height: 48px;
  }

  .cta-img.two {
    top: -42px;
  }

  .cta-img.three, .cta-img.four {
    max-width: 62px;
    height: 62px;
    bottom: 68px;
  }

  .services-details-single {
    border-radius: 16px;
  }

  .services-card-title-inner {
    border-radius: 12px;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px;
  }

  .services-card-details-box {
    order: 9999;
  }

  .services-card-details-flex {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    margin-bottom: 20px;
  }

  .services-card-icon {
    box-sizing: border-box;
    width: 100%;
    max-width: 23px;
    height: 23px;
  }

  .services-card-icon-wrap {
    width: 48px;
    height: 48px;
  }

  .services-card-details-text {
    font-weight: var(--_font-famly---font-weight--regular);
  }

  .services-card-details-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 12px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .services-card-title {
    font-size: var(--_typography---titles--h4);
    text-align: left;
    order: -9999;
  }

  .projects-card-img {
    height: 480px;
  }

  .projects-card-details-wrap {
    padding-left: 8px;
    padding-right: 8px;
  }

  .projects-card-sub-title-wrap {
    flex-flow: wrap;
  }

  .projects-card-sub-title {
    font-weight: var(--_font-famly---font-weight--regular);
  }

  .process-wrap {
    grid-template-columns: 1fr;
    display: flex;
    overflow: auto;
  }

  .left-arrow, .right-arrow {
    width: 49%;
  }

  .testimonial-details-wrap {
    flex-flow: column;
  }

  .testimonial-img-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
  }

  .meni-star-wrapper {
    margin-bottom: 15px;
  }

  .testimonial-details-title-box {
    max-width: 100%;
    padding: 10px;
  }

  .testimonial-details-img-wrap {
    max-width: 36%;
  }

  .testimonial-mane-img {
    border-width: 1px;
    border-radius: 8px;
    width: 100%;
    max-width: 36px;
    height: 36px;
  }

  .testimonial-mane-img-wrap {
    width: 36px;
    height: 36px;
  }

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

  .slider-detils {
    font-size: var(--_typography---titles--h6);
    font-weight: var(--_font-famly---font-weight--regular);
  }

  .slider-mane-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .our-blogs-singel {
    flex-flow: column;
    width: 100%;
    max-width: 300px;
  }

  .our-blogs-date-text-wrap {
    margin-bottom: 10px;
  }

  .our-blogs-date-text-wrap.package-badge {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
  }

  .our-blogs-details-img-wrap, .our-blogs-details-img {
    height: 250px;
  }

  .our-blogs-details, .our-blogs-detils-title-link {
    margin-left: 10px;
  }

  .our-blogs-date-text.package-countdown {
    color: var(--green);
    text-align: left;
    order: -9999;
  }

  .footer-section {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-bottom: 20px;
  }

  .footer-main-taxt {
    letter-spacing: normal;
    font-size: 22vw;
  }

  .footer-main-taxt-wrap {
    padding-right: 5px;
  }

  .footer-manu-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-from-wrap {
    border-radius: 20px;
  }

  .text-field {
    height: 52px;
  }

  .footer-from-title-wrap {
    margin-bottom: 24px;
    padding-top: 6px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .footer-socal-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 40px;
  }

  .socal-img-wrap {
    width: 52px;
    height: 52px;
  }

  .footer-bottom-text-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .hero-details {
    margin-bottom: 10px;
  }

  .hero-details.hero-subtext {
    width: 100%;
    max-width: 100%;
  }

  .cta-contant-wrap {
    border-radius: 16px;
  }

  .cta-title-inner {
    margin-bottom: 30px;
  }

  .dropdown-list-wrapper {
    padding-top: 5px;
    top: 10px;
  }

  .dropdown-list-wrapper.home {
    padding-top: 5px;
  }

  .vertical-menu {
    max-width: none;
  }

  .dropdown-list.pages {
    min-width: 100%;
  }

  .hamburger-menu-icon {
    background-color: var(--white-smoke);
    border-radius: 8px;
  }

  .header-logo {
    width: 100px;
    height: 30px;
  }

  .menu-button {
    width: 36px;
    height: 36px;
    display: block;
  }

  .button-wrap {
    margin-right: 10px;
  }

  .nav-item-wrapper {
    display: inline-flex;
  }

  .nav-menu-link {
    font-size: 16px;
  }

  .header-navigation {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 24px 18px;
  }

  .primary-button-2 {
    height: 50px;
    min-height: auto;
    padding-left: 5px;
  }

  .header-wrapper {
    padding: 10px 16px;
  }

  .nav-border {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .hero-section {
    padding-top: 79px;
    padding-bottom: 40px;
  }

  .about-animation-title-dark {
    letter-spacing: normal;
    font-size: 5vw;
    display: none;
  }

  .about-animation-title-grya {
    color: #202020;
    text-align: center;
    letter-spacing: normal;
    white-space: pre-wrap;
    font-size: 25px;
  }

  .about-animation-title-grya._01 {
    text-align: center;
  }

  .about-animation-title-wrap {
    margin-bottom: 20px;
  }

  .review-count-single.about {
    margin-bottom: 10px;
  }

  .count-overflow-heddin {
    height: 31px;
  }

  .count-overflow-heddin.about-us {
    height: 29px;
  }

  .review-count-number {
    font-size: 31px;
    font-weight: 500;
  }

  .colors-plates-wrap {
    border-radius: 16px;
  }

  .fonts-title {
    font-size: 30px;
  }

  .style-plates-box {
    border-radius: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .colors-plates-single-box {
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 10px;
    padding-right: 10px;
  }

  .colors-plates-wrapper {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .colors-plates-name {
    font-size: 16px;
  }

  .inner-pages-title {
    font-size: 30px;
  }

  .inner-pages-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .buttons-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
  }

  .inner-pages-details-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .colors-plates-title {
    font-size: 24px;
    font-weight: 400;
  }

  .colors-plates-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .inner-pages-button-wrapper {
    grid-template-columns: 1fr;
  }

  .inner-pages-link {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: 16px 20px;
  }

  .typography-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .inner-pages-link-text {
    font-size: 18px;
    font-weight: 400;
  }

  .pass-title {
    margin-bottom: 10px;
  }

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

  .hero-img-wrapper-animation-wrap {
    border-radius: 16px;
    width: 100%;
    max-width: 310%;
  }

  .about-title {
    text-align: left;
    max-width: 388px;
    margin-left: 0;
  }

  .about-ticker-wrap {
    flex-flow: column;
  }

  .about-ticker-box {
    border-radius: 16px;
  }

  .about-title-box {
    margin-bottom: 20px;
  }

  .section-title-inner {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-title-inner.gap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .who-we-are-img, .who-we-are-content-wrapper {
    border-radius: 16px;
  }

  .misson-details-flex {
    padding: 8px 10px;
  }

  .misson-details-list {
    grid-row-gap: 10px;
    margin-bottom: 20px;
  }

  .our-value-tabs {
    flex-flow: column;
  }

  .our-value-tabs-menu {
    grid-template-columns: 1fr;
  }

  .value-tabs-img {
    height: 220px;
  }

  .our-value-tabs-absolite {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .our-value-tab-conten-inner {
    border-radius: 16px;
  }

  .our-value-tab-conten-wrap {
    grid-template-columns: 1fr;
  }

  .award-title-box {
    flex-flow: column;
  }

  .award-singel-wrap {
    border-radius: 30px;
    flex-flow: column;
  }

  .award-singel-wrap.dark {
    border-radius: 20px;
    flex-flow: column;
  }

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

  .award-relative-box-wrap {
    padding-bottom: 10px;
  }

  .teams-mambers-name {
    margin-bottom: 6px;
  }

  .teams-mambers-title-wrap {
    margin-bottom: 10px;
  }

  .services-img {
    width: 100%;
    height: 400px;
  }

  .services-wrap {
    border-radius: 20px;
  }

  .technology-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .technology-grid-single {
    background-color: var(--white);
    border-bottom-style: none;
    border-right-style: none;
    border-radius: 16px;
    flex: none;
    width: 100%;
    max-width: 100%;
  }

  .technology-grid-single.bottom, .technology-grid-single.two {
    border-bottom-style: none;
  }

  .technology-grid-single.three {
    border-right-style: none;
  }

  .technology-cird-box.customer-value-box, .technology-cird-box.price-value-box, .technology-cird-box.booking-value-box {
    border-radius: 18px;
    padding: 10px;
  }

  .technology-icon-wrap {
    background-color: var(--white-smoke);
    width: 52px;
    height: 52px;
    margin-bottom: 24px;
  }

  .inner-page-title-box {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    margin-bottom: 20px;
  }

  .inner-page-title-box.works {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .inner-page-title-wrap {
    margin-left: 0;
  }

  .inner-page-title-wrap.works-details {
    margin-bottom: 20px;
  }

  .inner-page-title {
    text-align: left;
  }

  .inner-page-details {
    text-align: left;
    margin-left: 0;
  }

  .works-ticker-detiels-flex {
    grid-template-columns: 1fr;
  }

  .works-sices-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
  }

  .works-ticker-title-wrap {
    padding: 15px;
  }

  .works-ticker-title-wrap.border {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .works-ticker-title {
    margin-bottom: 20px;
  }

  .works-sices-point-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 93px;
    margin-right: 0;
    padding: 20px;
  }

  .works-sices-box {
    padding: 15px 10px;
  }

  .why-us-tabs {
    display: block;
  }

  .why-us-tabs-menu {
    max-width: 100%;
  }

  .why-us-img-flex-box {
    border-radius: 20px;
    margin-top: 10px;
  }

  .why-us-img {
    border-radius: 20px;
    margin-left: 0;
  }

  .icon-wrap {
    width: 30px;
    height: 30px;
  }

  .why-us-tabs-title-box {
    border-radius: 20px;
    padding: 15px;
  }

  .faq-title-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .faq-arro-wrap {
    border-radius: 8px;
    flex: none;
    width: 30px;
    height: 30px;
  }

  .faq-arro-whit {
    width: 20px;
    height: 20px;
  }

  .services-details-img-wrap {
    flex-flow: column;
  }

  .details-img {
    border-radius: 16px;
    max-width: 1457px;
    height: 246px;
  }

  .details-flex-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .details-title {
    font-size: var(--_typography---titles--h4);
    margin-bottom: 10px;
  }

  .technology-grid-singel-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    grid-template-columns: 1fr;
    margin-top: 20px;
    display: flex;
    overflow: auto;
  }

  .icon-flex {
    background-color: var(--white-smoke);
    border-radius: 12px;
    width: 52px;
    height: 52px;
  }

  .information-wrap.works-details {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .details-img-box.flex {
    flex-flow: column;
  }

  .information-title-box {
    border-radius: 16px;
    padding-left: 20px;
  }

  .black-tik {
    max-width: 18px;
  }

  .product-relative-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .sap.laft {
    display: none;
  }

  .blogs-liner-line {
    height: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .blogs-line {
    border-bottom: 1px dashed var(--gray);
    height: 2px;
  }

  .inner-title-conten-box.left {
    justify-content: flex-start;
    align-items: center;
  }

  .works-details-wrap {
    margin-top: 40px;
  }

  .works-details-text-wrap.gap {
    margin-bottom: 0;
  }

  .works-details-title {
    margin-top: 10px;
  }

  .details-img-left-box {
    max-width: 100%;
  }

  .team-details-box-flex {
    flex-flow: column;
    align-items: stretch;
    padding: 20px;
  }

  .team-details-img-box {
    order: -9999;
  }

  .team-details-img {
    height: 400px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .team-img-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .our-team-content-box {
    padding-left: 10px;
  }

  .services-inner-icon, .services-inner-icon-two {
    width: 32px;
    max-width: 32px;
    height: 32px;
  }

  .richtext-one ul {
    padding-left: 0;
  }

  .richtext-one li {
    background-size: 15px;
  }

  .work-richtext p {
    margin-bottom: 10px;
  }

  .richtext-work ul {
    padding-left: 0;
  }

  .richtext-work li {
    background-position: 0 1px;
  }

  .our-blogs-flex {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: auto;
  }

  .code {
    max-width: 60px;
  }

  .tab-manu {
    grid-row-gap: 10px;
    flex-flow: row;
    max-width: 280px;
    margin-left: 0;
    padding: 10px;
  }

  .tab-link {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-color: var(--white-smoke);
    font-size: var(--_typography---paragraph--paragraph-sm);
    text-align: center;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    padding: 6px 10px;
  }

  .price-save {
    padding: 2px 8px;
  }

  .price-wrapper {
    flex-flow: column;
    display: flex;
  }

  .price.card-price {
    font-size: var(--_typography---titles--h4);
  }

  .price-flex {
    order: 9999;
  }

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

  .plan-inner-flex {
    display: flex;
  }

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

  .contact-wrapper {
    padding-bottom: 5px;
  }

  .contact-left-wraper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .contact-info-wrap {
    border-radius: 20px;
    padding: 16px;
  }

  .contacr-form-flex {
    flex-flow: column;
  }

  .field, .field._w-input, .field._w-input-1 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .form-button, .form-button._w-button, .form-button._w-button {
    min-height: 46px;
  }

  .account-text {
    margin-top: 20px;
  }

  .not-found {
    margin-bottom: 20px;
  }

  .not-found-img {
    height: 60px;
  }

  .not-found-img.for-mobile {
    max-width: 133px;
    height: 54px;
  }

  .checkout-field {
    min-height: 40px;
  }

  .cart-button {
    background-color: #17171700;
    height: 36px;
  }

  .our-team-members-img-link {
    margin-bottom: 10px;
  }

  .process-wrap-for-mobile-inner {
    border-radius: 20px;
    flex: none;
    max-width: 280px;
  }

  .cart-list {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-mission-content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .about-pages-animation-title-wrap {
    margin-bottom: 20px;
  }

  .about-animation-pages-title {
    text-align: left;
  }

  .plan-inner-descriptions {
    max-width: 100%;
  }

  .hero-img-wrapper {
    margin-bottom: 33px;
  }

  .hero-img-inner {
    border-width: 2px;
    border-radius: 10px;
    max-width: 22vw;
  }

  .hero-img-flex {
    order: -9999;
  }

  .hero-scroll-button-wrapper {
    align-self: center;
    display: none;
  }

  .hero-scroll-button-link {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    width: 72px;
    height: 72px;
  }

  .scroll-text {
    font-size: var(--_typography---paragraph--paragraph-sm);
    font-weight: var(--_font-famly---font-weight--regular);
  }

  .review-img {
    height: 368px;
  }

  .review-img-wrapper {
    border-radius: 18px;
  }

  .review-single-card {
    border-radius: 18px;
    min-height: 350px;
  }

  .services-card-icon-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .service-card-number {
    font-size: var(--_typography---paragraph--paragraph-xl);
  }

  .services-img-link {
    border-radius: 10px;
  }

  .services-card-img {
    height: 370px;
  }

  .services-check-icon {
    width: 12px;
    height: 12px;
  }

  .card-number {
    font-weight: var(--_font-famly---font-weight--regular);
  }

  .card-number.size {
    font-weight: var(--_font-famly---font-weight--medium);
  }

  .scrolling {
    font-size: var(--_typography---paragraph--paragraph-sm);
  }

  .cta-contact-flex {
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .cta-button-link {
    border-width: 1px;
    width: 200px;
    height: 60px;
  }

  .cta-button-text {
    font-size: var(--_typography---titles--h5);
  }

  .cta-button-arrow {
    width: 16px;
    height: 16px;
  }

  .cta-button-inner-flex {
    grid-column-gap: 8px;
    margin-right: 8px;
  }

  .cta-button-shape {
    width: 35px;
  }

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

  .services-list {
    grid-row-gap: 6px;
    margin-bottom: 30px;
  }

  .services-list-check-icon {
    width: 16px;
    height: 16px;
  }

  .blogs-details-flex {
    flex-flow: wrap;
  }

  .title-iner-img {
    border-radius: 4px;
  }

  .play-pause-button {
    transform: translate(37%, 32%);
  }

  .blog-collection-item {
    flex: none;
  }

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

  .package-price-button {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .text-block-2 {
    width: 80%;
    font-size: 28px;
    line-height: 34px;
  }

  .button {
    text-align: center;
    flex-direction: row;
    justify-content: space-between;
    width: 80%;
    padding-left: 55px;
    padding-right: 55px;
    font-size: 18px;
    display: block;
  }

  .text-block-3 {
    width: 80%;
  }

  .div-block {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block.combo {
    padding-top: 0;
    display: none;
    top: -88%;
  }

  .tour_card {
    width: 100%;
    min-width: auto;
  }

  .tour__info {
    flex: 1;
    align-self: center;
  }

  .package-card-footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
  }

  .text-block-5, .text-block-6 {
    font-size: var(--_typography---paragraph--paragraph-badge);
  }

  .text-block-6.upcoming-badge {
    color: var(--red);
  }

  .text-block-7 {
    font-size: var(--_typography---paragraph--paragraph-badge);
  }

  .panel-image {
    width: 100%;
  }

  ._w-input-parent._w-input, ._w-input-1-parent._w-input-1, ._w-input-1, ._w-input, ._w-input-parent._w-input {
    padding-left: 12px;
    padding-right: 12px;
  }
}

#w-node-_45b18dad-5ab7-ef7d-1c67-b2c707be3d97-9cc18e58, #w-node-_45b18dad-5ab7-ef7d-1c67-b2c707be3d9f-9cc18e58, #w-node-e6970d62-8506-fe26-8f1d-d7fdba568d96-9cc18e58, #w-node-e6970d62-8506-fe26-8f1d-d7fdba568da0-9cc18e58, #w-node-_127331db-12e6-b268-8051-4ae694f7cb44-9cc18e58, #w-node-_127331db-12e6-b268-8051-4ae694f7cb4e-9cc18e58, #w-node-d6edf162-efb8-2536-f03a-91d2739d13d3-9cc18e58, #w-node-d6edf162-efb8-2536-f03a-91d2739d13dd-9cc18e58, #w-node-f4e574a2-6e8e-c8d9-6692-d149e87d968f-9cc18e58, #w-node-f4e574a2-6e8e-c8d9-6692-d149e87d9698-9cc18e58, #w-node-b98e3452-921a-b4a6-6fbf-7fd9497c4405-9cc18e58, #w-node-b98e3452-921a-b4a6-6fbf-7fd9497c440e-9cc18e58, #w-node-bbe8149d-6464-93fe-eaea-11f7dfcf519f-9cc18f69, #w-node-_0310e955-67e4-346d-5955-fa3ff29c9351-9cc18f69, #w-node-_2453e0e1-bca9-1af9-38b8-dc965e47ad31-9cc18f8b, #w-node-_2453e0e1-bca9-1af9-38b8-dc965e47ad3a-9cc18f8b, #w-node-_2453e0e1-bca9-1af9-38b8-dc965e47ad54-9cc18f8b, #w-node-_2453e0e1-bca9-1af9-38b8-dc965e47ad5d-9cc18f8b, #w-node-_2453e0e1-bca9-1af9-38b8-dc965e47ad77-9cc18f8b, #w-node-_2453e0e1-bca9-1af9-38b8-dc965e47ad80-9cc18f8b, #w-node-_2453e0e1-bca9-1af9-38b8-dc965e47ad9a-9cc18f8b, #w-node-_2453e0e1-bca9-1af9-38b8-dc965e47ada3-9cc18f8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39bdf11c-9e37-6d91-bafa-afe9c6d9fff2-9cc18fa9, #w-node-_39bdf11c-9e37-6d91-bafa-afe9c6da0024-9cc18fa9, #w-node-_39bdf11c-9e37-6d91-bafa-afe9c6da0058-9cc18fa9, #w-node-_39bdf11c-9e37-6d91-bafa-afe9c6da008a-9cc18fa9, #w-node-d6ec084a-41fb-8320-440e-c60ba1bfc31f-9cc18fb5, #w-node-d6ec084a-41fb-8320-440e-c60ba1bfc349-9cc18fb5, #w-node-d6ec084a-41fb-8320-440e-c60ba1bfc375-9cc18fb5, #w-node-d6ec084a-41fb-8320-440e-c60ba1bfc39f-9cc18fb5 {
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_191cd85c-3bee-cda1-09bf-162bb2c7bf34-9cc18e58 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_51cef09a-f782-60d1-6ca9-08bc5ba8955b-9cc18e58, #w-node-_51cef09a-f782-60d1-6ca9-08bc5ba89585-9cc18e58 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}