@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400 (6.4.2)";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Antapani;
  src: url('../fonts/Antapani-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Antapani;
  src: url('../fonts/Antapani-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Antapani;
  src: url('../fonts/Antapani-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Antapani;
  src: url('../fonts/Antapani-ExtraBold.ttf') format("truetype"), url('../fonts/Antapani-Bold.ttf') format("truetype"), url('../fonts/Antapani-ExtraBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Antapani;
  src: url('../fonts/Antapani-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Antapani;
  src: url('../fonts/Antapani-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --primary-dark: var(--dark-teal);
  --primary: #f9a80b;
  --gray: #e9e9e9;
  --white: white;
  --primary-light: #f7f8fc;
  --primary-green: var(--dark-teal);
  --btn-color: #ff9100;
  --super-soft-green: #f8fcf2;
  --dark-teal: #113835;
  --light-teal: #1138354d;
  --light-gray: #f9f9fa;
  --white-10: #ffffff1a;
  --white-50: #ffffff80;
  --transparent: #fff0;
  --light-green: #bac7a7;
  --pink: #f3403a;
  --soft-yellow: #fcfaee;
  --black: #113835;
  --light-yellow: #f1c064;
  --white-25: #ffffff40;
  --paragraph-gray: var(--white);
  --deep-forest-green: #0c2523;
  --golden-gradient-dark: #b29138;
  --golden-gradient-lite: #fef29f;
  --rich-black: #061212;
  --map-color: #edf1f2;
  --light-peach: #fff1df;
  --dark-gray: #afafaf;
  --quote-border: #edf0ff;
  --dark-gray-50: #afafaf80;
  --light-pink: #f7f2ee;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.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-commercecartopenlinkicon {
  margin-right: 8px;
}

.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-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-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: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

@media screen and (max-width: 479px) {
  .w-commerce-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 {
  color: var(--primary-dark);
  font-family: Antapani, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4em;
}

h1 {
  color: var(--primary-dark);
  letter-spacing: -.1px;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Antapani, Arial, sans-serif;
  font-size: 90px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2em;
}

h2 {
  color: var(--primary-dark);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Antapani, Arial, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Antapani, Arial, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.4em;
}

h4 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Antapani, Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2em;
}

h5 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Antapani, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2em;
}

h6 {
  color: var(--primary-dark);
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Antapani, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2em;
}

p {
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.6em;
}

a {
  color: var(--primary);
  letter-spacing: .05em;
  text-transform: uppercase;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
  text-decoration: none;
  transition: all .45s;
  display: inline-flex;
}

a:hover {
  color: var(--primary-dark);
}

ul {
  grid-row-gap: 15px;
  color: var(--primary-dark);
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

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

li {
  align-items: center;
  line-height: 1.4em;
}

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

label {
  margin-bottom: 10px;
  display: block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-style: solid;
  border-width: 1px 1px 1px 3px;
  border-color: var(--gray);
  background-color: var(--white);
  text-align: left;
  border-radius: 8px;
  margin-top: 24px;
  margin-bottom: 0;
  padding: 30px 20px 30px 30px;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
}

figure {
  margin-bottom: 10px;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
}

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

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.without-bottom-spacing {
  padding-bottom: 0;
}

.section.blue-background {
  background-color: var(--primary-green);
  border-radius: 30px;
  margin-left: .625rem;
  margin-right: .625rem;
}

.section.no-spacing {
  border: 1px none var(--gray);
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.shop-category-section {
  padding-bottom: 1px;
}

.section.pt-pb {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.remove-top-p {
  padding-top: 20px;
}

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

.base-container {
  z-index: 15;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.base-container.h {
  display: none;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-title {
  background-color: var(--btn-color);
  width: 19%;
  color: var(--white);
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  height: 100%;
  margin-top: 0;
}

.grid-description {
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  align-items: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-system-image {
  max-width: 80%;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

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

.spacing-columns {
  margin-top: 40px;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.spasing-system-image-mobile {
  max-width: 70%;
}

.primary-style-guide {
  background-color: var(--primary);
  width: 75px;
  height: 75px;
}

.gray-style-guide {
  border: 1px solid var(--gray);
  background-color: var(--primary-light);
  width: 75px;
  height: 75px;
}

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

.primary-dark-style-guide {
  border: 1px solid var(--gray);
  background-color: var(--primary-green);
  width: 75px;
  height: 75px;
}

.black-style-guide {
  background-color: var(--primary-dark);
  width: 75px;
  height: 75px;
}

.colors-container {
  grid-column-gap: 60px;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.light-gray-style-guide {
  border: 1px solid var(--gray);
  background-color: var(--super-soft-green);
  width: 75px;
  height: 75px;
}

.color-container {
  grid-column-gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.primary-light-style-guide {
  background-color: var(--btn-color);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.white-style-guide {
  border: 1px solid var(--gray);
  background-color: var(--white);
  width: 75px;
  height: 75px;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 47%;
  display: flex;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  font-size: 70px;
}

.h2-tablet {
  font-size: 45px;
}

.h1-mobile {
  font-size: 55px;
}

.h2-mobile {
  font-size: 40px;
}

.h3-mobile {
  font-size: 28px;
}

.h3-tablet {
  font-size: 35px;
}

.style-guide-body-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.primary-button {
  border: 1px dashed var(--dark-teal);
  background-color: var(--dark-teal);
  min-width: 140px;
  height: auto;
  min-height: 60px;
  color: var(--white);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 15px 24px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

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

.primary-button.full-wdth {
  width: 100%;
}

.style-guide-div {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.grid-header {
  width: 100%;
  margin-top: 50px;
}

.link-wrapper {
  width: 50%;
  margin-top: 10px;
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  width: 100%;
  padding-top: 40px;
  position: relative;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.license-link {
  color: var(--primary-dark);
  font-weight: 600;
}

.license-link:hover {
  color: var(--btn-color);
}

.license-link.last-child {
  margin-right: 0;
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
  transition: none;
}

.icon-style-guide {
  color: var(--primary);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 24px;
  line-height: 1.5em;
  transition: all .45s;
}

.icon-style-guide:hover {
  color: var(--primary-green);
}

.icon-style-guide.dribble {
  font-family: "Fa solid 900", sans-serif;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-paragraph.last-item {
  margin-right: 0;
}

.licensing-font-title {
  margin-top: 0;
  margin-bottom: 12px;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  background-color: var(--primary-light);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 40px 15px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 280px;
  margin-bottom: 0;
  display: flex;
}

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

.password-image {
  height: 100px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.changelog-heading {
  margin-top: 0;
  margin-bottom: 20px;
}

.blog-sidebar-right {
  flex-direction: column;
  position: sticky;
  top: 60px;
}

.sidebar-categories-wrapper {
  margin-top: 20px;
}

.section-title-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 740px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.style-guide-button-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.style-guide-button-wrapper.last-child {
  border: 1px solid var(--light-teal);
  margin-right: 0;
}

.text-button-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.paragraph-large {
  font-size: 18px;
  line-height: 1.5em;
}

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

.section-title-description {
  text-align: center;
  width: 70%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-description.wdth-large {
  width: 80%;
}

.section-title {
  margin-top: 0;
  margin-bottom: 0;
}

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

.link-with-icon {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.link-with-icon:hover {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.white-text {
  color: #fff;
}

.search-wrap-input {
  background-color: var(--white-10);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 100%;
  height: 45px;
  color: var(--white);
  letter-spacing: .05em;
  border: 1px solid #fff0;
  border-radius: 50px;
  margin-bottom: 0;
  padding: 0 0 0 15px;
  overflow: hidden;
}

.search-wrap-input:focus {
  border-color: var(--white-50);
  padding-left: 24px;
}

.search-wrap-input::placeholder {
  color: var(--white);
}

.search-desktop {
  background-color: var(--transparent);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 210px;
  height: 45px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  transition: all .45s;
  display: flex;
  position: relative;
}

.search-wrapper {
  border-radius: 50px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.without-top-spacing {
  padding-top: 0;
}

.search-link {
  color: var(--primary-dark);
  margin-bottom: 0;
  font-weight: 600;
  transition: all .3s;
  display: inline-block;
}

.search-link:hover {
  color: var(--btn-color);
}

.search-result-wrapper {
  width: 100%;
  margin-top: 60px;
}

.dark-gray-style-guide {
  border: 1px solid var(--gray);
  background-color: var(--light-green);
  width: 75px;
  height: 75px;
}

.headings-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.service-list-item {
  position: relative;
}

.style-guide-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: nowrap;
  margin-top: 20px;
  display: flex;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  width: 33.33%;
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.landing-banner-image {
  z-index: 5;
  width: 100%;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.landing-performance-grid {
  grid-column-gap: 120px;
  grid-row-gap: 60px;
  width: 100%;
}

.landing-progress-bar-wrapper {
  margin-top: 20px;
}

.landing-progress-bar-gray-line {
  background-color: var(--gray);
  border-radius: 10px;
  width: 100%;
  height: 4px;
}

.landing-progress-bar-95 {
  background-color: var(--primary);
  background-image: linear-gradient(270deg, var(--primary), var(--pink));
  border-radius: 10px;
  width: 95%;
  height: 4px;
  margin-top: -4px;
  position: relative;
}

.landing-progress-bar-number {
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  inset: auto 0% 22px auto;
}

.landing-progress-bar-92 {
  background-color: var(--primary);
  background-image: linear-gradient(270deg, var(--primary), var(--pink));
  border-radius: 10px;
  width: 92%;
  height: 4px;
  margin-top: -4px;
  position: relative;
}

.landing-progress-bar-100 {
  background-color: var(--primary);
  background-image: linear-gradient(270deg, var(--primary), var(--pink));
  border-radius: 10px;
  width: 100%;
  height: 4px;
  margin-top: -4px;
  position: relative;
}

.landing-progress-bar-88 {
  background-color: var(--primary);
  background-image: linear-gradient(270deg, var(--primary), var(--pink));
  border-radius: 10px;
  width: 88%;
  height: 4px;
  margin-top: -4px;
  position: relative;
}

.landing-features-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.landing-feature-icon {
  border: 1px solid var(--white-10);
  background-color: var(--white-10);
  width: 50px;
  height: 50px;
  color: var(--white);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
}

.landing-feature-item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.landing-inner-pages-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.landing-inner-page-item {
  background-color: var(--btn-color);
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  border-radius: 8px;
  width: 100%;
  padding: 6px;
}

.landing-inner-page-image {
  border: 1px solid var(--gray);
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 8px;
}

.landing-inner-page-image-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.landing-inner-page-icon {
  z-index: 10;
  background-color: var(--primary);
  background-image: linear-gradient(135deg, var(--primary) 4%, var(--pink) 96%);
  width: 50px;
  height: 50px;
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
  position: absolute;
}

.landing-inner-page-overlay {
  z-index: 1;
  background-color: #fff3;
  border-radius: 8px;
  position: absolute;
  inset: 0%;
}

.landing-banner-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 960px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.landing-performance-item-title {
  font-size: 14px;
}

.landing-home-pages-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.landing-download-block-wrapper {
  background-color: var(--primary-green);
  background-image: url('../images/Frame-47_1Frame 47.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 80px 75px 200px;
  display: flex;
}

.download-button-icon {
  margin-top: 4px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.mb-20 {
  margin-bottom: 20px;
}

.landing-download-block-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.right-arrow {
  color: #222;
  justify-content: center;
  align-items: center;
  height: 68px;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  inset: auto 0 0% auto;
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

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

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 0;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-info {
  z-index: 25;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.rich-text-style h2 {
  margin-top: 0;
  margin-bottom: 15px;
}

.rich-text-style h3, .rich-text-style h4, .rich-text-style h5, .rich-text-style h6 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.rich-text-style ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-style img {
  margin-top: 0;
  margin-bottom: 0;
}

.rich-text-style h1 {
  margin-top: 0;
  margin-bottom: 15px;
}

.rich-text-style figure {
  border-radius: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-23-team-item {
  width: 33%;
}

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

.style-guide-subtitle {
  margin-bottom: 20px;
}

.typography-hero-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.section-purchase {
  padding: 80px 15px 1px;
  position: relative;
}

.button-wrapper-sg {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.hero-banner-one {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: auto;
  padding-top: .625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  display: grid;
  position: relative;
}

.home-photo-banner-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.checkout-actions {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.hero-nav-con-2 {
  position: relative;
  overflow: hidden;
}

.megamenu-dropdown-wrapper-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr .85fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  display: grid;
}

.shop-icon {
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.cart-icon {
  flex: none;
}

.dropdown-header-item-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  padding: 24px 0;
  transition: all .5s;
  display: flex;
}

.dropdown-header-item-3.w--open:hover {
  color: #a8a4a4;
  text-decoration: none;
}

.border-wrap-4 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  display: flex;
}

.option-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.header-collection-list {
  width: 100%;
}

.tablet-menu-6 {
  display: none;
}

.menu-item-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  display: grid;
}

.image-order-2 {
  z-index: 5;
  object-fit: cover;
  border-radius: 8px;
  width: 90%;
  height: 80px;
  transition: all .4s;
  position: relative;
}

.nav-dropdown-link-span-2 {
  background-color: var(--primary);
  border-radius: 100px;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  display: inline-block;
}

.nav-dropdown-list-item-3 {
  border: 1px solid var(--gray);
  background-color: var(--light-gray);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 6px;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list-item-3.w--open {
  margin-top: -1px;
}

.nav-dropdown-list-item-3.megamenu {
  width: 740px;
  left: -355px;
}

.nav-dropdown-list-item-3.megamenu.w--open {
  width: 650px;
  left: -261px;
}

.product-content-2 {
  border-right: 1px solid var(--gray);
  border-left: 1px solid var(--gray);
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 15px;
}

.logo-link-mobile {
  padding-left: 0;
  display: none;
}

.cart-footer-3 {
  border-top-color: var(--gray);
  background-color: var(--primary-light);
}

.header-list-wrap {
  width: 100%;
}

.order-img-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.logo-project {
  width: auto;
  max-width: none;
  height: 35px;
}

.burger-nav-2 {
  justify-content: center;
  align-items: center;
  height: auto;
  display: none;
  position: relative;
}

.header-coll-item {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.web-payments {
  box-shadow: none;
  background-color: #0e0e0e00;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
}

.option-list {
  z-index: 15;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-left: auto;
  padding: 20px;
  display: none;
  position: relative;
  inset: 0% 0% 0% auto;
}

.hero-nav-dropdown-2 {
  font-size: 14px;
  line-height: 1.2em;
}

.icon-wrap-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.display-hide {
  display: none;
}

.nav-bg-cover-2 {
  background-color: var(--primary-green);
  opacity: 0;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 15px;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.cart-product-name-2 {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2em;
}

.nav-clip.bottom {
  position: absolute;
}

.quantity-cart-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff03;
  border-style: none;
  border-color: #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s;
}

.quantity-cart-2:focus {
  border-color: #fff;
}

.navigation-menu {
  z-index: 900;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  margin-top: .625rem;
  margin-left: .625rem;
  margin-right: .625rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.full-width-nav-link-2 {
  width: 100%;
  color: var(--black);
  justify-content: flex-start;
  margin-left: -14px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition-duration: .45s;
  display: flex;
}

.full-width-nav-link-2:hover, .full-width-nav-link-2.w--current {
  color: var(--primary);
  margin-left: 0;
}

.full-width-nav-link-2.w--current:hover {
  opacity: 1;
  color: var(--light-yellow);
}

.cart-line-item {
  margin-bottom: 30px;
}

.your-cart-icon {
  display: none;
}

.product-cart-list {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.nav-menu-wrap-2 {
  text-align: right;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.megamenu-dropdown-wrap-2 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.header-link-item-2 {
  background-color: #0000;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px 0;
  transition: all .5s;
  display: flex;
}

.header-link-item-2.w--open:hover {
  color: #a8a4a4;
  text-decoration: none;
}

.nav-dropdown-link-wrapper-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cross-hor-line-2 {
  background-color: var(--white);
  border-radius: 100px;
  width: 100%;
  height: 1px;
}

.cart-container-2 {
  border: 1px solid var(--gray);
  background-color: var(--white);
  box-shadow: none;
  border-radius: 15px;
  margin: .625rem;
}

.cross-vert-line-2 {
  background-color: var(--white);
  border-radius: 100px;
  width: 1px;
  height: 100%;
  position: absolute;
}

.old-icon-shop {
  display: none;
}

.nav-text-wrap-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.remove-2 {
  font-weight: 500;
  transition: all .35s;
}

.remove-2:hover {
  opacity: .6;
}

.remove-button-2 {
  background-color: var(--primary);
  background-image: linear-gradient(135deg, var(--primary), var(--pink));
  color: var(--white);
  letter-spacing: .1em;
  border-radius: 8px;
  padding: 6px 10px;
  line-height: 1em;
}

.remove-button-2:hover {
  background-color: var(--light-yellow);
  opacity: .85;
  color: var(--white);
}

.apple-play-2 {
  border-radius: 50px;
  width: 100%;
  height: 60px;
  overflow: hidden;
}

.nav-menu-shadow-overlay-6 {
  align-items: center;
  display: flex;
}

.cart-button-item-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white-10);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  height: 45px;
  padding: 12px 20px;
  transition-property: all;
  transition-duration: .5s;
  position: relative;
}

.cart-button-item-2:hover {
  color: #aaa;
  border-color: #fff0;
}

.cart-price-2 {
  margin-top: 8px;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 400;
}

.nav-intro-item-white {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding-left: 0;
  font-weight: 500;
  line-height: 1.5em;
}

.nav-intro-item-white.nav-cart.cart-hover {
  color: var(--primary);
}

.nav-intro-item-white.nav-cart.cart-hover-dark {
  color: var(--btn-color);
}

.nav-intro-item-white.nav-cart-dark, .nav-intro-item-white.nav-cart-green {
  color: var(--primary-dark);
}

.main-error-message {
  color: var(--pink);
  text-align: center;
  background-color: #0000;
  margin-top: 20px;
  padding: 0;
}

.nav-dropdown-small-icon-2 {
  margin: auto 0;
  font-size: 12px;
  font-weight: 600;
  display: none;
  position: relative;
}

.cart-flex-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 100px 1fr 70px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: grid;
}

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

.nav-intro-item-2 {
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  padding-left: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

.nav-intro-item-2.dark-nav {
  color: var(--primary-dark);
}

.cart-wrapper-2 {
  position: relative;
}

.cart-header-3 {
  border-bottom-color: var(--gray);
  background-color: var(--primary-light);
}

.brand-logo {
  padding-left: 0;
  position: relative;
}

.brand-logo:hover {
  opacity: 1;
}

.brand-logo.w--current {
  transition-property: opacity;
}

.brand-logo.w--current:hover {
  opacity: 1;
}

.subtotal-text-2 {
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.subtotal-text-2.bold {
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 500;
}

.full-nav-hero-container {
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.cart-quantity-2 {
  color: #fff;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  display: flex;
}

.dropdown-menu-5 {
  z-index: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.shop-cart-wrapper-2 {
  z-index: 30000;
  background-color: var(--white-10);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.nav-cross-wrap-2 {
  justify-content: center;
  align-items: center;
  width: 9px;
  height: 9px;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.quantity-wrapper-2 {
  align-items: center;
  display: flex;
}

.black-nav-wrapper {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.cart-hero-item-2 {
  border-bottom: 1px solid var(--gray);
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.photo-clip-con {
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-text-content {
  z-index: 15;
  width: 100%;
  min-height: 700px;
  padding-top: 180px;
  padding-bottom: 220px;
  position: relative;
}

.mask-wrapper {
  position: absolute;
  inset: 0%;
}

.hero-top-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-style: italic;
}

.banner-paragraph {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
}

.h6-top-subtitle {
  color: var(--white);
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.banner-overlay {
  z-index: 8;
  background-image: linear-gradient(135deg, #00000059, var(--transparent) 44%), linear-gradient(180deg, #00000030 14%, var(--transparent) 29%), linear-gradient(45deg, #11241c94 16%, var(--transparent) 66%);
  position: absolute;
  inset: 0%;
}

.shop-nav-wrapper {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.right-nav-menu {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.search-circle-btn {
  background-color: var(--primary);
  width: 35px;
  height: 35px;
  color: var(--white);
  border-radius: 100%;
  flex: none;
  padding: 2px 0 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition: all .45s;
  position: absolute;
  inset: auto 5px auto auto;
}

.search-circle-btn:hover {
  background-color: var(--pink);
}

.h6-subtitle {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.par-wdth {
  width: 67%;
}

.banner-con {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  margin-right: auto;
  display: flex;
}

.h1-wrapper {
  width: 80%;
}

.h6-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px dashed var(--white-25);
  background-color: var(--white-10);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 10px 5px 5px;
  display: flex;
}

.top-title-space {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.nav-intro-item-color {
  color: var(--primary);
  letter-spacing: .1em;
  text-transform: uppercase;
  padding-left: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

.nav-intro-item-color.hover-nav-text {
  color: var(--btn-color);
}

.banner-image {
  z-index: 2;
  background-image: url('../images/Banner-6_1Banner-6.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.hide-slide-nav {
  display: none;
}

.solid-video-button-outline {
  border: 1px solid var(--light-green);
  background-color: var(--light-green);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.left-arrow-product {
  z-index: 25;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 0;
  display: flex;
  inset: auto 80px 5px auto;
  overflow: visible;
}

.left-arrow-product.right {
  right: 15px;
}

.collection-new-product {
  width: 100%;
  height: 100%;
}

.grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 30px minmax(auto, 1400px) 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.product-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  background-color: var(--transparent);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  overflow: hidden;
}

.cards-mask {
  width: 40%;
  max-width: 525px;
  overflow: visible;
}

.collection-new-product-item {
  background-color: var(--white);
  border-radius: 300px;
  width: 100%;
  height: 100%;
  padding: .625rem;
  position: relative;
}

.video-button-outline {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border: 1px #fff3;
  border-radius: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 40px;
  height: 40px;
  margin-right: 1px;
  padding: 0;
  display: grid;
  position: absolute;
  inset: auto;
}

.slider-arrow-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.collection-new-product-list {
  width: 100%;
  height: 100%;
}

.card-slide {
  margin-right: 20px;
}

.invert-small {
  z-index: 15;
  height: 12px;
  position: relative;
}

.cards-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding-bottom: 85px;
  display: flex;
}

.video-outline-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-outline-wrapper.bottom {
  position: absolute;
  inset: auto 0% 0% auto;
}

.video-outline-wrapper.top {
  position: absolute;
  inset: 0% auto auto 0%;
}

.dark-fill {
  z-index: 20;
  background-color: var(--white);
  width: 20px;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.our-news-slider {
  width: 100%;
  display: flex;
  position: relative;
}

.video-outline {
  border: 1px solid var(--primary-green);
  border-radius: 100px;
  width: 40px;
  height: 40px;
  position: absolute;
}

.video-outline.bottom {
  inset: auto 0% 0% auto;
}

.img-card {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.img-card.three {
  z-index: 1;
  display: block;
}

.img-card.two {
  z-index: 2;
}

.img-card.two.top-align {
  background-position: 50% 25%;
}

.img-card.one {
  z-index: 3;
}

.card-overalay {
  z-index: 5;
  background-color: #0000000d;
  position: absolute;
  inset: 0%;
}

.card-img-2 {
  background-color: var(--white);
  border-radius: 300px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 450px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.clip-2 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-products-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.par-hidden {
  color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  position: absolute;
}

.card-images-wrapper {
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.product-main-card {
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.subtitle-circle {
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  position: relative;
}

.story-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.h2-black-title, .black-text-title, .black-par {
  margin-top: 0;
  margin-bottom: 0;
}

.about-april {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

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

.about-paragraphs {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.about-us-con {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-right: 60px;
  display: grid;
}

.small-circle-icon {
  width: auto;
  height: 28px;
  position: relative;
}

.info-tour {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -150px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.best-tours {
  z-index: 15;
  margin-top: -150px;
  position: relative;
}

.h6-top-subtitle-dark {
  color: var(--primary-green);
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.insragram-icon-2 {
  color: #fff;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.main-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.lightbox-photo {
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.top-con {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.boxed-intro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.outline-hover-circle-2 {
  z-index: 10;
  background-image: linear-gradient(45deg, var(--pink), var(--primary));
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
}

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

.app-wrap {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.hover-circle-wrapper {
  z-index: 10;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 8px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-cover {
  object-fit: contain;
  background-color: #e3e3e1;
  border-radius: .6rem;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.h2-hero-text {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-style: normal;
  line-height: 1.3em;
}

.instagram-main-container {
  z-index: 30;
  min-height: 550px;
  position: relative;
}

.instagram-link {
  border-radius: .6rem;
  padding: 0;
  font-size: 1em;
  transition-property: none;
  position: absolute;
  overflow: hidden;
}

.instagram-link.image-07 {
  width: 14em;
  inset: auto 48px 0 auto;
}

.instagram-link.image-03 {
  width: 15em;
  inset: auto auto 0 0;
}

.instagram-link.image-02 {
  z-index: 2;
  width: 13em;
  inset: -120px auto auto 100px;
}

.instagram-link.image-01 {
  width: 7.5em;
  inset: -230px auto auto 0;
}

.instagram-link.image-04 {
  width: 18em;
  inset: auto auto 56px 32%;
}

.instagram-link.image-05 {
  z-index: 2;
  width: 11em;
  inset: -60px 21% auto auto;
}

.instagram-link.image-06 {
  width: 13em;
  inset: -32% 0 auto auto;
}

.info-container {
  z-index: 10;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.white-cover {
  z-index: 5;
  background-color: var(--white);
  border-radius: 300px;
  width: 300px;
  height: 300px;
  position: absolute;
  inset: 0% auto auto;
}

.label-recommends {
  z-index: 15;
  background-image: linear-gradient(225deg, var(--primary), var(--pink));
  outline-color: var(--white);
  outline-offset: 0px;
  border-radius: 100%;
  outline-width: .6rem;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 4px;
  display: none;
  position: absolute;
  inset: 30px 25px auto auto;
}

.tour-title {
  color: var(--black);
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.tour-title:hover, .tour-title.hover {
  color: var(--pink);
}

.tour-category {
  background-image: linear-gradient(225deg, var(--primary), var(--pink));
  color: var(--white);
  letter-spacing: .1em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  font-weight: 600;
  display: flex;
}

.tour-category:hover {
  color: var(--white);
}

.info-tour-text {
  width: 100%;
  color: var(--paragraph-gray);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.rating-con {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.star-icon {
  background-image: linear-gradient(45deg, var(--pink), var(--primary) 92%);
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.star-icon.top-star-1 {
  margin-top: -20px;
}

.star-icon.top-star-2 {
  margin-top: -15px;
}

.title-tour-wrap, .clip-title {
  position: relative;
  overflow: hidden;
}

.clip-title.bottom-clip {
  position: absolute;
}

.title-with-lines {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.bottom-slider-line {
  background-color: var(--gray);
  width: 85%;
  height: 1px;
  position: absolute;
  inset: auto auto 25px 0%;
}

.h6-wrap-dark {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #b2c99026;
  border: 1px dashed #000;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 10px 5px 5px;
  display: flex;
}

.subtitle-circle-color {
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  position: relative;
}

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

.medium-stacked-intro-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.resources-item {
  width: 100%;
}

.sticky-intro {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 30%;
  display: flex;
  position: sticky;
  top: 160px;
}

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

.resources-list-wrapper.gap-below {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.half-blog-wrapper {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: auto 1px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.list-content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-left: 1px solid var(--gray);
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 50px;
  display: flex;
}

.stacked-heading-3 {
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.resources-list-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  display: flex;
}

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

.primary-dark-button {
  z-index: 100;
  grid-column-gap: 5px;
  text-align: center;
  letter-spacing: .6px;
  text-transform: capitalize;
  -webkit-text-fill-color: inherit;
  background-color: #160828;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #160828;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 45px;
  max-height: 45px;
  padding: 12px 18px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1em;
  display: flex;
  position: relative;
}

.primary-dark-button:hover {
  background-color: #fff0;
  border-color: #160828;
}

.latest-events {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.latest-event-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 35px;
  font-style: normal;
}

.latest-events-text {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.text-blog-content {
  flex-direction: column;
  display: flex;
}

.about-description {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.about-us-card {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 4px solid var(--light-yellow);
  background-image: url('../images/Photo-5_1Photo-5.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 300px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  width: 230px;
  min-height: 230px;
  margin-top: 60px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.small-feature-icon {
  object-fit: cover;
  width: auto;
  height: auto;
}

.btn-banner-text-3:hover {
  color: #01444a;
}

.btn-banner-text-3.button-text-bottom {
  position: absolute;
  bottom: -100%;
}

.flex-con {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.no-shrink-con {
  flex: none;
}

.stroke-green-button {
  border: 1px dashed var(--dark-teal);
  background-color: var(--light-teal);
  min-width: 140px;
  height: auto;
  min-height: 60px;
  color: var(--primary-dark);
  text-align: center;
  letter-spacing: .1em;
  -webkit-text-stroke-color: var(--dark-teal);
  text-transform: uppercase;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 15px 24px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.stroke-green-button:hover {
  background-color: var(--white);
  opacity: 1;
  color: var(--deep-forest-green);
}

.stroke-green-button.full-wdth {
  width: 100%;
}

.span-text {
  background-image: linear-gradient(45deg, var(--pink) 15%, var(--primary) 78%);
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-style: italic;
  display: inline-flex;
}

.subtitle-intro-wrapper {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto;
  display: grid;
  position: relative;
}

.benefits-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--gray);
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.horizontal-line-gray {
  background-color: var(--gray);
  flex: 1;
  height: 1px;
}

.verticle-line {
  background-color: var(--gray);
  height: 100%;
  position: relative;
}

.benefit-icon-item {
  background-color: var(--light-gray);
  color: #516381;
  border: 1px solid #c0c0d333;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 6px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.benefit-icon-item.resize {
  width: 40px;
  height: 40px;
}

.benefit-description {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
  transform: translate(0);
}

.benefits-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.benefit-card {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 275px;
  padding: 30px 24px;
  transition: box-shadow .5s;
  display: grid;
  position: relative;
}

.benefit-card:hover {
  z-index: 1;
  box-shadow: 0 0 36px -8px #35407526;
}

.service-hero-title {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

.benefit-par {
  letter-spacing: 0;
  text-transform: none;
  font-size: 16px;
  font-weight: 300;
}

.photo-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.item-photo-wrap {
  border: 4px solid var(--light-green);
  outline-color: var(--primary-green);
  outline-offset: 0px;
  border-radius: 300px;
  outline-width: 1px;
  outline-style: dashed;
  width: 110px;
  height: 110px;
  position: relative;
  overflow: hidden;
}

.item-photo-wrap.bottom-photo-item {
  border-color: var(--primary-green);
  width: 90px;
  height: 90px;
  margin-top: 10px;
}

.item-photo-wrap.last-photo-item {
  width: 80px;
  height: 80px;
  margin-top: 0;
}

.item-photo-wrap.last-photo {
  border-color: var(--primary-green);
  width: 60px;
  height: 60px;
  margin-top: 0;
}

.image-item {
  background-image: url('../images/Team-3_1Team-3.webp');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-item.img-2 {
  background-image: url('../images/Tour-Small-7.webp');
}

.image-item.img-3 {
  background-image: url('../images/Team-7_1Team-7.webp');
}

.image-item.img-4 {
  background-image: url('../images/Team-2_1Team-2.webp');
}

.image-item.img-5 {
  background-image: url('../images/Team-4_1Team-4.webp');
}

.image-item.img-6 {
  background-image: url('../images/Team-5_1Team-5.webp');
}

.image-item.img-7 {
  background-image: url('../images/Team-1_1Team-1.webp');
}

.tablet-arrow {
  display: none;
}

.bg-load-bottom {
  z-index: 25;
  background-color: #fff;
  height: 50%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.bg-load-bottom.grey {
  background-color: #fff;
}

.top-text-subtitle {
  width: 100%;
  color: var(--primary-green);
  margin-left: auto;
  margin-right: auto;
}

.gallery-mask {
  width: 50%;
  max-width: 700px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: visible;
}

.collection-work-wrapper {
  height: 100%;
}

.team-grid-wrapper-2 {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 80px;
  display: grid;
  position: relative;
}

.gallery-slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.next-member {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
}

.section-services {
  padding-top: 80px;
  padding-bottom: 5px;
  position: relative;
  overflow: hidden;
}

.work-wrap-item {
  border-radius: 300rem;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 6px;
  display: flex;
}

.view-link-cover {
  z-index: 25;
  position: absolute;
  inset: 0%;
}

.four-column {
  z-index: 25;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.hero-work-wrap {
  height: 100%;
}

.top-h2-title {
  margin-top: 0;
  margin-bottom: 0;
  font-style: normal;
}

.top-h2-title.big {
  font-size: 3rem;
}

.gallery-slide {
  border-radius: 300rem;
  height: 90vh;
  overflow: hidden;
}

.gallery-arrow {
  z-index: 25;
  color: #0e0e0e;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 12px;
  font-weight: 700;
  line-height: 1.2em;
  display: flex;
  inset: 0% auto 0% -75%;
}

.gallery-arrow.right {
  margin-right: 12px;
  inset: 0% -75% 0% auto;
}

.devider-line-bottom {
  z-index: 100;
  background-color: #425e6733;
  width: 100%;
  height: 1px;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.team-arrow-icon {
  width: auto;
  height: auto;
}

.item-slide-nav {
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
  width: 50%;
  max-width: 700px;
  height: 50px;
  padding-top: 0;
  display: none;
  top: auto;
  left: auto;
  right: auto;
}

.top-title-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.top-title-wrap.large-wdth {
  width: 75%;
}

.top-title-wrap.large-wdth.pt-none {
  margin-bottom: 0;
}

.top-title-wrap.middle-wdth {
  width: 64%;
}

.gall-text {
  z-index: 10;
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.stacked-grid-content {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.slider-preloader {
  z-index: 90;
  width: 110%;
  height: 110%;
  display: none;
  position: absolute;
  inset: 0%;
}

.view-link {
  z-index: 20;
  background-color: var(--primary-green);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 10px 32px;
  display: none;
  position: fixed;
  inset: -42px auto auto -55px;
}

.bg-load-top {
  z-index: 25;
  background-color: #fff;
  height: 50%;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.bg-load-top.grey-top {
  background-color: #fff;
}

.title-item-wrap {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.title-item-wrap.bottom {
  position: absolute;
  inset: auto 0% -100%;
}

.par-hide {
  color: #fff0;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  position: absolute;
}

.overlay-blog {
  z-index: 10;
  background-color: var(--white-50);
  display: flex;
  position: absolute;
  inset: 0%;
}

.services-item-card {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.description-wrap {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.project-name {
  z-index: 15;
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  background-color: var(--primary-green);
  border-radius: 3rem 3rem 50rem 50rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding: 50px 30px 60px;
  display: flex;
  position: relative;
}

.service-link {
  width: auto;
  color: var(--white);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.35em;
  display: block;
}

.service-link:hover {
  color: var(--light-yellow);
}

.project-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  color: #fff;
  border-radius: 300rem;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding: 15px;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.current-blog-link {
  z-index: 10;
  position: absolute;
  inset: 0%;
}

.service-title-wrap {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-hover-circle-white {
  z-index: 5;
  background-color: var(--primary-green);
  border-radius: 100%;
  width: 125%;
  height: 400%;
  position: absolute;
  inset: auto auto -400% -16px;
}

.button-hover-circle-white.yellow-hover {
  background-color: var(--btn-color);
}

.btn-banner-text-4.button-text-bottom {
  position: absolute;
  bottom: -100%;
}

.categories-link-text {
  z-index: 2;
  color: var(--primary-green);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  line-height: 1.6em;
  position: relative;
}

.categories-link-text.black, .categories-link-text.white-text {
  color: var(--white);
}

.categories-link {
  border-radius: 100vw;
  margin: 3px;
  padding: 1px 20px;
  position: relative;
  overflow: hidden;
}

.categories-link.with-filter {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.categories-border {
  z-index: 1;
  border: 1px solid var(--primary-green);
  opacity: .35;
  border-radius: 100vw;
  position: absolute;
  inset: 0%;
}

.categories-border.white-border {
  border-color: var(--white-50);
}

.categories {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 82em;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-footer {
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: .625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-bg {
  background-color: var(--primary-green);
  border-radius: 30px;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 40px;
  position: relative;
}

.loop-bottom-con {
  width: 100%;
}

.slider-arrow-2 {
  width: auto;
  height: 12px;
}

.testimonial-slide-arrow-icon {
  background-color: #f0f0f0;
  border-top-left-radius: .625rem;
  border-top-right-radius: .625rem;
  border-bottom-right-radius: 0;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 50%;
  display: flex;
  inset: 0% 0% auto auto;
}

.testimonial-slide-arrow-icon.right-arrow {
  border-top: 1px dashed #3d511d26;
  border-radius: 0 0 .625rem .625rem;
  inset: auto 0% 0% auto;
}

.testimonial-name-wrapper-2 {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.service-number {
  position: relative;
}

.testimonials-numbers {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: flex-end;
  min-width: 40px;
  display: flex;
}

.testimonials-numbers.large-service-numbers {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1.1rem 1.1rem;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  min-width: 40px;
  display: flex;
}

.number-size-large {
  color: var(--primary-green);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1px;
  padding-right: 1px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.35;
}

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

.con-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.testimonial-small-slide {
  height: 100%;
  position: static;
}

.clip-wrapper-2 {
  z-index: 10;
  flex-direction: column;
  padding-right: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-circle {
  grid-column-gap: .5rem;
  color: #fff;
  border-radius: .625rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.page-banner {
  background-color: var(--white);
  padding-bottom: .625rem;
  position: relative;
}

.testimonial-slide-number {
  align-items: flex-end;
  width: 100%;
  height: 4rem;
  margin-left: -1.25rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% -100%;
}

.into-view {
  height: 100%;
}

.testimonials-wrapper-3 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  min-height: 100vh;
  padding: 17rem 1.9rem 1.9rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-slide-content-2 {
  grid-column-gap: 2.8rem;
  grid-row-gap: 2.8rem;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 21rem;
  padding: 1.9rem 5.9rem 1.9rem 1.9rem;
  display: flex;
}

.padding-horizontal-2 {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.padding-horizontal-2.padding-xxsmall {
  padding-left: .625rem;
  padding-right: .625rem;
}

.testimonial-small-slider {
  z-index: 100;
  background-color: #fff0;
  width: 100%;
  height: auto;
  padding-right: 0;
  position: relative;
}

.our-tourist {
  color: var(--light-green);
  text-transform: capitalize;
  font-size: 18px;
  font-style: italic;
}

.testimonials-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: end;
  justify-items: end;
  min-height: 760px;
  position: relative;
  overflow: hidden;
}

.button-arrow-icon {
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
}

.button-arrow-icon.button-icon-left {
  position: absolute;
  left: -100%;
}

.button-arrow-icon.button-icon-right {
  position: absolute;
  right: -100%;
}

.testimonial-ava-ov {
  z-index: 5;
  position: absolute;
  inset: 0%;
}

.review-name-2 {
  color: var(--primary-green);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.testimonial-credit {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  display: grid;
}

.testimonial-slider-avatar {
  border-radius: 100px;
  justify-content: space-between;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-ava {
  object-fit: cover;
  background-image: url('../images/Tour-Small-4.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.testimonial-ava.ava-3 {
  background-image: url('../images/Team-6_1Team-6.webp');
  background-position: 50% 0;
}

.testimonial-ava.ava-2 {
  background-image: url('../images/Team-7_1Team-7.webp');
  background-position: 100% 0;
}

.testimonials-hero-text {
  max-width: 27rem;
  padding: 0;
}

.featured-background {
  border-radius: 30px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.testimonial-slider-block {
  z-index: 10;
  background-color: #fff;
  border-radius: .625rem;
  width: 50%;
  padding: .625rem;
  position: relative;
}

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

.testimonial-slide-nav {
  font-size: .5rem;
  display: none;
}

.h1-span {
  background-image: linear-gradient(90deg, var(--pink) 1%, var(--primary) 93%);
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 6px;
  padding-left: 3px;
  padding-right: 10px;
  display: inline-flex;
}

.h1-span.text-color {
  background-image: linear-gradient(49deg, var(--golden-gradient-dark) 42%, var(--golden-gradient-lite) 93%);
}

.large-photo-wrapper {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slide-heading {
  color: var(--white);
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.25em;
}

.slide-heading.xl {
  font-size: 100px;
  font-style: normal;
  line-height: 1em;
}

.bottom-action-part {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.photo-bg-wrapper {
  width: 100%;
  height: 100%;
}

.buttons-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.action-heading-wrapper {
  color: #fff;
  white-space: nowrap;
  align-items: center;
  min-height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  overflow: hidden;
}

.best-nevo-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 450px;
  display: flex;
}

.action-section {
  justify-content: center;
  align-items: stretch;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.action-section.small-padding {
  padding-bottom: 180px;
}

.rotating-text {
  align-items: center;
  display: flex;
}

.action-item {
  width: 100%;
  height: 100%;
}

.white-dot {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  margin-left: 60px;
  margin-right: 60px;
}

.stacked-content-2 {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  display: grid;
  position: relative;
}

.portfolio-white-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.background-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background-wrapper.big-size {
  width: 100%;
  height: 100%;
}

.action-background {
  background-image: url('../images/Banner-4.avif');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.action-background.banner-shop {
  background-position: 50%;
}

.action-background.licensing-banner {
  background-image: url('../images/Photo-2_1Photo-2.webp');
  background-position: 50%;
}

.light-overlay {
  background-color: #11423a33;
  position: absolute;
  inset: 0%;
}

.h2-color-span {
  background-image: linear-gradient(45deg, var(--primary-green), var(--light-green));
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 5px;
  display: inline-flex;
}

.print-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.plane-svg {
  width: auto;
  height: 90px;
  position: absolute;
  inset: auto auto 17% 54%;
}

.airplane-path {
  width: auto;
  height: 320px;
  position: absolute;
  inset: -18% auto auto 23%;
}

.print-wrapper-clip {
  z-index: -1;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.print-001 {
  width: auto;
  max-width: none;
  height: 800px;
  position: absolute;
  inset: auto auto 31% -19%;
  overflow: auto;
}

.clip-print-content {
  position: relative;
  overflow: hidden;
}

.top-centered-space {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.discount-icon {
  height: auto;
}

.discount-icon-wrap {
  background-color: var(--primary-green);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 6px;
  display: flex;
  position: absolute;
  inset: -30px auto auto;
  overflow: auto;
}

.info-item-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px dashed var(--white-25);
  background-color: var(--white-10);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  display: flex;
}

.info-bold-title {
  font-weight: 600;
}

.info-bold-title.large-intro-title {
  font-size: 18px;
}

.info-text.info-large {
  font-size: 18px;
  font-style: italic;
}

.white-info-par {
  color: var(--white-50);
  font-style: italic;
}

.small-par-con {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hop-tour-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

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

.rights-wrapper {
  grid-column-gap: 5px;
  display: flex;
}

.footer-socials {
  z-index: 90;
  background-color: var(--white-10);
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  border: 1px dashed #ffffff1a;
  border-radius: 100px;
  justify-content: center;
  width: 55px;
  height: 55px;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 18px;
  line-height: 1em;
  transition-duration: .45s;
  display: flex;
  position: relative;
  box-shadow: 0 0 5px #e99a0000;
}

.footer-socials:hover {
  border-color: var(--primary);
  color: var(--primary);
  box-shadow: 0 0 10px #f1c06440;
}

.feedback-hero-wrap {
  display: flex;
}

.footer-par-copyright {
  color: var(--light-green);
  margin-bottom: 0;
  line-height: 1.5em;
}

.bottom-line-2 {
  background-color: var(--white-10);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-bottom {
  justify-content: space-between;
  width: 100%;
  padding-right: 50px;
  display: flex;
}

.footer-useful-link {
  border: 1px dashed var(--white-25);
  background-color: var(--white-10);
  height: 55px;
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  box-shadow: 0 0 10px #f1c06400;
}

.footer-useful-link:hover {
  border-color: var(--primary);
  color: var(--primary);
  box-shadow: 0 0 10px #f1c06440;
}

.links-container {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.footer-l-3 {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.footer-l-4 {
  background-color: var(--white-10);
  width: 1px;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.address-footer {
  width: 90%;
  margin-top: 15px;
  margin-bottom: 30px;
}

.stay-connect {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-rights-text {
  grid-column-gap: 5px;
  color: var(--light-green);
  line-height: 1.5em;
  display: flex;
}

.feedback-white-wrap {
  background-color: var(--primary-green);
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-left: -20px;
  position: relative;
}

.feedback-white-wrap.big-one {
  border-radius: 50px;
  width: 100px;
}

.top-footer-line {
  background-color: var(--white-10);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.footer-white-paradraph {
  width: 90%;
  color: var(--light-green);
  margin-top: 15px;
  margin-bottom: 30px;
}

.footer-white-paradraph.par-1 {
  width: 100%;
}

.app-wrap-2 {
  grid-column-gap: 15px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.footer-info-2 {
  text-align: left;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.app-img-2 {
  object-fit: cover;
  width: auto;
  height: auto;
  transition: all .5s cubic-bezier(.55, .055, .675, .19);
}

.home-4-video-wrapper {
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.home-4-video-wrapper.contact-us-page {
  margin-bottom: 0;
  padding-left: 17px;
}

.feedback-photo-2 {
  background-image: url('../images/Team-4_1Team-4.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  margin: 5px;
  position: absolute;
  inset: 0%;
}

.feedback-photo-2.photo-5 {
  background-image: url('../images/Team-3_1Team-3.webp');
  background-position: 50% 0;
}

.feedback-photo-2.photo-2 {
  background-image: url('../images/Team-6_1Team-6.webp');
  background-position: 50% 0;
}

.feedback-photo-2.photo-3 {
  background-image: url('../images/Photo-4.webp');
  background-position: 50% 100%;
  border-radius: 50px;
}

.text-footer-white {
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.footer-l-2 {
  background-color: var(--white-10);
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.address-footer-text {
  color: var(--light-green);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  transition: all .35s;
}

.address-footer-text:hover {
  color: var(--primary);
}

.footer-form {
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.footer-form.borders {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.links-socials {
  justify-content: space-between;
  display: flex;
}

.footer-top-link-wrap {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.footer-right-link {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
}

.footer-right-link:hover {
  color: var(--light-yellow);
}

.footer-con {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.footer-center {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.footer-project-link {
  color: var(--white);
  font-size: 16px;
}

.footer-project-link:hover {
  color: var(--primary);
}

.social-networks {
  z-index: 10;
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-l-1 {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.licensing-footer-link {
  color: var(--light-green);
  letter-spacing: 0;
  text-transform: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}

.licensing-footer-link:hover {
  color: var(--light-yellow);
}

.footer-grid {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.app-btn {
  border: 1px dashed var(--white-25);
  background-color: var(--white-10);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 12px;
  padding: 15px 25px;
  box-shadow: 0 0 5px #e99a0000;
}

.app-btn:hover {
  border-color: var(--primary);
  box-shadow: 0 0 15px #e99a0059;
}

.gallery-slide-2 {
  height: 80vh;
  overflow: hidden;
}

.height-photo-container {
  border-radius: 300px;
  height: 320px;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.experts-grid {
  grid-column-gap: 10px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.team-image-2 {
  z-index: 10;
  border-radius: 12px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.team-background-wrapper {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.team-item-top {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.our-experts-wrap.top-spase {
  margin-top: 60px;
}

.socials-button {
  z-index: 10;
  background-image: linear-gradient(45deg, var(--pink), var(--primary));
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .45s;
  display: flex;
  position: relative;
}

.socials-button:hover {
  background-color: #f06d0a;
}

.team-hero-item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--white);
  border-radius: 300px 300px 0 0;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: .625rem .625rem 0;
  display: grid;
  position: relative;
  overflow: hidden;
}

.member-info-item {
  z-index: 25;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -55px;
  display: flex;
  position: relative;
}

.photo-gradient {
  position: absolute;
  inset: 0%;
}

.background-photo {
  z-index: 1;
  background-image: url('../images/Team-7_1Team-7.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.background-photo.bg-photo-11 {
  background-image: url('../images/Team-4_1Team-4.webp');
}

.background-photo.bg-photo-10 {
  background-image: url('../images/Team-6_1Team-6.webp');
}

.background-photo.bg-photo-4 {
  background-image: url('../images/Team-5_1Team-5.webp');
}

.background-photo.team-img-4 {
  background-image: url('../images/Team-2_1Team-2.webp');
}

.background-photo.team-img-5 {
  background-image: url('../images/Team-1_1Team-1.webp');
}

.background-photo.team-img-6 {
  background-image: url('../images/Team-8.webp');
}

.background-photo.team-img-7 {
  background-image: url('../images/Team-3_1Team-3.webp');
}

.member-job {
  background-image: linear-gradient(45deg, var(--pink), var(--primary));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.member-name-2 {
  margin-top: 0;
  margin-bottom: 8px;
  font-style: italic;
}

.section-team {
  margin-top: -150px;
  padding-bottom: 80px;
  position: relative;
}

.white-small-cover {
  z-index: 15;
  background-color: var(--white);
  border-radius: 300px;
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  height: 300px;
  margin-top: -20px;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
}

.tour-category-collection {
  width: 100%;
}

.tour-category-collection.about-us-list {
  margin-left: auto;
  margin-right: auto;
}

.list-tour-category {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.subtitle-intro-center {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: auto;
  width: 100%;
  display: grid;
  position: relative;
}

.benefit-number {
  margin-top: 0;
  margin-bottom: 0;
}

.benefit-link-wrap {
  color: var(--primary-dark);
  padding-bottom: 1.2px;
  position: relative;
}

.benefit-link-wrap:hover {
  color: var(--primary-dark);
}

.link-text {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.clip-hover-wrapper {
  position: relative;
  overflow: hidden;
}

.bottom-line-wrap {
  width: 100%;
  height: 1px;
  position: relative;
  overflow: hidden;
}

.link-line {
  z-index: 5;
  background-color: var(--primary-dark);
  width: 15%;
  height: 1px;
  position: relative;
}

.benefit-link-con {
  z-index: 10;
  margin-top: 5px;
  position: relative;
}

.clip-benefit {
  position: relative;
  overflow: hidden;
}

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

.social-team-item {
  z-index: 10;
  background-image: linear-gradient(45deg, var(--pink), var(--primary) 93%);
  width: 36px;
  height: 36px;
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 6px;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 16px;
  display: flex;
  position: relative;
}

.social-team-item:hover {
  color: var(--white);
}

.social-intro-item {
  border-radius: 100px;
  transition: all .45s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 15px #afafaf00;
}

.social-intro-item:hover {
  box-shadow: 0 0 15px #afafafa6;
}

.social-intro-item.bottom-social {
  margin-top: 7px;
}

.primar-white-button {
  border: 1px dashed var(--white);
  background-color: var(--white);
  min-width: 140px;
  height: auto;
  min-height: 60px;
  color: var(--primary-dark);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 15px 24px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.primar-white-button:hover {
  border-color: var(--white-50);
  background-color: var(--white-10);
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
}

.footer-print {
  z-index: 1;
  opacity: .05;
  width: auto;
  max-width: none;
  height: 700px;
  position: absolute;
  inset: 7% -28% auto auto;
  overflow: auto;
}

.background-video-wrapper {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.card-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

.dark-video-overlay {
  background-color: #00000059;
  position: absolute;
  inset: 0%;
}

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

.card-center-info {
  z-index: 20;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.card-link {
  color: #000;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-link:hover {
  opacity: 1;
}

.black-line-vertical {
  z-index: 100;
  background-color: var(--gray);
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.black-line-vertical.right {
  inset: auto 0% 0% auto;
}

.card-description-2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.card-cover {
  z-index: 15;
  background-color: #fff;
  width: 110%;
  height: 110%;
  display: block;
  position: absolute;
  inset: auto;
}

.grid-cards-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: grid;
  position: relative;
}

.bg-photo-glasi {
  background-image: url('../images/4_14.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.bg-photo-glasi.glasi-2 {
  background-image: url('../images/5_15.webp');
  background-position: 50% 100%;
}

.bg-photo-glasi.glasi-3 {
  background-image: url('../images/3_13.webp');
}

.section-space {
  padding-left: .625rem;
  padding-right: .625rem;
}

.best-tour-par {
  width: 80%;
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 300;
}

.hero-video-wrapper {
  z-index: 1000;
  border: 1px solid var(--gray);
  background-color: var(--white);
  border-radius: 30px;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  width: 65vw;
  padding: 40px;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.text-form {
  background-image: linear-gradient(45deg, var(--primary-green), var(--light-green));
  color: #f2f4f8;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 14px;
  display: inline-block;
}

.text-form.top-text {
  margin-top: 0;
}

.success-message-soft-dark {
  border: 1px solid var(--gray);
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#ffffff40, #ffffff40), url('../images/Photo-4.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 30px;
  min-height: 350px;
  padding: 20px;
}

.thx-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.close-img {
  width: auto;
  height: 17.5469px;
}

.flyout-overlay {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  cursor: pointer;
  background-color: #10423a26;
  background-image: linear-gradient(#18181800 34%, #0003 90%);
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.large-contacts-form {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  position: relative;
}

.hero-form-popup {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.error-message-white {
  color: var(--pink);
  text-align: center;
  background-color: #0000;
  margin-top: 30px;
  padding: 0;
  font-weight: 400;
}

.text-field {
  border: 1px dashed var(--light-green);
  min-height: 60px;
  color: var(--black);
  background-color: #18181800;
  border-radius: 50px;
  margin-bottom: 0;
  padding: 16px 15px 16px 18px;
  font-size: 16px;
  font-weight: 400;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  border-color: var(--primary-green);
  padding-left: 24px;
  box-shadow: 0 0 20px #90f0;
}

.text-field::placeholder {
  color: var(--light-green);
  font-size: 16px;
  font-weight: 400;
}

.text-field.message {
  border-radius: 15px;
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
}

.big-form-block {
  z-index: 100;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  position: relative;
}

.open-pop-up-wrapper {
  z-index: 45;
  position: relative;
}

.close-link {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  border: 1px dashed var(--primary-dark);
  background-image: linear-gradient(45deg, var(--primary-green), var(--light-green));
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 12px;
  text-decoration: none;
  transition-property: opacity;
  display: flex;
  position: absolute;
  inset: -20px -20px auto auto;
  box-shadow: 0 0 10px #173324a6;
}

.close-link:hover {
  color: #fff;
}

.inputs-container {
  grid-column-gap: 15px;
  justify-content: space-between;
  display: flex;
}

.primary-form-btn {
  border: 1px dashed var(--primary-green);
  background-color: var(--primary-dark);
  width: 100%;
  min-width: 140px;
  height: auto;
  min-height: 60px;
  color: var(--white);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 15px 24px;
  font-size: 14px;
  font-weight: 500;
  transition: all .45s;
  display: flex;
}

.primary-form-btn:hover {
  background-color: var(--white);
  opacity: 1;
  color: var(--primary-green);
}

.success-form-con {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.print-002 {
  width: auto;
  height: 500px;
  position: absolute;
  inset: auto -15% 15% auto;
}

.nav-line-white-3 {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.hero-nav-dropdown-3 {
  font-size: 14px;
  line-height: 1.2em;
}

.header-link-item-3 {
  background-color: #0000;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 22px 15px;
  transition: all .5s;
  display: flex;
}

.header-link-item-3.w--open:hover {
  color: #a8a4a4;
  text-decoration: none;
}

.line-white-3 {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.top-footer-info {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-menu-wrap {
  text-align: right;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-logo-2 {
  padding-left: 0;
  transition-property: opacity;
  position: relative;
}

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

.brand-logo-2.w--current {
  transition-property: opacity;
}

.brand-logo-2.w--current:hover {
  opacity: 1;
}

.top-nav-grid {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.main-nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
}

.nav-menu-shadow-overlay {
  align-items: center;
  display: flex;
}

.border-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ton-menu-info {
  width: 100%;
  max-width: 1200px;
  height: 40px;
  color: var(--dark-teal);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.small-top-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--light-green);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dropdown-menu {
  z-index: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-line-white {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.flex-nav {
  z-index: 5;
  width: 100%;
  color: var(--dark-teal);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.nav-fixed-white-menu {
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.login-tablet-wrap {
  grid-column-gap: 30px;
  justify-content: space-between;
  margin-left: 30px;
  display: none;
}

.logo-mobile {
  padding-left: 0;
  display: none;
}

.main-menu-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px;
  display: flex;
}

.info-nav-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.top-socials {
  border: 1px dashed var(--white-25);
  background-color: var(--white-10);
  color: var(--white);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 5px 15px 4px;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 14px;
  font-weight: 400;
  box-shadow: 0 0 5px #f1c06400;
}

.top-socials:hover {
  border-color: var(--primary);
  background-color: var(--transparent);
  color: var(--primary);
  box-shadow: 0 0 5px #f1c0644d;
}

.nav-cover {
  background-color: var(--dark-teal);
  opacity: 0;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: var(--dark-teal);
  position: absolute;
  inset: 0%;
}

.no-shrink-button {
  flex: none;
}

.top-nav-wrapper {
  background-color: var(--black);
  width: 100%;
}

.line-white {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.link-nav-text {
  color: var(--light-green);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.1em;
}

.right-header-wrap {
  grid-column-gap: 15px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tablet-menu-7 {
  display: none;
}

.socials-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.top-nav-icon {
  color: var(--light-green);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.preloader-hide-me-and-design {
  z-index: 1000;
  opacity: 0;
  background-color: #151b19;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.main-hero-slider {
  background-color: #0000;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.right-slider-arrow {
  z-index: 30;
  border: 1px #fff3;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 36px 18px 0;
  display: flex;
  inset: auto 0% 0% 130px;
}

.right-slider-arrow.left {
  padding-left: 36px;
  padding-right: 0;
  display: flex;
  left: 0;
  right: 130px;
  overflow: hidden;
}

.collection-item-banner {
  width: 100%;
  height: 100%;
}

.scroll-indicator-home-6 {
  z-index: 25;
  background-color: #fff3;
  flex-direction: column;
  align-items: stretch;
  width: 1px;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.outline-clip {
  align-items: flex-end;
  width: 50%;
  height: 100%;
  margin-top: -1px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.outline-clip.left {
  inset: 0% auto auto 0%;
}

.home-2-list-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.arrow-outline {
  border: 1px solid #fff3;
  border-radius: 100%;
  width: 260px;
  min-width: 260px;
  height: 260px;
  min-height: 260px;
  position: absolute;
  inset: 10px auto auto 0%;
}

.arrow-outline.light {
  border-color: #fff;
  top: 0;
}

.arrow-outline.right {
  left: auto;
  right: 0;
}

.arrow-outline.right.light {
  inset: 0% 0% auto auto;
}

.indicator-intro-fill {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.invert-small-2 {
  z-index: 15;
  width: 14px;
  min-width: 14px;
  position: relative;
}

.invert-small-2.large {
  width: 18px;
  min-width: 18px;
}

.invert-small-2.large-left {
  width: 18px;
  min-width: 18px;
  transform: rotate(180deg);
}

.hero-slider-wrapper-home-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
}

.home-2-banner {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle-scroll-link {
  z-index: 20;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 260px;
  padding-top: 38px;
  padding-bottom: 178px;
  padding-left: 0;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto auto -150px;
}

.hero-slide {
  width: 100%;
}

.slide-nav {
  display: none;
}

.collection-list-home-2 {
  width: 100%;
  height: 100%;
}

.mask-home-slider {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.outline-cut {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.outline-cut.left {
  inset: 0% auto auto 0%;
}

.slider-background-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 120px 148px;
  display: flex;
}

.slider-background-wrapper.hero-wrapper {
  min-height: 110vh;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0 auto;
  overflow: visible;
}

.hero-intro-home-2 {
  grid-row-gap: 40px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  display: flex;
  position: relative;
}

.hero-slide-background {
  z-index: 1;
  background-image: url('../images/Banner-7.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 125vw;
  height: 100%;
  position: absolute;
  inset: auto auto 0;
  overflow: hidden;
}

.hero-slide-background.two {
  background-image: url('../images/Banner-5.avif');
  background-position: 50%;
  background-size: cover;
}

.hero-intro-title {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: flex;
}

.slider-background {
  border-radius: 100% 100% 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200vw;
  height: 120vh;
  display: flex;
  position: absolute;
  inset: auto auto 0;
  overflow: hidden;
}

.slide-content-home-2 {
  z-index: 25;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 220px 15px;
  display: flex;
  position: relative;
  inset: 0%;
}

.hero-banner-ov {
  z-index: 10;
  background-color: #0a0f0373;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.subtitle-intro {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  place-content: center stretch;
  align-items: center;
  width: 70%;
  margin-bottom: 0;
  display: grid;
}

.color-subtitle {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.slider-bottom {
  z-index: 20;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 28px;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.slider-bottom.in-slide {
  z-index: 25;
  justify-content: flex-end;
  inset: auto 0% 0% 0;
}

.button-banner-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.hero-h1-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Antapani, Arial, sans-serif;
  font-size: 55px;
  font-style: normal;
}

.hero-h1-title.text-black {
  color: var(--rich-black);
}

.white-line-horizontal {
  background-color: var(--white-25);
  width: 100%;
  height: 1px;
  position: relative;
}

.big-number-wrap {
  position: relative;
  overflow: hidden;
}

.number-small-icon {
  width: 100%;
  height: auto;
}

.statistic-line {
  display: none;
}

.horizontal-scroll-line {
  background-color: var(--gray);
  width: 1px;
  height: 100%;
}

.number-large-circle {
  background-color: var(--transparent);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 9% 9% auto auto;
}

.number-large-circle.circle-2 {
  top: auto;
  bottom: 28px;
}

.number-large-circle.circle-3 {
  inset: 35px auto auto 4%;
}

.statistic-description {
  width: 100%;
}

.big-number {
  color: var(--map-color);
  padding-bottom: 30px;
  font-size: 14rem;
  font-weight: 600;
  line-height: .8em;
  position: relative;
}

.statistics-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  width: 100%;
  display: grid;
}

.statistical-facts-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.statistiv-text {
  margin-top: 0;
  margin-bottom: 0;
}

.section-numbers {
  background-color: var(--white);
  padding-top: 10px;
  padding-bottom: 80px;
  position: relative;
}

.banner-001 {
  background-color: var(--white);
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.way-001 {
  width: auto;
  max-width: none;
  height: 400px;
  position: absolute;
  inset: auto -6% 91% auto;
  overflow: auto;
}

.way-002 {
  width: auto;
  max-width: none;
  height: 300px;
  position: absolute;
  inset: 41% 22% auto auto;
  overflow: auto;
}

.way-003 {
  z-index: 1;
  width: auto;
  max-width: none;
  height: 400px;
  position: absolute;
  inset: auto auto 70% 22%;
  overflow: auto;
}

.primary-orange-btn {
  border: 1px dashed var(--dark-teal);
  background-color: var(--dark-teal);
  min-width: 140px;
  height: auto;
  min-height: 60px;
  color: var(--white);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 15px 24px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.primary-orange-btn:hover {
  border-color: var(--light-teal);
  background-color: var(--light-teal);
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--dark-teal);
}

.primary-orange-btn.style-guide:hover {
  border-color: var(--btn-color);
  color: var(--btn-color);
}

.images-gallery-wrapp {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 24px;
  display: flex;
  position: relative;
}

.image-gallery-row {
  z-index: 0;
  object-fit: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  transition: transform .5s;
  position: relative;
  transform: rotate(-4deg);
}

.image-gallery-row:hover {
  transform: skew(2deg)rotate(-4deg);
}

.outline-hover-circle {
  z-index: 10;
  border: 1px dashed var(--white-50);
  background-color: var(--primary-green);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
}

.section-insta {
  padding-top: 20px;
  position: relative;
}

.green-cover {
  background-color: var(--primary-green);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  height: 200px;
  margin-left: .625rem;
  margin-right: .625rem;
  position: absolute;
  inset: auto 0% -50px;
}

.clip-section-con {
  position: relative;
  overflow: hidden;
}

.image-gallery {
  z-index: 0;
  object-fit: cover;
  border-radius: 20px;
  width: 200px;
  height: 300px;
  transition: transform .5s;
  position: relative;
  transform: rotate(-4deg);
}

.image-gallery:hover {
  transform: skew(2deg)rotate(-4deg);
}

.image-gallery.one {
  position: relative;
  top: 20px;
  transform: rotate(8deg);
}

.image-gallery.one:hover {
  transform: skew(1deg, -4deg)rotate(8deg);
}

.image-gallery.two {
  position: relative;
  transform: rotate(-3deg);
}

.image-gallery.two:hover {
  transform: skew(-2deg, 3deg)rotate(-3deg);
}

.image-gallery.three {
  position: relative;
  transform: rotate(-10deg);
}

.image-gallery.three:hover {
  transform: skew(-1deg, 3deg)rotate(-10deg);
}

.image-gallery.four {
  position: relative;
  top: 20px;
  transform: rotate(8deg);
}

.image-gallery.four:hover {
  transform: skew(-3deg)rotate(8deg);
}

.large-item, .large-blog-item {
  height: 100%;
}

.blogl-right-wrapper {
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 40%;
  display: flex;
}

.our-blog-container {
  z-index: 10;
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  width: 100%;
  min-height: 400px;
  box-shadow: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.collection-list-wrapper-3 {
  border-radius: 20px;
  width: 60%;
}

.recent-blog-list {
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.large-blog-post {
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-left: 36px;
  padding-right: 36px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.news-current-link {
  position: absolute;
  inset: 0%;
}

.large-blog-content {
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.category-tag {
  background-image: linear-gradient(225deg, var(--primary), var(--pink));
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  font-weight: 600;
  line-height: 1em;
  display: flex;
}

.category-tag:hover {
  color: var(--white);
  background-color: #1f4638;
}

.large-blog-image {
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.blog-background-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.news-overlay {
  position: absolute;
  inset: 0%;
}

.underline-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #160828;
  align-items: center;
  height: 1.85rem;
  text-decoration: none;
  display: none;
  position: relative;
}

.blog-post-info {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  min-height: 150px;
  margin-bottom: -60px;
  padding: 0 36px 36px;
  display: flex;
  position: relative;
  box-shadow: 0 12px 36px -8px #6b6b6d1a;
}

.blog-title {
  width: 100%;
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
}

.blog-title:hover {
  color: var(--btn-color);
}

.body-display {
  margin-top: 0;
  margin-bottom: 0;
}

.data-blog {
  background-image: linear-gradient(45deg, var(--pink), var(--primary));
  letter-spacing: .1em;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 600;
}

.recent-blog-name {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4em;
}

.journal-list-item-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-right: 18px;
  display: flex;
}

.item-blog-category {
  color: var(--btn-color);
  letter-spacing: 0;
  text-transform: none;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

.blog-post-list-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--gray);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: minmax(120px, .5fr) 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  padding: 10px;
  text-decoration: none;
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.blog-post-list-item:hover {
  box-shadow: 0 6px 24px -4px #3540751f;
}

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

.small-news-icon {
  background-color: var(--light-peach);
  width: 30px;
  height: 30px;
  color: var(--btn-color);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 2px 0 0 2px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.small-color-ov {
  opacity: 0;
  background-color: #0000001a;
  position: absolute;
  inset: 0%;
}

.blog-list-image {
  border-radius: 20px;
  height: 100%;
  min-height: 100px;
  position: relative;
  overflow: hidden;
}

.news-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.quick-link-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--gray);
  background-color: var(--primary-light);
  color: var(--primary-dark);
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding: 18px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.quick-link-item:hover {
  padding-left: 24px;
}

.hero-form-block {
  background-color: var(--primary-light);
  border: 1px solid #c0c0d333;
  border-radius: 12px;
  margin-bottom: 0;
  padding: 48px;
}

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

.card-arrow-icon {
  z-index: 10;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  display: flex;
  position: relative;
}

.card-arrow-icon.dark {
  border-color: var(--gray);
  background-color: var(--white);
}

.subtitle-intro-wrap {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto;
  display: grid;
  position: relative;
}

.subtitle-intro-wrap.three-column {
  grid-template-columns: 1fr auto 1fr;
}

.success-message-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  min-height: 400px;
  padding: 60px;
  display: grid;
}

.horizontal-line {
  background-color: #c0c0d333;
  flex: 1;
  height: 1px;
}

.horizontal-line.light {
  background-color: var(--white-25);
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.quick-links {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 160px;
}

.contact-field-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 12px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.field-label {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
}

.contact-quick-links {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.vacation-card-arrow {
  width: auto;
  height: 12px;
}

.submit-button {
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #3572ff;
  border-radius: 5px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 12px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.submit-button:hover {
  background-color: #081c3a;
}

.grid-intro-con {
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  background-color: #fff;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -60px;
  padding: 48px 48px 0;
  display: grid;
}

.quick-link-list {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.success-message-con {
  border: 1px solid var(--gray);
  background-color: var(--white);
  border-radius: 12px;
  padding: 0;
  overflow: hidden;
}

.error-state {
  border: 1px solid var(--gray);
  background-color: var(--white);
  color: var(--pink);
  text-align: center;
  word-break: normal;
  border-radius: 5px;
  margin-top: 20px;
  padding: 20px 24px;
}

.contact-form-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .55fr;
  grid-auto-columns: 1fr;
  min-height: 200px;
  padding: 0;
  display: grid;
}

.phote-cta-cover {
  background-color: #f7f8fc;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.grid-wrap {
  z-index: 10;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(40px, 1fr) minmax(auto, 1400px) minmax(40px, 1fr);
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.grid-wrap.tab {
  z-index: 55;
}

.section-intro {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  color: #fff;
  text-align: center;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  padding: 140px 15px 200px;
  display: grid;
  position: relative;
}

.outline-button {
  color: var(--primary-dark);
  background-color: #0000;
  border: 1px solid #c0c0d333;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  font-size: 12px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.outline-button:hover {
  color: #fff;
  background-color: #081c3a;
  border-color: #081c3a;
}

.cta-intro-container {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 800px;
  display: grid;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #3572ff;
  border-style: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 10px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button:hover {
  background-color: #081c3a;
}

.overlay {
  background-color: #0000004d;
  position: absolute;
  inset: 0%;
}

.paralax-background {
  background-image: url('../images/Photo-3_2Photo-3.webp');
  background-position: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -36px;
  margin-bottom: -36px;
  position: absolute;
  inset: 0%;
}

.cta-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.cta-section {
  position: relative;
}

.vacations-tab-link {
  color: #516381;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 20px 36px;
  font-size: 12px;
  transition: color .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.vacations-tab-link.w--current {
  color: #081c3a;
  background-color: #fff0;
}

.grid-top-tours {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  background-color: #fff0;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -100px;
  padding: 0 0 80px;
  display: grid;
  position: relative;
}

.grid-top-tours.notop-margin {
  margin-top: 0;
}

.popular-vacations {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  box-shadow: none;
  background-color: #fff;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 60px 36px 0;
  display: grid;
}

.popular-vacations.news-grid {
  padding-top: 60px;
}

.popular-vacations.about-us-grid {
  padding-top: 60px;
  position: relative;
}

.popular-vacations.tour-info-details {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  box-shadow: 0 12px 60px -8px #35407512;
}

.about-wrapper {
  z-index: 10;
  grid-column-gap: 100px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.about-wrapper.without-bottom-space {
  padding-bottom: 0;
}

.about-wrapper.p-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.background-load-top {
  z-index: 25;
  background-color: var(--primary-light);
  height: 50%;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.grey-cover {
  background-color: var(--primary-light);
  position: relative;
  overflow: hidden;
}

.social-photo-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 36px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-image-item {
  color: #fff;
  text-align: center;
  width: 25vw;
  min-width: 25vw;
  height: 25vw;
  min-height: 25vw;
  margin-left: -1px;
  margin-right: -1px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.about-image-item:hover {
  color: var(--white);
}

.background-load-bottom {
  z-index: 25;
  background-color: var(--primary-light);
  height: 50%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.about-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 600px;
  display: grid;
}

.instagram-icon {
  border: 1px solid var(--white-25);
  background-color: #c0c0d333;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 9px;
  display: flex;
}

.instagram-images-wrapper {
  position: relative;
  overflow: hidden;
}

.about-images {
  z-index: 10;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-us-section {
  overflow: hidden;
}

.our-socials {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.socials-background-image {
  background-image: url('../images/Photo-3_1Photo-3-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.socials-background-image.five {
  background-image: url('../images/Photo-6.webp');
}

.socials-background-image.three {
  background-image: url('../images/Tour-Small-2.webp');
}

.socials-background-image.six {
  background-image: url('../images/Tour-Small-6.webp');
}

.socials-background-image.four {
  background-image: url('../images/Tour-Small-3.webp');
}

.socials-background-image.two {
  background-image: url('../images/Tour-Small-1.webp');
}

.stacked-paragraphs {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.overlay-instagram {
  background-color: #0000001a;
  position: absolute;
  inset: 0%;
}

.vacations-tab-link-2 {
  width: 100%;
  color: var(--dark-gray);
  text-align: center;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  padding: 0 20px 40px;
  transition: all .45s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.vacations-tab-link-2:hover {
  color: var(--primary-green);
}

.vacations-tab-link-2.w--current {
  color: var(--black);
  background-color: #fff0;
  font-weight: 600;
}

.events-indicator-fill {
  background-color: var(--btn-color);
  border-radius: 100px;
  width: 8%;
  height: 100%;
}

.vacations-tab-menu-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px #e6e6f3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 60px;
  margin-bottom: 72px;
  display: grid;
}

.project-collection-item-2 {
  width: 100%;
}

.project-collection-item-2:nth-child(odd) {
  margin-top: 60px;
  margin-bottom: 80px;
}

.project-collection-item-2.filter-category:nth-child(odd) {
  margin-top: 0;
  margin-bottom: 0;
}

.vacations-tabs-wrapper-2 {
  width: 100%;
  position: relative;
}

.schedule-collection {
  width: 100%;
}

.collection-blog-1-grid {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: -80px;
  display: grid;
}

.membership-outline-circle-2 {
  border: 1px solid var(--gray);
  background-color: var(--white);
  border-radius: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.vacations-tabs-content-2 {
  width: 100%;
  overflow: visible;
}

.events-indicator {
  background-color: #0000001a;
  border-radius: 100px;
  height: 2px;
  position: absolute;
  inset: 60px 0% auto;
  overflow: hidden;
}

.membership-dot-2 {
  z-index: 10;
  background-color: var(--btn-color);
  border-radius: 100px;
  width: 12px;
  height: 12px;
  position: relative;
}

.membership-circle-2 {
  z-index: 20;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: absolute;
  inset: auto auto -21px;
}

.vacations-tabs-2 {
  z-index: 30;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.insragram-icon-3 {
  color: #fff;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.medium-image {
  border-radius: 8px;
  margin-top: -36px;
  position: relative;
  overflow: hidden;
}

.team-images {
  z-index: 100;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.gallery-lightbox {
  z-index: 10;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hover-circle-wrapper-2 {
  border-radius: 10px 40px;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  padding: 60px;
  display: flex;
  position: relative;
}

.lightbox-gallery-ov {
  z-index: 3;
  background-color: #00000026;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.outline-hover-circle-3 {
  z-index: 10;
  border: 1px dashed var(--white-50);
  background-color: var(--primary-green);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  position: relative;
}

.small-image {
  border-radius: 8px;
  width: 100%;
  margin-top: 36px;
  margin-bottom: 36px;
  position: relative;
  overflow: hidden;
}

.paralax-background-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  margin-top: -36px;
  margin-bottom: -36px;
  position: absolute;
  inset: 0%;
}

.paralax-background-2.about-seven {
  background-image: url('../images/Tour-4.avif');
  background-position: 50%;
}

.paralax-background-2.about-four {
  background-image: url('../images/Tour-7.avif');
  background-position: 50% 0;
}

.paralax-background-2.about-five {
  background-image: url('../images/Tour-1.avif');
  background-position: 50%;
  background-size: cover;
}

.paralax-background-2.about-two {
  background-image: url('../images/Tour-2.avif');
  background-position: 50% 0;
}

.paralax-background-2.about-one {
  background-image: url('../images/Tour-3.avif');
  background-position: 50%;
}

.paralax-background-2.about-six {
  background-image: url('../images/Tour-6.avif');
  background-position: 50%;
}

.paralax-background-2.about-three {
  background-image: url('../images/Tour-5.avif');
  background-position: 50%;
  background-size: cover;
}

.large-image {
  border-radius: 8px;
  min-height: 320px;
  position: relative;
  overflow: hidden;
}

.primary-white-btn {
  border: 1px dashed var(--white);
  background-color: var(--white);
  min-width: 140px;
  height: auto;
  min-height: 60px;
  color: var(--black);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 15px 24px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.primary-white-btn:hover {
  border-color: var(--white-50);
  background-color: var(--white-10);
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
}

.secondary-white-btn {
  border: 1px dashed var(--white-50);
  background-color: var(--white-10);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  min-width: 140px;
  height: auto;
  min-height: 60px;
  color: var(--white);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 15px 24px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.secondary-white-btn:hover {
  border-color: var(--white);
  background-color: var(--white);
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--black);
}

.top-par-subtitle {
  width: 85%;
  color: var(--primary-green);
  margin-left: auto;
  margin-right: auto;
}

.button-group-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-top: 16px;
  display: flex;
}

.cta-intro-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group-wrap {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.cta-top-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-style: normal;
}

.form-input {
  border: 1px solid var(--gray);
  background-color: var(--white);
  min-height: 60px;
  color: var(--black);
  border-radius: 50px;
  margin-bottom: 0;
  padding: 16px 15px 16px 18px;
  font-size: 16px;
  font-weight: 400;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.form-input:focus, .form-input.-wfp-focus {
  border-color: var(--primary-green);
  padding-left: 24px;
  box-shadow: 0 0 20px #90f0;
}

.form-input::placeholder {
  color: var(--paragraph-gray);
  font-size: 16px;
  font-weight: 400;
}

.form-input.message-input {
  border-radius: 15px;
  min-width: 100%;
  max-width: 100%;
  min-height: 175px;
}

.form-input.mb-10 {
  margin-bottom: 10px;
}

.list-holiday-icons {
  z-index: 90;
  border-top: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: relative;
}

.list-holiday-icons.fix-spacing {
  margin-top: 0;
  margin-bottom: 0;
}

.list-holiday-icons.pl-4 {
  padding-left: 4px;
}

.verticle-card-image {
  border-radius: 15px;
  align-items: flex-end;
  height: 100%;
  min-height: 250px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.time-duration {
  background-image: linear-gradient(45deg, var(--pink), var(--primary));
  letter-spacing: .05em;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2em;
}

.vacation-card-price-info {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 60px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hero-background-image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.class-hero-category {
  z-index: 10;
  background-color: #fff;
  background-image: linear-gradient(45deg, var(--pink), var(--primary));
  border-radius: 50px;
  padding: 6px 15px;
  position: absolute;
  inset: 12px 12px auto auto;
}

.class-hero-category.category-details {
  position: relative;
  inset: 0;
}

.class-hero-category.bg-color {
  background-image: linear-gradient(45deg, var(--deep-forest-green), var(--primary));
}

.time-icon-black {
  background-image: linear-gradient(45deg, var(--pink), var(--primary));
  color: #000;
  letter-spacing: .1em;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "Fa 400", sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}

.event-verticle-card {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  border: 1px solid var(--gray);
  border-radius: 15px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 300px;
  margin-bottom: 1px;
  padding: 15px;
  transition: box-shadow .5s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.paragraph-hidden {
  display: none;
}

.price-wrap {
  align-items: center;
  width: auto;
  display: flex;
}

.duration-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.duration-wrapper.resize-gap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.work-title {
  margin-top: 0;
  margin-bottom: 0;
  transition: all .35s;
}

.work-title.hover-title {
  background-image: linear-gradient(45deg, var(--pink), var(--primary));
  color: var(--pink);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.work-title.large-title {
  font-size: 30px;
}

.work-category-link {
  color: #fff;
  letter-spacing: .1em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.class-ov {
  object-fit: cover;
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.btn-banner-text.button-text-bottom-full-width {
  width: 100%;
  position: absolute;
  bottom: -100%;
}

.btn-banner-text.flex {
  display: flex;
}

.vacation-details {
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: none;
}

.work-title-link {
  letter-spacing: 0;
  text-transform: none;
  margin-right: auto;
  transition: none;
}

.vacation-card-bottom {
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.about-animal-description {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.class-price {
  background-image: linear-gradient(45deg, var(--pink) 5%, var(--primary));
  letter-spacing: .05em;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
}

.follow-us-subtitle {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4em;
}

.insta-icon {
  color: var(--white);
  padding-left: 2px;
  padding-right: 2px;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.instagram-grid-wrap {
  z-index: 10;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.hero-title-h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.quick-link-text {
  text-transform: uppercase;
}

.quick-link-text.lowercase {
  text-transform: lowercase;
}

.thank-you-title {
  margin-top: 0;
  margin-bottom: 0;
}

.cart-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--transparent);
  color: #fff;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  transition-property: all;
  transition-duration: .5s;
  position: relative;
}

.cart-button:hover {
  color: #aaa;
  border-color: #fff0;
}

.desktop-btn-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.h6-subtitle-white {
  color: var(--white);
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.section-hot-tours {
  position: relative;
}

.section-hot-tours.position-relative {
  z-index: 35;
}

.subtitle-contact-us {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto;
  margin-top: -120px;
  display: grid;
  position: relative;
}

.ov-grad {
  background-image: linear-gradient(180deg, var(--transparent) 5%, #bac7a71a 55%, #3d511dbf);
  position: absolute;
  inset: 0%;
}

.blog-category-wrapper {
  margin-top: -19px;
}

.banner-003 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  display: grid;
  position: relative;
  overflow: hidden;
}

.video-bg-03 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.testimonial-slide-arrow {
  width: 100px;
  height: 100px;
  margin-top: auto;
  margin-bottom: auto;
  inset: 0% auto 60px 0%;
  overflow: visible;
}

.testimonial-slide-arrow.right {
  top: 0%;
  left: auto;
  right: 0%;
}

.testimonial-content {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.review-circle-hover-clip {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.review-circle-hover-clip.two {
  top: auto;
}

.review-circle-hover-clip.left {
  justify-content: flex-start;
  inset: auto auto auto 0%;
}

.testimonial-slider {
  background-color: #0000;
  height: 100%;
}

.avatar {
  background-image: url('../images/Img-1_1Img-1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.avatar.avatar-002 {
  background-image: url('../images/Team-5_1Team-5.webp');
  background-position: 50% 10%;
}

.avatar.avatar-003 {
  background-image: url('../images/Team-1_1Team-1.webp');
  background-position: 50% 0;
}

.testimonial-arrow-line {
  background-color: #ffffff4d;
  height: 1px;
  margin-bottom: 60px;
}

.testimonial-name {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.clip-wrap {
  overflow: hidden;
}

.review-circle-outline-right {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36px;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
  overflow: hidden;
}

.review-circle-link-text {
  z-index: 10;
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: end;
  place-items: center stretch;
  height: 100%;
  padding-left: 0;
  padding-right: 44px;
  line-height: 1.2em;
  display: grid;
  position: relative;
}

.review-circle-link-text.left {
  justify-content: start;
  padding-left: 44px;
  padding-right: 0;
}

.slider-circle-outline {
  border: 1px solid #fff3;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 0% 0% auto;
}

.slider-circle-outline.left {
  top: auto;
}

.slider-circle-outline.bottom {
  inset: auto 0% 0% auto;
}

.slider-circle-outline.light {
  border-color: #fff;
}

.slider-circle-outline.top {
  inset: 0% 0% auto auto;
}

.slider-circle-outline.bottom-left {
  inset: auto auto 0% 0%;
}

.slider-circle-outline.right {
  inset: auto 0 auto auto;
}

.testimonial-client {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.review-banner-content {
  color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.background-testimonial {
  background-image: url('../images/Photo-2_1Photo-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.hero-position {
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}

.review-circle-outline-top {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.overlay-review {
  background-color: #00000059;
  position: absolute;
  inset: 0%;
}

.hero-name {
  background-image: linear-gradient(135deg, var(--primary), var(--pink));
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
}

.testimonial-hero-text {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

.slider-link-text {
  letter-spacing: .2em;
  font-size: 14px;
  font-weight: 500;
}

.arrow-icon {
  border-top: 1px #fff;
  border-right: 1px #fff;
  width: 12px;
  min-width: 12px;
  display: flex;
}

.section-review {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-review.clip-section {
  z-index: 10;
  padding-bottom: 60px;
  overflow: hidden;
}

.client-avatar {
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  padding: 6px;
  display: flex;
}

.review-background-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.grid-blog-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: grid;
  position: relative;
}

.review-circle-outline-bottom {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.testimonial-circle-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  grid-template-rows: auto 36px auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100px;
  height: 100px;
  max-height: 100px;
  font-size: 10px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.h2-title-tag {
  margin-top: 0;
  margin-bottom: 0;
}

.video-overlay {
  background-color: #00000026;
  background-image: linear-gradient(90deg, #0009, #00000080 27%, var(--transparent) 84%);
  position: absolute;
  inset: 0%;
}

.image-resources {
  object-fit: cover;
  background-image: url('../images/family.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.image-resources.img-1 {
  background-image: url('../images/family.avif');
}

.image-resources.img-2 {
  background-image: url('../images/paris.avif');
}

.image-resources.img-3 {
  background-image: url('../images/kids.avif');
}

.button-hover-circle-white-2 {
  z-index: 5;
  background-color: var(--primary-green);
  border-radius: 100%;
  width: 125%;
  height: 400%;
  position: absolute;
  inset: auto auto -400% -16px;
}

.list-blog-item {
  border-bottom: 1px solid var(--gray);
  color: #000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  height: 100%;
  min-height: 160px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.news-circle {
  z-index: 10;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: relative;
}

.hover-line-fill-white {
  border-bottom: 1px solid var(--primary-green);
  width: 100%;
  height: 100%;
}

.news-description-2 {
  text-transform: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.blog-name-2 {
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
}

.blog-content {
  z-index: 10;
  position: relative;
}

.blog-icon {
  width: auto;
  color: var(--primary-green);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

.categories-link-2 {
  z-index: 10;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  border-radius: 100vw;
  min-height: 57px;
  padding: 6px 20px 6px 6px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.categories-link-2.blog-category {
  min-height: auto;
  position: absolute;
  inset: 0 auto auto 0%;
}

.blog-image-container-2 {
  border-radius: 15px;
  flex: none;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.blog-category-title {
  color: var(--primary-green);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1em;
}

.blog-category-title.white {
  color: var(--white);
}

.hover-line {
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.hover-line.tablet-hidden {
  height: 2px;
}

.blog-owerlay {
  z-index: 1;
  background-image: url('../images/Banner-6.avif');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.blog-owerlay.img-overlay-1 {
  background-image: url('../images/family.avif');
}

.blog-owerlay.img-overlay-2 {
  background-image: url('../images/paris.avif');
}

.blog-owerlay.img-overlay-3 {
  background-image: url('../images/kids.avif');
}

.blog-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  letter-spacing: 0;
  text-transform: none;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: grid;
  overflow: hidden;
}

.blog-container:hover {
  opacity: 1;
}

.categories-border-2 {
  z-index: 1;
  border: 1px solid var(--gray);
  background-color: var(--map-color);
  border-radius: 100px;
  position: absolute;
  inset: 0%;
}

.blog-info-title-2 {
  z-index: 20;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}

.home-3-item {
  width: 100%;
  height: 100%;
}

.home-hero-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  grid-template-rows: 1fr;
  grid-template-columns: 53% 47%;
  grid-auto-columns: 1fr;
  align-content: space-between;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-bottom: 220px;
  display: grid;
  position: relative;
}

.video-icon-wrapper {
  border: 1px solid var(--white-25);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff0d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 60%;
  display: flex;
}

.button-video {
  width: 300px;
  min-width: 300px;
  height: 300px;
  min-height: 300px;
  position: absolute;
  inset: 0%;
}

.accent-description {
  width: 100%;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.hero-collection-wrapper {
  width: 100%;
  height: 100%;
}

.video-hover-button {
  z-index: 35;
  border: 1px dashed var(--white-25);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
  position: relative;
}

.video-icon {
  filter: none;
}

.overlay-small-video {
  background-color: #0000000d;
  position: absolute;
  inset: 0%;
}

.home-hero-title {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.video-button-background {
  z-index: 30;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.banner-title-home-1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
}

.wave-two {
  background-color: #ffffff1a;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.wave-one {
  background-color: #d8d8d81a;
  border-radius: 100%;
  width: 88%;
  height: 88%;
}

.home-3-con {
  width: 100%;
  height: 100%;
}

.hero-video-button {
  z-index: 25;
  border: 1px #c0c0d333;
  border-radius: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  margin-top: -36px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-slide-arrow {
  background-color: #ffffff0d;
  border: 1px solid #fff3;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  inset: auto 440px 0% auto;
}

.lightbox-video-banner {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-slide-home-3 {
  height: 100%;
}

.video-button-waves {
  z-index: 27;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  display: none;
  position: absolute;
  inset: auto;
}

.home-hero-intro {
  z-index: 20;
  grid-row-gap: 50px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: flex-start stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.video-button-overlay {
  z-index: 25;
  background-color: #09241f73;
  background-image: linear-gradient(225deg, #3d511d66, var(--transparent) 55%, #f9a80b40);
  align-items: flex-start;
  width: 200vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0% 0% 0% -25vw;
}

.padding-wrap {
  z-index: 10;
  grid-column-gap: 100px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.faq-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
  position: relative;
}

.plus-dark {
  color: #160828;
  background-color: #222;
  border-radius: 10px;
  width: 2px;
  height: 100%;
}

.minus-dark {
  z-index: 0;
  background-color: #222;
  border-radius: 10px;
  width: 100%;
  height: 2px;
  position: absolute;
}

.faq-hero-title-dark {
  white-space: pre-wrap;
  word-break: normal;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
}

.faq-answer {
  padding-top: 40px;
  padding-left: 24px;
  padding-right: 64px;
  position: relative;
  top: -20px;
}

.faq-toggle {
  z-index: 2;
  border: 1px solid var(--gray);
  border-radius: 8px;
  width: 100%;
  padding: 30px 15px 30px 24px;
  transition: all .45s;
}

.faq-toggle:hover {
  box-shadow: 0 0 15px #b1b1b133;
}

.faq-icon-con {
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding: 4px;
  display: flex;
}

.faq-grid-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.faq-dropdown-down {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  cursor: pointer;
  background-color: #fff0;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  overflow: visible;
}

.faq-grid {
  grid-column-gap: 30px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  place-items: start stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.faq-question {
  grid-column-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-dropdown-list {
  background-color: var(--primary-light);
  border-radius: 8px;
  display: block;
  position: relative;
}

.space-wrap {
  margin-bottom: .625rem;
  margin-left: .625rem;
  margin-right: .625rem;
}

.small-cta-section {
  background-image: linear-gradient(90deg, #00000026 10%, var(--transparent) 89%), linear-gradient(to bottom, #0003, #0003), url('../images/Photo-3_2Photo-3.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  border-radius: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
  overflow: hidden;
}

.button-link-title-white {
  z-index: 20;
  letter-spacing: .1em;
  font-weight: 500;
  position: relative;
  transform: rotate(18deg);
}

.button-link-title-white:hover {
  color: #fff;
}

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

.large-circle-link-home-3 {
  border: 1px solid var(--white-25);
  background-color: var(--primary-green);
  width: 200px;
  height: 200px;
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto auto 100px -100px;
  overflow: hidden;
}

.large-circle-link-home-3:hover {
  color: var(--white);
}

.large-circle-link-home-3.cta-link {
  position: relative;
  bottom: 0;
  left: 0;
}

.cta-banner-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.cta-hero-title {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.circle-link-wrapper {
  margin: -48px;
  padding: 48px;
}

.small-cta-width {
  width: 100%;
}

.link-hover-fill {
  background-color: var(--btn-color);
  border-radius: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.large-cta-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
}

.no-shrink-container {
  flex: none;
}

.landing-hero-banner {
  background-image: linear-gradient(180deg, var(--primary-dark), var(--light-green) 93%);
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: .625rem;
  margin-left: .625rem;
  margin-right: .625rem;
  padding-top: 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.landing-top-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.landing-banner-description {
  color: var(--white);
  text-align: center;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.center-con {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.inner-banner {
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  margin-top: .625rem;
  margin-left: .625rem;
  margin-right: .625rem;
  padding-top: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inner-banner.faq-banner {
  padding-top: 140px;
  padding-bottom: 80px;
}

.banner-img {
  background-image: url('../images/Photo11_1Photo11.webp');
  background-position: 50% 35%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.banner-img.style-guide-banner {
  background-image: url('../images/Photo-8_1Photo-8.webp');
}

.banner-img.faq-img {
  background-image: url('../images/Photo-7_1Photo-7.webp');
}

.banner-img.blog-2, .banner-img.review-img {
  background-image: url('../images/Villa031_1Villa031.webp');
  background-position: 50% 80%;
}

.banner-img.best-discounts {
  background-image: url('../images/Photo-2_1Photo-2.webp');
  background-position: 50% 30%;
}

.banner-img.tour-1-banner {
  background-image: url('../images/Villa031_1Villa031.webp');
  background-position: 50% 100%;
}

.banner-img.current-tour {
  background-image: url('../images/Banner-2.avif');
  background-position: 50% 39px;
  background-repeat: no-repeat;
}

.inner-banner-title {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90px;
}

.inner-banner-overlay {
  background-color: #0000004d;
  background-image: linear-gradient(180deg, #0000004d, var(--transparent) 50%);
  position: absolute;
  inset: 0%;
}

.intro-wrapper {
  z-index: 15;
  grid-column-gap: 120px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: minmax(30%, 475px) 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.intro-wrapper.reverse {
  grid-template-columns: 1fr minmax(30%, 475px);
}

.intro-wrapper.grid-size {
  grid-template-columns: 1fr 1fr;
}

.intro-right-image {
  border-radius: 15px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.intro-right-image.img-height {
  height: 70vh;
}

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

.intro-content {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  padding-top: 18px;
  padding-bottom: 18px;
  display: grid;
  position: relative;
}

.small-background-image {
  background-image: url('../images/people.avif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.small-background-image.intro-photo-2 {
  background-image: url('../images/bunch-travellor.avif');
  background-position: 50%;
  background-size: cover;
}

.small-background-image.intro-photo-3 {
  background-image: url('../images/luxury.avif');
  background-position: 50%;
  background-size: cover;
}

.small-background-image.intro-photo-4 {
  background-image: url('../images/service-4.avif');
  background-position: 50%;
  background-size: cover;
}

.small-background-image.meeting {
  background-image: url('../images/service-3.avif');
}

.small-background-image.incentive {
  background-image: url('../images/incentives.avif');
}

.small-background-image.conferences {
  background-image: url('../images/service-1.avif');
}

.photo-section {
  background-image: linear-gradient(90deg, #00000026 10%, var(--transparent) 89%), linear-gradient(to bottom, #0000004d, #0000004d), url('../images/Photo-7_1Photo-7.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  border-radius: 30px;
  padding-top: 130px;
  padding-bottom: 220px;
  display: block;
  position: relative;
  overflow: hidden;
}

.h3-top-title {
  margin-top: 0;
  margin-bottom: 0;
}

.about-us-hero-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  place-items: start center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-bottom: 220px;
  display: grid;
  position: relative;
}

.about-us-banner-intro {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.about-us-hero-title {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.intro-tab {
  border: 1px solid var(--quote-border);
  background-color: var(--white);
  color: var(--primary-green);
  text-align: center;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-weight: 500;
  display: flex;
}

.intro-tab.w--current {
  background-color: var(--primary-light);
}

.intro-tab-content {
  width: 100%;
}

.intro-tabs-menu {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.intro-tabs-menu.servicemenus {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.tabs-con {
  z-index: 15;
}

.banner-about-us {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  display: grid;
  position: relative;
  overflow: hidden;
}

.about-us-description {
  width: 60%;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.clip-section-wrapper {
  position: relative;
  overflow: hidden;
}

.banner-title-about-us {
  width: 100%;
  color: var(--white);
  margin: 0 auto;
  font-size: 80px;
  font-style: normal;
}

.center-text-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.intro-team-con {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.destination-dual-grid {
  grid-column-gap: 60px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 45vw 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.destination-slider {
  background-color: #fff0;
  align-items: center;
  width: 45vw;
  height: 100vh;
  display: flex;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

.subtitle-wrapper {
  margin-bottom: 18px;
}

.destination-category-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: minmax(110px, 1fr);
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(110px, 1fr);
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.slider-arrow-icon {
  width: auto;
  height: 12px;
}

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

.destination-page-slide {
  height: 100vh;
  min-height: 100vh;
}

.slider-destination-background {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 120px 148px;
  display: flex;
}

.slider-destination-background.hero-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% auto;
}

.slide-three-overlay {
  background-color: #0003;
  background-image: linear-gradient(180deg, var(--transparent) 25%, #00000073 95%);
  position: absolute;
  inset: 0%;
}

.vacation-items {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 200vh;
  padding-top: 80px;
  padding-left: 0;
  position: relative;
}

.subtitle-text-wrap {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto;
  display: grid;
  position: relative;
}

.vacation-results {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: grid;
}

.destination-slider-top {
  height: 130px;
}

.destination-slide-content {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  margin-left: 60px;
  padding-bottom: 36px;
  padding-right: 36px;
  display: flex;
  position: relative;
}

.slider-background-tour {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-width: 100vw;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.slider-background-tour.locations-background {
  min-width: auto;
}

.locations-results-top {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  display: grid;
}

.destination-grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(60px, 1fr) minmax(auto, 1400px) minmax(60px, 1fr);
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.featured-vacation-info {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  place-items: start;
  display: grid;
}

.vacation-slide-arrow {
  z-index: 25;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: -60px;
  display: flex;
  inset: auto 36px auto auto;
}

.vacation-slide-arrow.right {
  margin-bottom: 60px;
  top: auto;
  bottom: auto;
}

.destination-slider-mask {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  width: 100%;
  height: 100%;
}

.destination-items-grid {
  grid-column-gap: 24px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 36px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.sticky-destination-right {
  z-index: 20;
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.destination-slider-content {
  color: #fff;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  flex: 1;
  width: 45vw;
  position: relative;
  overflow: hidden;
}

.background {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.background.one {
  background-image: url('../images/Img-3_1Img-3.webp');
}

.background.two {
  background-image: url('../images/Img-1_1Img-1.webp');
  background-position: 50% -25%;
}

.background.three {
  background-image: url('../images/Img-11_1Img-11.webp');
}

.destination-image {
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 15vw;
  min-height: 100%;
  max-height: 225px;
  padding: 9px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vacation-item-info {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 12px;
  padding-bottom: 12px;
  display: grid;
}

.price {
  grid-column-gap: 3px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.destination-item {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  border: 1px solid var(--gray);
  box-shadow: none;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 18px;
  transition: box-shadow .5s;
  display: grid;
}

.destination-item:hover {
  box-shadow: 0 0 36px -8px #3540753d;
}

.hero-destination-image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.destination-overlay {
  background-color: #0000000d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.destination-item-top {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.instagram-griid {
  z-index: 10;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.arrow-item-cover {
  z-index: 25;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.slider-white-arrow {
  width: auto;
  height: auto;
}

.width-extra-large {
  max-width: 975px;
}

.testimonial {
  text-align: center;
  width: 100%;
  max-width: 600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-nav {
  height: 12px;
  padding-top: 0;
  font-size: 10px;
  display: none;
  inset: auto 0% 0%;
}

.testimonial-autor-name {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
}

.review-autor-photo {
  border: 2px solid var(--primary-dark);
  background-image: url('../images/Team-1_1Team-1.webp');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 100%;
  width: 60px;
  height: 60px;
}

.review-autor-photo.autor-photo-4 {
  background-image: url('../images/Team-6_1Team-6.webp');
}

.review-autor-photo.autor-photo-3 {
  background-image: url('../images/Img-1_1Img-1.webp');
}

.review-autor-photo.autor-photo-5 {
  background-image: url('../images/Team-4_1Team-4.webp');
}

.review-autor-photo.autor-photo-2 {
  background-image: url('../images/Team-5_1Team-5.webp');
}

.grid-testimonials {
  z-index: 25;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.testimonial-autor-job {
  background-image: linear-gradient(135deg, var(--primary), var(--pink));
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
}

.hover-hero-arrow-2 {
  z-index: 5;
  background-image: linear-gradient(135deg, var(--primary), var(--pink));
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: fixed;
  top: -38px;
  left: -30px;
}

.testimonial-autor-job-2 {
  background-image: linear-gradient(135deg, var(--primary), var(--pink));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.testimonial-name-container {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.autor-info-wrap {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.slider-mask-testimonials {
  width: 60%;
  overflow: visible;
}

.testimonial-item-arrow {
  border: 1px #e4e9ec;
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.testimonial-item-arrow.right-arrow {
  height: 100%;
  inset: 0% 0% 0% auto;
}

.testimonial-item-arrow.left-arrow-cover {
  height: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.stacked-review-content {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  place-items: start center;
  display: grid;
  position: relative;
}

.stacked-review-content.small {
  grid-row-gap: 40px;
}

.reviev-dark-text {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5em;
}

.slider-info-testimonials {
  background-color: #ddd0;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.wrapper-testimonials-content {
  display: flex;
  overflow: visible;
}

.review-section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.horizontal-line-devider {
  background-color: var(--gray);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-slider-banner {
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  position: absolute;
}

.scroll-banner-3-link {
  z-index: 70;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  padding: 36px 150px 150px 36px;
  display: flex;
  position: absolute;
  inset: auto -150px -114px auto;
}

.slider-arrow-icon-3 {
  width: 16px;
}

.icon-hidden {
  display: none;
}

.h6-color {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #06bcc1, #21da76);
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
  margin-top: 0;
  margin-bottom: 20px;
}

.hero-slider-mask-2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider-background-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 120px 148px;
  display: flex;
}

.slider-background-wrap.hero-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% auto;
}

.slider-background-home-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.background-2 {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.overlay-home-3 {
  background-color: #00000059;
  position: absolute;
  inset: 0%;
}

.hot-tour-section {
  border-radius: 30px;
  justify-content: center;
  height: auto;
  margin-left: .625rem;
  margin-right: .625rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tour-slide-content {
  z-index: 25;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 180px 15px;
  display: flex;
  position: relative;
  inset: 0%;
}

.clip-hover-text {
  position: relative;
  overflow: hidden;
}

.clip-hover-text.bottom-clip {
  position: absolute;
}

.hot-tour-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
}

.green-cover-2 {
  background-color: var(--dark-teal);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  height: 200px;
  margin-left: .625rem;
  margin-right: .625rem;
  position: absolute;
  inset: auto 0% -50px;
}

.footer-right-link-2 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
}

.footer-right-link-2:hover {
  color: #f1c064;
}

.hover-circle-wrapper-3 {
  z-index: 10;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 8px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.footer-project-link-2 {
  color: #fff;
  text-transform: lowercase;
  font-size: 16px;
}

.footer-project-link-2:hover {
  color: #f9a80b;
}

.top-footer-line-2 {
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.feedback-white-wrap-2 {
  background-color: #3d511d;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-left: -20px;
  position: relative;
}

.feedback-white-wrap-2.big-one {
  border-radius: 50px;
  width: 100px;
}

.licensing-footer-link-2 {
  color: #bac7a7;
  letter-spacing: 0;
  text-transform: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}

.licensing-footer-link-2:hover {
  color: #f1c064;
}

.footer-par-copyright-2 {
  color: #bac7a7;
  margin-bottom: 0;
  line-height: 1.5em;
}

.app-wrap-3 {
  grid-column-gap: 15px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.footer-l-4-2 {
  background-color: #ffffff1a;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.footer-rights-text-2 {
  grid-column-gap: 5px;
  color: #bac7a7;
  line-height: 1.5em;
  display: flex;
}

.footer-white-paradraph-2 {
  color: #bac7a7;
  width: 90%;
  margin-top: 15px;
  margin-bottom: 30px;
}

.footer-white-paradraph-2.par-1 {
  width: 100%;
}

.footer-socials-2 {
  z-index: 90;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #ffffff1a;
  border: 1px dashed #ffffff1a;
  border-radius: 100px;
  justify-content: center;
  width: 55px;
  height: 55px;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 18px;
  line-height: 1em;
  transition-duration: .45s;
  display: flex;
  position: relative;
  box-shadow: 0 0 5px #e99a0000;
}

.footer-socials-2:hover {
  color: #f9a80b;
  border-color: #f9a80b;
  box-shadow: 0 0 10px #f1c06440;
}

.footer-l-2-2 {
  background-color: #ffffff1a;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.footer-useful-link-3 {
  color: #fff;
  background-color: #ffffff1a;
  border: 1px dashed #ffffff40;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 55px;
  padding: 10px 24px;
  box-shadow: 0 0 10px #f1c06400;
}

.footer-useful-link-3:hover {
  border-color: var(--golden-gradient-dark);
  box-shadow: 0 0 10px 0 var(--dark-teal);
  color: var(--golden-gradient-dark);
}

.address-footer-text-3 {
  color: #bac7a7;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  transition: all .35s;
}

.address-footer-text-3:hover {
  color: #f9a80b;
}

.outline-hover-circle-5 {
  z-index: 10;
  background-color: var(--dark-teal);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border: 1px dashed #ffffff80;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
}

.app-btn-3 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-text-fill-color: inherit;
  background-color: #ffffff1a;
  background-clip: border-box;
  border: 1px dashed #ffffff40;
  border-radius: 12px;
  padding: 15px 25px;
  box-shadow: 0 0 5px #e99a0000;
}

.app-btn-3:hover {
  border-color: #f9a80b;
  box-shadow: 0 0 15px #e99a0059;
}

.bottom-line-4 {
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-bg-3 {
  background-color: var(--dark-teal);
  border-radius: 30px;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 40px;
  position: relative;
}

.footer-useful-link-4 {
  color: #fff;
  background-color: #ffffff1a;
  border: 1px dashed #ffffff40;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 55px;
  padding: 10px 24px;
  box-shadow: 0 0 10px #f1c06400;
}

.footer-useful-link-4:hover {
  color: #f9a80b;
  border-color: #f9a80b;
  box-shadow: 0 0 10px #f1c06440;
}

.footer-bg-4 {
  background-color: #3d511d;
  border-radius: 30px;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 40px;
  position: relative;
}

.large-inner-banner {
  justify-content: center;
  align-items: stretch;
  min-height: 450px;
  padding-top: 180px;
  padding-bottom: 220px;
  position: relative;
  overflow: hidden;
}

.dark-overlay {
  background-color: #0000004d;
  position: absolute;
  inset: 0%;
}

.inner-title-wrapper {
  text-align: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-inner-content {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.password-label {
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
}

.protected-title {
  margin-top: 0;
  margin-bottom: 0;
}

.footer-bottom-form {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.loop-image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.no-shrink-btn-wrap {
  flex: none;
}

.succes-message-transparent {
  text-align: left;
  background-color: #fff0;
  width: 100%;
  padding: 20px 0;
  position: relative;
}

.coming-soon-text {
  width: 85%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.images-layout {
  grid-column-gap: 1rem;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-content-right {
  grid-column-gap: 1rem;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.coming-soon-heading-3 {
  text-transform: capitalize;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 55px;
}

.loop-image-list-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.loop-container {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: flex;
}

.loop-image-list-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  column-gap: 1.5rem;
  width: 100%;
  height: 100%;
  margin-top: -60%;
  display: grid;
}

.success-text {
  z-index: 2;
  position: relative;
}

.coming-soon-overlay {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.coming-soon-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 690px;
  display: flex;
}

.thank-you-text {
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 15px;
  font-family: Satisfy;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3em;
  display: block;
}

.coming-soon-container {
  z-index: 5;
  width: 100%;
  max-width: 974px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}

.loop-intro-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.subscribe-form-footer-2 {
  z-index: 10;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #fff0;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.loop-image-wrapper {
  border-radius: 8px;
  width: 100%;
  padding-top: 150%;
  position: relative;
  overflow: hidden;
}

.success-circle-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.loop-section {
  z-index: 10;
  width: 100%;
  position: relative;
}

.hero-form-coming-soon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.clip-group-section {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.bg-404-video {
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  margin: .625rem;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.brand-logo-3 {
  padding-left: 0;
  position: relative;
}

.brand-logo-3:hover {
  opacity: 1;
}

.brand-logo-3.w--current {
  transition-property: opacity;
}

.brand-logo-3.w--current:hover {
  opacity: 1;
}

.overlay-404-page {
  background-color: #adadad00;
  width: 102%;
  height: 102%;
  position: absolute;
  inset: -1% 0% 0% -1%;
}

._404-logo-wrapper-2 {
  z-index: 100;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

.no-shrink-btn-2 {
  display: inline-block;
}

.button-hero-wrapper-2 {
  flex: none;
  transition: all .5s;
}

.button-hero-wrapper-2:hover {
  box-shadow: 0 0 10px #ffffff1a;
}

._404-wrapper {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

._404-text {
  width: 100%;
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-content-wrapper-2 {
  z-index: 100;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
  position: relative;
}

._404-content {
  z-index: 100;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.error-404-text {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

._404-title {
  z-index: 100;
  background-image: linear-gradient(145deg, var(--primary), var(--pink) 100%, #f1ab02);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  padding-top: 20px;
  font-size: 150px;
  line-height: .9em;
}

._404-title.text-color {
  background-image: linear-gradient(77deg, var(--golden-gradient-dark) 24%, var(--primary) 100%, var(--deep-forest-green) 100%, var(--golden-gradient-lite));
  padding-left: 1rem;
  padding-right: 1rem;
}

.small-base-container {
  z-index: 15;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.sidebar-recent-post-item-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.blog-3-form-white {
  z-index: 10;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.collection-blog-3-item {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 48%;
  padding: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-blog-3-item:nth-child(odd) {
  margin-bottom: -80px;
}

.collection-blog-3-item:nth-child(2n) {
  margin-top: 80px;
  margin-bottom: -80px;
}

.sidebar-categories-list-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-wrap: wrap;
  display: flex;
}

.sidebar-category-item-2 {
  display: flex;
}

.recent-title {
  margin-top: 0;
}

.blog-sidebar-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.sidebar-recent-posts-wrapper-2 {
  margin-top: 20px;
}

.sidebar-recent-posts-2 {
  border: 1px solid var(--gray);
  border-radius: 12px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px 20px 30px;
}

.sidebar-categories-2 {
  border: 1px solid var(--gray);
  border-radius: 12px;
  padding: 20px 20px 30px;
}

.sidebar-search-2 {
  background-color: #0000;
}

.section-news {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 2px;
  position: relative;
}

.collection-list-wrapper {
  width: 100%;
}

.blog-sidebar-right-wrapper-2 {
  position: sticky;
  top: 110px;
}

.blog-3-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  padding-bottom: 80px;
  display: flex;
}

.large-banner {
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 400px;
  padding-top: 180px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-banner-title {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90px;
  font-style: normal;
}

.vacation-card-info {
  grid-column-gap: 12px;
  grid-row-gap: 10px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 60px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.project-background {
  z-index: 2;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 15%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.activity-verticle-card {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  border: 1px solid var(--gray);
  border-radius: 15px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 300px;
  margin-bottom: 1px;
  padding: 15px;
  transition: box-shadow .5s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.about-animal-description-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.overlay-activities {
  background-color: #0000;
  display: flex;
  position: absolute;
  inset: 0%;
}

.news-title {
  color: var(--primary-dark);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.news-title:hover {
  color: var(--btn-color);
}

.underline-link-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #160828;
  align-items: center;
  height: 1.85rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.use-case-category {
  z-index: 10;
  background-color: var(--btn-color);
  color: var(--white);
  letter-spacing: .1em;
  border-radius: 100px;
  padding: 6px 12px;
  position: absolute;
}

.use-case-category:hover {
  background-color: var(--primary-green);
  color: var(--white);
}

.verticle-card-image-2 {
  border-radius: 12px;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  min-height: 250px;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-background-wrapper {
  z-index: 2;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.recent-posts-con {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.sidebar-recent-post-image-2 {
  z-index: 100;
  border-radius: 12px;
  width: 80px;
  height: 110px;
  position: relative;
  overflow: hidden;
}

.sidebar-recent-post-link {
  z-index: 100;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  letter-spacing: 0;
  text-transform: capitalize;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100%;
  display: grid;
  position: relative;
}

.sidebar-recent-post-link:hover {
  opacity: 1;
}

.hover-blog-cover {
  z-index: 1;
  background-color: var(--primary-light);
  border-radius: 12px;
  position: absolute;
  inset: 0%;
}

.article-2 {
  width: 100%;
}

.recent-blog-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.subtitle-blog {
  letter-spacing: -.3px;
  margin-top: 0;
  font-size: 15px;
  line-height: 1.3em;
}

.subtitle-gray {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.tab-top-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 36px;
  transition: padding .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.tab-top-2:hover {
  padding-left: 36px;
  padding-right: 36px;
}

.tab-top-2.recent-posts {
  padding: 0 10px 0 0;
}

.recent-posts {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.secondary-pagination-button {
  border: 1px dashed var(--primary-green);
  background-color: var(--light-green);
  min-width: 140px;
  height: auto;
  min-height: 60px;
  color: var(--primary-green);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 15px 24px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.secondary-pagination-button:hover {
  border-color: var(--primary-green);
  background-color: var(--white);
  opacity: 1;
  color: var(--primary-green);
}

.secondary-pagination-button.pagination {
  margin-top: 60px;
}

.primary-pagination-button {
  border: 1px dashed var(--primary-green);
  background-color: var(--primary-green);
  min-width: 140px;
  height: auto;
  min-height: 60px;
  color: var(--white);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 15px 24px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

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

.primary-pagination-button.pagination {
  margin-top: 60px;
}

.news-category {
  z-index: 10;
  background-color: var(--btn-color);
  color: var(--white);
  letter-spacing: .1em;
  border-radius: 100px;
  padding: 6px 12px;
  position: relative;
}

.news-category:hover {
  background-color: var(--primary-green);
  color: var(--white);
}

.primary-search-btn {
  border: 1px dashed var(--primary-green);
  background-color: var(--primary-green);
  width: 100%;
  min-width: 140px;
  height: auto;
  min-height: 60px;
  color: var(--white);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 15px 24px;
  font-size: 14px;
  font-weight: 500;
  transition: all .45s;
  display: flex;
}

.primary-search-btn:hover {
  background-color: var(--white);
  opacity: 1;
  color: var(--primary-green);
}

.background-blog-wrapper-2 {
  z-index: 1;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin: .625rem;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.clip-group-section-2 {
  z-index: 40;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.news-overlay-2 {
  background-color: var(--transparent);
  position: absolute;
  inset: 0%;
}

.blog-template-wrap {
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-wrap.banner {
  max-width: 100%;
}

.date-line-container {
  width: 40px;
  position: relative;
  overflow: hidden;
}

.blog-arrow-2 {
  z-index: 100;
  height: 30px;
  position: relative;
  transform: rotate(45deg);
}

.banner-paragraph-2 {
  width: 87%;
  margin-top: 0;
  margin-bottom: 0;
}

.link-hover-fill-2 {
  background-color: var(--btn-color);
  border-radius: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.blog-details-title-2 {
  width: 82%;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 400;
}

.title-blog-container {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.slider-arrow-icon-right {
  width: 12px;
  height: 12px;
}

.blog-intro-content-2 {
  grid-column-gap: 180px;
  grid-row-gap: 12px;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start start;
  width: 95%;
  min-height: 450px;
  padding-top: 200px;
  padding-bottom: 80px;
  display: flex;
}

.slider-arrow-icon-left {
  width: 12px;
  height: 12px;
}

.hero-blog-rich-text h2 {
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 45px;
  font-style: normal;
}

.hero-blog-rich-text h3, .hero-blog-rich-text h4, .hero-blog-rich-text h5, .hero-blog-rich-text h6 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.hero-blog-rich-text blockquote {
  background-color: var(--primary-light);
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 27px;
}

.hero-blog-rich-text figure {
  border-radius: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}

.hero-blog-rich-text ul {
  margin-top: 15px;
  margin-bottom: 30px;
}

.hero-blog-rich-text a {
  color: var(--primary-dark);
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1.6em;
}

.hero-blog-rich-text a:hover {
  color: var(--btn-color);
}

.hero-blog-rich-text ol {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  margin-top: 15px;
  margin-bottom: 30px;
  display: flex;
}

.hero-blog-rich-text p {
  color: var(--dark-teal);
}

.project-pagination-wrapper-2 {
  z-index: 100;
  background-color: var(--transparent);
  align-items: stretch;
  display: flex;
  position: relative;
}

.blog-details-background-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 15%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.services-template-wrap {
  z-index: 55;
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.subtitle-data {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
}

.scroll-blog-link {
  z-index: 100;
  background-color: var(--primary-light);
  border: 1px #8c9fac33;
  border-radius: 100%;
  margin-bottom: -70px;
  padding: 6px;
  position: absolute;
  inset: auto 40px 0% auto;
  overflow: hidden;
}

.section-blog-details-2 {
  border-top: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  background-color: var(--primary-light);
  justify-content: center;
  align-items: stretch;
  height: 500px;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
}

.content-blog-details-wrap {
  z-index: 100;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.bottom-slider-arrow-portfolio {
  border-style: solid none;
  border-width: 1px;
  border-color: var(--gray);
  width: 50%;
  height: 80px;
  color: var(--primary-dark);
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0;
}

.bottom-slider-arrow-portfolio:hover {
  color: var(--btn-color);
}

.bottom-slider-arrow-portfolio.right {
  border-left-style: solid;
}

.date-wrap {
  z-index: 100;
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
  position: relative;
}

.date-line {
  background-color: var(--primary-dark);
  width: 40px;
  height: 1px;
}

.scroll-blog-circle-2 {
  z-index: 100;
  border: 1px solid var(--gray);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  display: flex;
  position: relative;
}

.scroll-blog-circle-2:hover {
  opacity: 1;
}

.next-portfolio {
  margin-right: 20px;
}

.section-portfolio-details {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.prev-portfolio {
  margin-left: 20px;
}

.top-news-section {
  background-color: var(--white);
}

.cross-hor-line-green {
  background-color: var(--primary-dark);
  border-radius: 100px;
  width: 100%;
  height: 1px;
}

.cross-vert-line-green {
  background-color: var(--primary-dark);
  border-radius: 100px;
  width: 1px;
  height: 100%;
  position: absolute;
}

.nav-cover-light {
  border-bottom: 1px solid var(--gray);
  background-color: var(--white-50);
  opacity: 0;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  position: absolute;
  inset: 0%;
}

.news-grid {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  display: grid;
}

.trend-news {
  flex-flow: column;
  height: 100%;
  display: flex;
}

.item-news-grid {
  grid-column-gap: 15px;
  grid-row-gap: 40px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  height: 100%;
  padding: 0;
  display: grid;
  position: relative;
}

.hero-news-item {
  background-color: var(--primary-light);
  border-radius: 8px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-flex-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.news-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 8px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.overlay-portfolio-3 {
  background-color: #0000001a;
  position: absolute;
  inset: 0%;
}

.background-portfolio-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.cursor-top {
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 18px;
  max-height: 18px;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.cursor-top.bottom {
  margin-top: auto;
  margin-bottom: 0;
  inset: auto 0% 0%;
}

.cursur-top-outline {
  border: 1px solid #ffffff40;
  border-radius: 100%;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  position: absolute;
  inset: 0% 0% auto;
}

.cursur-top-outline.bottom {
  inset: auto 0% 0%;
}

.news-content {
  z-index: 15;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.project-title {
  letter-spacing: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4em;
}

.bg-blog-link-2 {
  z-index: 10;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.bg-blog-link-2:hover {
  opacity: 1;
  color: #fff;
}

.bg-blog-link-2.full-height {
  width: 100%;
  height: 100%;
}

.portfolio-3-image {
  justify-content: center;
  align-items: center;
  height: 350px;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.portfolio-3-image.blog-page-height {
  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;
  align-items: stretch;
  height: 300px;
  display: flex;
}

.news-cover-publication {
  z-index: 60;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--white-25);
  background-image: linear-gradient(135deg, var(--primary), var(--pink));
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 105px;
  padding: 23px 20px;
  display: flex;
  position: absolute;
  inset: 0 auto auto 20px;
}

.link-wrap {
  align-items: center;
  width: auto;
  display: flex;
}

.news-card-top {
  z-index: 50;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--primary-light);
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  width: 100%;
  padding: 24px 20px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card-cursur {
  z-index: 25;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr 24px 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  width: 60px;
  height: 60px;
  text-decoration: none;
  display: grid;
  position: absolute;
  top: auto;
  left: auto;
}

.card-cursur.on {
  top: -42px;
  left: -30px;
}

.cursur-wrapper {
  z-index: 10;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: auto;
}

.top-news-wrap {
  z-index: 90;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.cursur-text {
  color: #fff;
  letter-spacing: .1em;
  white-space: nowrap;
  max-height: 24px;
  padding-left: 4px;
  position: absolute;
  inset: auto;
}

.cursur-text:hover {
  color: #fff;
}

.project-3-card-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-transform: capitalize;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.publication-day {
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.news-description {
  letter-spacing: 0;
  text-transform: none;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
}

.publication-date {
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  line-height: 1em;
}

.news-category-2 {
  color: var(--btn-color);
  font-weight: 600;
}

.news-category-2:hover {
  color: var(--primary-dark);
}

.cases-3-grid {
  grid-column-gap: 15px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.use-cases-3-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.underline-hover-wrapper {
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.use-case-3-category {
  z-index: 25;
  background-color: var(--btn-color);
  color: var(--white);
  letter-spacing: .1em;
  border-radius: 50px;
  padding: 6px 12px;
  position: absolute;
  inset: 15px 15px auto auto;
}

.use-case-3-category:hover {
  background-color: var(--primary-green);
  color: var(--white);
}

.portfolio-3-card {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: #000;
  border: 1px #eff3f6;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  margin-bottom: -1px;
  padding: 2px 2px 1px;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.project-arrow-2 {
  margin-left: auto;
}

.cursur-text-2 {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  max-height: 24px;
  font-size: 13px;
  position: absolute;
  inset: auto;
}

.underline-hover-fill {
  background-color: var(--primary-dark);
  width: 100%;
  height: 100%;
}

.project-3-card-bottom-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px solid var(--gray);
  text-transform: capitalize;
  grid-template-rows: auto;
  grid-template-columns: .9fr 20px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-bottom: 25px;
  display: grid;
  position: relative;
}

.project-title-2 {
  letter-spacing: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.3em;
}

.scroll-cover {
  z-index: 90;
  background-color: var(--white);
  border-radius: 8px;
  height: 100%;
  position: absolute;
  inset: -105% 0% 0%;
}

.portfolio-3-image-2 {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cases-owerlay {
  z-index: 1;
  background-color: var(--transparent);
  position: absolute;
  inset: 0%;
}

.bg-blog-link-3 {
  z-index: 10;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.bg-blog-link-3:hover {
  opacity: 1;
}

.news-grid-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  width: 100%;
  display: grid;
}

.section-blog-3 {
  margin-top: -150px;
  padding-bottom: 2px;
  position: relative;
}

.dark-green-overlay {
  background-color: #0000004d;
  background-image: linear-gradient(180deg, var(--transparent) 20%, #10423abf), linear-gradient(to bottom, #3d511d66, #3d511d66);
  position: absolute;
  inset: 0%;
}

.small-banner-title {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
}

.section-search {
  padding-top: 180px;
  padding-bottom: 2px;
  position: relative;
}

.search-title {
  margin-top: 0;
  margin-bottom: 0;
}

.primary-search-results-btn {
  border: 1px dashed var(--primary-green);
  background-color: var(--primary-green);
  width: auto;
  min-width: 140px;
  height: auto;
  min-height: 60px;
  color: var(--white);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 15px 24px;
  font-size: 14px;
  font-weight: 500;
  transition: all .45s;
  display: flex;
}

.primary-search-results-btn:hover {
  background-color: var(--white);
  opacity: 1;
  color: var(--primary-green);
}

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

.results-description {
  color: var(--btn-color);
  margin-top: 5px;
  margin-bottom: 10px;
}

.search-text {
  line-height: 1.5em;
}

.hero-feedback {
  line-height: 1.6em;
}

.fashionistas-photo-wrap {
  border: 1px solid var(--btn-color);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.customer-info {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.container-review {
  z-index: 30;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.our-stories {
  z-index: 15;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.client-photo {
  background-image: url('../images/Team-7_1Team-7.webp');
  background-position: 50% 15%;
  background-size: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.client-photo.avatar-photo---03 {
  background-image: url('../images/Img-1_1Img-1.webp');
}

.client-photo.avatar-photo---02 {
  background-image: url('../images/Team-8.webp');
}

.client-photo.avatar-photo---10 {
  background-image: url('../images/Tour-Small--1_1Tour Small -1.webp');
  background-position: 50% 100%;
}

.client-photo.avatar-photo---07 {
  background-image: url('../images/Team-3_1Team-3.webp');
}

.client-photo.avatar-photo---08 {
  background-image: url('../images/Team-2_1Team-2.webp');
}

.client-photo.avatar-photo---11 {
  background-image: url('../images/Tour-Small--4_1Tour Small -4.webp');
  background-position: 50% 100%;
}

.client-photo.avatar-photo---06 {
  background-image: url('../images/Team-5_1Team-5.webp');
}

.client-photo.avatar-photo---05 {
  background-image: url('../images/Tour-Small-7.webp');
}

.client-photo.avatar-photo---04 {
  background-image: url('../images/Team-6_1Team-6.webp');
}

.client-photo.avatar-photo---09 {
  background-image: url('../images/Team-1_1Team-1.webp');
}

.client-photo.avatar-photo---12 {
  background-image: url('../images/Team-4_1Team-4.webp');
}

.stories-item {
  border: 1px solid var(--gray);
  background-color: var(--primary-light);
  border-radius: 0 0 15px 15px;
  align-items: flex-start;
  padding: 24px 12px;
  transition: all .45s;
  position: relative;
}

.stories-item:hover {
  box-shadow: 0 0 15px #77777726;
}

.rating-star-item {
  background-image: linear-gradient(135deg, var(--primary) 11%, var(--pink));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "Fa solid 900", sans-serif;
}

.rating-star-item.empty-star {
  font-family: "Fa 400", sans-serif;
}

.job-position {
  background-image: linear-gradient(315deg, var(--pink), var(--primary) 95%);
  letter-spacing: .01em;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
}

.rating-wrap-2 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.feedback-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mobile-show {
  display: none;
}

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

.name-person {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}

.fashionistas-personal-info {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.inner-title-wrap {
  text-align: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.inner-banner-title-small {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
}

.review-top-line {
  background-image: linear-gradient(135deg, var(--primary), var(--pink));
  width: 100%;
  height: 3px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.checkout-form-container {
  background-color: var(--white);
  min-height: auto;
  padding-top: 200px;
  padding-bottom: 0;
}

.checkout-form-right {
  top: 160px;
}

.primary-orange-button {
  border: 1px dashed var(--dark-teal);
  background-color: var(--dark-teal);
  min-width: 140px;
  height: auto;
  min-height: 60px;
  color: var(--white);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 15px 24px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.primary-orange-button:hover {
  border-color: var(--primary-dark);
  background-color: var(--white-10);
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--primary-dark);
}

.checkout-info {
  border: 1px solid var(--gray);
  border-radius: 8px;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.checkout-info-top {
  border-style: none none solid;
  border-color: black black var(--gray);
}

.checkout-info-top.no-border {
  border-bottom-style: none;
}

.checkout-info-bottom {
  border: 1px #000;
}

.form-input-with-space {
  border: 1px solid var(--gray);
  background-color: var(--white);
  min-height: 60px;
  color: var(--black);
  border-radius: 50px;
  margin-bottom: 16px;
  padding: 16px 15px 16px 18px;
  font-size: 16px;
  font-weight: 400;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.form-input-with-space:focus, .form-input-with-space.-wfp-focus {
  border-color: var(--primary-green);
  padding-left: 24px;
  box-shadow: 0 0 20px #90f0;
}

.form-input-with-space::placeholder {
  color: var(--paragraph-gray);
  font-size: 16px;
  font-weight: 400;
}

.shipping-list {
  border: 1px #000;
}

.shipping-method {
  border-top: 1px solid var(--gray);
  border-bottom-style: none;
}

.empty-state {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--gray) black black;
}

.outdoor-events {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.collection-product-list-wrapper {
  width: 100%;
}

.collection-grid-4-2 {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: -80px;
  display: grid;
}

.project-collection-item:nth-child(odd) {
  margin-top: 60px;
  margin-bottom: 80px;
}

.project-collection-item.category-shop-item:nth-child(odd) {
  margin-top: 0;
  margin-bottom: 0;
}

.product-tags {
  display: flex;
}

.quantity {
  display: none;
}

.img-card-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.add-to-cart {
  z-index: 9;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  inset: auto auto 0;
}

.green-label-text {
  border-left: 2px solid var(--btn-color);
  background-image: linear-gradient(135deg, var(--btn-color) 3%, var(--pink) 87%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 6px;
  font-size: 14px;
  display: flex;
}

.dynamic-price {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-end end;
  display: flex;
}

.error-text-cart {
  color: #fff;
  text-align: center;
}

.discount-text {
  margin-top: 5px;
  line-height: 1.2em;
  text-decoration: line-through;
}

.price-product-text {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.price-lable {
  align-items: center;
  height: 28px;
  display: flex;
}

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

.product-card-top {
  grid-row-gap: 15px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  display: flex;
}

.btn-shop-text.button-text-bottom-full-width {
  width: 100%;
  position: absolute;
  bottom: -100%;
}

.product-card-info {
  cursor: auto;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.buy-now-button {
  display: none;
}

.card-img {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-category {
  z-index: 25;
  background-color: var(--btn-color);
  color: #fff;
  letter-spacing: .2em;
  border-radius: 50px;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 1em;
  transition-property: all;
  transition-duration: .35s;
  position: absolute;
  inset: 20px 20px auto auto;
}

.product-category:hover {
  color: #fff;
  background-color: #01444a;
}

.option-list-2 {
  display: none;
}

.default-btn-state {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.option {
  display: none;
}

.stock-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000001a;
  margin-top: 20px;
  padding: 15px 20px 18px;
}

.card-overlay {
  z-index: 5;
  background-color: #00000026;
  position: absolute;
  inset: 0%;
}

.error-message-cart-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000001a;
  margin-top: 20px;
  padding: 15px 20px;
}

.stacked-product-title {
  grid-row-gap: 15px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.product-title {
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
}

.new-tag {
  align-items: center;
  margin-right: 9px;
  display: flex;
}

.card-info {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  padding-top: 20px;
  display: flex;
}

.primary-cart-button-2 {
  background-color: var(--btn-color);
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  justify-content: center;
  height: auto;
  min-height: 46px;
  padding: 15px 20px;
  font-family: "Fa solid 900", sans-serif;
  line-height: 1em;
  transition: all .45s;
  display: flex;
}

.primary-cart-button-2:hover {
  background-color: var(--primary-green);
}

.shop-details-wrapper-2 {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.shop-details-ov {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.portfolio-image-cover-2 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 500px;
  min-width: 500px;
  height: 500px;
  min-height: 500px;
  position: absolute;
  inset: auto;
}

.quantity-title-text {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2em;
}

.main-product-description {
  margin-top: 20px;
  line-height: 1.7em;
}

.main-product-description ul {
  margin-top: 15px;
  margin-bottom: 30px;
}

.shop-lightbox-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.paragraph-shop-details {
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
}

.price-product {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-style: italic;
}

.lightbox-link-shop {
  z-index: 50;
  border: 1px solid var(--gray);
  background-color: var(--primary-light);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-width: 450px;
  height: 550px;
  transition-property: all;
  transition-duration: .8s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lightbox-link-shop:hover {
  padding: 10px;
}

.default-state-3 {
  flex-direction: column;
  margin-bottom: 0;
}

.shop-sticky-block {
  position: sticky;
  top: 160px;
}

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

.shop-lightbox-item {
  width: 100%;
}

.section-shop-details {
  padding-top: 180px;
  padding-bottom: 80px;
  position: relative;
}

.shop-text-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.shop-text-wrapper-2.margin-bottom {
  margin-bottom: 30px;
}

.shop-text-wrapper-2.margin {
  margin-top: 80px;
  margin-bottom: 0;
}

.h2-shop-details {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
}

.shop-details-hero-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 1em;
}

.shop-details-price-wrapper {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.product-category-con {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-end end;
  display: flex;
}

.shop-tablet-image {
  display: none;
}

.shop-details-content-block {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.shop-card-old-price {
  color: var(--paragraph-gray);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-style: italic;
  text-decoration: line-through;
}

.error-state-2 {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  background-color: #ffe8e6;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 1em;
}

.product-details-info {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.shop-product-details-subtitle {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2em;
}

.shop-product-details-subtitle.mb-20 {
  margin-bottom: 30px;
}

.icon-circle {
  z-index: 50;
  background-image: linear-gradient(135deg, var(--primary), var(--pink));
  width: 45px;
  height: 45px;
  color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  display: flex;
  position: relative;
}

.out-of-stock-state-2 {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f9f9fa;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.buy-now-button-2 {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fcf9f6;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  padding: 10px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8em;
  display: flex;
}

.categories-link-3 {
  z-index: 10;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  border-radius: 100vw;
  padding: 10px 15px;
  position: relative;
  overflow: hidden;
}

.solid-icon-view-circle {
  z-index: 5;
  border: 1px #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.solid-icon-view-circle:hover {
  opacity: 1;
}

.apple-pay-btn {
  border-radius: 50px;
  height: 60px;
}

.required-title {
  background-image: linear-gradient(135deg, var(--btn-color), var(--pink));
  color: var(--btn-color);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex: none;
  margin-left: auto;
  font-weight: 600;
}

.flex-row {
  margin-bottom: 16px;
}

.checkbox {
  filter: grayscale();
  margin-top: 0;
}

.checkbox-label {
  margin-bottom: 0;
}

.web-pay {
  margin-bottom: 20px;
}

.radio-button {
  filter: grayscale();
}

.starter-package {
  justify-content: space-between;
  align-items: center;
  min-height: 30px;
  display: flex;
}

.best-choice {
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1em;
}

.toggle-round-mo {
  z-index: 1;
  grid-column-gap: 30px;
  cursor: pointer;
  justify-content: space-between;
  padding: 12px 20px;
  position: relative;
  overflow: hidden;
}

.crossed-out-text-span {
  text-decoration: line-through;
}

.pricing-carsy {
  width: 100%;
}

.toggle-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 70px;
  display: flex;
}

.our-price {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.hero-price-item-pro {
  border: 1px solid var(--primary);
  background-color: var(--primary-green);
  background-image: linear-gradient(135deg, var(--soft-yellow), var(--light-peach));
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 70px 30px 30px;
  transition: all .35s;
  display: flex;
  position: relative;
}

.price-top {
  border-bottom: 1px dashed var(--dark-gray);
  flex-direction: column;
  padding-bottom: 15px;
  display: flex;
}

.price-top.border-dark {
  border-bottom-color: var(--btn-color);
}

.save-monay {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
}

.features-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  margin-bottom: 15px;
  display: flex;
}

.price-description {
  margin-top: 15px;
  margin-bottom: 0;
  line-height: 1.4em;
}

.plan-type {
  z-index: 15;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  transition: all .35s;
  position: relative;
}

.plan-type:hover {
  color: var(--btn-color);
}

.pro-price-item {
  background-image: linear-gradient(135deg, var(--primary), var(--pink));
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 36px;
  margin-top: -18px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px;
  position: absolute;
  inset: 0% auto auto;
}

.black-subtitle {
  border-left: 3px solid var(--pink);
  background-image: linear-gradient(270deg, var(--btn-color), var(--pink) 91%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 600;
}

.price-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

.button-pricing-wrap {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.price-fill-circle {
  background-image: linear-gradient(135deg, var(--primary), var(--pink));
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  display: flex;
  position: relative;
}

.toggle-round-yr {
  z-index: 1;
  grid-column-gap: 30px;
  cursor: pointer;
  justify-content: space-between;
  padding: 12px 20px;
  position: relative;
  overflow: hidden;
}

.toggle-bg {
  border: 1px solid var(--quote-border);
  background-color: var(--primary-light);
  border-radius: 6px;
  position: absolute;
  inset: 0%;
}

.about-our-package {
  margin-top: 0;
  margin-bottom: 40px;
}

.toggle-price {
  grid-column-gap: 6px;
  border: 1px solid var(--quote-border);
  background-color: #0000;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 6px;
  display: flex;
  position: relative;
}

.features-text-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-text-item.no-active-option {
  opacity: .6;
}

.price-btn-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.features-icon {
  background-image: linear-gradient(135deg, var(--primary), var(--pink));
  color: var(--btn-color);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "Fa solid 900", sans-serif;
}

.toggle-bg-mo {
  border: 1px solid var(--quote-border);
  background-color: var(--primary-light);
  border-radius: 6px;
  position: absolute;
  inset: 0%;
}

.hero-pricing-item {
  border: 1px solid var(--gray);
  background-color: var(--primary-light);
  border-radius: 15px;
  margin-top: 40px;
  padding: 30px;
  transition: all .35s;
}

.section-price {
  padding-top: 180px;
  padding-bottom: 80px;
  position: relative;
}

.price-bottom {
  border-top: 1px dashed var(--dark-gray);
  padding-top: 15px;
}

.price-bottom.border-dark {
  border-top-color: var(--btn-color);
}

.pricing-title {
  width: 85%;
  margin: 0 auto;
  font-size: 60px;
}

.pricing-hero-title {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  width: 100%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bottom-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.price-span {
  margin-right: 5px;
  font-size: 18px;
  font-style: italic;
}

.section-contact-us {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  color: #fff;
  text-align: center;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  padding: 180px 15px 200px;
  display: grid;
  position: relative;
}

.contact-us-container {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.category-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--gray);
  color: #081c3a;
  background-color: #0000;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  height: 100%;
  padding: 24px 18px 24px 24px;
  text-decoration: none;
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
  position: relative;
  overflow: hidden;
}

.location-name {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 9px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card-arrow-small-icon {
  z-index: 10;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  display: flex;
  position: relative;
}

.vacation-card-small-arrow {
  width: 14px;
}

.location-card-background {
  opacity: 0;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.cart-quantity-green {
  min-width: auto;
  height: auto;
  color: var(--primary-dark);
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  display: flex;
}

.destination-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-style: normal;
}

.destination-title-wrapper {
  margin-bottom: 20px;
}

.small-subtitle {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.destination-category {
  background-image: linear-gradient(135deg, var(--primary), var(--pink));
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border-radius: 50px;
  padding: 4px 12px;
}

.destination-category:hover {
  color: var(--white);
}

.destination-link-title {
  color: var(--primary-dark);
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Libre Baskerville, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.destination-link-title:hover {
  color: var(--btn-color);
}

.destination-link-title.small-heading {
  font-family: Antapani, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.3em;
}

.subtitle-mini {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.destination-price {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 500;
}

.category-wrapper {
  border-radius: 50px;
}

.info-con {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.category-card-name {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.category-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  display: grid;
}

.category-destination-overlay {
  background-color: #00000059;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.recommended-title-tour {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-style: normal;
}

.order-item-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

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

.order-image {
  object-fit: cover;
  object-position: 50% 25%;
  border-radius: 8px;
  width: 90px;
  height: 80px;
}

.order-price {
  font-weight: 500;
}

.order-info-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.no-shrink-wrapper {
  flex-flow: wrap;
}

.product-link-category {
  z-index: 25;
  background-color: var(--btn-color);
  color: #fff;
  letter-spacing: .2em;
  border-radius: 50px;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 1em;
  position: relative;
}

.product-link-category:hover {
  color: #fff;
  background-color: #01444a;
}

.quantity-input {
  border: 1px solid var(--gray);
  background-color: var(--white);
  width: 100%;
  min-height: 60px;
  color: var(--black);
  border-radius: 50px;
  margin-bottom: 16px;
  padding: 16px 15px 16px 18px;
  font-size: 16px;
  font-weight: 400;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.quantity-input:focus {
  border-color: var(--primary-green);
  padding-left: 24px;
  box-shadow: 0 0 20px #90f0;
}

.quantity-input::placeholder {
  color: var(--paragraph-gray);
  font-size: 16px;
  font-weight: 400;
}

.category-collection-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shop-category {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.dark-overlay-category {
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.services-grid {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.service-hero-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--quote-border);
  background-color: var(--primary-light);
  border-radius: 15px;
  flex-flow: column;
  padding: 15px;
  transition: all .45s;
  display: flex;
  box-shadow: 0 0 15px #a4add34d;
}

.service-hero-item:hover {
  border-color: var(--white);
  background-color: var(--white);
  margin-top: -20px;
  margin-bottom: 20px;
  box-shadow: 0 0 15px #a4add300;
}

.service-bottom-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-title {
  margin-top: 0;
  margin-bottom: 0;
}

.service-description {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.service-top-intro {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-top-photo {
  border: 3px solid var(--primary);
  border-radius: 100px;
  width: 200px;
  height: 120px;
  position: relative;
  overflow: hidden;
}

.service-image {
  background-image: url('../images/Img-3_1Img-3.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.service-image.serv-img-2 {
  background-image: url('../images/Img-1_1Img-1.webp');
  background-position: 50% 20%;
}

.service-image.serv-img-3 {
  background-image: url('../images/Img-6_1Img-6.webp');
  background-position: 50% 75%;
}

.service-image.serv-img-4 {
  background-image: url('../images/Img-11_1Img-11.webp');
  background-position: 50% 80%;
}

.service-image.serv-img-5 {
  background-image: url('../images/Img-2_1Img-2.webp');
  background-position: 50% 100%;
}

.service-image.serv-img-6 {
  background-image: url('../images/Img-10_1Img-10.webp');
  background-position: 50% 100%;
}

.service-image.serv-img-7 {
  background-image: url('../images/Img-7_1Img-7.webp');
}

.service-image.serv-img-8 {
  background-image: url('../images/Img-9_1Img-9.webp');
  background-position: 50% 35%;
}

.service-image.serv-img-9 {
  background-image: url('../images/Tour-Small--5_1Tour Small -5.webp');
}

.order-circle {
  background-color: var(--primary-green);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: flex;
  position: absolute;
  inset: auto auto 0;
}

.serv-order-item {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 23px;
  display: flex;
  position: relative;
}

.order-number {
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
}

.verticle-line-2 {
  background-color: var(--gray);
  height: 100%;
  position: relative;
}

.popular-events {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-use-cases-2 {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px .6fr;
  grid-auto-columns: 1fr;
  align-content: start;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.our-cases-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.popular-posts {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  place-items: start stretch;
  display: grid;
  position: sticky;
  top: 120px;
}

.use-cases-description {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
}

.use-cases-2-card {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  border: 1px solid var(--quote-border);
  background-color: var(--primary-light);
  min-height: 300px;
  box-shadow: none;
  letter-spacing: 0;
  text-transform: capitalize;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 18px;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.use-cases-2-card:hover {
  box-shadow: 0 0 25px #bcbfcc73;
}

.event-title-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 1.4em;
}

.event-title-name.hover-title {
  background-image: linear-gradient(135deg, var(--primary), var(--pink));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.outline-circle {
  z-index: 10;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #16082803;
  border: 1px solid #ffffff80;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
  position: relative;
}

.background-event {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 35%;
  background-size: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.event-details {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: flex;
}

.slider-arrow {
  width: 18px;
  transform: rotate(-45deg);
}

.cases-hover-cover {
  z-index: 1;
  background-color: var(--primary-light);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.underline-link-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #160828;
  align-items: center;
  height: 1.85rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.event-info {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 24px;
  display: grid;
  position: relative;
}

.background-event-wrapper {
  border-radius: 8px;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.btn-banner-text-2.button-text-bottom-full-width {
  width: 100%;
  position: absolute;
  bottom: -100%;
}

.cases-owerlay-2 {
  z-index: 1;
  background-color: #0000001a;
  position: absolute;
  inset: 0%;
}

.hover-event-circle {
  justify-content: center;
  align-items: center;
  display: flex;
}

.event-image {
  z-index: 10;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle-wrap {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  padding: 60px;
  display: flex;
  position: relative;
}

.upcoming-events-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.upcoming-events-info {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 6px;
  display: grid;
  position: relative;
}

.upcoming-events-link {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  width: 100%;
  color: var(--primary-dark);
  letter-spacing: 0;
  text-transform: capitalize;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 35% 60%;
  grid-auto-columns: 1fr;
  align-content: center;
  padding-right: 5px;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.upcoming-events-link:hover {
  color: var(--primary-dark);
}

.upcoming-events-image {
  z-index: 10;
  width: 100%;
  height: 100%;
  min-height: 100px;
  position: relative;
  overflow: hidden;
}

.hot-discount-label {
  background-image: linear-gradient(135deg, var(--primary), var(--pink));
  color: var(--white);
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
}

.pricing-info-wrap {
  z-index: 90;
  border-top: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: relative;
}

.collection-tour-grid {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: -80px;
  display: grid;
}

.all-tour-collection {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.all-tour-collection.gap-btn {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.tour-banner-title {
  grid-column-gap: 20px;
  grid-row-gap: 24px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.banner-tour-title {
  width: 100%;
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  font-size: 60px;
  font-style: normal;
}

.description-left {
  width: 100%;
  color: var(--white);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.collection-filter-tour-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.category-tour-collection {
  flex-flow: column;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.our-tours-hero-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  place-items: start center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-bottom: 220px;
  display: grid;
  position: relative;
}

.tour-banner-overlay {
  background-color: #0003;
  background-image: linear-gradient(315deg, #00000040 10%, var(--transparent) 65%), linear-gradient(90deg, #0009, #00000080 27%, var(--transparent) 84%);
  position: absolute;
  inset: 0%;
}

.collection-tour-003 {
  flex-flow: column;
  width: 85%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.collection-tour-03-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.tour-02-collection {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.collection-tour-02-grid {
  grid-column-gap: 15px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.tour-02-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid var(--gray);
  background-color: var(--white);
  border-radius: 15px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .9fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 15px;
  transition: all .45s;
  display: grid;
  position: relative;
}

.tour-02-item:nth-child(odd) {
  grid-auto-columns: 1fr;
}

.tour-02-item:hover {
  border-color: var(--quote-border);
  background-color: var(--primary-light);
  box-shadow: 0 0 25px #acb1c74d;
}

.tour-info-card {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 24px;
  display: flex;
}

.verticle-tour-card {
  border-radius: 15px;
  align-items: flex-end;
  height: 100%;
  min-height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.outline-card-button {
  border: 1px solid var(--gray);
  background-color: var(--white);
  color: var(--primary-dark);
  letter-spacing: .1em;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-weight: 600;
  display: flex;
}

.outline-card-button:hover {
  border-color: var(--btn-color);
  background-color: var(--btn-color);
  color: var(--white);
}

.outline-card-button.small {
  padding: 9px 18px;
}

.card-btb-wrapper {
  margin-top: 24px;
  margin-left: auto;
}

.banner-current-tour {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  min-height: 570px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.tour-details {
  background-color: var(--primary-light);
  position: relative;
}

.section-tour-details {
  background-color: var(--primary-light);
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-bottom: .625rem;
  padding-bottom: 80px;
  position: relative;
}

.arrow-icon-2 {
  opacity: 1;
  filter: none;
  width: 16px;
  height: auto;
}

.hero-dot-wrapper {
  flex: none;
  justify-content: flex-start;
  display: flex;
}

.activity-banner-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 60% 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.small-green-ava {
  background-color: var(--white);
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: -20px;
  position: relative;
}

.hotel-rating {
  z-index: 55;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  border: 1px solid var(--white-25);
  background-color: var(--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 2px 10px;
  display: flex;
  position: relative;
}

.arrow-icon-wrapper-2 {
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  overflow: hidden;
}

.feedback-photo {
  background-image: url('../images/Team-7_1Team-7.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  margin: 4px;
  position: absolute;
  inset: 0%;
}

.feedback-photo.photo-3 {
  background-image: url('../images/Team-6_1Team-6.webp');
  background-position: 50% 0;
}

.feedback-photo.photo-2 {
  background-image: url('../images/Team-5_1Team-5.webp');
  background-position: 50% 0;
}

.feedback-photo.photo-5 {
  background-image: url('../images/Team-3_1Team-3.webp');
  background-position: 50% 0;
}

.top-activity-con {
  grid-column-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.top-activity-con.reverse {
  width: 95%;
}

.dance-instructor {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  border: 1px solid #fff3;
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  place-items: center;
  height: 100%;
  min-height: 300px;
  padding: 24px;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.activity-hero-title {
  margin-top: 0;
  margin-bottom: 0;
}

.activity-hero-title.resize-title {
  font-size: 60px;
  font-style: normal;
}

.trainer-image {
  object-fit: cover;
  background-image: url('../images/gallery-26.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 110%;
  height: 100%;
  position: absolute;
  inset: auto;
}

.small-ava-wrap {
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.banner-class-description {
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.trainer-category {
  z-index: 50;
  position: relative;
}

.overlay-avatar {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0003;
  background-image: linear-gradient(180deg, var(--transparent) 50%, #0006 93%);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.ava-text-wrapper {
  z-index: 10;
  flex-direction: column;
  align-items: flex-start;
  height: 30px;
  padding-left: 2px;
  line-height: 1.5;
  display: flex;
  position: relative;
  overflow: hidden;
}

.trainer-name {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.details-info-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.details-info-item.resize-gap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.view-trainer {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 10px;
  display: flex;
}

.title-class-con {
  z-index: 10;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.scroll-line {
  background-color: var(--gray);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.related-vacation-info {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  place-content: end space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.line-wrap {
  width: 100%;
  height: 1px;
  position: relative;
}

.star-rating {
  background-image: linear-gradient(135deg, var(--primary), var(--pink));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fa solid 900", sans-serif;
}

.activity-info {
  z-index: 60;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-direction: row;
  justify-content: flex-end;
  width: auto;
}

.recommended-tour-item, .recommended-tour-list, .recommended-tour-coll-wrap {
  width: 100%;
  height: 100%;
}

.intro-tour-description-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  text-align: center;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.info-dark-item-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px dashed var(--gray);
  background-color: var(--primary-light);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  display: flex;
}

.recommended-trip {
  color: var(--white);
  letter-spacing: .15em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.bottom-info-tour {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.trainer-name-title {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.license-par-link {
  color: var(--primary-dark);
  letter-spacing: .03em;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
}

.license-par-link:hover {
  color: var(--btn-color);
}

.licensing-photo-link {
  border-radius: 8px;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.licensing-photo-link:hover {
  opacity: 1;
}

.licensing-small-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 320px;
}

.licens-wrap {
  z-index: 50;
  position: absolute;
  inset: 0%;
}

.hover-circle-wrapper-5 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.outline-hover-circle-6 {
  z-index: 10;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
}

.eye-icon {
  color: #160828;
  background-color: #fff;
  border-radius: 100%;
  padding: 5px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.hover-circle-wrapper-6 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.outline-hover-circle-7 {
  z-index: 10;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
}

.icons-con {
  width: 50%;
  margin-right: 40px;
}

.scroll-license-line {
  background-color: var(--gray);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.license-link-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.cta-lp-title {
  width: 100%;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.feature-link {
  color: var(--white);
  text-transform: none;
  font-weight: 500;
  text-decoration: underline;
}

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

.print-wrapper-lp {
  z-index: 1;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.print-001-lp {
  opacity: .1;
  width: auto;
  max-width: none;
  height: 750px;
  position: absolute;
  inset: auto 0% -6% auto;
  overflow: auto;
}

.large-team-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
}

.contacts-top-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-style: normal;
}

.promotion-label-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.promotion-label-paragraph {
  color: #fff;
  text-align: left;
  max-width: 94%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

.promotion-label-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
}

.promotion-label-button:hover {
  color: #ffffffb3;
}

.promotion-coupon {
  color: #101828;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  display: inline-block;
}

.promotion-icon {
  margin-right: 8px;
}

.promotion-label-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.promotion-label-left {
  background-color: #0055d4;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: absolute;
}

.promotion-label-buy-this-template {
  color: #000;
  letter-spacing: normal;
  text-transform: capitalize;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 144px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-buy-this-template:hover {
  color: #000;
}

.close-image {
  width: 12px;
  height: 12px;
}

.promotion-labels-wrapper {
  z-index: 2147483647;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.promotion-label-more-templates {
  color: #000;
  letter-spacing: normal;
  text-transform: capitalize;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 144px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-more-templates:hover {
  color: #000;
}

.promotion-label-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: absolute;
  right: 10px;
}

.capabilities_component {
  grid-column-gap: 3rem;
  grid-row-gap: 1.5rem;
  perspective: 1000px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-large {
  font-size: 1.5rem;
}

.text-size-large.text-weight-semibold {
  margin-bottom: 10px;
}

.animated-gradient_embed {
  display: none;
}

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

.navigation_component {
  background-color: #1a1a1a;
}

.section-features {
  position: relative;
}

.footer_component {
  color: #f2f2f2;
  background-color: #1a1a1a;
}

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

.navigation_buttons-wrapper {
  grid-column-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navigation_button {
  color: #1a1a1a;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 10rem;
  padding: .5rem 1.5rem;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s ease-out;
}

.navigation_button:hover {
  transform: translate(0, -.125rem);
  box-shadow: 0 0 0 1px #1a1a1a80, 0 0 12px 6px #fff3;
}

.navigation_button.is-secondary {
  color: #f2f2f2;
  background-color: #1a1a1a;
}

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

.background-noise {
  opacity: .4;
  position: absolute;
  inset: 0%;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.text-style-allcaps {
  text-transform: uppercase;
}

.text-size-small {
  font-size: .875rem;
}

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

.capabilities_item {
  color: #000;
  min-height: 20rem;
  transform-style: preserve-3d;
  background-color: #ebebeb6b;
  border: 1px solid #0000;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  text-decoration: none;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  box-shadow: 2px 2px 20px -4px #00000029;
}

.capabilities_item:hover {
  background-color: var(--dark-teal);
  color: #e0e0e0;
  border-color: #0d0d0d;
  transform: translate3d(0, 0, 1rem);
  box-shadow: 0 12px 24px -8px #0009;
}

.capabilities_item:focus {
  color: #f2f2f2;
  background-color: #1a1a1a;
  border-color: #0d0d0d;
  transform: translate3d(0, 0, 1rem);
  box-shadow: 0 12px 24px -8px #0009;
}

.capabilities_item-link {
  grid-column-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navigation_layout {
  justify-content: space-between;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.text-size-medium {
  font-size: 1.25rem;
}

.paragraph {
  -webkit-text-stroke-color: black;
}

.list-icons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 100%;
  display: grid;
}

.list-icon-data {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.resize-icon {
  width: 30px;
}

.text-block {
  color: var(--primary-dark);
  font-size: 10px;
}

.section-tour-details-2 {
  background-color: #f7f8fc;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-bottom: .625rem;
  padding-bottom: 80px;
  position: relative;
}

.review-name-3 {
  color: #3d511d;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.number-size-large-2 {
  color: #3d511d;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1px;
  padding-right: 1px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.35;
}

.number-size-large-2.color-white {
  color: #fff;
}

.our-tourist-2 {
  color: #bac7a7;
  text-transform: capitalize;
  font-size: 18px;
  font-style: italic;
}

.page-banner-2 {
  background-color: #fff;
  padding-bottom: .625rem;
  position: relative;
}

.hotel-rating-2 {
  z-index: 55;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff;
  border: 1px solid #ffffff40;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 2px 10px;
  display: flex;
  position: relative;
}

.recommended-trip-2 {
  color: #fff;
  letter-spacing: .15em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.star-rating-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #f9a80b, #f3403a);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fa solid 900", sans-serif;
}

.overlay-avatar-2 {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0003;
  background-image: linear-gradient(#fff0 50%, #0006 93%);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.recommended-trip-3 {
  color: #fff;
  letter-spacing: .15em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.star-rating-3 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #f9a80b, #f3403a);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fa solid 900", sans-serif;
}

.image-101 {
  font-size: 13px;
}

.info-dark-item-wrap-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #f7f8fc;
  border: 1px dashed #e9e9e9;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  display: flex;
}

.tour-details-2 {
  background-color: #f7f8fc;
  position: relative;
}

.scroll-line-2 {
  background-color: #e9e9e9;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.feedback-photo-3 {
  background-image: url('../images/Team-7_1Team-7.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  margin: 4px;
  position: absolute;
  inset: 0%;
}

.feedback-photo-3.photo-3 {
  background-image: url('../images/Team-6_1Team-6.webp');
  background-position: 50% 0;
}

.feedback-photo-3.photo-5 {
  background-image: url('../images/Team-3_1Team-3.webp');
  background-position: 50% 0;
}

.feedback-photo-3.photo-2 {
  background-image: url('../images/Team-5_1Team-5.webp');
  background-position: 50% 0;
}

.small-green-ava-2 {
  background-color: #fff;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: -20px;
  position: relative;
}

.class-hero-category-2 {
  z-index: 10;
  background-color: #fff;
  background-image: linear-gradient(45deg, #f3403a, #f9a80b);
  border-radius: 50px;
  padding: 6px 15px;
  position: absolute;
  inset: 12px 12px auto auto;
}

.class-hero-category-2.category-details {
  position: relative;
  inset: 0;
}

.price-details {
  overflow-wrap: normal;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.city-container {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

.tabs-content-wrapper {
  margin-top: 2em;
  overflow: visible;
}

.tabs-nav-background {
  z-index: 1;
  background-color: #fff;
  border-radius: 999em;
  position: absolute;
  inset: 0%;
  box-shadow: 0 22px 2.5em #0006;
}

.tab-content-image {
  border-radius: 1.4em;
}

.tabs-nav-text {
  z-index: 2;
  position: relative;
}

.tab-content-inner {
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  padding: 2rem 1.5rem;
  display: flex;
}

.tab-content-title {
  color: var(--primary-dark);
  font-weight: 500;
  line-height: 1;
}

.tabs-menu-wrapper {
  background-color: var(--dark-teal);
  border-radius: 999em;
  align-items: center;
  padding: .7em .8em;
  display: flex;
}

.tabs-nav-item {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 999em;
  flex: 1;
  padding: 1em 2em;
  transition: all .3s;
  position: relative;
}

.tabs-nav-item:hover {
  background-color: #535353;
}

.tabs-nav-item.w--current {
  color: var(--primary-dark);
  background-color: #0000;
  font-weight: 500;
}

.tabs-nav-item._01 {
  color: #fff;
}

.tabs-nav-item._01:hover {
  background-color: var(--primary-dark);
  color: #fff;
}

.tabs-nav-item._01.w--current {
  color: var(--primary-dark);
}

.tabs-nav-item._03 {
  color: #fff;
}

.tabs-nav-item._03:hover {
  background-color: var(--primary-dark);
  color: #fff;
}

.tabs-nav-item._03.w--current {
  color: var(--primary-dark);
}

.tabs-nav-item._02 {
  color: #fff;
}

.tabs-nav-item._02:hover {
  color: #fff;
  background-color: #0c2e2c75;
}

.tabs-nav-item._02.w--current {
  color: var(--primary-dark);
}

.tabs-nav-item._04 {
  color: #fff;
}

.tabs-nav-item._04:hover {
  background-color: var(--primary-dark);
  color: #fff;
}

.tabs-nav-item._04.w--current {
  color: var(--primary-dark);
}

.div-block {
  background-color: var(--primary-dark);
}

.service-container {
  padding-left: 20px;
  padding-right: 20px;
}

.rich-text-block {
  color: var(--primary-dark);
}

.rich-text-block h3 {
  color: var(--primary);
}

.rich-text-block p, .rich-text-block ul {
  color: var(--primary-dark);
}

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

.list-item, .rich-text-block-3 {
  color: var(--primary-dark);
}

.list-item-2 {
  color: var(--primary-dark);
  -webkit-text-stroke-color: #fff0;
}

.list {
  color: var(--primary-dark);
}

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

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

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

.image-105 {
  width: 3rem;
}

.whatsapp-link {
  z-index: 999;
  position: fixed;
  inset: auto 2% 3% auto;
}

.with-love-div {
  letter-spacing: normal;
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.image-106 {
  width: 16px;
  margin-left: 5px;
  margin-right: 5px;
}

.grid {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
  width: 100%;
}

.link-l {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #000;
  text-underline-offset: .5em;
  flex-flow: column;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.1em;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-decoration-thickness: 1px;
  display: flex;
  position: relative;
}

.link-l:hover {
  text-decoration-color: #f1f1f1;
}

.title {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.title.title-list-02 {
  max-width: 45rem;
}

.list-02-item-body-wrapper {
  overflow: hidden;
}

.list-02-item-body {
  padding-top: 2rem;
}

.link-l-border {
  background-color: #d4d4d4;
  height: 1px;
  position: relative;
  overflow: hidden;
}

.display-s {
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.1em;
}

.list-02-item {
  border-bottom: 1px solid #e6e6e6;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
}

.container {
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.section-bp {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.section-bp.section-list {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.section-bp.section-list.section-list-02 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.body-l {
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.3em;
}

.body-l.display-light {
  font-size: 18px;
}

.link-l-border-transition {
  z-index: 2;
  background-color: #000;
  position: absolute;
  inset: 0%;
  transform: translate(-100%);
}

.display-l {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.1em;
}

.display-2xl {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.1em;
}

.display-2xl.display-uppercase-bold {
  font-size: 3rem;
  font-style: normal;
}

.list-02-header {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 1.5rem;
}

.list-02-item-image-inner-wrapper {
  aspect-ratio: 1;
  background-color: #f1f1f1;
  border-radius: .5rem;
  width: 100%;
  max-width: 20%;
  overflow: hidden;
}

.list-02-item-body-inner {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40rem;
  padding-bottom: .5rem;
  display: flex;
}

.list-02-item-image-outer-wrapper {
  pointer-events: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.list-02-item-image {
  aspect-ratio: 1;
  object-fit: cover;
  height: 100%;
}

.insragram-icon-4 {
  color: #fff;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.top-par-subtitle-2 {
  color: #113835;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.top-par-subtitle-2.text-white {
  color: #fff;
}

.link-line-2 {
  z-index: 5;
  background-color: #113835;
  width: 15%;
  height: 1px;
  position: relative;
}

.benefit-link-wrap-2 {
  color: #113835;
  padding-bottom: 1.2px;
  position: relative;
}

.benefit-link-wrap-2:hover {
  color: #113835;
}

.horizontal-line-gray-2 {
  background-color: #e9e9e9;
  flex: 1;
  height: 1px;
}

.benefits-box-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hover-circle-wrapper-7 {
  border-radius: 10px 40px;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  padding: 60px;
  display: flex;
  position: relative;
}

.subtitle-circle-color-2 {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  position: relative;
}

.outline-hover-circle-8 {
  z-index: 10;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #113835;
  border: 1px dashed #ffffff80;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  position: relative;
}

.primary-button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #113835;
  border: 1px dashed #113835;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  height: auto;
  min-height: 60px;
  padding: 15px 24px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.primary-button-2:hover {
  opacity: 1;
  color: #113835;
  background-color: #fff;
}

.h6-top-subtitle-dark-2 {
  color: #113835;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.verticle-line-3 {
  background-color: #e9e9e9;
  height: 100%;
  position: relative;
}

.benefit-icon-item-2 {
  color: #516381;
  background-color: #f9f9fa;
  border: 1px solid #c0c0d333;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 6px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.insragram-icon-5 {
  color: #fff;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.top-par-subtitle-3 {
  color: #113835;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.link-line-3 {
  z-index: 5;
  background-color: #113835;
  width: 15%;
  height: 1px;
  position: relative;
}

.benefit-link-wrap-3 {
  color: #113835;
  padding-bottom: 1.2px;
  position: relative;
}

.benefit-link-wrap-3:hover {
  color: #113835;
}

.outline-hover-circle-9 {
  z-index: 10;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #113835;
  border: 1px dashed #ffffff80;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  position: relative;
}

.h6-top-subtitle-dark-3 {
  color: #113835;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.verticle-line-4 {
  background-color: #e9e9e9;
  height: 100%;
  position: relative;
}

.benefit-icon-item-3 {
  color: #516381;
  background-color: #f9f9fa;
  border: 1px solid #c0c0d333;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 6px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.client-marquee-row {
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  display: flex;
}

.client-marquee-row.padding-top-bott {
  padding-top: 40px;
  padding-bottom: 40px;
}

.client-marquee-list {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.client-marquee-list.left {
  margin-right: 10px;
}

.client-marquee-logo {
  max-width: 90%;
  height: 80px;
}

.client-marquee-wrapper {
  z-index: 5;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-style-h3 {
  letter-spacing: 0;
  text-transform: none;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}

.text-color-light-purple {
  color: #b27afc;
}

.client-marquee-right-overlay {
  pointer-events: none;
  background-image: linear-gradient(90deg, #ffffff47, #fff);
  width: 230px;
  height: 150px;
  position: absolute;
  inset: -18% 0% 0% auto;
}

.client-marquee-item {
  margin-right: 5px;
}

.client-marquee-inner {
  z-index: 3;
  text-align: center;
  width: 680px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-2 {
  z-index: 9;
  width: 100%;
  max-width: 95%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.client-marquee-left-overlay {
  pointer-events: none;
  background-image: linear-gradient(90deg, #fff, #ffffff47);
  width: 300px;
  height: 150px;
  position: absolute;
  inset: -18% auto 0% 0%;
}

.client-marquee-section {
  z-index: 2;
  background-color: #18111e;
  border-top-left-radius: 82px;
  border-top-right-radius: 82px;
  margin-top: -100px;
  padding-top: 15vh;
  padding-bottom: 15vh;
  position: relative;
}

.client-marquee-gradient {
  filter: blur(80px);
  pointer-events: none;
  background-image: url('../images/Rectangle-3463876_1Rectangle 3463876.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 400px;
  height: 400px;
  position: absolute;
  inset: 9% auto auto 50%;
  transform: translate(-50%);
}

.marquee-wrap {
  display: flex;
}

.loop-track {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.white-gradiant-overlay-div {
  z-index: 5;
  background-image: linear-gradient(to right, #fff, #fff0);
  min-width: 14rem;
  min-height: 5rem;
  position: absolute;
  inset: -16px auto 0% 0%;
}

.white-gradiant-overlay-div._1 {
  background-image: linear-gradient(260deg, #fff, #fff0);
  left: auto;
  right: 0%;
}

.loop-collection {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  display: flex;
}

.main-container {
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.bg-background {
  background-image: url('../images/bg-tour.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  margin: .6rem;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 100px;
  }

  h2 {
    font-size: 50px;
  }

  blockquote {
    font-size: 30px;
  }

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

  .section.small-desktop-padding, .section.shop-category-section {
    padding-top: 100px;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .headings-typography-wrapper {
    width: 48%;
  }

  .style-guide-body-wrapper, .licensing-paragraph {
    margin-right: 60px;
  }

  .utility-page-content {
    width: 330px;
  }

  .password-image {
    height: 120px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .style-guide-button-wrapper {
    width: auto;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .landing-inner-pages-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .landing-banner-title-wrapper {
    max-width: 1050px;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .section-purchase {
    padding-top: 130px;
  }

  .border-wrap-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .nav-dropdown-list-item-3.w--open {
    left: auto;
  }

  .nav-dropdown-list-item-3.megamenu.w--open {
    left: -279px;
  }

  .logo-project {
    height: 40px;
  }

  .burger-nav-2, .black-nav-wrapper {
    min-width: 160px;
  }

  .banner-overlay {
    background-image: linear-gradient(135deg, #00000059 2%, var(--transparent) 44%), linear-gradient(180deg, #00000030 14%, var(--transparent) 29%), linear-gradient(45deg, #11241c94 28%, var(--transparent) 82%);
  }

  .par-wdth {
    width: 55%;
  }

  .top-title-space {
    width: 85%;
  }

  .grid-wrapper {
    grid-template-columns: 60px minmax(auto, 1400px) 1fr;
  }

  .cards-mask {
    width: 35%;
  }

  .story-wrapper {
    grid-row-gap: 80px;
  }

  .h2-black-title {
    font-size: 39px;
  }

  .about-us-con {
    padding-right: 140px;
  }

  .boxed-intro {
    max-width: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }

  .instagram-main-container {
    min-height: 600px;
  }

  .instagram-link.image-07 {
    width: 15em;
  }

  .instagram-link.image-03 {
    width: 20em;
  }

  .instagram-link.image-02 {
    width: 15em;
  }

  .instagram-link.image-01 {
    width: 9em;
    top: -260px;
  }

  .instagram-link.image-05 {
    width: 16em;
    top: 0;
  }

  .instagram-link.image-06 {
    width: 15em;
  }

  .info-tour-text {
    width: 90%;
  }

  .title-with-lines {
    width: 75%;
  }

  .sticky-intro {
    width: 35%;
    top: 220px;
  }

  .resources-list-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .about-us-card {
    padding-left: 36px;
    padding-right: 36px;
  }

  .flex-con {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .top-text-subtitle {
    width: 85%;
  }

  .section-services {
    padding-top: 130px;
  }

  .gallery-slide {
    height: 85vh;
  }

  .top-title-wrap {
    width: 65%;
  }

  .project-name {
    padding: 36px;
  }

  .service-link {
    font-size: 30px;
  }

  .project-card {
    padding: 36px;
  }

  .categories-link-text {
    font-size: 46px;
  }

  .footer-bg {
    padding-top: 100px;
  }

  .number-size-large {
    font-size: 30px;
  }

  .testimonial-slide-content-2 {
    min-height: 24rem;
  }

  .action-heading-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .action-section.small-padding {
    padding-bottom: 200px;
  }

  .plane-svg {
    bottom: 20%;
    left: 45%;
  }

  .airplane-path {
    top: -22%;
    left: 19%;
  }

  .print-001 {
    bottom: 33%;
  }

  .footer-socials {
    width: 60px;
    height: 60px;
  }

  .footer-useful-link {
    height: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .address-footer {
    width: 80%;
  }

  .feedback-white-wrap {
    width: 90px;
    height: 90px;
  }

  .feedback-white-wrap.big-one {
    width: 120px;
  }

  .footer-white-paradraph {
    width: 80%;
    font-size: 18px;
  }

  .footer-white-paradraph.par-1 {
    width: 95%;
  }

  .text-footer-white {
    font-size: 24px;
  }

  .address-footer-text {
    font-size: 18px;
  }

  .footer-form.borders {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-grid {
    grid-column-gap: 40px;
  }

  .height-photo-container {
    height: 360px;
  }

  .our-experts-wrap.top-spase {
    margin-top: 80px;
  }

  .member-name-2 {
    font-size: 24px;
  }

  .section-team {
    padding-bottom: 130px;
  }

  .tour-category-collection.about-us-list {
    width: 90%;
  }

  .footer-print {
    height: 850px;
  }

  .card-title {
    font-size: 35px;
  }

  .hero-video-wrapper {
    width: 60vw;
    max-width: 700px;
  }

  .print-002 {
    height: 550px;
  }

  .header-link-item-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .border-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .right-header-wrap {
    grid-column-gap: 30px;
  }

  .home-2-banner {
    min-height: 100vh;
  }

  .hero-intro-home-2 {
    max-width: 950px;
  }

  .slide-content-home-2 {
    min-height: 100vh;
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .hero-h1-title {
    font-size: 65px;
  }

  .statistic-description {
    width: 85%;
  }

  .statistics-container {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1px 1fr 1px 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
  }

  .section-numbers {
    padding-bottom: 130px;
  }

  .way-001 {
    height: 444px;
    bottom: 90%;
    right: 1%;
  }

  .way-002 {
    height: 358px;
    top: 37%;
    right: 30%;
  }

  .way-003 {
    height: 451px;
    bottom: 70%;
    left: 25%;
  }

  .section-insta {
    padding-top: 60px;
  }

  .image-gallery {
    width: 230px;
  }

  .blog-title {
    width: 95%;
    font-size: 34px;
  }

  .recent-blog-name {
    font-size: 17px;
  }

  .hero-form-block {
    padding: 60px;
  }

  .cta-intro-container {
    max-width: 900px;
  }

  .grid-top-tours {
    padding-bottom: 130px;
  }

  .popular-vacations {
    padding-top: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .about-wrapper {
    grid-column-gap: 180px;
    grid-template-columns: .6fr .5fr;
    padding-bottom: 60px;
  }

  .collection-blog-1-grid {
    grid-column-gap: 30px;
  }

  .large-image {
    min-height: 350px;
  }

  .cta-top-title {
    font-size: 55px;
  }

  .class-hero-category {
    padding-right: 18px;
  }

  .event-verticle-card {
    padding: 18px;
  }

  .work-title.large-title {
    font-size: 35px;
  }

  .banner-003 {
    min-height: 100vh;
  }

  .testimonial-content {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-hero-text {
    font-size: 35px;
  }

  .list-blog-item {
    grid-column-gap: 60px;
  }

  .categories-link-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-right: 25px;
  }

  .categories-link-2.blog-category {
    top: 60px;
  }

  .blog-image-container-2 {
    width: 300px;
    height: 400px;
  }

  .blog-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }

  .blog-info-title-2 {
    margin-top: 24px;
  }

  .home-hero-content {
    grid-template-columns: 60% 40%;
    padding-bottom: 180px;
  }

  .accent-description {
    width: 80%;
  }

  .banner-title-home-1 {
    font-size: 70px;
  }

  .hero-slide-arrow {
    right: 400px;
  }

  .home-hero-intro {
    max-width: 700px;
  }

  .padding-wrap {
    grid-column-gap: 180px;
    grid-template-columns: .6fr .5fr;
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .faq-hero-title-dark {
    font-size: 21px;
  }

  .faq-answer {
    padding-right: 70px;
  }

  .faq-grid-item {
    width: auto;
  }

  .faq-grid {
    width: 90%;
  }

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

  .large-circle-link-home-3 {
    bottom: 120px;
  }

  .large-cta-title {
    font-size: 70px;
  }

  .landing-hero-banner {
    padding-top: 160px;
  }

  .inner-banner.faq-banner {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .inner-banner-title {
    font-size: 100px;
  }

  .intro-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .photo-section {
    padding-bottom: 240px;
  }

  .about-us-hero-content {
    padding-top: 180px;
    padding-bottom: 220px;
  }

  .about-us-hero-title {
    width: 90%;
  }

  .about-us-description {
    width: 50%;
  }

  .banner-title-about-us {
    width: 90%;
  }

  .destination-dual-grid {
    grid-column-gap: 80px;
  }

  .destination-slide-content {
    margin-left: 80px;
    padding-left: 36px;
  }

  .destination-grid-wrapper {
    grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  }

  .testimonial {
    max-width: 700px;
  }

  .slider-mask-testimonials {
    width: 55%;
  }

  .reviev-dark-text {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 26px;
  }

  .review-section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .tour-slide-content {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .hot-tour-title {
    font-size: 65px;
  }

  .feedback-white-wrap-2 {
    width: 90px;
    height: 90px;
  }

  .feedback-white-wrap-2.big-one {
    width: 120px;
  }

  .footer-white-paradraph-2 {
    width: 80%;
    font-size: 18px;
  }

  .footer-white-paradraph-2.par-1 {
    width: 95%;
  }

  .footer-socials-2 {
    width: 60px;
    height: 60px;
  }

  .footer-useful-link-3 {
    height: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .address-footer-text-3 {
    font-size: 18px;
  }

  .footer-bg-3 {
    padding-top: 100px;
  }

  .footer-useful-link-4 {
    height: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-bg-4 {
    padding-top: 100px;
  }

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

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

  .coming-soon-text {
    width: 100%;
  }

  .coming-soon-heading-3 {
    width: 100%;
    font-size: 67px;
  }

  .loop-container {
    grid-column-gap: 60px;
  }

  .coming-soon-container {
    max-width: 1230px;
  }

  .hero-form-coming-soon-2 {
    width: 98%;
  }

  .blog-sidebar-wrap {
    grid-column-gap: 60px;
  }

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

  .blog-3-grid {
    grid-row-gap: 30px;
  }

  .large-banner {
    min-height: 450px;
  }

  .blog-banner-title {
    font-size: 100px;
  }

  .activity-verticle-card {
    padding: 18px;
  }

  .news-title {
    font-size: 20px;
  }

  .verticle-card-image-2 {
    min-height: 300px;
  }

  .sidebar-recent-post-image-2 {
    width: 90px;
  }

  .subtitle-blog {
    font-size: 16px;
  }

  .tab-top-2.recent-posts {
    padding-right: 40px;
  }

  .banner-paragraph-2 {
    width: 80%;
  }

  .blog-details-title-2 {
    font-size: 56px;
  }

  .blog-intro-content-2 {
    width: 92%;
    padding-top: 200px;
  }

  .scroll-blog-link {
    right: 0;
  }

  .section-blog-details-2 {
    height: 650px;
  }

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

  .item-news-grid {
    grid-row-gap: 60px;
  }

  .project-title {
    font-size: 20px;
  }

  .portfolio-3-image {
    height: 400px;
  }

  .cases-3-grid {
    grid-column-gap: 30px;
    grid-row-gap: 80px;
  }

  .project-3-card-bottom-2 {
    grid-template-columns: .8fr 20px;
  }

  .project-title-2 {
    font-size: 22px;
  }

  .portfolio-3-image-2 {
    height: 450px;
  }

  .small-banner-title {
    font-size: 120px;
  }

  .section-search {
    padding-top: 200px;
  }

  .results-grid {
    grid-column-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .fashionistas-photo-wrap {
    width: 60px;
    height: 60px;
  }

  .customer-info {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .review-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .our-stories {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .stories-item {
    padding: 40px 20px;
  }

  .column-stories {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .name-person {
    font-size: 16px;
  }

  .inner-title-wrap {
    width: 70%;
  }

  .inner-banner-title-small {
    font-size: 90px;
  }

  .collection-grid-4-2 {
    grid-column-gap: 60px;
  }

  .card-img.large-height {
    height: 450px;
  }

  .shop-details-wrapper-2 {
    grid-column-gap: 90px;
  }

  .portfolio-image-cover-2 {
    height: 550px;
    min-height: 550px;
  }

  .lightbox-link-shop {
    min-width: 550px;
    height: 600px;
  }

  .section-shop-details {
    padding-top: 200px;
    padding-bottom: 130px;
  }

  .h2-shop-details {
    font-size: 40px;
  }

  .shop-details-hero-title {
    font-size: 70px;
  }

  .our-price {
    grid-column-gap: 30px;
  }

  .section-price {
    padding-top: 200px;
    padding-bottom: 130px;
  }

  .pricing-title {
    font-size: 70px;
  }

  .pricing-hero-title {
    width: 90%;
  }

  .section-contact-us {
    padding-top: 200px;
  }

  .contact-us-container {
    max-width: 900px;
  }

  .destination-title {
    font-size: 100px;
  }

  .destination-link-title {
    font-size: 35px;
  }

  .category-collection-grid {
    grid-column-gap: 60px;
  }

  .shop-category {
    width: 90%;
  }

  .services-grid {
    grid-column-gap: 40px;
  }

  .service-hero-item {
    padding: 20px;
  }

  .service-description {
    width: 90%;
  }

  .service-top-photo {
    height: 130px;
  }

  .grid-use-cases-2 {
    grid-column-gap: 80px;
  }

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

  .popular-posts {
    grid-row-gap: 40px;
  }

  .event-title-name {
    font-size: 30px;
  }

  .upcoming-events-title {
    font-size: 22px;
  }

  .upcoming-events-image {
    min-height: 120px;
  }

  .pricing-info-wrap {
    margin-bottom: 15px;
  }

  .collection-tour-grid {
    grid-column-gap: 30px;
  }

  .tour-banner-title {
    grid-template-columns: 1.25fr .8fr;
  }

  .banner-tour-title {
    font-size: 80px;
  }

  .description-left {
    width: 78%;
  }

  .collection-filter-tour-grid {
    grid-column-gap: 30px;
  }

  .category-tour-collection {
    width: 75%;
  }

  .our-tours-hero-content {
    padding-bottom: 220px;
  }

  .collection-tour-003 {
    width: 75%;
  }

  .collection-tour-03-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .collection-tour-02-grid {
    grid-column-gap: 30px;
  }

  .tour-02-item {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr .8fr;
  }

  .tour-info-card {
    padding-right: 60px;
  }

  .verticle-tour-card {
    min-height: 350px;
  }

  .section-tour-details {
    padding-bottom: 130px;
  }

  .activity-banner-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .top-activity-con.reverse, .banner-class-description {
    width: 90%;
  }

  .ava-text-wrapper {
    height: 36px;
  }

  .trainer-name {
    min-height: 36px;
  }

  .title-class-con {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .trainer-name-title {
    min-height: 36px;
  }

  .icons-con {
    width: 45%;
  }

  .cta-lp-title {
    width: 80%;
  }

  .print-001-lp {
    height: 850px;
    bottom: 6%;
  }

  .large-team-title {
    font-size: 55px;
  }

  .section-tour-details-2 {
    padding-bottom: 130px;
  }

  .number-size-large-2 {
    font-size: 30px;
  }

  .class-hero-category-2 {
    padding-right: 18px;
  }

  .client-marquee-inner {
    width: 800px;
  }

  .container-2 {
    max-width: 95%;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .base-container {
    max-width: 1400px;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .nav-dropdown-list-item-3.megamenu.w--open {
    left: -199px;
  }

  .full-nav-hero-container {
    max-width: 1400px;
  }

  .par-wdth {
    width: 50%;
  }

  .banner-con {
    width: 64%;
  }

  .h1-wrapper {
    width: 75%;
  }

  .grid-wrapper {
    grid-template-columns: 35px minmax(auto, 1400px) 1fr;
  }

  .cards-mask {
    width: 31.7%;
  }

  .card-img-2 {
    height: 520px;
  }

  .h2-black-title {
    font-size: 44px;
  }

  .about-paragraphs {
    width: 95%;
  }

  .about-us-con {
    padding-right: 220px;
  }

  .boxed-intro {
    max-width: 90%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .h2-hero-text {
    font-size: 70px;
  }

  .instagram-main-container {
    min-height: 700px;
  }

  .instagram-link.image-07 {
    width: 23em;
  }

  .instagram-link.image-02 {
    width: 20em;
    left: 120px;
  }

  .instagram-link.image-01 {
    width: 12em;
  }

  .instagram-link.image-05 {
    width: 21em;
  }

  .instagram-link.image-06 {
    width: 22em;
  }

  .label-recommends {
    width: 70px;
    height: 70px;
    top: 35px;
    right: 30px;
  }

  .info-tour-text {
    width: 75%;
  }

  .bottom-slider-line {
    width: 88%;
  }

  .latest-event-title {
    font-size: 40px;
  }

  .benefit-card {
    padding-left: 36px;
    padding-right: 36px;
  }

  .top-title-wrap {
    width: 60%;
  }

  .top-title-wrap.large-wdth {
    width: 65%;
  }

  .top-title-wrap.middle-wdth {
    width: 55%;
  }

  .description-wrap {
    width: 90%;
  }

  .categories-link-text {
    font-size: 52px;
  }

  .number-size-large {
    font-size: 32px;
  }

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

  .plane-svg {
    left: 40%;
  }

  .airplane-path {
    left: 18%;
  }

  .print-001 {
    bottom: 35%;
  }

  .feedback-white-wrap {
    width: 100px;
    height: 100px;
  }

  .feedback-white-wrap.big-one {
    width: 150px;
  }

  .footer-white-paradraph.par-1 {
    width: 80%;
  }

  .feedback-photo-2.photo-3 {
    background-position: 50% 80%;
  }

  .text-footer-white {
    font-size: 26px;
  }

  .height-photo-container {
    height: 420px;
  }

  .footer-print {
    right: -17%;
  }

  .hero-video-wrapper {
    max-width: 750px;
  }

  .print-002 {
    right: -5%;
  }

  .header-link-item-3 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .ton-menu-info, .main-menu-wrapper {
    max-width: 1400px;
  }

  .preloader-hide-me-and-design {
    display: none;
  }

  .slide-content-home-2 {
    max-width: 1400px;
  }

  .big-number {
    font-size: 17rem;
  }

  .way-001 {
    right: 4%;
  }

  .way-002 {
    top: 44%;
  }

  .way-003 {
    bottom: 74%;
  }

  .image-gallery-row {
    justify-content: center;
    align-items: center;
  }

  .image-gallery {
    width: 260px;
    height: 360px;
  }

  .blog-title {
    font-size: 40px;
  }

  .recent-blog-name {
    font-size: 20px;
  }

  .large-image {
    min-height: 400px;
  }

  .top-par-subtitle {
    width: 79%;
  }

  .verticle-card-image {
    min-height: 300px;
  }

  .list-blog-item {
    grid-column-gap: 80px;
  }

  .blog-image-container-2 {
    width: 350px;
  }

  .blog-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-between;
    align-items: center;
  }

  .home-hero-content {
    grid-template-columns: 65% 35%;
  }

  .hero-slide-arrow {
    right: 320px;
  }

  .faq-answer {
    padding-right: 75px;
  }

  .large-circle-link-home-3 {
    bottom: 140px;
  }

  .small-cta-width {
    width: 93%;
  }

  .large-cta-title {
    font-size: 75px;
  }

  .inner-banner {
    min-height: 450px;
  }

  .banner-img.tour-1-banner {
    background-position: 50% 80%;
  }

  .inner-banner-title {
    font-size: 120px;
  }

  .intro-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-us-hero-title {
    width: 80%;
  }

  .destination-dual-grid {
    grid-column-gap: 100px;
  }

  .destination-item {
    grid-template-columns: 1.4fr 1fr;
  }

  .slider-mask-testimonials {
    width: 50%;
  }

  .tour-slide-content {
    max-width: 1400px;
  }

  .feedback-white-wrap-2 {
    width: 100px;
    height: 100px;
  }

  .feedback-white-wrap-2.big-one {
    width: 150px;
  }

  .footer-white-paradraph-2.par-1, .inner-title-wrapper {
    width: 80%;
  }

  .coming-soon-heading-3 {
    font-size: 70px;
  }

  .coming-soon-container {
    max-width: 1390px;
  }

  .hero-form-coming-soon-2 {
    width: 90%;
  }

  .error-404-text {
    font-size: 40px;
  }

  ._404-title {
    font-size: 140px;
  }

  .news-title {
    font-size: 24px;
  }

  .verticle-card-image-2 {
    min-height: 350px;
  }

  .sidebar-recent-post-image-2 {
    width: 100px;
    height: 120px;
  }

  .sidebar-recent-post-link {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .subtitle-blog {
    font-size: 18px;
  }

  .blog-intro-content-2 {
    width: 78%;
  }

  .project-title {
    font-size: 24px;
  }

  .use-cases-3-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .project-3-card-bottom-2 {
    grid-template-columns: .75fr 20px;
  }

  .project-title-2 {
    font-size: 24px;
  }

  .portfolio-3-image-2 {
    height: 500px;
  }

  .small-banner-title {
    font-size: 130px;
  }

  .results-grid {
    grid-column-gap: 80px;
  }

  .hero-feedback {
    font-size: 18px;
  }

  .fashionistas-photo-wrap {
    width: 75px;
    height: 75px;
  }

  .our-stories {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .stories-item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .rating-star-item, .job-position {
    font-size: 18px;
  }

  .column-stories {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .name-person {
    font-size: 18px;
  }

  .inner-title-wrap {
    width: 50%;
  }

  .card-img {
    height: 450px;
  }

  .card-img.large-height {
    height: 480px;
  }

  .product-title {
    font-size: 22px;
  }

  .portfolio-image-cover-2 {
    height: 600px;
    min-height: 600px;
  }

  .our-price {
    width: 95%;
  }

  .price-title {
    font-size: 35px;
  }

  .pricing-hero-title {
    width: 80%;
  }

  .shop-category {
    width: 85%;
  }

  .event-info {
    grid-row-gap: 40px;
  }

  .upcoming-events-link {
    grid-template-columns: 45% 50%;
  }

  .banner-tour-title {
    font-size: 95px;
  }

  .description-left {
    width: 68%;
  }

  .collection-tour-003 {
    width: 80%;
  }

  .top-activity-con.reverse {
    width: 85%;
  }

  .intro-tour-description-wrap {
    width: 90%;
  }

  .icons-con {
    width: 40%;
  }

  .print-001-lp {
    height: 950px;
    bottom: 3%;
  }

  .large-team-title {
    font-size: 65px;
  }

  .number-size-large-2 {
    font-size: 32px;
  }

  .top-par-subtitle-2, .top-par-subtitle-3 {
    width: 79%;
  }

  .client-marquee-right-overlay {
    width: 320px;
    height: 180px;
    top: -22%;
  }

  .client-marquee-item {
    margin-right: 70px;
  }

  .client-marquee-inner {
    width: 900px;
    margin-bottom: 100px;
  }

  .client-marquee-left-overlay {
    width: 320px;
    height: 180px;
    top: -22%;
  }

  .client-marquee-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .client-marquee-gradient {
    width: 450px;
    height: 450px;
  }
}

@media screen and (min-width: 1920px) {
  .base-container {
    max-width: 1600px;
  }

  .landing-banner-title-wrapper {
    max-width: 1350px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .nav-dropdown-list-item-3.megamenu.w--open {
    left: auto;
  }

  .full-nav-hero-container {
    max-width: 1600px;
  }

  .banner-text-content {
    padding-top: 200px;
  }

  .par-wdth {
    width: 44%;
  }

  .h1-wrapper {
    width: 64%;
  }

  .grid-wrapper {
    grid-template-columns: 170px minmax(auto, 1400px) 1fr;
  }

  .cards-mask {
    width: 45%;
  }

  .collection-new-product-item {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .card-img-2 {
    height: 600px;
  }

  .h2-black-title {
    font-size: 50px;
  }

  .about-us-con {
    padding-right: 260px;
  }

  .boxed-intro {
    max-width: 80%;
  }

  .h2-hero-text {
    font-size: 73px;
  }

  .instagram-main-container {
    min-height: 850px;
  }

  .instagram-link.image-07 {
    width: 27em;
  }

  .instagram-link.image-03 {
    width: 24em;
  }

  .instagram-link.image-02 {
    width: 23em;
    left: 140px;
  }

  .instagram-link.image-01 {
    width: 15em;
  }

  .instagram-link.image-04 {
    width: 26em;
  }

  .instagram-link.image-05 {
    width: 24em;
  }

  .label-recommends {
    width: 80px;
    height: 80px;
    top: 40px;
    right: 35px;
  }

  .info-tour-text {
    width: 90%;
  }

  .title-with-lines {
    width: 70%;
  }

  .bottom-slider-line {
    width: 90%;
  }

  .latest-event-title {
    font-size: 48px;
  }

  .top-text-subtitle {
    width: 74%;
  }

  .top-title-wrap {
    width: 50%;
  }

  .top-title-wrap.large-wdth {
    width: 55%;
  }

  .project-card {
    padding: 64px;
  }

  .categories-link-text {
    font-size: 51px;
  }

  .categories-link {
    padding-left: 25px;
    padding-right: 25px;
  }

  .slide-heading.xl {
    font-size: 130px;
  }

  .bottom-action-part {
    max-width: 1600px;
  }

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

  .plane-svg {
    left: 34%;
  }

  .airplane-path {
    left: 15%;
  }

  .print-001 {
    height: 900px;
    left: -6%;
  }

  .footer-bottom {
    padding-right: 0;
  }

  .footer-white-paradraph, .footer-white-paradraph.par-1 {
    width: 70%;
  }

  .height-photo-container {
    height: 500px;
  }

  .member-name-2 {
    font-size: 26px;
  }

  .tour-category-collection.about-us-list {
    width: 80%;
  }

  .footer-print {
    height: 900px;
    top: 9%;
    right: -5%;
  }

  .best-tour-par {
    width: 70%;
  }

  .hero-video-wrapper {
    max-width: 1000px;
  }

  .print-002 {
    height: 750px;
  }

  .header-link-item-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .ton-menu-info, .main-menu-wrapper {
    max-width: 1600px;
  }

  .preloader-hide-me-and-design {
    display: none;
  }

  .hero-slide-background.two {
    background-position: 50%;
    background-size: cover;
  }

  .slide-content-home-2 {
    max-width: 1600px;
  }

  .big-number {
    padding-bottom: 45px;
    font-size: 22rem;
  }

  .way-001 {
    right: 3%;
  }

  .way-002 {
    top: 56%;
    right: 24%;
  }

  .way-003 {
    bottom: 76%;
    left: 18%;
  }

  .image-gallery {
    width: 350px;
    height: 400px;
  }

  .blog-title {
    width: 80%;
  }

  .recent-blog-name {
    font-size: 24px;
  }

  .grid-intro-con {
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .grid-wrap {
    grid-template-columns: minmax(40px, 1fr) minmax(auto, 1600px) minmax(40px, 1fr);
  }

  .section-intro {
    padding-top: 220px;
  }

  .large-image {
    min-height: 450px;
  }

  .verticle-card-image {
    min-height: 380px;
  }

  .review-banner-content {
    min-height: 750px;
  }

  .blog-image-container-2 {
    width: 400px;
  }

  .hero-slide-arrow {
    right: 260px;
  }

  .home-hero-intro {
    max-width: 700px;
  }

  .faq-hero-title-dark {
    font-size: 22px;
  }

  .faq-grid {
    grid-column-gap: 30px;
    width: 95%;
  }

  .small-cta-width {
    width: 80%;
  }

  .landing-top-title {
    font-size: 120px;
  }

  .inner-banner {
    min-height: 500px;
  }

  .banner-img.tour-1-banner {
    background-position: 50% 75%;
  }

  .intro-right-image.img-height {
    height: 55vh;
  }

  .small-background-image.intro-photo-3 {
    background-position: 50% 30%;
  }

  .about-us-hero-content {
    padding-top: 200px;
  }

  .about-us-hero-title {
    width: 68%;
  }

  .banner-title-about-us {
    width: 100%;
    font-size: 90px;
  }

  .intro-team-con {
    width: 65%;
  }

  .destination-item {
    grid-template-columns: 1.7fr 1fr;
  }

  .slider-mask-testimonials {
    width: 50%;
  }

  .testimonial-item-arrow.right-arrow, .testimonial-item-arrow.left-arrow-cover {
    width: 25%;
  }

  .reviev-dark-text {
    font-size: 28px;
  }

  .scroll-banner-3-link:hover {
    opacity: 1;
  }

  .tour-slide-content {
    max-width: 1600px;
  }

  .footer-white-paradraph-2, .footer-white-paradraph-2.par-1 {
    width: 70%;
  }

  .coming-soon-heading-3 {
    width: 90%;
    font-size: 77px;
  }

  .loop-container {
    grid-column-gap: 100px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: auto .8fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }

  .coming-soon-container {
    max-width: 1870px;
  }

  .hero-form-coming-soon-2 {
    width: 85%;
  }

  .error-404-text {
    font-size: 52px;
  }

  ._404-title {
    font-size: 180px;
  }

  .blog-sidebar-wrap {
    grid-template-columns: 1fr .4fr;
  }

  .large-banner {
    min-height: 500px;
  }

  .blog-banner-title {
    font-size: 110px;
  }

  .news-title {
    font-size: 30px;
  }

  .verticle-card-image-2 {
    min-height: 400px;
  }

  .blog-details-title-2 {
    font-size: 65px;
  }

  .section-blog-details-2 {
    height: 700px;
  }

  .news-grid {
    grid-column-gap: 120px;
  }

  .project-title {
    font-size: 28px;
  }

  .project-3-card-bottom-2 {
    grid-template-columns: .8fr 20px;
  }

  .project-title-2 {
    font-size: 26px;
  }

  .portfolio-3-image-2 {
    height: 550px;
  }

  .news-grid-wrap {
    grid-column-gap: 120px;
  }

  .small-banner-title {
    font-size: 140px;
  }

  .section-search {
    padding-top: 220px;
  }

  .results-grid {
    grid-column-gap: 100px;
  }

  .hero-feedback {
    font-size: 20px;
  }

  .stories-item {
    padding: 50px 40px;
  }

  .rating-star-item {
    font-size: 20px;
  }

  .outdoor-events {
    width: 90%;
  }

  .card-img.large-height {
    height: 540px;
  }

  .product-title {
    font-size: 24px;
  }

  .categories-link-3 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .our-price {
    width: 85%;
  }

  .pricing-hero-title {
    width: 68%;
  }

  .section-contact-us {
    padding-top: 220px;
  }

  .grid-use-cases-2 {
    grid-template-columns: 1fr 1px .5fr;
  }

  .event-title-name {
    font-size: 34px;
  }

  .event-info {
    grid-row-gap: 60px;
  }

  .upcoming-events-image {
    min-height: 140px;
  }

  .tour-banner-title {
    grid-column-gap: 200px;
    grid-template-columns: .85fr .5fr;
  }

  .description-left {
    width: 65%;
  }

  .our-tours-hero-content {
    padding-top: 220px;
  }

  .collection-tour-003 {
    width: 90%;
  }

  .verticle-tour-card {
    min-height: 380px;
  }

  .top-activity-con.reverse, .banner-class-description {
    width: 80%;
  }

  .licensing-small-image {
    height: 400px;
  }

  .icons-con {
    width: 35%;
  }

  .print-001-lp {
    height: 1300px;
    bottom: -4%;
  }

  .large-team-title {
    font-size: 70px;
  }

  .text-block {
    margin-top: 5px;
    font-size: 14px;
    line-height: 2em;
  }

  .client-marquee-logo {
    height: 120px;
  }

  .client-marquee-right-overlay {
    width: 380px;
    height: 200px;
    top: -30%;
  }

  .client-marquee-item {
    margin-right: 80px;
  }

  .client-marquee-inner {
    width: 1000px;
  }

  .container-2 {
    max-width: 90%;
  }

  .client-marquee-left-overlay {
    width: 380px;
    height: 200px;
    top: -30%;
  }

  .client-marquee-section {
    padding-top: 160px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 70px;
  }

  h3 {
    font-size: 30px;
  }

  blockquote {
    font-size: 26px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-container {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .h3-tablet {
    font-size: 30px;
  }

  .style-guide-body-wrapper {
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .blog-sidebar-right {
    width: 100%;
    position: static;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .section-title-description {
    width: 90%;
  }

  .section-title-description.wdth-large {
    width: 100%;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .style-guide-content-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: nowrap;
  }

  .landing-banner-image {
    max-width: 95%;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 60px;
  }

  .landing-features-grid, .landing-inner-pages-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .landing-inner-page-item.home-screen {
    width: auto;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .landing-download-block-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding: 60px 40px;
  }

  .landing-download-block-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

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

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .spacing-system-title {
    font-size: 22px;
  }

  .megamenu-dropdown-wrapper-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .dropdown-header-item-3 {
    background-color: #0000;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    min-height: 60px;
    padding: 0 0 0 15px;
  }

  .border-wrap-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .top-tablet-menu-3 {
    width: 100%;
  }

  .tablet-menu-6 {
    z-index: 900;
    background-color: var(--primary-green);
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding-left: 15px;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .menu-item-wrapper {
    z-index: 900;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    display: flex;
  }

  .nav-dropdown-link-span-2 {
    display: none;
  }

  .nav-dropdown-list-item-3 {
    background-color: #fff;
    border-style: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 0 15px;
    display: none;
    position: static;
  }

  .nav-dropdown-list-item-3.w--open {
    border-style: solid none none;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list-item-3.megamenu {
    padding-right: 0;
  }

  .nav-dropdown-list-item-3.megamenu.w--open {
    border-style: none;
    width: 100%;
    height: 250px;
    overflow: auto;
  }

  .nav-close-icon-6 {
    width: auto;
    height: 18px;
    position: relative;
  }

  .logo-link-mobile {
    justify-content: center;
    margin-bottom: 0;
    display: flex;
  }

  .logo-link-mobile:hover {
    opacity: 1;
  }

  .logo-link-mobile.w--current {
    z-index: 1000;
    margin-bottom: 0;
    padding-top: 0;
  }

  .logo-project.mobi {
    opacity: 0;
  }

  .burger-nav-2 {
    background-color: var(--white-10);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 100px;
    width: 65px;
    min-width: auto;
    height: 45px;
    min-height: auto;
    padding: 0;
    transition: all .45s;
    display: flex;
  }

  .burger-nav-2:hover {
    background-color: var(--primary);
  }

  .hero-nav-dropdown-2 {
    border-bottom: 1px solid var(--gray);
    width: 100%;
    padding-left: 0;
    transition: all .35s;
  }

  .hero-nav-dropdown-2:hover {
    background-color: var(--soft-yellow);
  }

  .icon-wrap-2 {
    border-left: 1px solid var(--gray);
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 60px;
  }

  .nav-bg-cover-2 {
    z-index: -1;
  }

  .navigation-menu {
    height: 80px;
  }

  .full-width-nav-link-2 {
    margin-left: 0;
  }

  .nav-menu-wrap-2 {
    background-color: var(--transparent);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    position: absolute;
    overflow: visible;
  }

  .megamenu-dropdown-wrap-2 {
    justify-content: center;
    width: 100%;
  }

  .header-link-item-2 {
    border-bottom: 1px solid var(--gray);
    background-color: #0000;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 60px;
    padding: 0 0 0 15px;
  }

  .header-link-item-2:hover {
    background-color: var(--soft-yellow);
  }

  .nav-dropdown-link-wrapper-3 {
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper-3:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-shadow-overlay-6 {
    z-index: 1000;
    border: 1px dashed var(--light-green);
    background-color: var(--super-soft-green);
    border-radius: 15px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 320px;
    position: fixed;
    inset: 0% auto 0% 0%;
    overflow: hidden;
  }

  .cart-button-item-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-intro-item-white {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0;
  }

  .nav-intro-item-white.nav-cart, .nav-intro-item-white.nav-cart-dark, .nav-intro-item-white.nav-cart-dark, .nav-intro-item-white.nav-cart-green {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-dropdown-small-icon-2 {
    color: var(--black);
    justify-content: space-between;
    margin-top: auto;
    margin-right: 3px;
    font-size: 14px;
    font-weight: 500;
    display: block;
    inset: 0% 0% 0% auto;
  }

  .close-menu-button-5 {
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 7px 0 5px 20px;
    display: flex;
  }

  .close-menu-button-5.w--open {
    z-index: 50;
    border-left: 1px dashed var(--white-10);
    cursor: auto;
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 80px;
    padding: 26px 20px 10px;
    display: flex;
    position: relative;
  }

  .nav-intro-item-2 {
    color: var(--black);
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 0;
  }

  .cart-wrapper-2 {
    justify-content: flex-end;
  }

  .brand-logo.w--current {
    position: static;
  }

  .full-nav-hero-container {
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
  }

  .cart-quantity-2 {
    color: #fff;
  }

  .dropdown-menu-5 {
    background-color: var(--super-soft-green);
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .nav-cross-wrap-2 {
    display: none;
  }

  .black-nav-wrapper {
    background-color: #fff0;
    justify-content: flex-start;
    align-items: center;
    min-width: auto;
    min-height: auto;
    position: static;
  }

  .hero-top-title {
    font-size: 70px;
  }

  .banner-overlay {
    background-image: linear-gradient(180deg, #00000030 14%, var(--transparent) 29%), linear-gradient(45deg, #11241ca6 26%, var(--transparent) 81%);
  }

  .shop-nav-wrapper {
    background-color: #fff0;
    justify-content: flex-start;
    align-items: center;
    min-width: auto;
    min-height: auto;
  }

  .right-nav-menu {
    margin-left: auto;
  }

  .par-wdth {
    width: 72%;
  }

  .banner-con {
    width: 85%;
  }

  .top-title-space {
    margin-bottom: 10px;
  }

  .nav-intro-item-color {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 0;
  }

  .banner-image {
    background-position: 65%;
  }

  .grid-wrapper {
    grid-template-columns: 60px minmax(auto, 1400px) 1fr;
  }

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

  .cards-mask {
    width: 60%;
  }

  .card-img-2 {
    height: 500px;
  }

  .story-wrapper {
    border-right-style: none;
  }

  .h2-black-title {
    font-size: 28px;
  }

  .about-april {
    width: 100%;
  }

  .about-paragraphs {
    grid-template-columns: 1fr .9fr;
  }

  .about-us-con {
    padding-right: 0;
  }

  .main-container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .boxed-intro {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .app-wrap {
    justify-content: center;
  }

  .hover-circle-wrapper {
    display: none;
  }

  .h2-hero-text {
    font-size: 49px;
  }

  .instagram-main-container {
    min-height: 320px;
  }

  .instagram-link.image-07 {
    width: 12em;
  }

  .instagram-link.image-03 {
    width: 10em;
  }

  .instagram-link.image-02 {
    width: 11em;
    top: -20px;
    left: 90px;
  }

  .instagram-link.image-01 {
    width: 6em;
    top: -40px;
  }

  .instagram-link.image-04 {
    width: 10em;
  }

  .instagram-link.image-05 {
    width: 9em;
  }

  .instagram-link.image-06 {
    width: 7em;
    top: -10%;
  }

  .bottom-slider-line {
    width: 80%;
  }

  .button-holder {
    display: flex;
  }

  .medium-stacked-intro-2 {
    max-width: 100%;
  }

  .sticky-intro {
    width: 100%;
    position: relative;
    top: 0;
  }

  .half-blog-wrapper {
    grid-row-gap: 60px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .list-content-wrapper {
    border-top: 1px solid #0000001a;
    border-left-style: none;
    width: 100%;
    padding-top: 60px;
    padding-left: 0;
  }

  .resources-list-grid {
    grid-row-gap: 60px;
  }

  .latest-events {
    padding-left: 0;
    padding-right: 0;
  }

  .text-blog-content {
    width: 84%;
  }

  .about-us-card {
    width: 80%;
    min-height: 320px;
    margin-top: 0;
    padding-left: 36px;
    padding-right: 36px;
  }

  .benefits-box {
    grid-template-rows: auto 1px auto;
    grid-template-columns: 1fr 1px 1fr;
  }

  .tablet-arrow {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    align-items: center;
    width: auto;
    display: flex;
    position: relative;
  }

  .gallery-mask {
    width: 66.66%;
  }

  .team-grid-wrapper-2 {
    margin-top: 60px;
  }

  .gallery-slider {
    width: 100%;
    padding-bottom: 60px;
  }

  .next-member {
    color: var(--primary-green);
    text-transform: uppercase;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
  }

  .view-link-cover {
    display: none;
  }

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

  .gallery-arrow {
    z-index: 90;
    align-items: flex-end;
    width: auto;
    height: auto;
    margin: auto 0 0;
    transition: all .35s;
    position: absolute;
    inset: auto auto 0% 125px;
  }

  .gallery-arrow.right {
    margin-right: 0;
    top: auto;
    right: 125px;
  }

  .item-slide-nav {
    width: 66.66%;
    height: 30px;
    font-size: 8px;
  }

  .top-title-wrap {
    width: 80%;
  }

  .top-title-wrap.large-wdth {
    width: 100%;
  }

  .top-title-wrap.middle-wdth {
    width: 85%;
  }

  .stacked-grid-content {
    position: relative;
  }

  .service-link {
    font-size: 22px;
  }

  .categories-link-text {
    font-size: 34px;
  }

  .loop-bottom-con {
    padding-top: 0;
    padding-bottom: 0;
  }

  .number-size-large {
    font-size: 30px;
  }

  .con-video {
    flex: 1;
    justify-content: space-between;
    display: flex;
  }

  .testimonial-slide-number {
    margin-bottom: -.625rem;
    margin-left: auto;
    padding-left: 1.25rem;
    bottom: -4rem;
    left: 0%;
  }

  .testimonial-slide-content-2 {
    grid-column-gap: 2.6rem;
    grid-row-gap: 2.6rem;
    min-height: 17rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
  }

  .padding-horizontal-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial-slider-block {
    width: 100%;
    margin-bottom: 4rem;
  }

  .slide-heading {
    font-size: 64px;
  }

  .slide-heading.xl {
    font-size: 100px;
  }

  .plane-svg {
    height: 80px;
    left: 64%;
  }

  .airplane-path {
    top: -22%;
    left: 21%;
  }

  .print-001 {
    height: 500px;
    bottom: 34%;
  }

  .footer-par-copyright {
    grid-column-gap: 5px;
    flex-flow: wrap;
    display: flex;
  }

  .footer-bottom {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: center;
    padding-right: 0;
  }

  .links-container {
    justify-content: center;
    width: 100%;
  }

  .stay-connect {
    align-items: center;
  }

  .footer-rights-text {
    grid-row-gap: 0px;
  }

  .footer-white-paradraph {
    width: 80%;
  }

  .footer-white-paradraph.par-1 {
    width: 95%;
  }

  .app-wrap-2 {
    justify-content: center;
  }

  .footer-info-2 {
    align-items: center;
    width: 100%;
  }

  .home-4-video-wrapper {
    justify-content: center;
    margin-bottom: 40px;
  }

  .text-footer-white {
    width: 100%;
  }

  .footer-l-2 {
    display: none;
  }

  .footer-form {
    text-align: center;
    align-items: center;
  }

  .links-socials, .footer-top-link-wrap {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .footer-con {
    align-items: center;
    width: 100%;
  }

  .footer-center {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .height-photo-container {
    height: 400px;
  }

  .experts-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .our-experts-wrap.top-spase {
    margin-top: 0;
  }

  .footer-print {
    height: 600px;
    inset: auto auto 24% -8%;
  }

  .dark-video-overlay {
    background-color: #00000080;
  }

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

  .card-link {
    border-bottom: 1px solid #8e93a526;
    height: 101%;
    min-height: 360px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

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

  .hero-video-wrapper {
    width: 85vw;
  }

  .large-contacts-form {
    width: 100%;
  }

  .print-002 {
    height: 400px;
  }

  .show-search {
    display: none;
  }

  .nav-line-white-3 {
    background-color: #e3e3e1;
    width: 35px;
    height: .4px;
    margin-bottom: 5px;
  }

  .wrapper-item-home-3 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 10px;
  }

  .hero-nav-dropdown-3 {
    border-bottom: 1px solid #ffffff26;
    width: 100%;
    padding-left: 0;
    transition: all .35s;
  }

  .hero-nav-dropdown-3:hover {
    background-color: #0e0e0e;
  }

  .menu-button-6 {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    height: 40px;
    padding: 15px 0;
  }

  .menu-button-6.w--open {
    background-color: #0000;
    display: none;
  }

  .header-link-item-3 {
    background-color: #0000;
    border-bottom: 1px solid #ffffff26;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 60px;
    padding: 0 0 0 15px;
  }

  .header-link-item-3:hover {
    background-color: #0e0e0e;
  }

  .line-white-3 {
    background-color: #e3e3e1;
    width: 35px;
    height: 1.5px;
  }

  .top-footer-info {
    justify-content: flex-start;
    align-items: center;
  }

  .menu-button-7 {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    height: 40px;
    padding: 15px 0;
  }

  .menu-button-7.w--open {
    background-color: #0000;
    display: none;
  }

  .nav-menu-wrap {
    background-color: #0000;
    flex-direction: column;
    width: 100%;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: visible;
  }

  .nav-dropdown-white {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu-shadow-overlay {
    background-color: var(--white);
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 320px;
    position: fixed;
    inset: 0% auto 0% 0%;
    box-shadow: 0 0 30px #00000026;
  }

  .top-tablet-menu {
    background-color: var(--white);
    width: 100%;
  }

  .border-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .dropdown-menu {
    background-color: var(--white);
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-bottom: 100px;
    overflow: hidden;
  }

  .nav-line-white {
    background-color: #fff;
    height: 1px;
    margin-bottom: 5px;
  }

  .nav-line-white.line-green {
    background-color: var(--primary-dark);
  }

  .flex-nav {
    z-index: 0;
  }

  .close-menu-button-6.w--open {
    z-index: 10;
    background-color: #0000;
    padding: 0 0 2px 20px;
  }

  .nav-fixed-white-menu {
    height: 80px;
  }

  .login-tablet-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .logo-mobile {
    justify-content: center;
    display: flex;
  }

  .logo-mobile:hover {
    opacity: 1;
  }

  .main-menu-wrapper {
    justify-content: space-between;
  }

  .nav-cover {
    z-index: -1;
  }

  .top-nav-wrapper {
    display: none;
  }

  .line-white {
    background-color: #fff;
  }

  .line-white.line-green {
    background-color: var(--primary-dark);
  }

  .right-header-wrap {
    border-left-style: none;
    margin-left: auto;
    padding-right: 30px;
  }

  .tablet-menu-7 {
    border-bottom: 1px solid var(--gray);
    background-color: var(--white);
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding-left: 20px;
    padding-right: 13px;
    display: flex;
  }

  .nav-close-icon-7 {
    align-self: stretch;
    height: 20px;
  }

  .slider-background-wrapper {
    padding: 60px;
  }

  .slider-background-wrapper.hero-wrapper {
    padding-left: 60px;
  }

  .hero-intro-home-2 {
    width: 90%;
  }

  .hero-slide-background {
    background-position: 20% 0;
  }

  .subtitle-intro {
    width: 85%;
  }

  .hero-h1-title {
    font-size: 50px;
  }

  .number-large-circle {
    width: 40px;
    height: 40px;
  }

  .big-number {
    font-size: 9rem;
  }

  .statistics-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .statistical-facts-item {
    align-items: flex-start;
  }

  .way-001 {
    height: 350px;
    bottom: 94%;
  }

  .way-002 {
    height: 315px;
    top: 21%;
    right: 35%;
  }

  .way-003 {
    height: 350px;
    left: 20%;
  }

  .primary-orange-btn.dark-hover:hover {
    border-color: var(--black);
    color: var(--black);
  }

  .green-cover {
    height: 140px;
  }

  .image-gallery {
    width: 180px;
    height: 200px;
  }

  .collection-item-blog {
    width: 49%;
  }

  .blogl-right-wrapper {
    grid-row-gap: 24px;
    width: 100%;
  }

  .our-blog-container {
    grid-row-gap: 120px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    padding-bottom: 0;
  }

  .collection-list-wrapper-3 {
    width: 100%;
  }

  .recent-blog-list {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .large-blog-post {
    min-height: 550px;
  }

  .journal-list-item-content {
    padding-right: 15px;
  }

  .blog-post-list-item {
    min-height: 150px;
  }

  .hero-form-block {
    padding: 36px;
  }

  .success-message-content {
    padding: 12px;
  }

  .quick-links {
    position: relative;
    top: 0;
  }

  .grid-intro-con {
    grid-row-gap: 60px;
    padding: 36px 36px 0;
  }

  .contact-form-wrapper {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .grid-top-tours {
    grid-row-gap: 34px;
    margin-left: 0;
    padding-bottom: 80px;
  }

  .popular-vacations {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .popular-vacations.tour-info-details {
    padding-top: 40px;
    padding-bottom: 28px;
  }

  .about-wrapper {
    grid-template-columns: 1fr;
  }

  .about-images {
    overflow: auto;
  }

  .our-socials {
    display: none;
  }

  .vacations-tab-link-2 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .vacations-tab-link-2.small-paddings {
    padding-left: 0;
    padding-right: 0;
  }

  .project-collection-item-2:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .collection-blog-1-grid {
    grid-column-gap: 20px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .medium-image {
    min-height: 320px;
    margin-top: 0;
  }

  .team-images {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: .5fr .5fr .5fr;
  }

  .hover-circle-wrapper-2 {
    display: none;
  }

  .small-image {
    min-height: 300px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .paralax-background-2.about-seven {
    background-position: 50% 30%;
  }

  .paralax-background-2.about-two {
    background-position: 20% 0;
  }

  .paralax-background-2.about-one {
    background-position: 50% 0;
  }

  .button-group-wrapper, .button-group-wrap {
    justify-content: center;
  }

  .verticle-card-image {
    min-height: 350px;
  }

  .work-title.large-title {
    font-size: 28px;
  }

  .about-animal-description {
    width: 90%;
  }

  .cart-button {
    padding-top: 0;
    padding-bottom: 0;
  }

  .desktop-btn-wrap, .ov-grad {
    display: none;
  }

  .testimonial-slide-arrow {
    top: auto;
    bottom: 120px;
  }

  .testimonial-slide-arrow.right {
    top: auto;
  }

  .testimonial-content {
    max-width: 670px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonial-arrow-line {
    margin-bottom: 170px;
  }

  .review-banner-content {
    min-height: 700px;
  }

  .section-review.clip-section {
    padding-bottom: 80px;
  }

  .list-blog-item {
    border-bottom-style: none;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .news-description-2 {
    width: 100%;
  }

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

  .categories-link-2.blog-category {
    top: 0;
  }

  .blog-image-container-2 {
    width: 100%;
    height: 400px;
  }

  .hover-line.tablet-hidden {
    display: none;
  }

  .blog-container {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .blog-info-title-2 {
    margin-top: 30px;
  }

  .home-hero-content {
    grid-column-gap: 40px;
    grid-template-columns: 1fr auto;
    align-content: center;
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .video-icon-wrapper {
    width: 75%;
    height: 75%;
  }

  .accent-description {
    font-size: 16px;
  }

  .video-hover-button {
    width: 120px;
    height: 120px;
  }

  .hero-video-button {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 140px;
  }

  .hero-slide-arrow {
    transition: all .5s;
    left: 101px;
    right: auto;
  }

  .hero-slide-arrow:hover {
    background-color: #151b1980;
  }

  .home-hero-intro {
    text-align: left;
    margin-bottom: 140px;
  }

  .padding-wrap {
    grid-template-columns: 1fr;
  }

  .faq-answer {
    padding-right: 70px;
  }

  .faq-grid {
    grid-row-gap: 15px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
  }

  .large-circle-link-home-3 {
    width: 180px;
    height: 180px;
    position: relative;
    bottom: 0;
    left: 0;
  }

  .cta-banner-content {
    grid-row-gap: 48px;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .landing-hero-banner {
    padding-top: 120px;
  }

  .inner-banner {
    min-height: 350px;
  }

  .banner-img.current-tour {
    background-position: 50% 0;
  }

  .inner-banner-title {
    font-size: 80px;
  }

  .intro-wrapper {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .intro-wrapper.reverse {
    grid-template-columns: 1fr;
  }

  .intro-right-image {
    min-height: 400px;
  }

  .intro-right-image.img-height {
    min-height: auto;
  }

  .intro-content {
    grid-row-gap: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-us-hero-content {
    align-content: center;
    padding-top: 160px;
    padding-bottom: 60px;
  }

  .about-us-banner-intro {
    text-align: left;
    margin-bottom: 140px;
  }

  .about-us-description {
    width: 80%;
    font-size: 16px;
  }

  .banner-title-about-us {
    font-size: 60px;
  }

  .center-text-content {
    grid-row-gap: 48px;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .intro-team-con {
    width: 100%;
  }

  .destination-dual-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .destination-slider {
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .destination-page-slide {
    height: 100%;
    min-height: auto;
  }

  .slider-destination-background {
    padding: 60px;
  }

  .slider-destination-background.hero-wrapper {
    height: auto;
    min-height: auto;
    padding-left: 60px;
  }

  .vacation-items {
    padding-top: 140px;
  }

  .vacation-results {
    padding-top: 0;
    padding-left: 36px;
    padding-right: 36px;
  }

  .destination-slider-top {
    height: 80px;
    display: none;
  }

  .destination-slide-content {
    margin-left: 0;
    padding-bottom: 80px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .destination-grid-wrapper {
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
  }

  .vacation-slide-arrow {
    margin-bottom: 0;
    bottom: 80px;
  }

  .vacation-slide-arrow.right {
    bottom: 80px;
  }

  .destination-slider-mask {
    border-radius: 0;
  }

  .sticky-destination-right {
    height: 70vh;
    position: relative;
  }

  .destination-slider-content {
    border-radius: 0;
    width: auto;
  }

  .background.two {
    background-position: 50% 15%;
  }

  .arrow-item-cover {
    display: none;
  }

  .hover-hero-arrow-2 {
    transition: all .45s;
    position: static;
  }

  .hover-hero-arrow-2:hover {
    background-color: #160828;
  }

  .slider-mask-testimonials {
    width: 100%;
  }

  .testimonial-item-arrow {
    z-index: 100;
    width: 48px;
    height: 48px;
    top: auto;
    bottom: 0%;
    right: auto;
  }

  .testimonial-item-arrow.right-arrow {
    height: 48px;
    inset: auto 42% 0% auto;
  }

  .testimonial-item-arrow.left-arrow-cover {
    height: 48px;
    inset: auto auto 0% 42%;
  }

  .slider-info-testimonials {
    padding-bottom: 80px;
  }

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

  .hero-slider-banner {
    background-position: 0 0;
    width: 100%;
    height: 107vh;
    max-height: 100%;
  }

  .scroll-banner-3-link {
    display: none;
  }

  .slider-background-wrap {
    padding: 60px;
  }

  .slider-background-wrap.hero-wrapper {
    height: auto;
    min-height: auto;
    padding-left: 60px;
  }

  .hot-tour-title {
    font-size: 44px;
  }

  .green-cover-2 {
    height: 140px;
  }

  .hover-circle-wrapper-3 {
    display: none;
  }

  .footer-par-copyright-2 {
    grid-column-gap: 5px;
    flex-flow: wrap;
    display: flex;
  }

  .app-wrap-3 {
    justify-content: center;
  }

  .footer-rights-text-2 {
    grid-row-gap: 0px;
  }

  .footer-white-paradraph-2 {
    width: 80%;
  }

  .footer-white-paradraph-2.par-1 {
    width: 95%;
  }

  .footer-l-2-2 {
    display: none;
  }

  .large-inner-banner {
    padding-top: 140px;
  }

  .inner-title-wrapper {
    width: 100%;
  }

  .footer-bottom-form {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .succes-message-transparent {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .image-content-right {
    display: none;
  }

  .coming-soon-heading-3 {
    text-align: center;
    width: 80%;
  }

  .loop-container {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
  }

  .coming-soon-wrapper-2 {
    align-items: center;
  }

  .coming-soon-container {
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .subscribe-form-footer-2 {
    grid-column-gap: 8px;
  }

  .success-circle-wrapper {
    justify-content: center;
    align-items: center;
  }

  .hero-form-coming-soon-2 {
    align-items: center;
    width: 80%;
  }

  ._404-title {
    font-size: 120px;
  }

  .sidebar-recent-post-item-2 {
    flex-direction: row;
    align-items: center;
    width: 47%;
    display: flex;
  }

  .blog-3-form-white {
    grid-column-gap: 8px;
    flex-flow: row;
    align-items: stretch;
  }

  .blog-sidebar-left-wrap {
    flex: none;
    width: 100%;
  }

  .blog-sidebar-wrap {
    grid-row-gap: 60px;
    flex-wrap: wrap-reverse;
    grid-template-columns: 1fr;
  }

  .sidebar-recent-posts-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }

  .blog-sidebar-right-wrapper-2 {
    width: 100%;
    position: static;
  }

  .blog-3-grid {
    grid-row-gap: 30px;
  }

  .large-banner {
    min-height: 350px;
    padding-top: 140px;
  }

  .blog-banner-title {
    font-size: 70px;
  }

  .sidebar-recent-post-image-2 {
    width: 100px;
  }

  .hover-blog-cover {
    display: none;
  }

  .article-2 {
    height: 100%;
  }

  .subtitle-blog {
    font-size: 16px;
  }

  .tab-top-2:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-top-2.recent-posts {
    padding-right: 0;
  }

  .recent-posts {
    flex-flow: wrap;
    width: 100%;
  }

  .primary-search-btn {
    width: auto;
  }

  .blog-template-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-template-wrap.banner {
    padding-left: 0;
    padding-right: 0;
  }

  .banner-paragraph-2 {
    width: 83%;
  }

  .blog-details-title-2 {
    width: 100%;
    font-size: 48px;
  }

  .blog-intro-content-2 {
    width: 100%;
    min-height: auto;
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .hero-blog-rich-text h2 {
    font-size: 40px;
  }

  .hero-blog-rich-text blockquote {
    padding: 24px 15px 24px 24px;
    font-size: 24px;
  }

  .services-template-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .scroll-blog-link {
    margin-bottom: -80px;
    right: 40px;
  }

  .section-blog-details-2 {
    height: 450px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .content-blog-details-wrap {
    grid-template-columns: 1fr;
  }

  .nav-cover-light {
    z-index: -1;
  }

  .news-grid {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
  }

  .item-news-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .news-item {
    cursor: default;
  }

  .project-title {
    font-size: 18px;
  }

  .news-cover-publication {
    width: 85px;
    height: 93px;
  }

  .publication-date {
    font-size: 20px;
  }

  .cases-3-grid {
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .use-cases-3-grid {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .portfolio-3-card {
    cursor: default;
  }

  .project-3-card-bottom-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr auto;
  }

  .project-title-2 {
    font-size: 18px;
  }

  .news-grid-wrap {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
  }

  .small-banner-title {
    font-size: 80px;
  }

  .section-search {
    padding-top: 140px;
  }

  .primary-search-results-btn {
    width: auto;
  }

  .customer-info {
    flex-flow: wrap;
  }

  .container-review {
    grid-template-columns: 1fr;
  }

  .inner-banner-title-small {
    font-size: 70px;
  }

  .checkout-form-container {
    padding-top: 140px;
  }

  .checkout-form-right {
    top: 140px;
  }

  .collection-grid-4-2 {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
    display: grid;
  }

  .project-collection-item:nth-child(odd) {
    margin-bottom: 0;
  }

  .shop-details-wrapper-2 {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
  }

  .portfolio-image-cover-2 {
    display: none;
  }

  .shop-lightbox-wrap {
    grid-column-gap: 15px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .lightbox-link-shop {
    min-width: 100%;
    height: 400px;
  }

  .shop-lightbox {
    display: flex;
  }

  .shop-sticky-block {
    position: relative;
    top: 0;
  }

  .shop-lightbox-item {
    width: 48%;
  }

  .shop-lightbox-item:last-child {
    width: 100%;
  }

  .section-shop-details {
    padding-top: 80px;
  }

  .shop-text-wrapper-2.margin {
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .shop-tablet-image {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 15%;
    background-size: cover;
    border-radius: 12px;
    width: 100%;
    height: 450px;
    margin-bottom: 40px;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .add-to-cart-2 {
    flex-direction: column;
    display: flex;
  }

  .solid-icon-view-circle {
    border-style: solid;
    border-color: #afafaf80;
    width: 100px;
    height: 100px;
    display: none;
  }

  .flex-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .our-price {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .hero-pricing-item {
    margin-top: 0;
  }

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

  .pricing-title {
    width: 100%;
    font-size: 55px;
  }

  .contact-us-container {
    width: 90%;
  }

  .destination-title {
    font-size: 70px;
  }

  .category-collection-grid {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
    display: grid;
  }

  .shop-content {
    position: relative;
    overflow: hidden;
  }

  .services-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .service-description.last-serv {
    width: 40%;
  }

  .verticle-line-2 {
    width: 100%;
  }

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

  .grid-use-cases-2 {
    grid-row-gap: 48px;
    grid-template-rows: auto 1px;
    grid-template-columns: 1fr;
  }

  .popular-posts {
    grid-row-gap: 30px;
    position: relative;
    top: auto;
  }

  .background-event {
    background-position: 50% 25%;
  }

  .circle-wrap {
    display: none;
  }

  .upcoming-events-title {
    width: 85%;
  }

  .upcoming-events-info {
    grid-row-gap: 20px;
  }

  .upcoming-events-link {
    grid-template-columns: 40% 55%;
    padding-right: 20px;
  }

  .upcoming-events-image {
    min-height: 140px;
  }

  .collection-tour-grid {
    grid-column-gap: 20px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .tour-banner-title {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .banner-tour-title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 70px;
  }

  .description-left {
    text-align: center;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }

  .collection-filter-tour-grid {
    grid-column-gap: 20px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
  }

  .category-tour-collection {
    width: 100%;
  }

  .our-tours-hero-content {
    align-content: center;
    padding-top: 160px;
    padding-bottom: 60px;
  }

  .tour-banner-overlay {
    background-color: #0000004d;
    background-image: linear-gradient(315deg, #00000040 10%, var(--transparent) 65%), linear-gradient(90deg, #00000059, #00000040 27%, var(--transparent) 84%);
  }

  .collection-tour-003 {
    width: 100%;
  }

  .collection-tour-03-grid {
    grid-column-gap: 20px;
  }

  .collection-tour-02-grid {
    grid-column-gap: 20px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .tour-02-item:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .tour-info-card {
    padding-right: 12px;
  }

  .verticle-tour-card {
    min-height: 350px;
  }

  .banner-current-tour {
    min-height: 500px;
  }

  .activity-banner-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .top-activity-con.reverse {
    width: 100%;
  }

  .dance-instructor {
    min-height: 500px;
  }

  .small-ava-wrap {
    justify-content: center;
  }

  .banner-class-description {
    width: 100%;
  }

  .title-class-con {
    text-align: left;
  }

  .hover-circle-wrapper-5, .hover-circle-wrapper-6 {
    display: none;
  }

  .icons-con {
    width: 70%;
  }

  .cta-lp-title {
    width: 80%;
  }

  .print-001-lp {
    height: 500px;
    bottom: 16%;
  }

  .promotion-label-holder {
    display: none;
  }

  .promotion-label-left {
    max-width: 380px;
  }

  .promotion-labels-wrapper {
    display: none;
  }

  .capabilities_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

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

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

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

  .capabilities_item {
    min-height: 15rem;
    padding: 1rem;
  }

  .number-size-large-2 {
    font-size: 30px;
  }

  .tabs-nav-item {
    padding-left: 1em;
    padding-right: 1em;
  }

  .tour-package {
    grid-template-columns: 1fr 1fr;
  }

  .grid {
    grid-row-gap: 2.5rem;
    grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
  }

  .link-l {
    font-size: 1.35rem;
  }

  .title.title-list-02 {
    max-width: 35rem;
  }

  .list-02-item {
    flex-flow: column;
    display: flex;
  }

  .container {
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
  }

  .section-bp {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .section-bp.section-list.section-list-02 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .link-l-border-transition {
    display: none;
  }

  .display-l {
    font-size: 1.9rem;
  }

  .display-2xl {
    font-size: 3.5rem;
  }

  .list-02-header {
    display: none;
  }

  .list-02-item-image-inner-wrapper {
    max-width: 25%;
  }

  .list-02-item-image-outer-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-top: 2rem;
    position: static;
  }

  .benefits-box-2 {
    grid-template-rows: auto 1px auto;
    grid-template-columns: 1fr 1px 1fr;
  }

  .hover-circle-wrapper-7 {
    display: none;
  }

  .client-marquee-row {
    height: 80px;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .client-marquee-right-overlay {
    height: 120px;
    display: none;
    top: -12%;
  }

  .client-marquee-inner {
    width: 100%;
    margin-bottom: 60px;
  }

  .container-2 {
    max-width: 95%;
  }

  .client-marquee-left-overlay {
    height: 120px;
    display: none;
    top: -12%;
    left: -3%;
  }

  .client-marquee-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .client-marquee-gradient {
    width: 320px;
    height: 320px;
    top: 0%;
  }

  .white-gradiant-overlay-div {
    background-image: linear-gradient(99deg, #fff, #fff0);
  }

  .white-gradiant-overlay-div._1 {
    background-image: linear-gradient(264deg, #fff, #fff0);
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 55px;
  }

  h2 {
    font-size: 37px;
  }

  h3 {
    font-size: 28px;
  }

  blockquote {
    padding-left: 24px;
    font-size: 24px;
  }

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

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

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 30px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

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

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-container {
    margin-top: 20px;
  }

  .headings-typography-wrapper {
    width: 100%;
  }

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .h1-tablet {
    font-size: 55px;
  }

  .h2-tablet {
    font-size: 40px;
  }

  .h3-tablet {
    font-size: 28px;
  }

  .style-guide-body-wrapper {
    width: 100%;
  }

  .style-guide-div {
    grid-row-gap: 40px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 20px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 30px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 30px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-paragraph.last-item {
    margin-bottom: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .utility-page-content {
    width: 70%;
  }

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

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .section-title-description {
    width: 100%;
  }

  .search-result-wrapper {
    margin-top: 40px;
  }

  .headings-container {
    grid-row-gap: 30px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .landing-features-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr;
    place-items: stretch center;
  }

  .landing-inner-page-item {
    width: auto;
  }

  .landing-banner-title-wrapper {
    margin-bottom: 50px;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .landing-download-block-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .right-arrow {
    right: 0;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

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

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .typography-hero-wrapper {
    grid-row-gap: 40px;
    margin-top: 20px;
  }

  .section-purchase {
    padding-top: 60px;
  }

  .button-wrapper-sg {
    margin-top: 20px;
  }

  .hero-nav-con-2.cart-hide {
    display: none;
  }

  .shop-icon {
    color: var(--white);
    padding-left: 3px;
    padding-right: 3px;
    font-family: "Fa solid 900", sans-serif;
    display: block;
  }

  .shop-icon.mobile-dark {
    color: var(--primary-dark);
  }

  .burger-nav-2 {
    width: 60px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-menu-wrap-2 {
    max-width: none;
  }

  .cart-container-2 {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .cart-button-item-2 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .brand-logo.w--current {
    padding-left: 0;
  }

  .full-nav-hero-container {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .dropdown-menu-5 {
    overflow: hidden;
  }

  .hero-top-title {
    font-size: 60px;
  }

  .shop-nav-wrapper {
    min-width: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .par-wdth {
    width: 85%;
  }

  .banner-con {
    width: 100%;
  }

  .h1-wrapper {
    width: 80%;
  }

  .grid-wrapper {
    grid-template-columns: 50px minmax(auto, 1400px) 1fr;
  }

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

  .cards-mask {
    width: 90%;
  }

  .cards-slider {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .our-news-slider {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .card-img-2 {
    height: 550px;
  }

  .story-wrapper {
    grid-row-gap: 48px;
  }

  .about-paragraphs {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .top-con {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .boxed-intro {
    padding-bottom: 80px;
  }

  .image-cover {
    object-position: 50% 35%;
  }

  .h2-hero-text {
    font-size: 45px;
  }

  .instagram-link.image-02 {
    width: 9em;
  }

  .bottom-slider-line {
    width: 72%;
  }

  .button-holder {
    display: flex;
  }

  .half-blog-wrapper {
    grid-row-gap: 40px;
  }

  .list-content-wrapper {
    padding-top: 40px;
  }

  .primary-dark-button {
    width: 100%;
  }

  .latest-event-title {
    width: 100%;
    margin-bottom: 20px;
  }

  .text-blog-content {
    width: 100%;
  }

  .about-us-card {
    min-height: 300px;
  }

  .flex-con {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .benefit-card {
    grid-row-gap: 48px;
    grid-template-rows: 1fr auto;
    min-height: auto;
  }

  .item-photo-wrap {
    width: 90px;
    height: 90px;
  }

  .item-photo-wrap.bottom-photo-item {
    width: 80px;
    height: 80px;
  }

  .item-photo-wrap.last-photo-item {
    width: 60px;
    height: 60px;
  }

  .item-photo-wrap.last-photo {
    width: 40px;
    height: 40px;
  }

  .gallery-mask {
    width: 37%;
    max-width: none;
  }

  .collection-work-wrapper {
    width: 100%;
  }

  .team-grid-wrapper-2 {
    grid-template-columns: 15px auto 15px;
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .gallery-slider {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .section-services {
    padding-top: 60px;
  }

  .four-column {
    grid-template-columns: 1fr;
    width: auto;
    display: flex;
  }

  .gallery-arrow {
    left: 0;
  }

  .gallery-arrow.right {
    justify-content: flex-start;
    left: 100px;
    right: auto;
  }

  .item-slide-nav {
    width: 90%;
  }

  .top-title-wrap {
    width: 100%;
    margin-bottom: 40px;
  }

  .top-title-wrap.middle-wdth {
    width: 100%;
  }

  .stacked-grid-content {
    display: flex;
  }

  .title-item-wrap {
    width: 100%;
  }

  .project-name {
    grid-row-gap: 30px;
  }

  .current-blog-link {
    width: 100%;
  }

  .categories-link-text {
    font-size: 20px;
  }

  .footer-bg {
    padding-top: 60px;
  }

  .loop-bottom-con {
    padding-top: 0;
    padding-bottom: 0;
  }

  .number-size-large {
    font-size: 27px;
  }

  .testimonials-wrapper-3 {
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonial-slide-content-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-horizontal-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonials-block {
    grid-template-columns: auto;
  }

  .slide-heading {
    font-size: 48px;
  }

  .slide-heading.xl {
    font-size: 80px;
  }

  .action-section.small-padding {
    padding-bottom: 160px;
  }

  .white-dot {
    margin-left: 30px;
    margin-right: 30px;
  }

  .print-wrapper {
    display: none;
  }

  .print-001 {
    height: 400px;
    bottom: 49%;
  }

  .links-container {
    flex-flow: wrap;
  }

  .footer-l-3 {
    display: block;
  }

  .footer-l-4 {
    display: none;
  }

  .address-footer {
    width: 70%;
  }

  .feedback-white-wrap {
    width: 100px;
    height: 100px;
  }

  .feedback-white-wrap.big-one {
    width: 160px;
  }

  .footer-white-paradraph, .footer-white-paradraph.par-1 {
    width: 70%;
  }

  .home-4-video-wrapper {
    justify-content: flex-start;
  }

  .footer-form.borders {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .social-networks {
    justify-content: center;
    width: 100%;
    margin-left: 0;
  }

  .footer-l-1 {
    display: block;
  }

  .footer-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .height-photo-container {
    height: 440px;
  }

  .experts-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    width: 75%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .our-experts-wrap.top-spase {
    margin-top: 0;
  }

  .member-name-2 {
    font-size: 24px;
  }

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

  .card-link {
    min-height: 340px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .hero-video-wrapper {
    grid-row-gap: 12px;
    width: 90vw;
    padding: 15px;
  }

  .text-form {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .inputs-container {
    grid-column-gap: 15px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .print-002 {
    height: 300px;
    bottom: 33%;
  }

  .nav-menu-wrap {
    max-width: none;
  }

  .brand-logo-2.w--current {
    padding-left: 0;
  }

  .dropdown-menu {
    overflow: hidden;
  }

  .nav-fixed-white-menu {
    height: 75px;
  }

  .right-header-wrap {
    padding-right: 24px;
  }

  .tablet-menu-7 {
    height: 75px;
  }

  .slider-background-wrapper {
    flex-direction: row;
    padding: 20px;
  }

  .slider-background-wrapper.hero-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-intro-home-2 {
    width: 100%;
  }

  .hero-slide-background.two {
    background-image: url('../images/Banner-5.avif');
    background-position: 50%;
    background-size: cover;
  }

  .subtitle-intro {
    width: 90%;
  }

  .hero-h1-title {
    font-size: 45px;
  }

  .statistic-line {
    background-color: #afafaf4d;
    width: 100%;
    height: 1px;
    padding: 0;
    display: block;
    position: absolute;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .horizontal-scroll-line {
    display: none;
  }

  .number-large-circle {
    width: 50px;
    height: 50px;
  }

  .hor-line-con {
    align-items: center;
    width: 100%;
    height: 1px;
    position: relative;
  }

  .statistic-description.text-1 {
    width: 90%;
  }

  .big-number {
    font-size: 15rem;
  }

  .statistics-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto 2px auto 1px auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .statistical-facts-item {
    text-align: center;
    align-items: center;
    width: 80%;
  }

  .statistical-facts {
    justify-content: center;
    display: flex;
    position: relative;
  }

  .section-numbers {
    padding-bottom: 60px;
  }

  .way-001 {
    bottom: 90%;
    right: 14%;
  }

  .way-002 {
    top: 45%;
    right: 34%;
  }

  .way-003 {
    height: 350px;
    bottom: 72%;
    left: 30%;
  }

  .images-gallery-wrapp {
    padding-bottom: 20px;
  }

  .image-gallery-row.tablet-hide {
    display: none;
  }

  .section-insta {
    padding-top: 20px;
  }

  .collection-item-blog {
    width: 100%;
  }

  .blogl-right-wrapper {
    grid-row-gap: 24px;
  }

  .our-blog-container {
    grid-row-gap: 100px;
  }

  .recent-blog-list {
    grid-row-gap: 15px;
  }

  .large-blog-post {
    min-height: 650px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .recent-blog-name {
    font-size: 20px;
  }

  .journal-list-item-content {
    padding-right: 20px;
  }

  .blog-post-list-item {
    min-height: 135px;
  }

  .blog-list-image {
    min-height: 110px;
  }

  .hero-form-block {
    padding: 24px;
  }

  .contact-field-wrapper {
    grid-template-columns: 1fr;
  }

  .grid-intro-con {
    margin-left: 0;
    padding: 24px 24px 0;
  }

  .phote-cta-cover {
    margin-left: 0;
  }

  .grid-wrap {
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
  }

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

  .cta-intro-container {
    grid-row-gap: 40px;
  }

  .vacations-tab-link {
    border: 1px solid #c0c0d333;
    border-radius: 5px;
    flex-direction: column;
    height: auto;
    min-height: 60px;
    padding-top: 24px;
    padding-bottom: 24px;
    position: relative;
  }

  .grid-top-tours {
    padding-bottom: 60px;
  }

  .popular-vacations.about-us-grid, .popular-vacations.tour-info-details {
    padding-top: 24px;
  }

  .about-wrapper {
    grid-row-gap: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-image-item {
    min-width: 200px;
    min-height: 200px;
  }

  .about-images {
    margin-left: 0;
  }

  .vacations-tab-link-2 {
    border: 1px solid var(--gray);
    border-radius: 5px;
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
  }

  .vacations-tab-link-2.w--current {
    background-color: var(--primary-light);
    border-color: #0003;
  }

  .vacations-tab-link-2.small-paddings {
    padding-left: 10px;
    padding-right: 10px;
  }

  .vacations-tab-menu-2 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr 1fr;
    height: auto;
    margin-bottom: 30px;
  }

  .project-collection-item-2:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .collection-blog-1-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .events-indicator {
    display: none;
  }

  .membership-circle-2 {
    width: 36px;
    height: 36px;
    display: none;
    position: relative;
    bottom: 12px;
  }

  .medium-image {
    min-height: 220px;
  }

  .team-images {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .small-image {
    min-height: 200px;
  }

  .large-image {
    min-height: 220px;
  }

  .top-par-subtitle {
    width: 100%;
  }

  .cta-intro-wrap {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
  }

  .class-hero-category.left-align {
    left: 12px;
    right: auto;
  }

  .about-animal-description {
    width: 100%;
  }

  .cart-button {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .subtitle-contact-us {
    margin-top: -110px;
  }

  .testimonial-slide-arrow {
    width: 80px;
    height: 80px;
    bottom: 130px;
  }

  .review-circle-link-text {
    padding-right: 40px;
  }

  .review-circle-link-text.left {
    grid-column-gap: 9px;
    padding-left: 40px;
  }

  .slider-circle-outline {
    width: 80px;
    height: 80px;
  }

  .review-banner-content {
    min-height: 600px;
    padding-bottom: 212px;
  }

  .testimonial-hero-text {
    font-size: 28px;
  }

  .slider-link-text {
    display: block;
  }

  .grid-blog-wrapper {
    grid-template-columns: minmax(15px, 15px) minmax(auto, 1400px) minmax(15px, 15px);
  }

  .testimonial-circle-button {
    width: 80px;
    height: 80px;
  }

  .list-blog-item {
    grid-template-columns: 1fr;
  }

  .blog-name-2 {
    width: 100%;
  }

  .blog-image-container-2 {
    height: 340px;
  }

  .home-hero-content {
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: auto;
    align-content: start;
    padding-bottom: 180px;
  }

  .video-hover-button {
    width: 100px;
    height: 100px;
  }

  .banner-title-home-1 {
    font-size: 50px;
  }

  .hero-video-button {
    margin-bottom: 0;
  }

  .hero-slide-arrow {
    left: 36px;
  }

  .home-hero-intro {
    text-align: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .padding-wrap {
    grid-row-gap: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .faq-grid {
    margin-left: 0;
  }

  .large-circle-link-home-3 {
    width: 160px;
    height: 160px;
  }

  .large-cta-title {
    font-size: 40px;
  }

  .inner-banner {
    min-height: 300px;
  }

  .inner-banner.faq-banner {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .inner-banner-title {
    font-size: 70px;
  }

  .intro-wrapper.grid-size {
    grid-template-columns: 1fr;
  }

  .stacked-intro {
    grid-row-gap: 20px;
  }

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

  .about-us-hero-content {
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: auto;
    align-content: start;
    padding-top: 140px;
    padding-bottom: 180px;
  }

  .about-us-banner-intro {
    text-align: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .intro-tabs-menu {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .about-us-description {
    width: 100%;
  }

  .banner-title-about-us {
    font-size: 50px;
  }

  .slider-destination-background {
    flex-direction: row;
    padding: 20px;
  }

  .slider-destination-background.hero-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }

  .vacation-items {
    padding-top: 120px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .vacation-results {
    padding-left: 0;
    padding-right: 0;
  }

  .destination-slide-content {
    margin-left: 0;
    padding-bottom: 60px;
  }

  .destination-grid-wrapper {
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
  }

  .vacation-slide-arrow, .vacation-slide-arrow.right {
    bottom: 60px;
  }

  .destination-image {
    height: 350px;
    max-height: 100%;
  }

  .vacation-item-info {
    grid-row-gap: 36px;
    padding: 0 12px;
  }

  .destination-item {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    padding-bottom: 24px;
    padding-right: 18px;
  }

  .testimonial {
    max-width: none;
  }

  .testimonial-item-slider {
    padding-left: 40px;
    padding-right: 40px;
  }

  .testimonial-item-arrow.right-arrow {
    right: 39%;
  }

  .testimonial-item-arrow.left-arrow-cover {
    left: 39%;
  }

  .wrapper-testimonials-content {
    justify-content: center;
    width: 100%;
    overflow: hidden;
  }

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

  .h6-color {
    margin-bottom: 15px;
  }

  .slider-background-wrap {
    flex-direction: row;
    padding: 20px;
  }

  .slider-background-wrap.hero-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }

  .feedback-white-wrap-2 {
    width: 100px;
    height: 100px;
  }

  .feedback-white-wrap-2.big-one {
    width: 160px;
  }

  .footer-l-4-2 {
    display: none;
  }

  .footer-white-paradraph-2, .footer-white-paradraph-2.par-1 {
    width: 70%;
  }

  .footer-bg-3, .footer-bg-4 {
    padding-top: 60px;
  }

  .large-inner-banner {
    min-height: 400px;
    padding-bottom: 160px;
  }

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

  .footer-bottom-form {
    width: 100%;
  }

  .no-shrink-btn-wrap {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .image-content-right {
    height: 30rem;
  }

  .coming-soon-heading-3 {
    width: 100%;
  }

  .coming-soon-wrapper-2 {
    text-align: center;
    margin-left: 0%;
  }

  .subscribe-form-footer-2 {
    grid-row-gap: 12px;
    border-radius: 12px;
    flex-wrap: wrap;
  }

  .hero-form-coming-soon-2 {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }

  .brand-logo-3.w--current {
    padding-left: 0;
  }

  ._404-wrapper {
    width: 100%;
  }

  ._404-title {
    font-size: 100px;
  }

  .sidebar-recent-post-item-2 {
    width: 100%;
  }

  .blog-sidebar-left-wrap {
    column-count: 1;
    padding-bottom: 0;
  }

  .collection-blog-3-item {
    width: 100%;
  }

  .collection-blog-3-item:nth-child(odd) {
    margin-bottom: 0;
  }

  .collection-blog-3-item:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-news {
    padding-top: 60px;
  }

  .blog-3-grid {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .large-banner {
    min-height: 300px;
    padding-top: 120px;
  }

  .blog-banner-title {
    font-size: 60px;
  }

  .verticle-card-image-2 {
    min-height: 300px;
  }

  .subtitle-blog {
    font-size: 18px;
  }

  .secondary-pagination-button.pagination, .primary-pagination-button.pagination {
    margin-top: 40px;
  }

  .blog-template-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .banner-paragraph-2 {
    width: 100%;
  }

  .blog-details-title-2 {
    width: 100%;
    font-size: 45px;
  }

  .blog-intro-content-2 {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 110px;
  }

  .hero-blog-rich-text h2 {
    font-size: 35px;
  }

  .hero-blog-rich-text blockquote {
    font-size: 20px;
  }

  .services-template-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .scroll-blog-link {
    margin-bottom: -60px;
    right: 20px;
  }

  .bottom-slider-arrow-portfolio {
    height: 70px;
  }

  .scroll-blog-circle-2 {
    width: 120px;
    height: 120px;
  }

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

  .news-grid {
    grid-row-gap: 50px;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .item-news-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .project-title {
    font-size: 22px;
  }

  .cases-3-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .use-cases-3-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .project-3-card-bottom-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: .9fr auto;
  }

  .project-title-2 {
    font-size: 20px;
  }

  .news-grid-wrap {
    grid-row-gap: 50px;
  }

  .section-blog-3 {
    margin-top: -100px;
  }

  .small-banner-title {
    font-size: 70px;
  }

  .section-search {
    padding-top: 120px;
  }

  .our-stories {
    grid-template-columns: 1fr 1fr;
  }

  .stories-item {
    padding: 30px 15px;
  }

  .mobile-show {
    grid-column-gap: .624rem;
    grid-row-gap: .624rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: grid;
  }

  .column-stories.mobile-hidden {
    display: none;
  }

  .inner-title-wrap {
    width: 90%;
  }

  .inner-banner-title-small {
    font-size: 60px;
  }

  .checkout-form-container {
    padding-top: 120px;
  }

  .checkout-form-right {
    position: relative;
    top: 0;
  }

  .collection-grid-4-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .project-collection-item:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .img-card-2 {
    background-position: 50% 20%;
  }

  .dynamic-price {
    align-items: flex-start;
  }

  .product-card-top {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .shop-details-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .main-product-description {
    margin-top: 15px;
  }

  .shop-lightbox-wrap {
    grid-row-gap: 25px;
  }

  .lightbox-link-shop {
    height: 300px;
  }

  .shop-lightbox-item {
    width: 48%;
  }

  .section-shop-details {
    padding-bottom: 60px;
  }

  .shop-text-wrapper-2.margin {
    margin-top: 60px;
  }

  .h2-shop-details {
    font-size: 30px;
  }

  .shop-details-hero-title {
    font-size: 40px;
  }

  .shop-details-price-wrapper {
    flex-wrap: wrap;
  }

  .product-category-con {
    align-items: flex-start;
  }

  .shop-tablet-image {
    height: 340px;
  }

  .product-details-info {
    margin-bottom: 30px;
  }

  .shop-product-details-subtitle.mb-20 {
    margin-bottom: 20px;
  }

  .our-price {
    grid-template-columns: 1fr;
  }

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

  .button-pricing-wrap {
    align-items: flex-start;
  }

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

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

  .pricing-title {
    font-size: 50px;
  }

  .pricing-hero-title {
    margin-bottom: 40px;
  }

  .section-contact-us {
    padding-top: 140px;
  }

  .contact-us-container {
    grid-row-gap: 40px;
    width: 100%;
  }

  .destination-title {
    font-size: 55px;
  }

  .destination-title-wrapper {
    margin-bottom: 10px;
  }

  .category-collection-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-hero-item {
    padding: 34px 24px;
  }

  .service-description, .service-description.last-serv {
    width: 70%;
  }

  .popular-events {
    grid-template-columns: 1fr;
  }

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

  .use-cases-2-card {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .background-event {
    background-position: 50% 18%;
  }

  .event-info {
    grid-row-gap: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .event-image {
    min-height: 300px;
  }

  .upcoming-events-title {
    width: 100%;
  }

  .upcoming-events-link {
    grid-template-columns: 45% 50%;
  }

  .collection-tour-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .banner-tour-title {
    font-size: 55px;
  }

  .description-left {
    width: 90%;
  }

  .collection-filter-tour-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .our-tours-hero-content {
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: auto;
    align-content: start;
    padding-top: 140px;
    padding-bottom: 180px;
  }

  .collection-tour-03-grid {
    grid-template-columns: 1fr;
  }

  .collection-tour-02-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .tour-02-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    padding-top: 30px;
  }

  .tour-02-item:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .tour-info-card {
    padding: 0;
  }

  .section-tour-details {
    padding-bottom: 60px;
  }

  .top-activity-con {
    grid-column-gap: 24px;
    width: 100%;
  }

  .dance-instructor {
    min-height: 400px;
  }

  .small-ava-wrap {
    justify-content: flex-start;
  }

  .icons-con {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .license-link-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .cta-lp-title {
    width: 100%;
  }

  .print-001-lp {
    height: 400px;
    bottom: 12%;
  }

  .large-team-title {
    font-size: 40px;
  }

  .promotion-label-left {
    max-width: 300px;
  }

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

  .text-size-large {
    font-size: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .section-tour-details-2 {
    padding-bottom: 60px;
  }

  .number-size-large-2 {
    font-size: 27px;
  }

  .tour-package {
    grid-template-columns: 1fr;
  }

  .grid {
    grid-row-gap: 2rem;
    grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
  }

  .link-l {
    font-size: 1.25rem;
  }

  .title {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: 100%;
  }

  .display-s {
    font-size: 1.25rem;
  }

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section-bp {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .section-bp.section-list {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .section-bp.section-list.section-list-02 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .body-l {
    font-size: 1.25rem;
  }

  .display-l {
    font-size: 1.5rem;
  }

  .display-2xl {
    font-size: 3rem;
  }

  .list-02-header {
    display: none;
  }

  .list-02-item-image-inner-wrapper {
    max-width: 100%;
  }

  .top-par-subtitle-2, .top-par-subtitle-3 {
    width: 100%;
  }

  .client-marquee-row {
    height: 60px;
  }

  .client-marquee-inner {
    width: 100%;
    margin-bottom: 50px;
  }

  .container-2 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .client-marquee-section {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .white-gradiant-overlay-div {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 35px;
  }

  blockquote {
    font-size: 22px;
  }

  .section.no-spacing {
    border-style: none;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    flex: 1;
    width: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr;
  }

  .utility-page-content {
    width: 100%;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: wrap;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .landing-features-grid {
    grid-template-columns: 1fr;
  }

  .landing-feature-icon {
    margin-bottom: 10px;
  }

  .landing-download-block-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap, .home-9-team-item, .home-23-team-item {
    width: 100%;
  }

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

  .megamenu-dropdown-wrapper-4, .dropdown-header-item-3 {
    width: 100%;
  }

  .nav-dropdown-list-item-3.megamenu {
    align-items: center;
    padding-right: 0;
  }

  .logo-project {
    height: 35px;
  }

  .logo-project.mobi {
    opacity: 1;
  }

  .nav-bg-cover-2 {
    z-index: -1;
  }

  .header-link-item-2 {
    width: 100%;
  }

  .cart-flex-item {
    grid-template-columns: 70px 1fr 70px;
  }

  .full-nav-hero-container {
    z-index: -1;
  }

  .banner-text-content {
    padding-top: 160px;
  }

  .hero-top-title {
    font-size: 48px;
  }

  .h6-top-subtitle {
    font-size: 14px;
  }

  .banner-overlay {
    background-image: linear-gradient(180deg, #00000030 14%, var(--transparent) 29%), linear-gradient(45deg, #11241ca6 16%, #11241c2e);
  }

  .par-wdth, .h1-wrapper {
    width: 100%;
  }

  .grid-wrapper {
    grid-template-columns: 26px minmax(auto, 1400px) 1fr;
  }

  .cards-mask {
    width: 100%;
    max-width: 310px;
    height: 100%;
  }

  .card-img-2 {
    height: 450px;
  }

  .boxed-intro {
    width: 100%;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .app-wrap {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .hover-circle-wrapper {
    padding: 40px;
  }

  .h2-hero-text {
    font-size: 40px;
  }

  .instagram-main-container {
    min-height: 220px;
  }

  .instagram-link.image-07 {
    width: 9em;
    right: 0;
  }

  .instagram-link.image-03 {
    width: 7em;
  }

  .instagram-link.image-02 {
    width: 6em;
  }

  .instagram-link.image-04 {
    width: 6em;
    bottom: -35px;
  }

  .instagram-link.image-05 {
    width: 5em;
  }

  .instagram-link.image-06 {
    width: 5em;
    top: -35%;
  }

  .bottom-slider-line {
    width: 55%;
  }

  .button-holder {
    width: 100%;
  }

  .medium-stacked-intro-2 {
    grid-row-gap: 24px;
  }

  .sticky-intro {
    width: 100%;
  }

  .half-blog-wrapper {
    grid-template-rows: auto;
  }

  .stacked-heading-3 {
    text-align: center;
    align-items: center;
  }

  .resources-list-grid {
    flex-flow: column;
  }

  .about-us-card {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .no-shrink-con {
    width: 100%;
  }

  .benefits-box {
    grid-template-rows: auto 1px auto 1px auto 1px auto;
    grid-template-columns: 1fr;
  }

  .benefit-card {
    grid-row-gap: 36px;
  }

  .item-photo-wrap {
    width: 80px;
    height: 80px;
  }

  .item-photo-wrap.bottom-photo-item {
    width: 60px;
    height: 60px;
  }

  .item-photo-wrap.last-photo-item {
    width: 40px;
    height: 40px;
  }

  .item-photo-wrap.last-photo {
    display: none;
  }

  .gallery-mask {
    width: 92%;
    max-width: 100vw;
  }

  .team-grid-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 15px auto 15px;
    grid-auto-columns: 1fr;
  }

  .top-h2-title.big {
    font-size: 2.2rem;
  }

  .gallery-arrow {
    left: 0;
  }

  .gallery-arrow.right {
    right: 40px;
  }

  .item-slide-nav {
    width: 100%;
  }

  .project-name {
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-link {
    font-size: 20px;
  }

  .project-card {
    min-height: 350px;
  }

  .categories-link-text {
    font-size: 22px;
  }

  .categories-link {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .loop-bottom-con {
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial-slide-arrow-icon {
    border-top-right-radius: 0;
    border-bottom-left-radius: .625rem;
    width: 50%;
    height: 3.25rem;
    inset: auto auto 0% 0%;
  }

  .testimonial-slide-arrow-icon.right-arrow {
    border-top-style: none;
    border-left: 1px solid #e3e3e1;
    border-top-right-radius: .625rem;
    border-bottom-left-radius: 0;
  }

  .number-size-large {
    white-space: pre-wrap;
  }

  .testimonial-slide-number {
    align-items: center;
    height: 3rem;
    padding-left: .7rem;
    bottom: -4rem;
  }

  .testimonials-wrapper-3 {
    justify-content: flex-end;
    align-items: center;
  }

  .testimonial-slide-content-2 {
    grid-row-gap: 3rem;
    min-height: 20rem;
    padding: .7rem .7rem 5.25rem;
  }

  .padding-horizontal-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonials-block {
    grid-template-columns: 100%;
  }

  .testimonial-credit {
    grid-column-gap: 1rem;
  }

  .testimonial-slider-block {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 3rem;
  }

  .slide-heading {
    font-size: 40px;
  }

  .slide-heading.xl {
    font-size: 60px;
  }

  .action-heading-wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .best-nevo-content {
    width: 100%;
  }

  .white-dot {
    margin-left: 20px;
    margin-right: 20px;
  }

  .stacked-content-2 {
    grid-row-gap: 36px;
  }

  .print-001 {
    bottom: 50%;
  }

  .small-par-con {
    width: 75%;
  }

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

  .footer-par-copyright {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
  }

  .footer-bottom {
    margin-bottom: 20px;
  }

  .address-footer {
    width: 100%;
  }

  .feedback-white-wrap {
    width: 70px;
    height: 70px;
  }

  .feedback-white-wrap.big-one {
    width: 120px;
  }

  .footer-white-paradraph, .footer-white-paradraph.par-1 {
    width: 100%;
  }

  .app-wrap-2 {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .app-img-2 {
    height: 54px;
  }

  .home-4-video-wrapper.contact-us-page {
    padding-left: 20px;
  }

  .footer-form.borders {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-right-link {
    margin-left: 5px;
  }

  .footer-con {
    flex-direction: column;
  }

  .app-btn, .experts-grid {
    width: 100%;
  }

  .member-name-2 {
    font-size: 22px;
  }

  .footer-print {
    height: 500px;
    bottom: 39%;
    left: -46%;
  }

  .card-link {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .hero-video-wrapper {
    grid-row-gap: 12px;
    width: 87vw;
  }

  .success-message-soft-dark {
    background-position: 0 0, 15%;
  }

  .inputs-container {
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-columns: 1fr;
    place-content: space-between;
    display: flex;
  }

  .print-002 {
    bottom: 31%;
  }

  .header-link-item-3 {
    width: 100%;
  }

  .close-menu-button-6.w--open {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .slider-background-wrapper {
    min-height: auto;
    padding: 51px 6% 40px;
    position: relative;
  }

  .slider-background-wrapper.hero-wrapper {
    min-height: 130vh;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-slide-background.two {
    background-image: url('../images/Banner-5.avif');
    background-position: 40%;
    background-size: cover;
  }

  .slider-background {
    height: 145vh;
  }

  .slide-content-home-2 {
    padding-top: 160px;
    padding-bottom: 180px;
  }

  .subtitle-intro {
    width: 100%;
  }

  .button-banner-wrap {
    grid-auto-flow: row;
    width: 100%;
  }

  .number-large-circle {
    width: 40px;
    height: 40px;
  }

  .statistic-description {
    width: 90%;
  }

  .statistic-description.text-1 {
    width: 85%;
  }

  .big-number {
    font-size: 10rem;
  }

  .statistical-facts-item {
    width: 100%;
  }

  .way-001 {
    height: 300px;
    bottom: 91%;
    right: 16%;
  }

  .way-002 {
    height: 250px;
    top: 33%;
  }

  .way-003 {
    height: 250px;
    bottom: 70%;
  }

  .green-cover {
    height: 120px;
  }

  .image-gallery {
    width: 140px;
    height: 120px;
  }

  .image-gallery.one {
    margin-left: -6px;
    margin-right: -6px;
  }

  .image-gallery.three {
    display: none;
  }

  .blogl-right-wrapper {
    grid-row-gap: 18px;
  }

  .large-blog-post {
    min-height: 750px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .large-blog-content {
    grid-row-gap: 18px;
  }

  .blog-background-image {
    background-position: 47%;
  }

  .blog-post-info {
    padding: 18px;
  }

  .blog-title {
    font-size: 24px;
  }

  .recent-blog-name {
    font-size: 18px;
  }

  .journal-list-item-content {
    z-index: 10;
    position: relative;
  }

  .blog-post-list-item {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    min-height: auto;
    padding-bottom: 15px;
  }

  .blog-list-image {
    min-height: 250px;
  }

  .hero-form-block {
    padding: 15px;
  }

  .success-message-content {
    padding: 6px;
  }

  .horizontal-line.light {
    min-width: auto;
  }

  .grid-intro-con {
    grid-row-gap: 36px;
    margin-top: -48px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-wrap {
    grid-template-columns: minmax(15px, 1fr) minmax(auto, 1400px) minmax(15px, 1fr);
  }

  .vacations-tab-link {
    padding-top: 30px;
  }

  .grid-top-tours {
    margin-top: -80px;
    padding-bottom: 48px;
  }

  .popular-vacations {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .popular-vacations.about-us-grid {
    padding-top: 15px;
  }

  .popular-vacations.tour-info-details {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .about-wrapper {
    padding-top: 30px;
  }

  .vacations-tab-menu-2 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr;
  }

  .medium-image {
    min-height: 180px;
  }

  .team-images {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .hover-circle-wrapper-2 {
    padding: 40px;
  }

  .small-image {
    min-height: 120px;
  }

  .large-image {
    min-height: 180px;
  }

  .button-group-wrapper, .button-group-wrap {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .verticle-card-image {
    min-height: 300px;
  }

  .subtitle-contact-us {
    margin-top: -100px;
  }

  .blog-category-wrapper {
    margin-top: 0;
  }

  .testimonial-name {
    text-align: center;
    justify-content: center;
  }

  .review-circle-link-text {
    grid-auto-flow: column;
    padding-right: 35px;
  }

  .review-circle-link-text.left {
    grid-column-gap: 18px;
    grid-template-columns: 1fr;
    grid-auto-columns: auto;
    padding-left: 35px;
  }

  .testimonial-client {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .review-banner-content {
    min-height: 600px;
    padding-bottom: 240px;
  }

  .testimonial-hero-text {
    font-size: 26px;
  }

  .slider-link-text {
    display: block;
  }

  .section-review.clip-section {
    padding-bottom: 60px;
  }

  .blog-image-container-2 {
    height: 400px;
  }

  .blog-container {
    grid-template-columns: 1fr;
  }

  .home-hero-content {
    grid-row-gap: 48px;
    align-content: center;
    padding-top: 140px;
    padding-bottom: 160px;
  }

  .video-icon-wrapper {
    width: 75%;
    height: 75%;
  }

  .video-hover-button {
    width: 95px;
    height: 95px;
  }

  .video-icon {
    width: 12px;
  }

  .hero-video-button {
    display: flex;
  }

  .hero-slide-arrow {
    border-right-style: solid;
    width: 60px;
    height: 70px;
    margin-left: 0;
    inset: auto 0 0% auto;
  }

  .home-hero-intro {
    width: 100%;
  }

  .faq-hero-title-dark {
    white-space: normal;
  }

  .faq-answer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .faq-toggle {
    padding-left: 15px;
  }

  .faq-question {
    grid-column-gap: 15px;
  }

  .cta-banner-content {
    text-align: center;
  }

  .circle-link-wrapper {
    margin-left: -48px;
  }

  .landing-top-title {
    font-size: 50px;
  }

  .inner-banner-title {
    font-size: 55px;
  }

  .intro-wrapper.grid-size {
    grid-template-columns: 1fr;
  }

  .intro-right-image {
    min-height: 300px;
  }

  .intro-right-image.img-height {
    height: 50vh;
  }

  .intro-content {
    grid-row-gap: 36px;
  }

  .photo-section {
    padding-top: 80px;
  }

  .h3-top-title {
    font-size: 25px;
  }

  .about-us-hero-content {
    grid-row-gap: 48px;
    align-content: center;
    padding-top: 140px;
    padding-bottom: 160px;
  }

  .about-us-banner-intro {
    width: 100%;
  }

  .intro-tabs-menu.servicemenus {
    grid-template-columns: 1fr;
  }

  .banner-title-about-us {
    font-size: 50px;
  }

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

  .destination-category-wrapper {
    grid-template-columns: 1fr;
  }

  .slider-destination-background {
    min-height: auto;
    padding: 51px 6% 40px;
    position: relative;
  }

  .slider-destination-background.hero-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .vacation-items {
    padding-left: 15px;
    padding-right: 15px;
  }

  .destination-slide-content {
    padding-bottom: 136px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .locations-results-top {
    padding-bottom: 12px;
  }

  .destination-grid-wrapper {
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
  }

  .featured-vacation-info {
    text-align: center;
    place-items: start center;
  }

  .vacation-slide-arrow {
    left: -60px;
    right: 0;
  }

  .vacation-slide-arrow.right {
    margin-bottom: 0;
    left: 60px;
  }

  .destination-image {
    height: 230px;
  }

  .destination-item {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonial-item-slider {
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonial-item-arrow.right-arrow {
    right: 33%;
  }

  .testimonial-item-arrow.left-arrow-cover {
    left: 33%;
  }

  .stacked-review-content {
    grid-row-gap: 36px;
  }

  .reviev-dark-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
  }

  .hero-slider-banner {
    background-position: 50% 0;
    min-height: 100%;
  }

  .scroll-banner-3-link {
    display: none;
  }

  .slider-background-wrap {
    min-height: auto;
    padding: 51px 6% 40px;
    position: relative;
  }

  .slider-background-wrap.hero-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tour-slide-content {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .hot-tour-title {
    font-size: 40px;
  }

  .green-cover-2 {
    height: 120px;
  }

  .footer-right-link-2 {
    margin-left: 5px;
  }

  .hover-circle-wrapper-3 {
    padding: 40px;
  }

  .feedback-white-wrap-2 {
    width: 70px;
    height: 70px;
  }

  .feedback-white-wrap-2.big-one {
    width: 120px;
  }

  .footer-par-copyright-2 {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
  }

  .app-wrap-3 {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-white-paradraph-2, .footer-white-paradraph-2.par-1, .app-btn-3, .footer-bottom-form {
    width: 100%;
  }

  .coming-soon-heading-3 {
    font-size: 45px;
  }

  .loop-container {
    grid-template-columns: 1fr;
  }

  .subscribe-form-footer-2 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .no-shrink-btn-2.full-mobile, .sidebar-recent-post-item-2 {
    width: 100%;
  }

  .blog-3-form-white {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .sidebar-categories-list-2 {
    flex-wrap: wrap;
  }

  .sidebar-recent-posts-wrapper-2 {
    column-count: 1;
  }

  .blog-banner-title {
    font-size: 50px;
  }

  .sidebar-recent-post-image-2 {
    height: 120px;
  }

  .subtitle-blog {
    font-size: 15px;
  }

  .date-line-container {
    width: 30px;
  }

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

  .blog-intro-content-2 {
    padding-top: 100px;
  }

  .project-pagination-wrapper-2 {
    flex-flow: column wrap;
    justify-content: space-between;
  }

  .scroll-blog-link {
    right: auto;
  }

  .content-blog-details-wrap {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .bottom-slider-arrow-portfolio {
    width: 100%;
  }

  .bottom-slider-arrow-portfolio.right {
    border-top-style: none;
    border-left-style: none;
  }

  .date-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .date-line {
    width: 30px;
  }

  .project-title {
    font-size: 17px;
  }

  .portfolio-3-image {
    height: 300px;
  }

  .news-cover-publication {
    left: 15px;
  }

  .news-card-top {
    grid-column-gap: 6px;
    grid-row-gap: 9px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .project-3-card-bottom {
    grid-row-gap: 9px;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cases-3-grid {
    width: 100%;
  }

  .project-3-card-bottom-2 {
    grid-row-gap: 9px;
    text-align: left;
    grid-template-columns: 1fr auto;
  }

  .project-title-2 {
    font-size: 17px;
  }

  .portfolio-3-image-2 {
    height: 350px;
  }

  .section-blog-3 {
    margin-top: -130px;
  }

  .small-banner-title {
    font-size: 60px;
  }

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

  .our-stories {
    grid-template-columns: 1fr;
  }

  .stories-item {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .inner-title-wrap {
    width: 100%;
  }

  .inner-banner-title-small {
    font-size: 43px;
  }

  .card-img {
    height: 350px;
  }

  .shop-lightbox-wrap {
    grid-row-gap: 15px;
  }

  .shop-lightbox-item {
    width: 100%;
  }

  .shop-tablet-image {
    height: 300px;
  }

  .toggle-round-mo {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .toggle-wrapper {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .toggle-round-yr {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .toggle-price {
    grid-row-gap: 6px;
    flex-flow: column;
    width: 100%;
  }

  .pricing-title {
    flex-flow: column;
    font-size: 45px;
  }

  .category-card {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .destination-title-wrapper {
    margin-bottom: 0;
  }

  .order-item-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .order-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .order-price {
    margin-left: auto;
  }

  .service-description, .service-description.last-serv {
    width: 100%;
  }

  .popular-events {
    grid-row-gap: 36px;
  }

  .use-cases-2-card {
    grid-row-gap: 24px;
  }

  .cases-hover-cover {
    display: none;
  }

  .event-image {
    min-height: 275px;
  }

  .circle-wrap {
    padding: 40px;
  }

  .upcoming-events-info {
    grid-row-gap: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .upcoming-events-link {
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .upcoming-events-image {
    min-height: 200px;
  }

  .banner-tour-title {
    font-size: 50px;
  }

  .description-left {
    width: 100%;
  }

  .our-tours-hero-content {
    grid-row-gap: 48px;
    align-content: center;
    padding-top: 140px;
    padding-bottom: 160px;
  }

  .verticle-tour-card {
    min-height: 300px;
  }

  .top-activity-con {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column wrap;
    justify-content: center;
  }

  .top-activity-con.reverse {
    flex-direction: column-reverse;
  }

  .dance-instructor {
    min-height: 350px;
    padding: 15px;
  }

  .activity-hero-title.resize-title {
    font-size: 40px;
  }

  .share-wrapper {
    text-align: center;
    align-self: center;
  }

  .banner-class-description {
    text-align: center;
  }

  .overlay-avatar {
    padding: 15px;
  }

  .details-info-item {
    text-align: center;
    align-items: center;
  }

  .view-trainer {
    margin-left: auto;
  }

  .title-class-con {
    text-align: center;
    align-items: center;
  }

  .related-vacation-info {
    grid-column-gap: 20px;
    flex-flow: wrap;
  }

  .line-wrap {
    display: none;
  }

  .intro-tour-description-wrap {
    justify-content: center;
    align-items: flex-start;
  }

  .trainer-name-title {
    font-size: 24px;
  }

  .hover-circle-wrapper-5, .hover-circle-wrapper-6 {
    padding: 40px;
  }

  .license-link-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .promotion-label-left {
    bottom: 90px;
    left: auto;
    right: 12px;
  }

  .capabilities_component {
    grid-template-columns: 1fr;
  }

  .navigation_buttons-wrapper {
    grid-column-gap: .5rem;
  }

  .navigation_button {
    white-space: nowrap;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

  .navigation_layout {
    flex-direction: column;
    align-items: center;
  }

  .number-size-large-2 {
    white-space: pre-wrap;
  }

  .overlay-avatar-2 {
    padding: 15px;
  }

  .tabs-menu-wrapper {
    flex-flow: row;
    display: flex;
  }

  .tabs-menu-wrapper.tab-mob {
    border-radius: 1.8em;
    flex-flow: column;
  }

  .tabs-nav-item {
    width: 90%;
  }

  .tour-package {
    grid-template-columns: 1fr;
  }

  .grid {
    grid-row-gap: 2rem;
  }

  .link-l {
    font-size: 1.15rem;
  }

  .title {
    width: 100%;
  }

  .list-02-item-body {
    padding-top: 1.5rem;
  }

  .display-s {
    font-size: 1.1rem;
  }

  .list-02-item {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section-bp.section-list {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .section-bp.section-list.section-list-02 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .body-l {
    font-size: 1.15rem;
  }

  .display-l {
    font-size: 1.4rem;
  }

  .display-2xl {
    font-size: 2.5rem;
  }

  .benefits-box-2 {
    grid-template-rows: auto 1px auto 1px auto 1px auto;
    grid-template-columns: 1fr;
  }

  .hover-circle-wrapper-7 {
    padding: 40px;
  }

  .client-marquee-logo {
    object-fit: cover;
    height: 100px;
  }

  .heading-style-h3 {
    text-align: left;
    font-size: 1.6rem;
  }

  .client-marquee-item {
    margin-right: 0;
  }

  .client-marquee-inner {
    margin-bottom: 65px;
  }

  .client-marquee-section {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

#w-node-_4a97f01a-9a55-7713-6d15-6d34ad53cd32-e7a425c2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4a97f01a-9a55-7713-6d15-6d34ad53cd41-e7a425c2 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: end;
}

#w-node-_159974a9-e8bc-0d2d-2ede-93fa08949208-e7a425c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_159974a9-e8bc-0d2d-2ede-93fa08949212-e7a425c3 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_159974a9-e8bc-0d2d-2ede-93fa08949214-e7a425c3 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_159974a9-e8bc-0d2d-2ede-93fa08949216-e7a425c3 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_159974a9-e8bc-0d2d-2ede-93fa0894921b-e7a425c3 {
  justify-self: stretch;
}

#w-node-_159974a9-e8bc-0d2d-2ede-93fa0894921d-e7a425c3 {
  place-self: center end;
}

#w-node-db2d21c0-6845-2494-b646-61e2fcd9f8a7-fcd9f75f {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-db2d21c0-6845-2494-b646-61e2fcd9f8a9-fcd9f75f {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-db2d21c0-6845-2494-b646-61e2fcd9f8b7-fcd9f75f {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-b31a6af6-18f7-1f46-a555-b3e0611b93c1-e7a425c9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b31a6af6-18f7-1f46-a555-b3e0611b93c3-e7a425c9, #w-node-b31a6af6-18f7-1f46-a555-b3e0611b93c6-e7a425c9 {
  place-self: center stretch;
}

#w-node-b31a6af6-18f7-1f46-a555-b3e0611b93e5-e7a425c9 {
  align-self: stretch;
}

#w-node-b31a6af6-18f7-1f46-a555-b3e0611b93e6-e7a425c9 {
  align-self: start;
}

#w-node-b31a6af6-18f7-1f46-a555-b3e0611b93f5-e7a425c9 {
  align-self: stretch;
}

#w-node-b31a6af6-18f7-1f46-a555-b3e0611b93f6-e7a425c9 {
  align-self: start;
}

#w-node-b31a6af6-18f7-1f46-a555-b3e0611b9401-e7a425c9 {
  align-self: stretch;
}

#w-node-b31a6af6-18f7-1f46-a555-b3e0611b9402-e7a425c9 {
  align-self: start;
}

#w-node-_885e1f42-62e8-fea6-e1b5-fd9c758863f4-e7a425c9 {
  align-self: stretch;
}

#w-node-_885e1f42-62e8-fea6-e1b5-fd9c758863f5-e7a425c9 {
  align-self: start;
}

#w-node-_6a078d37-a03b-58b0-5746-bd390040e948-e7a425ca, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-e7a425ca, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-e7a425ca, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94e-e7a425ca, #w-node-_6a078d37-a03b-58b0-5746-bd390040e950-e7a425ca, #w-node-_6a078d37-a03b-58b0-5746-bd390040e953-e7a425ca, #w-node-_6a078d37-a03b-58b0-5746-bd390040e955-e7a425ca, #w-node-_6a078d37-a03b-58b0-5746-bd390040e957-e7a425ca, #w-node-_6a078d37-a03b-58b0-5746-bd390040e959-e7a425ca, #w-node-_6a078d37-a03b-58b0-5746-bd390040e95b-e7a425ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f13758c-8504-884c-6f13-35e3863e0af6-863e09fd {
  justify-self: end;
}

#w-node-_9f13758c-8504-884c-6f13-35e3863e0b1c-863e09fd {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_9f13758c-8504-884c-6f13-35e3863e0b1e-863e09fd {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_9f13758c-8504-884c-6f13-35e3863e0b2c-863e09fd {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_62cc2370-a42a-4727-d4a3-96f106412fe2-e7a425cc {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch center;
}

#w-node-_62cc2370-a42a-4727-d4a3-96f106412fe4-e7a425cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_62cc2370-a42a-4727-d4a3-96f106412fe5-e7a425cc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_62cc2370-a42a-4727-d4a3-96f106412fe8-e7a425cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8094dd17-f246-b487-07cc-fc77839bc683-e7a425cc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8094dd17-f246-b487-07cc-fc77839bc687-e7a425cc, #w-node-b817d6a0-f0da-1a2b-2bb5-43fe3fe87f28-e7a425cc {
  place-self: center stretch;
}

#w-node-_47678e6d-8b77-01fd-b74b-84b97c734bc6-e7a425cc {
  align-self: stretch;
}

#w-node-_47678e6d-8b77-01fd-b74b-84b97c734bc7-e7a425cc {
  align-self: start;
}

#w-node-ea6340d8-c1b1-93e6-586e-5ff33e5f45b4-e7a425cc {
  align-self: stretch;
}

#w-node-ea6340d8-c1b1-93e6-586e-5ff33e5f45b5-e7a425cc {
  align-self: start;
}

#w-node-ef89401e-1ebe-f916-91e7-844d1ff52846-e7a425cc {
  align-self: stretch;
}

#w-node-ef89401e-1ebe-f916-91e7-844d1ff52847-e7a425cc {
  align-self: start;
}

#w-node-_3f9f9c9c-2fed-1379-f751-b9ab2a77d2c3-e7a425cc, #w-node-_3f9f9c9c-2fed-1379-f751-b9ab2a77d2d1-e7a425cc, #w-node-_3f9f9c9c-2fed-1379-f751-b9ab2a77d2df-e7a425cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34d89e24-54f4-ac36-0b8d-507b96e8d8c1-e7a425cc {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_34d89e24-54f4-ac36-0b8d-507b96e8d8c4-e7a425cc {
  grid-area: 1 / 1 / 2 / 3;
  place-self: center;
}

#w-node-_34d89e24-54f4-ac36-0b8d-507b96e8d8c6-e7a425cc {
  place-self: center;
}

#w-node-a5ef0856-f98c-1d53-0f10-0bdf070a8e5c-070a8e5a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a5ef0856-f98c-1d53-0f10-0bdf070a8e60-070a8e5a {
  place-self: center stretch;
}

#w-node-a5ef0856-f98c-1d53-0f10-0bdf070a8e62-070a8e5a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a5ef0856-f98c-1d53-0f10-0bdf070a8e63-070a8e5a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a5ef0856-f98c-1d53-0f10-0bdf070a8e64-070a8e5a, #w-node-a5ef0856-f98c-1d53-0f10-0bdf070a8e65-070a8e5a, #w-node-a5ef0856-f98c-1d53-0f10-0bdf070a8e66-070a8e5a, #w-node-a5ef0856-f98c-1d53-0f10-0bdf070a8e82-070a8e5a, #w-node-a5ef0856-f98c-1d53-0f10-0bdf070a8e9e-070a8e5a, #w-node-a5ef0856-f98c-1d53-0f10-0bdf070a8eba-070a8e5a {
  align-self: start;
}

#w-node-_02706fcb-0950-6a45-003a-b0be7af4badc-e7a425d1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1d15a849-7f82-4f0c-b45c-108b2c9e4372-e7a425d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d15a849-7f82-4f0c-b45c-108b2c9e43ab-e7a425d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1f1949a2-6cef-62ff-4bf1-5e836a4521d0-e7a425d1 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: stretch;
}

#w-node-_1d15a849-7f82-4f0c-b45c-108b2c9e43be-e7a425d1 {
  place-self: center end;
}

#w-node-_55fa9554-461b-2231-c706-8725ed4b3748-e7a425d1, #w-node-_55fa9554-461b-2231-c706-8725ed4b3751-e7a425d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_55fa9554-461b-2231-c706-8725ed4b375a-e7a425d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55fa9554-461b-2231-c706-8725ed4b375e-e7a425d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_55fa9554-461b-2231-c706-8725ed4b375f-e7a425d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55fa9554-461b-2231-c706-8725ed4b376c-e7a425d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_55fa9554-461b-2231-c706-8725ed4b3777-e7a425d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55fa9554-461b-2231-c706-8725ed4b377b-e7a425d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_55fa9554-461b-2231-c706-8725ed4b377c-e7a425d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55fa9554-461b-2231-c706-8725ed4b3789-e7a425d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_55fa9554-461b-2231-c706-8725ed4b3794-e7a425d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55fa9554-461b-2231-c706-8725ed4b3798-e7a425d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_55fa9554-461b-2231-c706-8725ed4b3799-e7a425d1, #w-node-baeafd90-2cf5-d964-459b-3389171a0021-1719ffe7, #w-node-_639ece88-96cd-3a97-6b0b-8c7b4d4bacac-e7a425d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_639ece88-96cd-3a97-6b0b-8c7b4d4bacb4-e7a425d2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_639ece88-96cd-3a97-6b0b-8c7b4d4bacb8-e7a425d2 {
  align-self: center;
}

#w-node-_639ece88-96cd-3a97-6b0b-8c7b4d4bacb9-e7a425d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_639ece88-96cd-3a97-6b0b-8c7b4d4bacbb-e7a425d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93e8a62e-bab4-cb70-2e13-1d2c41bca683-41bca678 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#w-node-_128626af-b7c7-7235-3e28-7e301745e6ce-e7a425d3, #w-node-_128626af-b7c7-7235-3e28-7e301745e6d1-e7a425d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2e3e4e9-596f-50d1-1c04-77f0d6ab63ba-e7a425d3 {
  place-self: stretch start;
}

#w-node-a2e3e4e9-596f-50d1-1c04-77f0d6ab63c3-e7a425d3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a2e3e4e9-596f-50d1-1c04-77f0d6ab63cc-e7a425d3 {
  place-self: stretch start;
}

#w-node-a2e3e4e9-596f-50d1-1c04-77f0d6ab63fa-e7a425d3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a2e3e4e9-596f-50d1-1c04-77f0d6ab63fd-e7a425d3 {
  place-self: center stretch;
}

#w-node-a2e3e4e9-596f-50d1-1c04-77f0d6ab6401-e7a425d3, #w-node-a2e3e4e9-596f-50d1-1c04-77f0d6ab6418-e7a425d3, #w-node-a2e3e4e9-596f-50d1-1c04-77f0d6ab642f-e7a425d3, #w-node-a2e3e4e9-596f-50d1-1c04-77f0d6ab6446-e7a425d3 {
  place-self: start;
}

#w-node-baacadcc-acf4-3cd2-28b6-44a03b6702d2-e7a425d3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-baacadcc-acf4-3cd2-28b6-44a03b6702d4-e7a425d3 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-baacadcc-acf4-3cd2-28b6-44a03b6702d9-e7a425d3 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-baacadcc-acf4-3cd2-28b6-44a03b6702e2-e7a425d3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-baacadcc-acf4-3cd2-28b6-44a03b6702e4-e7a425d3 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-baacadcc-acf4-3cd2-28b6-44a03b6702e9-e7a425d3 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-baacadcc-acf4-3cd2-28b6-44a03b6702f2-e7a425d3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-baacadcc-acf4-3cd2-28b6-44a03b6702f4-e7a425d3 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-baacadcc-acf4-3cd2-28b6-44a03b6702f9-e7a425d3 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-baacadcc-acf4-3cd2-28b6-44a03b670302-e7a425d3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-baacadcc-acf4-3cd2-28b6-44a03b670304-e7a425d3 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-baacadcc-acf4-3cd2-28b6-44a03b670309-e7a425d3 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-baacadcc-acf4-3cd2-28b6-44a03b670312-e7a425d3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-baacadcc-acf4-3cd2-28b6-44a03b670314-e7a425d3 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-baacadcc-acf4-3cd2-28b6-44a03b670319-e7a425d3 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-baacadcc-acf4-3cd2-28b6-44a03b670322-e7a425d3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-baacadcc-acf4-3cd2-28b6-44a03b670324-e7a425d3 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-baacadcc-acf4-3cd2-28b6-44a03b670329-e7a425d3 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_67d8e9c5-7775-499d-5f16-fc9cdd06fde3-e7a425d3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_152849c2-d59f-a251-60de-969ed9437af6-e7a425d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_152849c2-d59f-a251-60de-969ed9437b00-e7a425d3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_152849c2-d59f-a251-60de-969ed9437b04-e7a425d3 {
  align-self: center;
}

#w-node-_152849c2-d59f-a251-60de-969ed9437b1f-e7a425d3, #w-node-_152849c2-d59f-a251-60de-969ed9437b2c-e7a425d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_152849c2-d59f-a251-60de-969ed9437b36-e7a425d3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_152849c2-d59f-a251-60de-969ed9437b3a-e7a425d3 {
  align-self: center;
}

#w-node-_152849c2-d59f-a251-60de-969ed9437b55-e7a425d3, #w-node-_152849c2-d59f-a251-60de-969ed9437b62-e7a425d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_152849c2-d59f-a251-60de-969ed9437b6c-e7a425d3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_152849c2-d59f-a251-60de-969ed9437b70-e7a425d3 {
  align-self: center;
}

#w-node-_152849c2-d59f-a251-60de-969ed9437b87-e7a425d3, #w-node-_152849c2-d59f-a251-60de-969ed9437b94-e7a425d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_152849c2-d59f-a251-60de-969ed9437b9e-e7a425d3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_152849c2-d59f-a251-60de-969ed9437ba2-e7a425d3 {
  align-self: center;
}

#w-node-_152849c2-d59f-a251-60de-969ed9437bbd-e7a425d3, #w-node-_152849c2-d59f-a251-60de-969ed9437bcf-e7a425d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_152849c2-d59f-a251-60de-969ed9437bd9-e7a425d3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_152849c2-d59f-a251-60de-969ed9437bdd-e7a425d3 {
  align-self: center;
}

#w-node-_152849c2-d59f-a251-60de-969ed9437bf8-e7a425d3, #w-node-_152849c2-d59f-a251-60de-969ed9437c05-e7a425d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_152849c2-d59f-a251-60de-969ed9437c0f-e7a425d3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_152849c2-d59f-a251-60de-969ed9437c13-e7a425d3 {
  align-self: center;
}

#w-node-_152849c2-d59f-a251-60de-969ed9437c2e-e7a425d3, #w-node-_152849c2-d59f-a251-60de-969ed9437c3b-e7a425d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_152849c2-d59f-a251-60de-969ed9437c45-e7a425d3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_152849c2-d59f-a251-60de-969ed9437c49-e7a425d3 {
  align-self: center;
}

#w-node-_152849c2-d59f-a251-60de-969ed9437c60-e7a425d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f3fb7df-73fd-4d77-e2c0-b5ee23d331b1-e7a425d3 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_3f3fb7df-73fd-4d77-e2c0-b5ee23d331aa-e7a425d3, #w-node-_3f3fb7df-73fd-4d77-e2c0-b5ee23d331ac-e7a425d3 {
  align-self: start;
}

#w-node-_3f3fb7df-73fd-4d77-e2c0-b5ee23d331ba-e7a425d3, #w-node-_98b81fc3-7178-8337-e264-eddf30e6771e-e7a425d3, #w-node-_0c1d0a2f-e0bb-898c-977c-4c3043cfabe3-e7a425d3, #w-node-_30520df3-9f40-9a22-02c2-f94106d301d2-e7a425d3, #w-node-_0cb0d60a-1e97-0116-df63-96523a7ee363-e7a425d3, #w-node-_6589b8fe-e035-72da-c816-e7144daa38dc-e7a425d3 {
  place-self: center;
}

#w-node-a42f3805-0d1b-df08-38a5-637998decca5-e7a425d7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a42f3805-0d1b-df08-38a5-637998deccc5-e7a425d7 {
  justify-self: stretch;
}

#w-node-b3fdfd73-9be2-d174-5fab-a1010f775195-e7a425d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b112535d-1606-94d4-bdc0-04ba668e65fb-e7a425d8 {
  justify-self: center;
}

#w-node-b112535d-1606-94d4-bdc0-04ba668e65fc-e7a425d8, #w-node-b112535d-1606-94d4-bdc0-04ba668e65ff-e7a425d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3005b5c0-27d4-632b-c088-73381aec95c7-e7a425d8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3005b5c0-27d4-632b-c088-73381aec95ca-e7a425d8, #w-node-_3005b5c0-27d4-632b-c088-73381aec95cc-e7a425d8 {
  align-self: start;
}

#w-node-eb6beb6c-1abc-9257-5dfa-0589ae51be1d-df6be2f8 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-eb6beb6c-1abc-9257-5dfa-0589ae51be20-df6be2f8 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: center;
}

#w-node-eb6beb6c-1abc-9257-5dfa-0589ae51be22-df6be2f8 {
  place-self: center;
}

#w-node-c02a67e2-3819-4e53-0406-a71b7072d747-df6be2f8 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-c02a67e2-3819-4e53-0406-a71b7072d74a-df6be2f8 {
  place-self: center stretch;
}

#w-node-c02a67e2-3819-4e53-0406-a71b7072d74b-df6be2f8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c02a67e2-3819-4e53-0406-a71b7072d756-df6be2f8, #Full-Name.w-node-c02a67e2-3819-4e53-0406-a71b7072d758-df6be2f8, #w-node-ba8591d5-a2e2-5f18-162a-8c89169265ac-df6be2f8, #Email.w-node-ba8591d5-a2e2-5f18-162a-8c89169265ae-df6be2f8, #w-node-c02a67e2-3819-4e53-0406-a71b7072d75a-df6be2f8, #Phone-Number.w-node-c02a67e2-3819-4e53-0406-a71b7072d75c-df6be2f8, #w-node-c02a67e2-3819-4e53-0406-a71b7072d75e-df6be2f8, #Message-2.w-node-c02a67e2-3819-4e53-0406-a71b7072d760-df6be2f8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c02a67e2-3819-4e53-0406-a71b7072d761-df6be2f8 {
  justify-self: stretch;
}

#w-node-c02a67e2-3819-4e53-0406-a71b7072d76b-df6be2f8 {
  align-self: stretch;
}

#w-node-c02a67e2-3819-4e53-0406-a71b7072d76d-df6be2f8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c02a67e2-3819-4e53-0406-a71b7072d770-df6be2f8 {
  place-self: center stretch;
}

#w-node-c02a67e2-3819-4e53-0406-a71b7072d778-df6be2f8, #w-node-c02a67e2-3819-4e53-0406-a71b7072d77a-df6be2f8, #w-node-c02a67e2-3819-4e53-0406-a71b7072d77d-df6be2f8 {
  align-self: center;
}

#w-node-ab86559f-d1c6-2a27-bf36-cd5316fd0aae-bd16cc2f {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch center;
}

#w-node-ab86559f-d1c6-2a27-bf36-cd5316fd0aaf-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-ab86559f-d1c6-2a27-bf36-cd5316fd0ab0-bd16cc2f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ab86559f-d1c6-2a27-bf36-cd5316fd0ab1-bd16cc2f {
  justify-self: start;
}

#pac.w-node-ab86559f-d1c6-2a27-bf36-cd5316fd0ab3-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_511d21a4-f3f1-814c-9f80-0a53c90ab156-bd16cc2f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_511d21a4-f3f1-814c-9f80-0a53c90ab15a-bd16cc2f {
  place-self: center stretch;
}

#w-node-_511d21a4-f3f1-814c-9f80-0a53c90ab15f-bd16cc2f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_511d21a4-f3f1-814c-9f80-0a53c90ab165-bd16cc2f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_511d21a4-f3f1-814c-9f80-0a53c90ab171-bd16cc2f {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_511d21a4-f3f1-814c-9f80-0a53c90ab16b-bd16cc2f {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_4944d605-513e-b317-8d47-9b544e5ab9ff-bd16cc2f {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_5a97dac7-e674-dbdf-c630-6d5df37b6444-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a97dac7-e674-dbdf-c630-6d5df37b644e-bd16cc2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5a97dac7-e674-dbdf-c630-6d5df37b6452-bd16cc2f {
  align-self: center;
}

#w-node-_5a97dac7-e674-dbdf-c630-6d5df37b6455-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5a97dac7-e674-dbdf-c630-6d5df37b6459-bd16cc2f, #w-node-_5a97dac7-e674-dbdf-c630-6d5df37b6470-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a97dac7-e674-dbdf-c630-6d5df37b647a-bd16cc2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5a97dac7-e674-dbdf-c630-6d5df37b647e-bd16cc2f {
  align-self: center;
}

#w-node-_5a97dac7-e674-dbdf-c630-6d5df37b6481-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5a97dac7-e674-dbdf-c630-6d5df37b6485-bd16cc2f, #w-node-_5a97dac7-e674-dbdf-c630-6d5df37b649c-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a97dac7-e674-dbdf-c630-6d5df37b64a6-bd16cc2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5a97dac7-e674-dbdf-c630-6d5df37b64aa-bd16cc2f {
  align-self: center;
}

#w-node-_5a97dac7-e674-dbdf-c630-6d5df37b64ad-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5a97dac7-e674-dbdf-c630-6d5df37b64b1-bd16cc2f, #w-node-f06e57cf-2095-58a0-c154-639746d858e6-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f06e57cf-2095-58a0-c154-639746d858f0-bd16cc2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f06e57cf-2095-58a0-c154-639746d858f4-bd16cc2f {
  align-self: center;
}

#w-node-f06e57cf-2095-58a0-c154-639746d858fb-bd16cc2f, #w-node-_600fb5dc-a9bf-ea9b-f660-c40971304307-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_600fb5dc-a9bf-ea9b-f660-c40971304311-bd16cc2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_600fb5dc-a9bf-ea9b-f660-c40971304315-bd16cc2f {
  align-self: center;
}

#w-node-_600fb5dc-a9bf-ea9b-f660-c40971304330-bd16cc2f, #w-node-_3f090c41-c0dc-98e8-c5a1-bff8df9097a2-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f090c41-c0dc-98e8-c5a1-bff8df9097ac-bd16cc2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3f090c41-c0dc-98e8-c5a1-bff8df9097b0-bd16cc2f {
  align-self: center;
}

#w-node-_3f090c41-c0dc-98e8-c5a1-bff8df9097cb-bd16cc2f, #w-node-_511d21a4-f3f1-814c-9f80-0a53c90ab18d-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_511d21a4-f3f1-814c-9f80-0a53c90ab195-bd16cc2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_511d21a4-f3f1-814c-9f80-0a53c90ab199-bd16cc2f {
  align-self: center;
}

#w-node-_511d21a4-f3f1-814c-9f80-0a53c90ab19a-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_511d21a4-f3f1-814c-9f80-0a53c90ab19c-bd16cc2f, #w-node-cb8f42b2-538b-47cc-9191-4d930b188aa6-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb8f42b2-538b-47cc-9191-4d930b188ab0-bd16cc2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cb8f42b2-538b-47cc-9191-4d930b188ab4-bd16cc2f {
  align-self: center;
}

#w-node-cb8f42b2-538b-47cc-9191-4d930b188ab7-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cb8f42b2-538b-47cc-9191-4d930b188abb-bd16cc2f, #w-node-cb8f42b2-538b-47cc-9191-4d930b188ad2-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb8f42b2-538b-47cc-9191-4d930b188adc-bd16cc2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cb8f42b2-538b-47cc-9191-4d930b188ae0-bd16cc2f {
  align-self: center;
}

#w-node-cb8f42b2-538b-47cc-9191-4d930b188ae3-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cb8f42b2-538b-47cc-9191-4d930b188ae7-bd16cc2f, #w-node-cb8f42b2-538b-47cc-9191-4d930b188afe-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb8f42b2-538b-47cc-9191-4d930b188b08-bd16cc2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cb8f42b2-538b-47cc-9191-4d930b188b0c-bd16cc2f {
  align-self: center;
}

#w-node-cb8f42b2-538b-47cc-9191-4d930b188b0f-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cb8f42b2-538b-47cc-9191-4d930b188b13-bd16cc2f, #w-node-cb8f42b2-538b-47cc-9191-4d930b188b21-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb8f42b2-538b-47cc-9191-4d930b188b2b-bd16cc2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cb8f42b2-538b-47cc-9191-4d930b188b2f-bd16cc2f {
  align-self: center;
}

#w-node-cb8f42b2-538b-47cc-9191-4d930b188b4a-bd16cc2f, #w-node-cb8f42b2-538b-47cc-9191-4d930b188b57-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb8f42b2-538b-47cc-9191-4d930b188b61-bd16cc2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cb8f42b2-538b-47cc-9191-4d930b188b65-bd16cc2f {
  align-self: center;
}

#w-node-cb8f42b2-538b-47cc-9191-4d930b188b80-bd16cc2f, #w-node-cb8f42b2-538b-47cc-9191-4d930b188b8d-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb8f42b2-538b-47cc-9191-4d930b188b97-bd16cc2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cb8f42b2-538b-47cc-9191-4d930b188b9b-bd16cc2f {
  align-self: center;
}

#w-node-cb8f42b2-538b-47cc-9191-4d930b188bb2-bd16cc2f, #w-node-_1346de52-2210-bc01-54bc-df0c680cef8b-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1346de52-2210-bc01-54bc-df0c680cef95-bd16cc2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1346de52-2210-bc01-54bc-df0c680cef99-bd16cc2f {
  align-self: center;
}

#w-node-_1346de52-2210-bc01-54bc-df0c680cef9c-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1346de52-2210-bc01-54bc-df0c680cefa0-bd16cc2f, #w-node-_86397996-2b80-5b76-781d-b2894cf13d42-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86397996-2b80-5b76-781d-b2894cf13d4c-bd16cc2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_86397996-2b80-5b76-781d-b2894cf13d50-bd16cc2f {
  align-self: center;
}

#w-node-_86397996-2b80-5b76-781d-b2894cf13d53-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_86397996-2b80-5b76-781d-b2894cf13d57-bd16cc2f, #w-node-_1ba5f24c-3d70-0cfc-8f17-a8390298a5d1-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ba5f24c-3d70-0cfc-8f17-a8390298a5d9-bd16cc2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1ba5f24c-3d70-0cfc-8f17-a8390298a5dd-bd16cc2f {
  align-self: center;
}

#w-node-_1ba5f24c-3d70-0cfc-8f17-a8390298a5de-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1ba5f24c-3d70-0cfc-8f17-a8390298a5e0-bd16cc2f, #w-node-_8eb1258e-60c6-9cf5-6490-e82d5b590ddc-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb1258e-60c6-9cf5-6490-e82d5b590de6-bd16cc2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8eb1258e-60c6-9cf5-6490-e82d5b590dea-bd16cc2f {
  align-self: center;
}

#w-node-_8eb1258e-60c6-9cf5-6490-e82d5b590ded-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8eb1258e-60c6-9cf5-6490-e82d5b590df1-bd16cc2f, #w-node-_8eb1258e-60c6-9cf5-6490-e82d5b590e08-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb1258e-60c6-9cf5-6490-e82d5b590e12-bd16cc2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8eb1258e-60c6-9cf5-6490-e82d5b590e16-bd16cc2f {
  align-self: center;
}

#w-node-_8eb1258e-60c6-9cf5-6490-e82d5b590e19-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8eb1258e-60c6-9cf5-6490-e82d5b590e1d-bd16cc2f, #w-node-_8eb1258e-60c6-9cf5-6490-e82d5b590e34-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb1258e-60c6-9cf5-6490-e82d5b590e3e-bd16cc2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8eb1258e-60c6-9cf5-6490-e82d5b590e42-bd16cc2f {
  align-self: center;
}

#w-node-_8eb1258e-60c6-9cf5-6490-e82d5b590e45-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8eb1258e-60c6-9cf5-6490-e82d5b590e49-bd16cc2f, #w-node-_8eb1258e-60c6-9cf5-6490-e82d5b590e57-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb1258e-60c6-9cf5-6490-e82d5b590e61-bd16cc2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8eb1258e-60c6-9cf5-6490-e82d5b590e65-bd16cc2f {
  align-self: center;
}

#w-node-_8eb1258e-60c6-9cf5-6490-e82d5b590e80-bd16cc2f, #w-node-_8eb1258e-60c6-9cf5-6490-e82d5b590e8d-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb1258e-60c6-9cf5-6490-e82d5b590e97-bd16cc2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8eb1258e-60c6-9cf5-6490-e82d5b590e9b-bd16cc2f {
  align-self: center;
}

#w-node-_8eb1258e-60c6-9cf5-6490-e82d5b590eb6-bd16cc2f, #w-node-_8eb1258e-60c6-9cf5-6490-e82d5b590ec3-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb1258e-60c6-9cf5-6490-e82d5b590ecd-bd16cc2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8eb1258e-60c6-9cf5-6490-e82d5b590ed1-bd16cc2f {
  align-self: center;
}

#w-node-_8eb1258e-60c6-9cf5-6490-e82d5b590ee8-bd16cc2f, #w-node-a50c0db9-2b3f-d6fd-ecb0-5d61f0800310-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a50c0db9-2b3f-d6fd-ecb0-5d61f080031a-bd16cc2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a50c0db9-2b3f-d6fd-ecb0-5d61f080031e-bd16cc2f {
  align-self: center;
}

#w-node-a50c0db9-2b3f-d6fd-ecb0-5d61f0800321-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a50c0db9-2b3f-d6fd-ecb0-5d61f0800325-bd16cc2f, #w-node-a50c0db9-2b3f-d6fd-ecb0-5d61f080033b-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a50c0db9-2b3f-d6fd-ecb0-5d61f0800345-bd16cc2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a50c0db9-2b3f-d6fd-ecb0-5d61f0800349-bd16cc2f {
  align-self: center;
}

#w-node-a50c0db9-2b3f-d6fd-ecb0-5d61f080034c-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a50c0db9-2b3f-d6fd-ecb0-5d61f0800350-bd16cc2f, #w-node-dc2effb2-ca7c-9382-677c-72a2f86fbff2-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc2effb2-ca7c-9382-677c-72a2f86fbffa-bd16cc2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dc2effb2-ca7c-9382-677c-72a2f86fbffe-bd16cc2f {
  align-self: center;
}

#w-node-dc2effb2-ca7c-9382-677c-72a2f86fbfff-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dc2effb2-ca7c-9382-677c-72a2f86fc001-bd16cc2f, #w-node-_26241cbe-e6a5-57db-f549-0ba06a1595cf-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26241cbe-e6a5-57db-f549-0ba06a1595d9-bd16cc2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_26241cbe-e6a5-57db-f549-0ba06a1595dd-bd16cc2f {
  align-self: center;
}

#w-node-_26241cbe-e6a5-57db-f549-0ba06a1595e0-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_26241cbe-e6a5-57db-f549-0ba06a1595e4-bd16cc2f, #w-node-_26241cbe-e6a5-57db-f549-0ba06a1595fb-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26241cbe-e6a5-57db-f549-0ba06a159605-bd16cc2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_26241cbe-e6a5-57db-f549-0ba06a159609-bd16cc2f {
  align-self: center;
}

#w-node-_26241cbe-e6a5-57db-f549-0ba06a15960c-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_26241cbe-e6a5-57db-f549-0ba06a159610-bd16cc2f, #w-node-_26241cbe-e6a5-57db-f549-0ba06a159627-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26241cbe-e6a5-57db-f549-0ba06a159631-bd16cc2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_26241cbe-e6a5-57db-f549-0ba06a159635-bd16cc2f {
  align-self: center;
}

#w-node-_26241cbe-e6a5-57db-f549-0ba06a159638-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_26241cbe-e6a5-57db-f549-0ba06a15963c-bd16cc2f, #w-node-_26241cbe-e6a5-57db-f549-0ba06a15964a-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26241cbe-e6a5-57db-f549-0ba06a159654-bd16cc2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_26241cbe-e6a5-57db-f549-0ba06a159658-bd16cc2f {
  align-self: center;
}

#w-node-_26241cbe-e6a5-57db-f549-0ba06a159673-bd16cc2f, #w-node-_26241cbe-e6a5-57db-f549-0ba06a159680-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26241cbe-e6a5-57db-f549-0ba06a15968a-bd16cc2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_26241cbe-e6a5-57db-f549-0ba06a15968e-bd16cc2f {
  align-self: center;
}

#w-node-_26241cbe-e6a5-57db-f549-0ba06a1596a9-bd16cc2f, #w-node-_26241cbe-e6a5-57db-f549-0ba06a1596b6-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26241cbe-e6a5-57db-f549-0ba06a1596c0-bd16cc2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_26241cbe-e6a5-57db-f549-0ba06a1596c4-bd16cc2f {
  align-self: center;
}

#w-node-_26241cbe-e6a5-57db-f549-0ba06a1596db-bd16cc2f, #w-node-ad906f44-d836-370a-bcae-6a9d42a84c9f-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad906f44-d836-370a-bcae-6a9d42a84ca9-bd16cc2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ad906f44-d836-370a-bcae-6a9d42a84cad-bd16cc2f {
  align-self: center;
}

#w-node-ad906f44-d836-370a-bcae-6a9d42a84cb0-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-ad906f44-d836-370a-bcae-6a9d42a84cb4-bd16cc2f, #w-node-ad906f44-d836-370a-bcae-6a9d42a84cca-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad906f44-d836-370a-bcae-6a9d42a84cd4-bd16cc2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ad906f44-d836-370a-bcae-6a9d42a84cd8-bd16cc2f {
  align-self: center;
}

#w-node-ad906f44-d836-370a-bcae-6a9d42a84cdb-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-ad906f44-d836-370a-bcae-6a9d42a84cdf-bd16cc2f, #w-node-_161d3e9c-09be-17cf-1c28-be931b1d4c64-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_161d3e9c-09be-17cf-1c28-be931b1d4c6c-bd16cc2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_161d3e9c-09be-17cf-1c28-be931b1d4c70-bd16cc2f {
  align-self: center;
}

#w-node-_161d3e9c-09be-17cf-1c28-be931b1d4c71-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_161d3e9c-09be-17cf-1c28-be931b1d4c73-bd16cc2f, #w-node-_4e96549a-cc53-b356-4d24-b7474e501129-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e96549a-cc53-b356-4d24-b7474e501133-bd16cc2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4e96549a-cc53-b356-4d24-b7474e501137-bd16cc2f {
  align-self: center;
}

#w-node-_4e96549a-cc53-b356-4d24-b7474e50113a-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_4e96549a-cc53-b356-4d24-b7474e50113e-bd16cc2f, #w-node-_4e96549a-cc53-b356-4d24-b7474e501155-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e96549a-cc53-b356-4d24-b7474e50115f-bd16cc2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4e96549a-cc53-b356-4d24-b7474e501163-bd16cc2f {
  align-self: center;
}

#w-node-_4e96549a-cc53-b356-4d24-b7474e501166-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_4e96549a-cc53-b356-4d24-b7474e50116a-bd16cc2f, #w-node-_4e96549a-cc53-b356-4d24-b7474e501181-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e96549a-cc53-b356-4d24-b7474e50118b-bd16cc2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4e96549a-cc53-b356-4d24-b7474e50118f-bd16cc2f {
  align-self: center;
}

#w-node-_4e96549a-cc53-b356-4d24-b7474e501192-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_4e96549a-cc53-b356-4d24-b7474e501196-bd16cc2f, #w-node-_4e96549a-cc53-b356-4d24-b7474e5011a4-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e96549a-cc53-b356-4d24-b7474e5011ae-bd16cc2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4e96549a-cc53-b356-4d24-b7474e5011b2-bd16cc2f {
  align-self: center;
}

#w-node-_4e96549a-cc53-b356-4d24-b7474e5011cd-bd16cc2f, #w-node-_4e96549a-cc53-b356-4d24-b7474e5011da-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e96549a-cc53-b356-4d24-b7474e5011e4-bd16cc2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4e96549a-cc53-b356-4d24-b7474e5011e8-bd16cc2f {
  align-self: center;
}

#w-node-_4e96549a-cc53-b356-4d24-b7474e501203-bd16cc2f, #w-node-_4e96549a-cc53-b356-4d24-b7474e501210-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e96549a-cc53-b356-4d24-b7474e50121a-bd16cc2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4e96549a-cc53-b356-4d24-b7474e50121e-bd16cc2f {
  align-self: center;
}

#w-node-_4e96549a-cc53-b356-4d24-b7474e501235-bd16cc2f, #w-node-_0bb63551-0a85-19a8-b172-c9b03aba34ed-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bb63551-0a85-19a8-b172-c9b03aba34f7-bd16cc2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0bb63551-0a85-19a8-b172-c9b03aba34fb-bd16cc2f {
  align-self: center;
}

#w-node-_0bb63551-0a85-19a8-b172-c9b03aba34fe-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0bb63551-0a85-19a8-b172-c9b03aba3502-bd16cc2f, #w-node-_0bb63551-0a85-19a8-b172-c9b03aba3518-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bb63551-0a85-19a8-b172-c9b03aba3522-bd16cc2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0bb63551-0a85-19a8-b172-c9b03aba3526-bd16cc2f {
  align-self: center;
}

#w-node-_0bb63551-0a85-19a8-b172-c9b03aba3529-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0bb63551-0a85-19a8-b172-c9b03aba352d-bd16cc2f, #w-node-_0bb63551-0a85-19a8-b172-c9b03aba3544-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bb63551-0a85-19a8-b172-c9b03aba354c-bd16cc2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0bb63551-0a85-19a8-b172-c9b03aba3550-bd16cc2f {
  align-self: center;
}

#w-node-_0bb63551-0a85-19a8-b172-c9b03aba3551-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0bb63551-0a85-19a8-b172-c9b03aba3553-bd16cc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8baab54f-d55c-2e81-997a-2b628c36bf65-bf3f4524 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8baab54f-d55c-2e81-997a-2b628c36bf67-bf3f4524 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6cbaeac-c8d8-c03c-32ca-a64dddf3bdf6-bf3f4524 {
  align-self: center;
}

#w-node-_661d1857-431d-3c77-20fe-7852ac6dc46a-bf3f4524 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8baab54f-d55c-2e81-997a-2b628c36bf65-675cb50a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8baab54f-d55c-2e81-997a-2b628c36bf67-675cb50a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6cbaeac-c8d8-c03c-32ca-a64dddf3bdf6-675cb50a {
  align-self: center;
}

#w-node-_661d1857-431d-3c77-20fe-7852ac6dc46a-675cb50a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8baab54f-d55c-2e81-997a-2b628c36bf65-afaefa05 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8baab54f-d55c-2e81-997a-2b628c36bf67-afaefa05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6cbaeac-c8d8-c03c-32ca-a64dddf3bdf6-afaefa05 {
  align-self: center;
}

#w-node-_661d1857-431d-3c77-20fe-7852ac6dc46a-afaefa05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_439ee4db-b045-2253-7449-e21a54b06ce6-911c5cdf {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_439ee4db-b045-2253-7449-e21a54b06cec-911c5cdf {
  align-self: end;
}

#w-node-_439ee4db-b045-2253-7449-e21a54b06d0d-911c5cdf {
  justify-self: start;
}

#w-node-_439ee4db-b045-2253-7449-e21a54b06d13-911c5cdf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_439ee4db-b045-2253-7449-e21a54b06d19-911c5cdf {
  place-self: center stretch;
}

#w-node-_8bec35f2-fd9a-1cf2-c4c6-b7bd77639a57-911c5cdf, #w-node-c35db998-e4cd-1408-ae40-5372b74483ed-911c5cdf, #w-node-_757f647b-b0dd-ef0c-6f72-238890047e33-911c5cdf {
  align-self: center;
}

#w-node-_2ff5fd0c-c372-76d0-649c-fc55db77368a-911c5cdf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ff5fd0c-c372-76d0-649c-fc55db77368e-911c5cdf {
  place-self: center stretch;
}

#w-node-a09cd2f1-1a3e-db11-0e16-b56e683caae2-911c5cdf {
  align-self: end;
}

#w-node-a09cd2f1-1a3e-db11-0e16-b56e683caae3-911c5cdf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_65ee02a7-d2c4-73d3-f290-72fa08f721b1-911c5cdf, #w-node-dc137c6b-426a-a6f7-6fa8-e1b8e7b12a09-911c5cdf, #w-node-_259d5216-f148-7445-e40f-0519bacafdf7-911c5cdf, #w-node-a9cbf998-a478-8b8d-ff53-e692bc6ecafd-911c5cdf {
  align-self: center;
}

#w-node-_589a268e-d555-b761-bcde-676b30d07c44-911c5cdf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_589a268e-d555-b761-bcde-676b30d07c48-911c5cdf {
  place-self: center stretch;
}

#w-node-ca78aebb-eb78-d5cc-1534-86d4bdb70885-911c5cdf, #w-node-ca78aebb-eb78-d5cc-1534-86d4bdb7089f-911c5cdf, #w-node-_14dbbdc8-867c-96cb-9481-bf8b6db47c45-911c5cdf {
  align-self: center;
}

#w-node-_8baab54f-d55c-2e81-997a-2b628c36bf65-766ef288 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8baab54f-d55c-2e81-997a-2b628c36bf67-766ef288 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6cbaeac-c8d8-c03c-32ca-a64dddf3bdf6-766ef288 {
  align-self: center;
}

#w-node-_661d1857-431d-3c77-20fe-7852ac6dc46a-766ef288 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (min-width: 1920px) {
  #w-node-_3005b5c0-27d4-632b-c088-73381aec95c7-e7a425d8 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_4a97f01a-9a55-7713-6d15-6d34ad53cd41-e7a425c2 {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-b31a6af6-18f7-1f46-a555-b3e0611b93f3-e7a425c9, #w-node-_885e1f42-62e8-fea6-e1b5-fd9c758863f2-e7a425c9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_62cc2370-a42a-4727-d4a3-96f106412fe2-e7a425cc {
    align-self: end;
  }

  #w-node-_62cc2370-a42a-4727-d4a3-96f106412fe4-e7a425cc {
    justify-self: start;
  }

  #w-node-ea6340d8-c1b1-93e6-586e-5ff33e5f45be-e7a425cc {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a5ef0856-f98c-1d53-0f10-0bdf070a8e64-070a8e5a {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-baeafd90-2cf5-d964-459b-3389171a0021-1719ffe7 {
    grid-column: span 2 / span 2;
  }

  #w-node-_93e8a62e-bab4-cb70-2e13-1d2c41bca683-41bca678 {
    grid-column: 1 / 2;
    justify-self: center;
  }

  #w-node-a2e3e4e9-596f-50d1-1c04-77f0d6ab63ba-e7a425d3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a2e3e4e9-596f-50d1-1c04-77f0d6ab63c3-e7a425d3 {
    grid-column: span 1 / span 1;
  }

  #w-node-a2e3e4e9-596f-50d1-1c04-77f0d6ab63cc-e7a425d3 {
    place-self: stretch start;
  }

  #w-node-a2e3e4e9-596f-50d1-1c04-77f0d6ab63f0-e7a425d3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a2e3e4e9-596f-50d1-1c04-77f0d6ab642c-e7a425d3 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-baacadcc-acf4-3cd2-28b6-44a03b6702d2-e7a425d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-baacadcc-acf4-3cd2-28b6-44a03b6702d4-e7a425d3 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-baacadcc-acf4-3cd2-28b6-44a03b6702d9-e7a425d3 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-baacadcc-acf4-3cd2-28b6-44a03b6702e2-e7a425d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-baacadcc-acf4-3cd2-28b6-44a03b6702e4-e7a425d3 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-baacadcc-acf4-3cd2-28b6-44a03b6702e9-e7a425d3 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-baacadcc-acf4-3cd2-28b6-44a03b6702f2-e7a425d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-baacadcc-acf4-3cd2-28b6-44a03b6702f4-e7a425d3 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-baacadcc-acf4-3cd2-28b6-44a03b6702f9-e7a425d3 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-baacadcc-acf4-3cd2-28b6-44a03b670302-e7a425d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-baacadcc-acf4-3cd2-28b6-44a03b670304-e7a425d3 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-baacadcc-acf4-3cd2-28b6-44a03b670309-e7a425d3 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-baacadcc-acf4-3cd2-28b6-44a03b670312-e7a425d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-baacadcc-acf4-3cd2-28b6-44a03b670314-e7a425d3 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-baacadcc-acf4-3cd2-28b6-44a03b670319-e7a425d3 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-baacadcc-acf4-3cd2-28b6-44a03b670322-e7a425d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-baacadcc-acf4-3cd2-28b6-44a03b670324-e7a425d3 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-baacadcc-acf4-3cd2-28b6-44a03b670329-e7a425d3 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-a42f3805-0d1b-df08-38a5-637998decca8-e7a425d7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ab86559f-d1c6-2a27-bf36-cd5316fd0aae-bd16cc2f {
    align-self: end;
  }

  #w-node-ab86559f-d1c6-2a27-bf36-cd5316fd0aaf-bd16cc2f {
    justify-self: start;
  }

  #w-node-ab86559f-d1c6-2a27-bf36-cd5316fd0ab1-bd16cc2f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #pac.w-node-ab86559f-d1c6-2a27-bf36-cd5316fd0ab3-bd16cc2f {
    justify-self: center;
  }

  #w-node-_439ee4db-b045-2253-7449-e21a54b06ce6-911c5cdf {
    grid-column-end: 4;
  }

  #w-node-_439ee4db-b045-2253-7449-e21a54b06d0b-911c5cdf {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_62cc2370-a42a-4727-d4a3-96f106412fe2-e7a425cc {
    grid-column: 2 / 3;
    align-self: stretch;
  }

  #w-node-_62cc2370-a42a-4727-d4a3-96f106412fe6-e7a425cc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-baeafd90-2cf5-d964-459b-3389171a0021-1719ffe7 {
    grid-column: span 1 / span 1;
  }

  #w-node-ab86559f-d1c6-2a27-bf36-cd5316fd0aae-bd16cc2f {
    grid-column: 2 / 3;
    align-self: stretch;
  }

  #w-node-ab86559f-d1c6-2a27-bf36-cd5316fd0ab1-bd16cc2f, #w-node-_511d21a4-f3f1-814c-9f80-0a53c90ab15f-bd16cc2f, #w-node-_511d21a4-f3f1-814c-9f80-0a53c90ab165-bd16cc2f, #w-node-_511d21a4-f3f1-814c-9f80-0a53c90ab171-bd16cc2f, #w-node-_511d21a4-f3f1-814c-9f80-0a53c90ab16b-bd16cc2f, #w-node-_4944d605-513e-b317-8d47-9b544e5ab9ff-bd16cc2f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_62cc2370-a42a-4727-d4a3-96f106412fe2-e7a425cc {
    align-self: end;
  }

  #w-node-_55fa9554-461b-2231-c706-8725ed4b375a-e7a425d1, #w-node-_55fa9554-461b-2231-c706-8725ed4b3777-e7a425d1, #w-node-_55fa9554-461b-2231-c706-8725ed4b3794-e7a425d1 {
    grid-column: span 1 / span 1;
  }

  #w-node-_93e8a62e-bab4-cb70-2e13-1d2c41bca683-41bca678 {
    justify-self: center;
  }

  #w-node-a2e3e4e9-596f-50d1-1c04-77f0d6ab63d5-e7a425d3, #w-node-a2e3e4e9-596f-50d1-1c04-77f0d6ab63de-e7a425d3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a2e3e4e9-596f-50d1-1c04-77f0d6ab63f0-e7a425d3 {
    grid-column: span 3 / span 3;
  }

  #w-node-a2e3e4e9-596f-50d1-1c04-77f0d6ab642c-e7a425d3 {
    grid-column: span 1 / span 1;
  }

  #w-node-ab86559f-d1c6-2a27-bf36-cd5316fd0aae-bd16cc2f {
    align-self: end;
  }
}


@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400 (6.4.2)';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Antapani';
  src: url('../fonts/Antapani-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Antapani';
  src: url('../fonts/Antapani-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Antapani';
  src: url('../fonts/Antapani-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Antapani';
  src: url('../fonts/Antapani-ExtraBold.ttf') format('truetype'), url('../fonts/Antapani-Bold.ttf') format('truetype'), url('../fonts/Antapani-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Antapani';
  src: url('../fonts/Antapani-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Antapani';
  src: url('../fonts/Antapani-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Antapani';
  src: url('../fonts/Antapani-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Antapani';
  src: url('../fonts/Antapani-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}