@font-face {
  font-family: Icofont;
  src: url('../fonts/icofont.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --font--text: Montserrat, sans-serif;
  --1-main-colors--heading: #e9e9e9;
  --ubunt: Montserrat, sans-serif;
  --font--paragraph: Manrope, sans-serif;
  --1-main-colors--paragraph: var(--4-neutral--neutral-400);
  --1-main-colors--primary: #87e679;
  --1-main-colors--transparent: #0000;
  --6-radius--button-radius: 200px;
  --1-main-colors--secondary-color: #a01c20;
  --5-box-shadow--shadow-50: #703edb1a;
  --untitled-ui--gray600: #45322b;
  --1-main-colors--white: #fff;
  --1-main-colors--secondarys: #87e679;
  --1-main-colors--background: #042a1bd9;
  --1-main-colors--border: var(--4-neutral--neutral-50);
  --4-neutral--neutral-400: #505050;
  --6-radius--sm: 4px;
  --1-main-colors--dark-paragraph: var(--4-neutral--neutral-50);
  --6-radius--m: 10px;
  --5-box-shadow--shadow-100: #641bff1a;
  --4-neutral--neutral-100: #bbb;
  --4-neutral--neutral-200: #9a9a9a;
  --6-radius--l: 20px;
  --1-main-colors--black: #000;
  --4-neutral--neutral-50: #e9e9e9;
  --1-main-colors--white-heading: white;
  --font--icon: "Material Icons", sans-serif;
  --6-radius--xl: 30px;
  --waves-library--white: white;
  --4-neutral--neutral-300: #6c6c6c;
  --4-neutral--neutral-600: #212121;
  --waves-library--black: #131313;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray700: #344054;
  --untitled-ui--primary50: #f9f5ff;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--white: white;
  --untitled-ui--primary500: #9e77ed;
  --untitled-ui--gray50: #f9fafb;
  --radiant-ui-components-library-marketplace--color--white: white;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --radiant-ui-components-library-marketplace--color--button-background-dark: #131218;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --1-main-colors--button-color: #87e679;
  --4-neutral--neutral-500: #242424;
  --4-neutral--neutral-700: #1a1a1a;
  --4-neutral--neutral-800: #02080e;
  --4-neutral--neutral-900: #02060b;
  --font--social-icon: Icofont, sans-serif;
  --untitled-ui--gray900: #101828;
}

.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-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

.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-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.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 {
  -webkit-appearance: none;
  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;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  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-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 {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  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-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

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

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

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

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

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

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

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  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-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  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-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

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

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

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

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

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

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

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

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

.w-commerce-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-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

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

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

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

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

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

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

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

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-users-useraccountsubscriptionlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  overflow: auto;
}

.w-users-useraccountsubscriptionlistitem {
  align-items: flex-start;
  display: flex;
}

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

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

.w-users-gridrow {
  grid-column-gap: 8px;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  display: grid;
}

.w-users-flexcolumn {
  flex-direction: column;
  display: flex;
}

.w-users-useraccountsubscriptioncancelbutton {
  color: #3898ec;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  padding: 0;
}

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional, .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional {
    font-size: 16px;
  }

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

  .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode {
    font-size: 16px;
  }
}

body {
  font-family: var(--font--text);
  color: var(--1-main-colors--heading);
  background-color: #f6f6ee;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

h1 {
  font-family: var(--ubunt);
  color: var(--1-main-colors--heading);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 700;
  line-height: 112px;
}

h2 {
  font-family: var(--ubunt);
  color: var(--1-main-colors--heading);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 84px;
}

h3 {
  font-family: var(--ubunt);
  color: var(--1-main-colors--heading);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 700;
  line-height: 64px;
}

h4 {
  font-family: var(--ubunt);
  color: var(--1-main-colors--heading);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
}

h5 {
  font-family: var(--font--text);
  color: var(--1-main-colors--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

h6 {
  font-family: var(--font--text);
  color: var(--1-main-colors--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

p {
  font-family: var(--font--paragraph);
  color: var(--1-main-colors--paragraph);
  margin-bottom: 0;
  font-weight: 400;
}

a {
  color: var(--1-main-colors--heading);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

ul {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

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

img {
  object-fit: cover;
  width: 100%;
  display: inline-block;
}

label {
  font-family: var(--font--paragraph);
  color: var(--1-main-colors--paragraph);
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: block;
}

blockquote {
  border-left: 5px solid var(--1-main-colors--primary);
  margin-top: 25px;
  margin-bottom: 35px;
  padding: 16px 20px;
  font-size: 18px;
  line-height: 22px;
}

.button-text-wrapper {
  white-space: nowrap;
  height: 28px;
  overflow: hidden;
}

.primary-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--1-main-colors--transparent);
  border-radius: var(--6-radius--button-radius);
  background-color: var(--1-main-colors--secondary-color);
  box-shadow: 0 0 20px 0 var(--5-box-shadow--shadow-50);
  font-family: var(--font--paragraph);
  color: var(--1-main-colors--heading);
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  padding: 14px 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  transition: color .3s ease-out, background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.primary-button:hover {
  background-color: var(--untitled-ui--gray600);
  color: var(--1-main-colors--white);
}

.primary-button.secondary {
  border-color: var(--1-main-colors--secondary-color);
  background-color: var(--1-main-colors--secondary-color);
  color: var(--1-main-colors--white);
}

.primary-button.secondary:hover {
  background-color: var(--untitled-ui--gray600);
  color: var(--1-main-colors--heading);
  border-style: none;
  border-width: 0;
}

.contents {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.contents.margin-bottom-48px {
  margin-bottom: 48px;
}

.contents.about {
  max-width: 618px;
}

.title-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mask {
  z-index: 1;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.mask.max-width-650px {
  max-width: 650px;
}

.blog-card {
  background-color: var(--1-main-colors--white);
  border-radius: 5px;
  flex-direction: column;
  max-width: 420px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 10px 20px #c0c0c01a;
}

.text-merge {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-wrap: wrap;
  display: flex;
}

.button-style-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  display: flex;
}

.color-box-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.color-box {
  background-color: #428bca;
  border-radius: 4px;
  width: 140px;
  height: 140px;
  box-shadow: 0 2px 5px #0003;
}

.color-box.heading-color {
  background-color: var(--1-main-colors--heading);
}

.color-box.secondary-color {
  background-color: var(--1-main-colors--secondarys);
}

.color-box.primary-color {
  background-color: var(--1-main-colors--primary);
}

.color-box.paragraph-color {
  background-color: var(--1-main-colors--paragraph);
}

.color-box.extra-color {
  background-color: var(--1-main-colors--background);
}

.color-name {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 24px;
}

.style-guide-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.style-guide-title {
  border-bottom: 3px solid var(--1-main-colors--border);
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

.color-box-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 70px;
  display: flex;
}

.section-60px {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-top: 60px;
  margin-bottom: 100px;
  position: relative;
}

._18px-500 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.utility-page-content {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 682px;
  display: flex;
  position: relative;
}

._404-paragraph {
  color: var(--1-main-colors--white);
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
}

._404-heading {
  color: var(--1-main-colors--white);
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 48px;
}

.utility-page-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: url('../images/404-Page.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.changelog-section {
  margin-top: 40px;
  margin-bottom: 400px;
  padding-left: 20px;
  padding-right: 20px;
}

.changelog-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.version-title {
  font-family: var(--ubunt);
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.version-description {
  line-height: 28px;
}

.license-main-text {
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.license-block {
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.license-wrapper {
  max-width: 555px;
}

.license-link-block {
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.license-title {
  font-family: var(--ubunt);
  color: var(--1-main-colors--heading);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.nav-list {
  text-decoration: none;
  overflow: hidden;
}

.nav-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  font-family: var(--font--paragraph);
  color: var(--1-main-colors--paragraph);
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-weight: 600;
  text-decoration: none;
  transition: color .3s ease-out;
  display: flex;
}

.nav-link:hover {
  color: var(--1-main-colors--secondary-color);
}

.nav-link:focus {
  color: var(--1-main-colors--primary);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: var(--4-neutral--neutral-400);
  transition: none;
}

.nav-link.w--current:hover {
  color: var(--1-main-colors--secondary-color);
}

.submenu-link {
  font-family: var(--font--paragraph);
  color: var(--1-main-colors--heading);
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: transform .25s cubic-bezier(.25, .46, .45, .94), color .35s;
}

.submenu-link:hover {
  color: var(--1-main-colors--primary);
  transform: translate(5px);
}

.submenu-link:focus, .submenu-link.w--current {
  color: var(--1-main-colors--primary);
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.container.static {
  position: static;
}

.container.slider-container {
  max-width: 1480px;
  padding-left: 80px;
  padding-right: 80px;
}

.container._1140px {
  max-width: 1140px;
}

.dropdown-options {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  border-radius: 4px;
  padding-top: 35px;
  position: absolute;
  top: 20px;
}

.nav-button-list {
  flex: 1;
  padding-left: 24px;
}

.navbar {
  z-index: 100;
  background-color: #e9e9e900;
  border-bottom: 1px solid #0000;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  top: 0;
}

.nav-icon-and-text-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(#ffffffb8, #ffffffb8);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  display: flex;
}

.nav-menu {
  grid-column-gap: 26px;
  grid-row-gap: 50px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.site-logo {
  object-fit: contain;
  width: 100%;
  max-width: 164px;
}

.site-logo-wrapper {
  padding-left: 0;
}

.site-logo-wrapper.w--current {
  width: auto;
  max-width: 30%;
}

.nav-link-dropdown {
  z-index: 1;
  cursor: pointer;
}

.nav-dropdown-contents-fastfood {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #fff;
  flex-flow: column;
  padding: 20px 35px;
  display: flex;
}

.icon-20px {
  font-family: Material Icons, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.nav-list-for-dropdown {
  text-decoration: none;
}

.lock-image {
  max-width: 200px;
  margin-bottom: 40px;
}

._2-column-block-top {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.error {
  border-radius: var(--6-radius--sm);
  color: var(--1-main-colors--white);
  text-align: center;
  background-color: #ff2828;
  padding: 20px;
  font-weight: 600;
}

.footer-copyright-text {
  color: var(--1-main-colors--dark-paragraph);
  font-family: Montserrat, sans-serif;
}

.footer-copyright-text.with-hover {
  transition: color .3s;
}

.footer-copyright-text.with-hover:hover {
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid var(--4-neutral--neutral-400);
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

.horizontal-left-center-15px-gap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #667085;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.footer-copyright {
  grid-column-gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.success {
  border-radius: var(--6-radius--sm);
  background-color: var(--1-main-colors--primary);
  color: var(--1-main-colors--white);
  width: 100%;
  font-weight: 600;
}

.footer {
  background-image: linear-gradient(#501011cc, #501011cc), url('../images/_Y7A7723-copy-2.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.absolute-border {
  max-width: 70px;
  max-height: 72px;
  position: absolute;
  inset: -16% -42% auto auto;
}

.section {
  margin: 130px 60px;
  position: relative;
}

.section.margin-bt-210px {
  margin-bottom: 210px;
}

.section.blue-section {
  background-color: #042a1b;
  padding-top: 100px;
  padding-bottom: 194px;
}

.vertical-left-top {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

._3-column-grid {
  grid-column-gap: 30px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.image-wrapper-50 {
  width: 50%;
  position: relative;
}

._2-column-block {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

._2-column-block.center {
  grid-column-gap: 60px;
  justify-content: center;
}

.button-icon {
  text-transform: none;
  font-family: Material Icons Outlined, sans-serif;
  font-weight: 400;
}

._16px-text-500 {
  color: var(--untitled-ui--gray600);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

._36px-text {
  font-size: 36px;
  line-height: 50px;
}

._36px-text.black {
  color: var(--1-main-colors--heading);
}

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

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

._404-text-div {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

._404-title {
  color: var(--1-main-colors--secondary-color);
  font-family: Philosopher, sans-serif;
  font-size: 300px;
  font-weight: 700;
  line-height: 300px;
}

.page-wrapper {
  overflow: clip;
}

.hidden {
  display: none;
}

.font-white-color {
  color: var(--1-main-colors--white);
  font-family: Montserrat, sans-serif;
}

._4-column-grid {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-wrapper-50-slide-from-right, .image-wrapper-50-slide-from-left {
  width: 50%;
  position: relative;
}

.contents-slide-from-bottom {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.hero-section {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-top: 19.8rem;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-image {
  box-sizing: border-box;
  object-fit: none;
  object-position: 50% 50%;
  width: 100%;
  max-height: 586px;
}

.hero-contents {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  max-width: 760px;
  margin-top: 40px;
  display: flex;
}

.image-wrapper-40-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 48%;
  max-width: 472px;
  display: flex;
  position: relative;
}

.hambruger-button {
  padding: 0;
}

.features-card-bookish {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: var(--6-radius--m);
  background-color: var(--1-main-colors--white);
  box-shadow: 0 10px 25px 0 var(--5-box-shadow--shadow-100);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 40px;
  display: flex;
}

._26px-title {
  font-size: 26px;
  line-height: 36px;
}

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

.animation-icon {
  color: var(--4-neutral--neutral-100);
  font-family: Icofont, sans-serif;
  font-size: 18px;
}

.animation-icon.rotate-180 {
  position: absolute;
  transform: rotate(90deg);
}

.icon-and-faq-title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  white-space: pre-wrap;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._18px-semi-bold-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.dropdown-texts-light {
  color: var(--4-neutral--neutral-200);
  padding-top: 75px;
  padding-bottom: 37px;
  font-weight: 300;
}

.dropdown-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.dropdown-with-border-bottom {
  background-color: var(--1-main-colors--white);
  border-radius: 6px;
  padding-left: 40px;
  padding-right: 40px;
}

.dropdown-contents {
  background-color: #fff0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: static;
  overflow: hidden;
}

.faq-swtich {
  color: #000;
  white-space: pre-wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 25px 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.faq-image-60px {
  max-width: 60px;
  display: none;
  position: absolute;
  top: 40px;
}

.slider {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: flex;
}

.slider.overflow-hidden {
  position: static;
  overflow: hidden;
}

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

.testimonial-slider-nav-style-css {
  display: none;
}

._0-8-opacity-white {
  color: #fffc;
}

.others-book-slider {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  overflow: hidden;
}

.others-book-navigation {
  z-index: 3;
  background-color: var(--1-main-colors--white);
  color: var(--1-main-colors--heading);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 40px;
  height: 40px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 16px;
  line-height: 16px;
  transition: background-color .3s;
  display: flex;
  overflow: visible;
}

.others-book-navigation:hover {
  background-color: var(--1-main-colors--primary);
  color: var(--1-main-colors--white);
  border-color: #0000;
}

.others-book-navigation._60px {
  max-width: 60px;
  height: 60px;
}

.others-book-navigation-wrapper {
  z-index: 3;
  color: var(--1-main-colors--heading);
  justify-content: flex-end;
  align-items: center;
  width: 5%;
  min-width: 70px;
  max-height: 390px;
  margin-top: 0;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  top: 0;
}

.others-book-navigation-wrapper:hover {
  color: var(--1-main-colors--white);
}

.book-image {
  max-width: 214px;
  box-shadow: 0 10px 20px #c0c0c033;
}

.book-image.product-image {
  box-shadow: none;
}

.book-image-wrapper {
  border-radius: var(--6-radius--sm);
  background-color: var(--1-main-colors--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 392px;
  padding: 47px 20px;
  display: flex;
}

.book-image-wrapper.product-thumbnail {
  max-height: none;
  padding: 83px 40px 73px;
}

.book-wrapper {
  z-index: 4;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.book-info-body {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.other-book-mask {
  width: 23%;
  overflow: visible;
}

.image-24px {
  max-width: 24px;
}

.success-message {
  background-color: #0277bd;
  width: 105%;
  margin-left: -10px;
}

.full-width {
  width: 100%;
}

._50-width-block {
  width: 50%;
}

._50-width-block._420px {
  max-width: 420px;
  position: relative;
}

.input-field-70px-white {
  border: 1px solid var(--1-main-colors--border);
  background-color: var(--1-main-colors--white);
  color: var(--1-main-colors--heading);
  border-radius: 4px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 16px 16px 22px;
}

.input-field-70px-white.password {
  min-height: 60px;
  margin-bottom: 20px;
}

._10px-gap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.features-card-bookish-dark {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: var(--6-radius--m);
  box-shadow: 0 10px 25px 0 var(--5-box-shadow--shadow-100);
  background-color: #161d27;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 40px;
  display: flex;
}

.testimonial-card-bookish-light {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #eef1f3;
  border-radius: 6px;
  flex-direction: column;
  width: 100%;
  padding: 40px;
  display: flex;
}

._16px-500 {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.margin-30px {
  color: var(--untitled-ui--gray600);
  text-align: justify;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Manrope, sans-serif;
}

.password-wrapper {
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.password-form {
  border-radius: var(--6-radius--l);
  background-color: var(--1-main-colors--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 601px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: flex;
}

.search-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-width: 183px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.search-input-rounded {
  background-color: var(--1-main-colors--white);
  border: 1px solid #e6e7e8;
  border-radius: 30px;
  min-height: 40px;
  margin-bottom: 0;
  padding-left: 20px;
}

.search-input-rounded._60px {
  min-height: 60px;
}

.search-button-absolute {
  color: var(--4-neutral--neutral-200);
  background-color: #0000;
  background-image: url('../images/search-eye-line.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 13px;
  padding: 0;
  font-family: Material Icons, sans-serif;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
}

.margin-top-20px-bottom-60px {
  margin-top: 20px;
  margin-bottom: 60px;
}

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

._20px-text-400-white {
  color: var(--1-main-colors--white);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

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

.newsletter-form-block {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  position: relative;
}

._11px-gap {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
}

.footer-title-26px {
  color: #ffffffe6;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 38px;
}

.footer-text {
  color: var(--4-neutral--neutral-50);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

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

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

.footer-info-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.newsletter-submit-button {
  background-color: var(--1-main-colors--primary);
  color: var(--1-main-colors--heading);
  background-image: url('../images/Frame.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  margin-left: 0;
  padding: 0;
  font-family: Icofont, sans-serif;
  font-size: 24px;
  transition: background-color .2s, transform .3s;
  display: block;
  position: absolute;
  inset: 6px 7px 6px auto;
}

.newsletter-submit-button:hover {
  background-color: var(--1-main-colors--primary);
  transform: scale(1.1);
}

.footer-social-icon-contianer {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #667085;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.footer-link {
  color: var(--4-neutral--neutral-50);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  transition: color .2s;
}

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

.footer-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 100px;
  max-width: 400px;
  display: flex;
}

.footer-block._1st-block {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  max-width: 350px;
}

.footer-block.newsletter-footer-block {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  width: auto;
  min-width: auto;
  max-width: none;
}

.newsletter-input {
  color: var(--4-neutral--neutral-400);
  border-radius: 30px;
  height: 60px;
  padding-left: 24px;
}

.newsletter-input::placeholder {
  color: var(--4-neutral--neutral-400);
}

.newsletter-form-footer {
  width: 100%;
  max-width: 360px;
  margin-bottom: -10px;
}

.footer-columns {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr .25fr .75fr 1.75fr;
  justify-content: space-between;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 70px;
  display: flex;
}

.social-icon-transparent {
  border: 1px solid var(--4-neutral--neutral-100);
  color: var(--4-neutral--neutral-100);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: Icofont, sans-serif;
  font-size: 24px;
  line-height: 24px;
  transition: color .5s ease-in-out, background-color .2s, transform .4s;
  display: flex;
}

.social-icon-transparent:hover {
  color: #fff;
  background-color: #4267b2;
  border-color: #fff0;
  transform: translate(0, -3px);
}

.social-icon-transparent.linkedin:hover {
  color: #fff;
  background-color: #0077b5;
}

.social-icon-transparent.twitter:hover {
  color: #fff;
  background-color: #1da1f2;
}

.social-icon-transparent.pinterest:hover {
  color: #fff;
  background-color: #e60023;
}

.social-icon-transparent.google:hover {
  color: #fff;
  background-color: #f21d21;
}

.blog-thumbnail-mask {
  border-radius: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.blog-category-20px {
  border: 1px solid var(--1-main-colors--secondary-color);
  background-color: var(--1-main-colors--transparent);
  font-family: var(--font--paragraph);
  color: var(--1-main-colors--heading);
  border-radius: 30px;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  transition: background-color .5s;
}

.blog-category-20px:hover {
  background-color: var(--1-main-colors--primary);
  color: var(--1-main-colors--white-heading);
}

.blog-body-20px-padding {
  flex-direction: column;
  align-items: flex-start;
  padding: 22px 30px 40px;
  display: flex;
}

.blog-thumbnail-300px {
  height: 300px;
  transition: transform .7s cubic-bezier(.19, 1, .22, 1);
}

.blog-thumbnail-300px:hover {
  transform: scale(1.1);
}

.blog-title-mask-and-margin {
  margin-top: 20px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.icon {
  font-family: var(--font--icon);
}

.details-link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  font-family: var(--font--paragraph);
  color: var(--1-main-colors--secondary-color);
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  transition: all .28s;
  display: flex;
}

.details-link:hover {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--1-main-colors--primary);
}

.white-section {
  background-color: var(--1-main-colors--white);
  padding-top: 130px;
  padding-bottom: 130px;
  position: relative;
}

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

.empty-block {
  background-color: var(--1-main-colors--secondarys);
  color: var(--1-main-colors--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.pagination-button {
  border-color: var(--1-main-colors--transparent);
  background-color: var(--untitled-ui--gray600);
  color: var(--1-main-colors--heading);
  margin-top: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: background-color .3s;
}

.pagination-button:hover {
  background-color: var(--1-main-colors--secondary-color);
  color: var(--1-main-colors--white);
}

.gallery-lightbox {
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}

.breadcrumb-section {
  background-color: #f6f6ee;
  padding-top: 17px;
  padding-bottom: 15px;
}

.breadcrumb-link {
  font-family: var(--font--paragraph);
  color: var(--1-main-colors--heading);
  transition: color .3s;
}

.breadcrumb-link:hover {
  color: var(--1-main-colors--secondary-color);
}

._30px-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 40px;
}

.contact-svg-position {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: -50px 0% auto;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
}

.contact-svg-wrapper {
  background-color: var(--1-main-colors--secondary-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.contact-form {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.image-32px {
  max-width: 32px;
}

.input-field-transparent-with-image {
  border: 1px solid var(--1-main-colors--border);
  border-radius: var(--6-radius--sm);
  background-color: var(--1-main-colors--white);
  background-image: url('../images/user-line_1user-line.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 24px;
  min-height: 60px;
  margin-bottom: 0;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 20px;
}

.input-field-transparent-with-image:focus {
  border-color: var(--1-main-colors--primary);
}

.input-field-transparent-with-image.text-area {
  background-image: url('../images/draft-line_1draft-line.png');
  background-position: 98% 18px;
  min-height: 160px;
  margin-bottom: 20px;
}

.input-field-transparent-with-image.email {
  background-image: url('../images/mail-open-line_1mail-open-line.png');
}

.input-field-transparent-with-image.subject {
  background-image: url('../images/sticky-note-line_1sticky-note-line.png');
}

.input-field-transparent-with-image.phone {
  background-image: url('../images/phone-fill_1phone-fill.png');
}

.horizotnal-input-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.contact-paragraph {
  margin-top: 10px;
}

.contact-form-wrapper {
  background-color: #e8e8dc;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 50px 45px 40px;
  display: flex;
  box-shadow: 0 10px 30px #0000000d;
}

.contact-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--1-main-colors--white);
  text-align: center;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 117px 25px 79px;
  display: flex;
  position: relative;
}

._3-column-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  display: grid;
}

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

.map-embed-block {
  z-index: -1;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.input-field {
  border: 1px solid var(--4-neutral--neutral-50);
  color: var(--1-main-colors--border);
  background-color: #0000;
  border-radius: 6px;
  min-height: 54px;
  margin-bottom: 0;
  padding: 16px;
}

.input-field::placeholder {
  color: var(--1-main-colors--border);
}

.input-field.text-area {
  min-height: 120px;
}

.faq-form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--1-main-colors--heading);
  border-radius: 10px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  min-width: 360px;
  padding: 45px 55px 55px;
  display: flex;
}

._36px-title {
  color: #f5f5f5;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.vertical-center-align {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vertical-center-align._20px-gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.vertical-center-align._2px-gap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
}

.dropdown-switch-20px-padding {
  font-family: var(--font--paragraph);
  text-transform: none;
  white-space: pre-wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 23px 20px 20px;
  display: flex;
  position: relative;
}

.submit-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--1-main-colors--primary);
  color: var(--1-main-colors--heading);
  white-space: nowrap;
  border: 1px #000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 13px 30px;
  font-weight: 500;
  transition: color .4s ease-out, background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.submit-button:hover {
  background-color: var(--1-main-colors--secondary-color);
  color: #f5f5f5;
}

.faq-transparent-dropdown {
  z-index: auto;
  border-radius: var(--6-radius--sm);
  background-color: var(--1-main-colors--white);
  text-align: left;
  cursor: pointer;
  border: 1px #000;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.faq-text-gym-ml-20 {
  margin-bottom: 30px;
  margin-left: 20px;
  margin-right: 40px;
}

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

.faq-dropdowns-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

._18px-400-neutral-400 {
  color: var(--4-neutral--neutral-400);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.blog-category {
  background-color: var(--1-main-colors--primary);
  color: var(--1-main-colors--heading);
  border-radius: 30px;
  padding: 2px 12px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 25px;
  transition: background-color .5s;
}

.blog-category:hover {
  color: var(--1-main-colors--white);
  background-color: #020116;
}

.archive-widget {
  flex-direction: column;
  padding: 15px 40px 40px 30px;
  display: flex;
}

.archive-widget.tags-widget {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  padding-top: 30px;
}

.author-block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--4-neutral--neutral-200);
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.author-block:hover {
  color: var(--1-main-colors--secondarys);
}

.blog-cover-image {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  max-width: 870px;
  max-height: 620px;
}

.main-block {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  min-width: 600px;
  max-width: none;
  display: flex;
}

.main-block.box-shadow {
  background-color: var(--1-main-colors--white);
  box-shadow: 0 10px 20px #c0c0c033;
}

.blog-meta-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--4-neutral--neutral-200);
  justify-content: flex-start;
  align-items: center;
  line-height: 26px;
}

.blog-page-body {
  flex-flow: column;
  padding: 40px 60px 40px 40px;
  display: flex;
}

.blog-heading {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 600;
  line-height: 52px;
}

.blog-widget {
  border: 1px solid var(--1-main-colors--border);
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  display: flex;
}

.author-image-24px {
  border-radius: 100%;
  width: 100%;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
}

.featured-blog-widget {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  padding: 20px 18px 30px 20px;
  display: flex;
}

.sidebar-40px-gap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  min-width: 255px;
  max-width: 420px;
  display: flex;
}

.rich-text-block {
  color: var(--untitled-ui--gray600);
}

.rich-text-block h1, .rich-text-block h2 {
  margin-top: 20px;
  margin-bottom: 30px;
}

.rich-text-block h3 {
  font-size: 38px;
  line-height: 52px;
}

.rich-text-block h4 {
  margin-top: 30px;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 30px;
}

.rich-text-block p {
  margin-bottom: 25px;
}

.rich-text-block ol {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 30px;
  margin-bottom: 40px;
  display: flex;
}

.rich-text-block li {
  font-family: var(--font--paragraph);
  color: var(--4-neutral--neutral-400);
}

.rich-text-block ul {
  margin-top: 30px;
  margin-bottom: 40px;
}

.rich-text-block blockquote {
  color: var(--1-main-colors--heading);
  font-style: italic;
}

.sidebar-title {
  background-color: var(--1-main-colors--border);
  font-family: var(--font--paragraph);
  color: var(--1-main-colors--paragraph);
  border-bottom: 1px solid #e9e9e9;
  border-radius: 4px;
  padding: 13px 20px 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.margin-right-3px {
  margin-right: 3px;
}

.post-title {
  color: var(--1-main-colors--paragraph);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: color .2s;
}

.post-title:hover {
  color: var(--1-main-colors--primary);
}

.title-snippet {
  max-height: 56px;
  position: relative;
  overflow: hidden;
}

.featured-card-body {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
}

.featured-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  height: 100%;
  transition: transform .2s;
}

.featured-image:hover {
  transform: scale(1.1);
}

.featured-blog-mask {
  border-radius: 4px;
  width: 100%;
  max-width: 140px;
  height: 100px;
  position: relative;
  overflow: hidden;
}

.featured-blogs {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._12px-500-neutral-200 {
  color: var(--4-neutral--neutral-200);
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.property-category-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 1px solid var(--1-main-colors--border);
  font-family: var(--font--paragraph);
  color: var(--4-neutral--neutral-400);
  align-items: center;
  padding-top: 15px;
  padding-bottom: 10px;
  transition: color .5s, transform .45s;
  display: flex;
}

.property-category-block:hover {
  color: var(--1-main-colors--primary);
  transform: translate(10px);
}

.tag-button {
  background-color: var(--1-main-colors--border);
  font-family: var(--font--paragraph);
  color: var(--1-main-colors--paragraph);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .35s ease-out, color .45s;
  display: flex;
}

.tag-button:hover {
  background-color: var(--1-main-colors--secondarys);
  color: var(--1-main-colors--white);
  box-shadow: 0 4px 10px #5d38ff1a;
}

.search-input-60px {
  border: 1px solid var(--4-neutral--neutral-50);
  background-color: var(--1-main-colors--white);
  font-family: var(--font--paragraph);
  border-radius: 4px;
  min-height: 60px;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.search-input-60px:focus {
  border-color: var(--1-main-colors--primary);
}

.search-input-60px::placeholder {
  color: var(--4-neutral--neutral-200);
}

.event-meta-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: var(--6-radius--m);
  justify-content: flex-start;
  align-items: center;
  padding: 30px 30px 30px 35px;
  display: flex;
  box-shadow: 0 10px 20px #c0c0c033;
}

.widget {
  border: 1px solid var(--1-main-colors--border);
  background-color: #e8e8dc;
  border-radius: 4px;
  flex-flow: column;
  width: 100%;
  padding: 25px;
  display: flex;
}

.checkbox-field {
  font-family: var(--font--paragraph);
  color: var(--1-main-colors--heading);
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  transition: color .3s;
  display: flex;
}

.checkbox-field:hover {
  color: var(--1-main-colors--background);
}

.checkbox-field.w--current {
  color: var(--1-main-colors--secondary-color);
}

.product-categories {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.product-categories.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.checkbox {
  border: 1px solid var(--untitled-ui--gray600);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 15px;
  padding: 2px;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.checkbox:active, .checkbox:focus {
  border-color: var(--1-main-colors--primary);
  background-color: var(--1-main-colors--primary);
  background-image: url('../images/check-1_1check 1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px 12px;
}

.checkbox.w--redirected-checked {
  background-color: #dd3842;
  background-image: url('../images/check-1_1check 1.webp');
  border-color: #dd3842;
}

.checkbox.active {
  background-color: var(--1-main-colors--heading);
}

._20px-600-neutral-400 {
  color: var(--4-neutral--neutral-400);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  transition: color .3s;
}

.show-filter-bar {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.book-title-link {
  color: #594137;
  text-align: left;
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  transition: color .35s;
}

.book-title-link:hover {
  color: var(--1-main-colors--secondary-color);
}

.book-title-link._20px-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.checkbox-image {
  object-fit: contain;
  width: 16px;
  height: 16px;
}

.main-search-block {
  border-radius: var(--6-radius--m);
  background-color: var(--1-main-colors--background);
  margin-bottom: 45px;
  padding: 38px;
}

.search-result-card {
  border-radius: var(--6-radius--xl);
  background-color: var(--1-main-colors--primary);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 30px;
  display: flex;
}

._26px-text-link {
  font-family: var(--font--text);
  color: var(--1-main-colors--heading);
  text-transform: none;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  transition: color .3s;
}

._26px-text-link:hover {
  color: var(--1-main-colors--primary);
}

.nav-menu-container {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-cart-button {
  background-color: var(--1-main-colors--transparent);
  padding: 0;
}

.nav-cart-qty {
  background-color: var(--1-main-colors--secondary-color);
  color: var(--1-main-colors--heading);
  justify-content: center;
  align-items: center;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
  position: absolute;
  inset: -10px -11px auto auto;
}

.horizontal-left-center-30px-gap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

._4-column-mask {
  width: 26%;
  overflow: visible;
}

.category-card {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  border-radius: var(--6-radius--sm);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.image-48px {
  min-width: 40px;
  max-width: 48px;
}

._26px-text-600 {
  color: var(--1-main-colors--secondary-color);
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
}

._26px-text-600.with-bottom-border {
  border-bottom: 1px solid var(--4-neutral--neutral-100);
  width: 100%;
  padding-bottom: 10px;
}

._4px-gap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

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

.slide-nav {
  max-height: 25px;
  bottom: -60px;
}

.books-navigation {
  z-index: 3;
  background-color: var(--1-main-colors--secondary-color);
  filter: drop-shadow(0 0 30px #703edb1a);
  color: var(--waves-library--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 40px;
  height: 40px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 16px;
  line-height: 16px;
  transition: background-color .3s;
  display: flex;
}

.books-navigation:hover {
  background-color: var(--untitled-ui--gray600);
  color: var(--1-main-colors--white);
  border-color: #0000;
}

.books-navigation.primary-icon {
  color: var(--1-main-colors--heading);
}

.slider-wrapper {
  background-color: var(--1-main-colors--transparent);
  width: 100%;
  max-width: 1580px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero-mask {
  z-index: 2;
  width: 100%;
  overflow: visible;
}

._14px-text-500 {
  color: var(--1-main-colors--secondary-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

._14px-text-500.link {
  transition: color .3s;
}

._14px-text-500.link:hover {
  color: var(--1-main-colors--primary);
}

._26px-secondary-600 {
  color: var(--1-main-colors--secondary-color);
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

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

.cta-contents-12px-gap {
  z-index: 2;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  max-width: 466px;
  margin-left: auto;
  margin-right: 80px;
  display: flex;
  position: relative;
}

.cta-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(74deg, #0000 39%, #a01c20), url('../images/0D3A0869-copy.jpg');
  background-position: 0 0, 0 35%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 115px;
  padding-bottom: 115px;
  padding-left: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.divider {
  background-color: var(--1-main-colors--white);
  width: 100%;
  height: 1px;
}

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

.larger-banner {
  border-radius: var(--6-radius--sm);
  background-image: url('../images/simple-flat-vector-background-with-books-glass-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 620px;
  max-width: 870px;
  min-height: 580px;
  padding: 112px 20px 100px 70px;
  overflow: hidden;
}

.banner-376px {
  background-image: url('../images/Rectangle-736.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 420px;
  min-height: 376px;
  padding: 60px 20px 30px 30px;
}

._2-column-block-stretch {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.book-wrapper-list {
  z-index: 4;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #e8e8dc;
  justify-content: flex-start;
  align-items: center;
  padding: 21px 20px;
  display: flex;
  position: relative;
}

.book-image-wrapper-list {
  background-color: var(--1-main-colors--white);
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 117px;
  height: 100%;
  min-height: 148px;
  padding: 13.3px 15.6px;
  display: flex;
  overflow: hidden;
}

.team-image-180px {
  aspect-ratio: 1;
  height: 336px;
  transition: transform .5s;
}

.team-image-180px:hover {
  transform: scale(1.1);
}

.team-image-wrapper {
  border-radius: 6px;
  overflow: hidden;
}

.testimonial {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-radius: var(--6-radius--sm);
  background-color: var(--1-main-colors--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 50px 40px 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

._33-mask {
  width: 31.5%;
  overflow: visible;
}

.footer-feature-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 65px;
  padding-bottom: 55px;
  display: flex;
}

.footer-feature {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-right: 1px solid var(--4-neutral--neutral-200);
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 50px;
  padding-right: 30px;
  display: flex;
}

.footer-feature.without-border {
  border-right-style: none;
  max-width: 450px;
  padding-right: 0;
}

.footer-feature.first {
  padding-left: 0;
}

.footer-section {
  margin-top: 100px;
}

.team-mask {
  width: 23%;
  overflow: visible;
}

.sidebar-290px {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  min-width: 255px;
  max-width: 290px;
  margin-top: 60px;
  display: flex;
}

.nav-dropdown-contents-bookstore {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 970px;
  padding: 40px 40px 25px;
  display: flex;
}

.mega-contents {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.nav-link-mega {
  cursor: pointer;
}

._1px-divider {
  background-color: var(--4-neutral--neutral-200);
  width: 100%;
  height: 1px;
}

.mega-links-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.dropdown-option-mega-menu {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  padding-top: 50px;
  position: absolute;
  inset: 0% auto auto -250px;
}

.dropdown-option-mega-menu.w--open {
  display: flex;
}

.dropdown-option-mega-menu._1 {
  padding-top: 40px;
  top: 20px;
  left: -319px;
}

.mega-category-link {
  border-bottom: 1px solid var(--4-neutral--neutral-50);
  font-family: var(--font--paragraph);
  color: var(--4-neutral--neutral-300);
  max-width: 182px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500;
  transition: color .3s;
  display: block;
}

.mega-category-link:hover {
  border-bottom-color: var(--1-main-colors--secondary-color);
  color: var(--1-main-colors--secondary-color);
}

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

.mega-links-wrapper-25px {
  width: 100%;
  margin-top: 25px;
}

.mega-book-image-wrapper {
  border-radius: var(--6-radius--sm);
  background-color: #eef1f3;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 308px;
  height: 100%;
  padding: 50px 25px;
  display: flex;
}

.mega-category-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 466px;
  display: flex;
  position: relative;
}

.nav-button-wrapper {
  width: 100%;
  margin-top: 30px;
}

._16px-500-neutral-200 {
  color: var(--untitled-ui--gray600);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.vertical-left-top-16px-gap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.horizontal-left-center-10px-gap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.vertical-left-top-20px-gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-40px-rounded {
  border-radius: 50%;
  max-width: 40px;
  overflow: clip;
}

.author-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  font-family: var(--font--paragraph);
  color: var(--1-main-colors--heading);
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  transition: color .2s;
  display: flex;
}

.author-link:hover, .author-link.w--current {
  color: var(--1-main-colors--secondary-color);
}

._14px-text-500-link {
  font-family: var(--font--paragraph);
  color: var(--1-main-colors--paragraph);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

._14px-text-500-link:hover {
  color: var(--1-main-colors--primary);
}

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

.cart-header {
  border-bottom-color: var(--1-main-colors--border);
}

.book-image-wrapper-sm {
  background-color: #eef1f3;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 13px;
  display: flex;
}

._16px-500-secondary {
  color: var(--1-main-colors--secondarys);
  font-weight: 500;
}

.image-18px {
  max-width: 18px;
}

.cart-quantity {
  border-color: var(--4-neutral--neutral-200);
  background-color: var(--1-main-colors--transparent);
  border-radius: 4px;
  width: 83px;
  height: 32px;
  margin-bottom: 0;
  padding-left: 10px;
}

.cart-container {
  max-width: 390px;
  padding-left: 40px;
  padding-right: 40px;
}

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

.cart-info-body {
  margin-left: 0;
  margin-right: 0;
}

.cart-item {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: flex-start;
  align-items: center;
}

.cart-footer {
  border-top-color: var(--1-main-colors--border);
  padding-left: 0;
  padding-right: 0;
}

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

.submit-button-58px {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: var(--6-radius--button-radius);
  background-color: var(--1-main-colors--secondary-color);
  box-shadow: 0 0 20px 0 var(--5-box-shadow--shadow-50);
  color: var(--1-main-colors--white);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  min-height: 58px;
  padding: 16px 30px;
  font-size: 20px;
  line-height: 30px;
  transition: color .3s ease-out, background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.submit-button-58px:hover {
  background-color: var(--1-main-colors--primary);
}

.submit-button-58px.primary {
  background-color: var(--1-main-colors--primary);
  color: var(--1-main-colors--heading);
}

.submit-button-58px.primary:hover {
  background-color: var(--1-main-colors--secondary-color);
  color: var(--1-main-colors--white);
}

.rating-block {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 6px;
  display: flex;
}

.meta {
  color: var(--untitled-ui--gray600);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.product-images-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  max-width: 515px;
  display: flex;
}

.product-meta {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.product-details-block {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 530px;
  margin-top: 35px;
  display: flex;
}

.social-share-icon {
  color: #a4a3a3;
  justify-content: center;
  align-items: center;
  font-family: Icofont, sans-serif;
  font-size: 20px;
  line-height: 20px;
  transition: border-color .4s, color .5s ease-in-out, background-color .2s, transform .4s;
  display: flex;
}

.social-share-icon:hover {
  color: #316ff6;
  transform: translate(0, -3px);
}

.social-share-icon.pinterest:hover {
  color: #e60023;
}

.social-share-icon.twitter {
  font-size: 18px;
  line-height: 18px;
}

.social-share-icon.twitter:hover {
  color: #1da1f2;
}

.social-share-icon.youtube:hover {
  color: red;
}

.meta-info {
  color: var(--untitled-ui--gray600);
  font-weight: 500;
}

.product-meta-fields-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--untitled-ui--gray600);
  flex-direction: column;
  display: flex;
}

.product-image {
  object-fit: contain;
  max-width: 360px;
}

.social-share-icon-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  display: flex;
}

.margin-top-4px-bottom-16px {
  margin-top: 4px;
  margin-bottom: 16px;
}

.star-image {
  object-fit: contain;
  max-width: 84px;
}

.product-page-divider {
  background-color: var(--1-main-colors--border);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.add-to-cart {
  margin-top: 23px;
  margin-bottom: 35px;
}

.default-state {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

._54px-qty {
  border-color: var(--1-main-colors--secondary-color);
  background-color: var(--1-main-colors--transparent);
  color: #594137;
  border-radius: 4px;
  width: 104px;
  height: 54px;
  margin-bottom: 0;
  padding-left: 26px;
  font-size: 18px;
  font-weight: 500;
}

.submit-button-primary {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: var(--6-radius--button-radius);
  background-color: var(--1-main-colors--secondary-color);
  box-shadow: 0 0 20px 0 var(--5-box-shadow--shadow-50);
  color: var(--1-main-colors--white);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 7px 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  transition: color .3s ease-out, background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.submit-button-primary:hover {
  background-color: #594137;
}

.image-30px {
  object-fit: contain;
  max-width: 30px;
}

._8px-gap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.product-description-tab {
  margin-top: 80px;
  margin-bottom: 60px;
}

.product-tab-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.product-tab-link {
  background-color: var(--1-main-colors--white);
  color: var(--4-neutral--neutral-200);
  padding: 10px 25px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.product-tab-link.w--current {
  background-color: var(--1-main-colors--secondary-color);
  color: var(--1-main-colors--heading);
}

.product-tab-content {
  background-color: var(--1-main-colors--white);
  padding: 70px 80px;
  overflow: visible;
}

.checkout-product-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.checkout-title {
  color: var(--1-main-colors--heading);
  width: 100%;
  font-size: 36px;
  line-height: 50px;
}

.checkout-title.with-border {
  border-bottom: 1px solid var(--1-main-colors--white);
  padding-bottom: 8px;
}

.billing-address-toggle {
  justify-content: flex-start;
  align-items: center;
}

._18px-title {
  color: #000;
  font-size: 18px;
  line-height: 28px;
}

.total-block {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border-top: 1px solid var(--4-neutral--neutral-100);
  border-bottom: 1px solid var(--4-neutral--neutral-100);
  flex-flow: column;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 0;
  padding-top: 17px;
  padding-bottom: 55px;
  display: flex;
}

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

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

.sticky-right-bar {
  background-color: #e8e8dc;
  border-radius: 4px;
  flex-flow: column;
  flex: none;
  width: 100%;
  max-width: 614px;
  padding: 45px 60px 65px;
  display: flex;
  position: static;
  top: 100px;
  overflow: hidden;
}

.checkout-product-price {
  color: var(--1-main-colors--heading);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.apple-pay {
  border-radius: var(--6-radius--xl);
  height: 55px;
}

.checkout-products-wrapper {
  justify-content: space-between;
  align-items: center;
}

.checkout-container {
  z-index: 2;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0000;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.checkout-quantity-block {
  color: #5e5e5e;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.order-item-list {
  margin-bottom: 0;
}

.checkout-image-wrapper {
  background-color: var(--1-main-colors--white);
  justify-content: center;
  align-items: center;
  padding: 14px;
  display: flex;
}

.block {
  border-radius: 10px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.block-contents {
  background-color: #0000;
  border-style: none;
  margin-bottom: 20px;
  padding: 0;
}

.checkout-total-price {
  font-size: 26px;
  font-weight: 600;
  line-height: 40px;
}

.checkout-field {
  border-style: solid;
  border-color: var(--4-neutral--neutral-50);
  border-radius: var(--6-radius--sm);
  background-color: var(--1-main-colors--white);
  height: 56px;
}

.checkout-product-info-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.checkout-image {
  object-fit: contain;
  height: 84px;
}

.checkout-product-title {
  color: var(--4-neutral--neutral-400);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.checkout-total-price-block {
  justify-content: space-between;
  align-items: center;
  margin-top: 17px;
  margin-bottom: 20px;
  display: flex;
}

.checkbox-billing {
  margin-top: 0;
}

.checkout-label {
  color: var(--4-neutral--neutral-300);
  margin-bottom: 6px;
  font-weight: 500;
}

.checkout-section {
  margin-top: 60px;
  margin-bottom: 60px;
}

.checkout-wrapper {
  flex-flow: column;
  flex: 0 auto;
  width: 100%;
  margin-right: 0;
  display: flex;
}

.checkout-sub-title {
  font-family: var(--font--text);
  color: var(--1-main-colors--heading);
  width: 100%;
  margin-top: 0;
  font-size: 20px;
  line-height: 30px;
}

.checkout-sub-title.with-border {
  border-bottom: 1px solid var(--1-main-colors--white);
  padding-bottom: 8px;
}

.users-form-button {
  background-color: #dd3842;
  border-radius: 4px;
  margin-top: 14px;
  margin-bottom: 0;
  padding: 16px 34px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: color .3s, background-color .5s;
}

.users-form-button:hover {
  color: #fdcb71;
  background-color: #2f19b5;
}

.details-wrapper {
  border-bottom: 1px solid var(--4-neutral--neutral-100);
  font-family: var(--font--paragraph);
  color: var(--4-neutral--neutral-400);
  text-align: left;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  display: flex;
}

.order-product-details-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 930px;
  display: flex;
}

.order-text-merge {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.order-confirm-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #e8e8dc;
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  padding-top: 40px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  overflow: hidden;
}

.order-confirm-block.total-order-price {
  flex: none;
  padding-top: 0;
  padding-bottom: 60px;
}

.order-qty-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.order-product {
  color: var(--4-neutral--neutral-400);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.neutral-300 {
  color: #5e5e5e;
}

.order-confirm-price {
  color: var(--1-main-colors--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.order-info {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-right: 0;
  display: flex;
}

.order-details-wrapper {
  width: 100%;
  max-width: 700px;
}

.no-image-product {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: none;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.order-item {
  border-bottom: 1px solid var(--4-neutral--neutral-100);
  justify-content: space-between;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.order-item.no-border {
  border-bottom-style: none;
}

.order-confirmation {
  background-color: var(--1-main-colors--transparent);
  min-height: auto;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 0;
}

.orderer-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  max-width: 418px;
  display: flex;
}

.customer-info {
  margin-bottom: 0;
}

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

.policy-tab {
  max-width: 1020px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.policy-tab-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-right: 1px solid var(--4-neutral--neutral-50);
  flex-flow: column;
  width: 100%;
  max-width: 240px;
  margin-right: 80px;
  padding-right: 60px;
  display: flex;
}

.policy-tab-link {
  background-color: var(--1-main-colors--transparent);
  font-family: var(--font--paragraph);
  color: var(--4-neutral--neutral-400);
  border-radius: 4px;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.policy-tab-link.w--current {
  background-color: var(--1-main-colors--transparent);
  color: var(--1-main-colors--secondary-color);
}

.policy-contents {
  width: 100%;
}

.user-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: var(--6-radius--xl);
  background-color: var(--1-main-colors--secondary-color);
  font-family: var(--font--paragraph);
  color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  padding: 14px 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  transition: color .4s ease-out, background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.user-button:hover {
  background-color: var(--1-main-colors--secondarys);
  color: #f5f5f5;
}

.user-form-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 745px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.user-input {
  border: 1px solid var(--1-main-colors--border);
  background-color: var(--1-main-colors--white);
  color: #8c8d96;
  border-radius: 6px;
  height: 62px;
  margin-bottom: 20px;
}

.user-input::placeholder {
  color: #8c8d96;
}

.tertiary-link {
  color: var(--1-main-colors--heading);
}

.tertiary-link:hover {
  color: var(--1-main-colors--secondarys);
}

.form-footer {
  justify-content: flex-end;
  margin-top: 0;
  margin-bottom: 47px;
}

.user-form-section {
  background-color: var(--1-main-colors--transparent);
  min-height: 60vh;
  margin-top: 60px;
  margin-bottom: 60px;
}

.secondary-link {
  color: var(--1-main-colors--secondarys);
}

.secondary-link:hover {
  clear: none;
  color: var(--1-main-colors--primary);
}

.account-tabs-menu {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 308px;
  display: flex;
}

.subscriptions-list-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.account-tabs {
  display: flex;
}

.account-checkbox {
  margin-top: 8px;
}

.contact-form-input-field {
  border: 1px solid var(--4-neutral--neutral-50);
  background-color: var(--1-main-colors--white);
  color: var(--1-main-colors--heading);
  border-radius: 4px;
  min-height: 56px;
  margin-bottom: 30px;
  padding-left: 20px;
  line-height: 18px;
  transition: border-color .5s;
}

.contact-form-input-field:focus {
  border-color: #ff7a8c;
}

.contact-form-input-field::placeholder {
  color: #5c728e;
  line-height: 18px;
}

.account-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.account-tab-link {
  background-color: var(--1-main-colors--white);
  font-family: var(--font--paragraph);
  color: var(--4-neutral--neutral-400);
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 50px;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
}

.account-tab-link.w--current {
  background-color: var(--1-main-colors--secondary-color);
  color: #fff;
}

.account-tab-contents {
  font-family: var(--font--paragraph);
  width: 100%;
  padding-left: 50px;
}

.horizontal-block-stretch-10px-gap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  align-items: stretch;
  display: flex;
}

.subscription-cancel-button {
  background-image: url('../images/delete-bin-line.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  margin-left: auto;
  margin-right: auto;
}

.user-button-link-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 40px;
  margin-bottom: 30px;
  display: flex;
}

.user-link-button {
  border: 1px solid var(--1-main-colors--secondary-color);
  background-color: var(--1-main-colors--transparent);
  font-family: var(--font--paragraph);
  color: var(--1-main-colors--secondary-color);
  border-radius: 4px;
  padding: 12px 30px;
  font-weight: 500;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.user-link-button:hover, .user-link-button.w--current {
  background-color: var(--1-main-colors--secondary-color);
  color: var(--1-main-colors--white);
}

.user-form {
  background-color: #e8e8dc;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 60px 100px;
  display: flex;
}

.user-form.center {
  justify-content: center;
  align-items: center;
}

.user-label {
  font-family: var(--font--paragraph);
  color: var(--4-neutral--neutral-300);
  margin-bottom: 10px;
  font-weight: 500;
}

.log-in-borders-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  font-family: var(--font--paragraph);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 31px;
  margin-bottom: 31px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  display: flex;
}

.user-border {
  background-color: var(--4-neutral--neutral-100);
  width: 35%;
  height: 1px;
  display: none;
}

.user-social-logins-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #667085;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 16px;
  display: flex;
}

.circle-checkbox {
  border: 3px solid #000;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.user-checkbox-field {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.about-video {
  z-index: 1;
  border-radius: 10px;
  width: 100%;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}

._20px-500-secondary {
  color: var(--untitled-ui--gray600);
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.horizontal-left-center-35px-gap {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  align-items: center;
  display: flex;
}

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

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

.image-75 {
  border-radius: 20px;
  width: 75%;
}

.absolute-image-60 {
  border-radius: 20px;
  width: 60%;
  position: absolute;
  inset: auto 0% -47px auto;
}

.absolute-line-wrapper {
  position: absolute;
  inset: auto 18% -140px auto;
}

.svg-line {
  max-height: 233px;
}

.absolute-card {
  background-color: var(--1-main-colors--white);
  white-space: pre;
  border-radius: 10px;
  padding: 21px 100px 21px 24px;
  position: absolute;
  top: -95px;
  right: -165.462px;
  transform: rotate(-20deg);
}

._16px-500-neutral-300 {
  color: var(--4-neutral--neutral-300);
  font-weight: 500;
}

._46px-title {
  font-family: var(--ubunt);
  font-size: 46px;
  font-weight: 700;
  line-height: 64px;
}

._46px-title.white {
  color: var(--1-main-colors--white);
  text-transform: capitalize;
  flex-flow: row;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 55px;
  display: flex;
}

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

.fancy-text {
  opacity: .02;
  font-family: var(--ubunt);
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 180px;
  font-weight: 800;
  line-height: 252px;
  position: absolute;
}

.fancy-text.bottom {
  bottom: 40px;
}

.fancy-text.top {
  top: 0;
}

.sticky-team-card {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  max-width: 370px;
  margin-left: -130px;
  transition: margin .5s;
  display: flex;
  position: relative;
}

.sticky-team-card:hover {
  margin-right: 130px;
}

.author-categories {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.hero-slide {
  background-color: var(--1-main-colors--transparent);
}

.horizontal-left-center-26px-gap {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  align-items: center;
  display: flex;
}

.vertical-left-top-percantage {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  display: flex;
}

.horizontal-left-center-10px-gap-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--4-neutral--neutral-400);
  justify-content: flex-start;
  align-items: center;
  transition: color .3s;
  display: flex;
}

.horizontal-left-center-10px-gap-link:hover, .horizontal-left-center-10px-gap-link.w--current {
  color: var(--1-main-colors--primary);
}

.left-bar {
  flex: none;
  width: 50%;
  margin-right: 0;
}

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

._20px-text-500-white {
  color: var(--1-main-colors--white);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

._36px-text-white {
  color: var(--1-main-colors--white-heading);
  font-size: 36px;
  line-height: 50px;
}

._20px-text-600-0-8-white {
  opacity: .8;
  color: var(--1-main-colors--white);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

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

.book-tab-link {
  background-color: var(--1-main-colors--transparent);
  font-family: var(--font--paragraph);
  color: var(--4-neutral--neutral-300);
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  transition: color .2s, background-color .35s;
}

.book-tab-link:hover {
  background-color: var(--1-main-colors--secondary-color);
  color: var(--1-main-colors--white);
}

.book-tab-link.w--current {
  background-color: var(--1-main-colors--secondary-color);
  color: var(--1-main-colors--white-heading);
}

.book-tab-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.transparent-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--1-main-colors--secondary-color);
  border-radius: var(--6-radius--button-radius);
  background-color: var(--1-main-colors--transparent);
  font-family: var(--font--paragraph);
  color: var(--1-main-colors--heading);
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  padding: 14px 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  transition: color .3s ease-out, background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.transparent-button:hover {
  background-color: var(--1-main-colors--secondary-color);
  color: var(--1-main-colors--white);
}

._20px-text-500-neutral-400 {
  color: var(--1-main-colors--paragraph);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

._20px-text-500-neutral-400.white {
  color: var(--1-main-colors--white);
}

.image-54px-rounded {
  border-radius: 50%;
  max-width: 54px;
  max-height: 54px;
}

._16px-600-neutral-200 {
  color: var(--4-neutral--neutral-200);
  font-weight: 600;
}

.footer-white {
  background-color: var(--1-main-colors--white);
}

.play-pause-button {
  justify-content: center;
  align-items: center;
  display: flex;
  inset: 0%;
}

._44px-icon-white {
  font-family: var(--font--icon);
  color: var(--1-main-colors--white);
  font-size: 44px;
  line-height: 44px;
}

.play-pause-button-wrapper {
  background-color: var(--1-main-colors--secondary-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.play-pause-button-wrapper.bottom-right {
  width: 50px;
  height: 50px;
  position: absolute;
  inset: auto 20px 20px auto;
}

._30px-icon-white {
  font-family: var(--font--icon);
  color: var(--1-main-colors--white);
  font-size: 30px;
  line-height: 30px;
}

.banner-376px-full {
  background-image: url('../images/0D3A0919-copy.jpg');
  background-position: 100% 22%;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 6px;
  align-self: flex-start;
  width: 100%;
  min-height: 376px;
  padding: 82px 20px 30px 88px;
}

._20px-text-600-0-8-white-copy {
  opacity: .9;
  color: var(--1-main-colors--white);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

._26px-text-600-neutral-400 {
  color: var(--untitled-ui--gray600);
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
}

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

._20px-500 {
  color: var(--untitled-ui--gray600);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.category-image-wrapper {
  background-color: var(--1-main-colors--secondary-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.category-image-24px {
  filter: brightness(0%) invert();
  max-width: 24px;
}

.vertical-center-button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-40px {
  margin-top: 60px;
  margin-bottom: 60px;
}

._26px-500-text {
  color: var(--untitled-ui--gray600);
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
}

.sidebar-featured-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 97px;
  display: flex;
}

._80px-text-white {
  color: var(--1-main-colors--white);
  line-height: 81px;
}

.category-slider {
  border: 1px solid var(--4-neutral--neutral-600);
  background-color: var(--1-main-colors--transparent);
  border-radius: 200px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 73px 130px 73px 100px;
  display: flex;
  position: static;
  overflow: hidden;
}

._18-text-500-white {
  color: var(--1-main-colors--white);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

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

._14px-500-text-white {
  color: var(--1-main-colors--white);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

._20px-600 {
  color: #a01c20;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  transition: color .3s;
}

._14px-text-neutral-300 {
  color: var(--4-neutral--neutral-300);
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

.active-check-image {
  object-fit: contain;
  width: 16px;
  height: 16px;
}

._18px-text-600-neutral-400 {
  color: var(--1-main-colors--secondary-color);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.no-wrap {
  white-space: nowrap;
}

.production-template-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  height: 100%;
  display: flex;
}

.production-template-name {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.production-view-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  align-items: center;
  height: 46px;
  padding: 9px 18px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .5s;
  display: flex;
}

.production-view-button:hover {
  color: #000;
  background-color: #ebebeb;
}

.production-template-link {
  color: #000;
  font-size: 13px;
  text-decoration: none;
  transition: color .5s;
  display: inline;
}

.production-template-link:hover {
  color: #4353ff;
}

.production-template-image {
  object-fit: cover;
  width: 130px;
  height: 100%;
}

.production-template-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 8px;
  display: flex;
}

.production-button-arrow {
  max-width: 14px;
}

.production-template-block {
  z-index: 100;
  background-color: #fff;
  border-top: 1px solid #00000026;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding-top: 0;
  padding-right: 10px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.production-template-height {
  height: 80px;
}

.production-template-paragraph {
  color: #757575;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
}

.delete-this-production-section {
  z-index: 100000;
  position: relative;
}

.production-buy-button {
  background-color: #4353ff;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 46px;
  padding-left: 18px;
  padding-right: 18px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  transition: opacity .5s;
  display: flex;
}

.production-buy-button:hover {
  opacity: .75;
}

.production-button-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.search-dropdown-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #2a514c;
  letter-spacing: -.02em;
  align-items: center;
  padding: 12px;
  font-size: 16px;
  line-height: 24px;
  transition: color .3s;
  display: flex;
}

.search-dropdown-toggle:hover {
  color: #282c25;
}

.header-carousel-bottom {
  height: 300px;
  margin-top: 120px;
  padding-top: 10px;
  position: relative;
  overflow: hidden;
}

.overline-small {
  color: #3c4238;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.search-form {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid #cbd0c8;
  border-radius: 6px;
  padding: 8px;
  display: flex;
}

.search-left {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.search-text-field {
  color: #000;
  letter-spacing: -.02em;
  background-color: #f7f6f2;
  border: 1px #000;
  height: 100%;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 24px;
}

.search-text-field::placeholder {
  color: #788471;
}

.search-dropdown-list {
  background-color: #f7f6f2;
}

.search-dropdown-list.w--open {
  background-color: #f7f6f2;
  border: 1px solid #cbd0c8;
  border-radius: 8px;
  min-width: 160px;
  padding: 4px;
  overflow: hidden;
}

.success-message-2 {
  color: #2a514c;
  background-color: #cbd0c8;
  border-radius: 8px;
  margin-bottom: 0;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.search-dropdown-link {
  color: #2a514c;
  letter-spacing: -.02em;
  background-color: #f7f6f2;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 24px;
  transition: background-color .3s;
}

.search-dropdown-link:hover {
  background-color: #e0e3de;
}

.search-divider {
  background-color: #cbd0c8;
  width: 1px;
  height: 32px;
}

.error-message-2 {
  background-color: #fbeeee;
  border-radius: 12px;
  padding: 16px;
}

.max-width-regular {
  width: 100%;
  max-width: 524px;
}

.max-width-regular.align-center {
  margin-left: auto;
  margin-right: auto;
}

.h1-heading {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.header-carousel-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.button-secondary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #2a514c;
  text-align: center;
  background-color: #e0e3de;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-secondary:hover {
  background-color: #cbd0c8;
}

.button-secondary:active {
  background-color: #b6bdb2;
}

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

.code-embed {
  display: none;
}

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

.header-section {
  background-color: #f7f6f2;
  padding-top: 92px;
  overflow: hidden;
}

.header-title-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-small {
  color: #3c4238;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.6;
}

.paragraph-small.text-color-tertiary {
  color: #646e5e;
}

.header-carousel-card {
  align-items: center;
  width: 290px;
  height: 100%;
  transition: transform .3s;
  box-shadow: 0 16px 32px -16px #282c25;
}

.header-carousel-card:hover {
  transform: translate(0, -10px);
}

.header-carousel-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
  position: absolute;
}

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

.text-color-accent {
  color: #d74747;
}

.header-carousel-overlay-bottom {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(0deg, #f7f6f2, #0000);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

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

.h5-heading {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
}

.header-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 486px;
  display: flex;
}

.logo-divider {
  background-color: #cbd0c8;
  width: 1px;
  height: 24px;
}

.header-logos-small {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #788471;
  flex: 1;
  justify-content: space-between;
  padding: 16px;
  display: flex;
}

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

.header-review-icon {
  color: #f2b02c;
  background-color: #fbe9c6;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.paragraph-regular {
  color: #3c4238;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

.header-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.header-review {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  max-width: 354px;
  display: flex;
}

.success-message-3 {
  color: #2a514c;
  background-color: #cbd0c8;
  border-radius: 8px;
  margin-bottom: 0;
}

.error-message-3 {
  background-color: #fbeeee;
  border-radius: 12px;
  padding: 16px;
}

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

.paragraph-x-small {
  color: #3c4238;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}

.paragraph-x-small.text-color-tertiary {
  color: #646e5e;
}

.header-logo-caption {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 160px;
  display: flex;
}

.h4-heading {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

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

.icon-regular {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #2a514c;
  border-radius: 8px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary:hover {
  background-color: #376d65;
}

.button-primary:active {
  background-color: #45877e;
}

.grid-two-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  width: 100%;
}

.section-regular {
  background-color: #f7f6f2;
  background-image: url('../images/0D3A0919-copy.jpg');
  background-position: 50% 100%;
  background-repeat: repeat-y;
  background-size: 40%;
  padding: 92px 5%;
  position: relative;
}

.header-logos {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.header-card-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 32px 64px;
  display: flex;
}

.h3-heading {
  color: #1e1e20;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.header-slider-section {
  height: 1000px;
  position: relative;
}

.divider-2 {
  background-color: #ececee;
  width: 100%;
  height: 1px;
}

.paragraph-x-small-2 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.header-slider {
  height: 100%;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.header-slider-card {
  color: #1e1e20;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  max-width: 510px;
  text-decoration: none;
}

.hide {
  display: none;
}

.header-slide-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header-slide-nav {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  display: flex;
  inset: auto 5% 60px auto;
}

.icon-x-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

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

.paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large.text-weight-medium {
  font-weight: 500;
}

.header-card-bottom {
  justify-content: space-between;
  align-items: center;
  padding: 16px 32px 24px;
  display: flex;
}

.header-slide {
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding: 60px 5%;
  display: flex;
  position: relative;
}

.badge-primary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  text-align: center;
  background-color: #d0011d;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: inline-flex;
}

.waves---mega-heading-1 {
  text-align: left;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.6rem;
  font-style: normal;
  line-height: 95%;
  display: block;
}

.waves---subtitle {
  font-size: 24px;
  line-height: 40px;
}

.waves---limit-480 {
  width: 100%;
  max-width: 480px;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---main-container {
  flex: 1;
  align-self: auto;
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-section-hero-5 {
  color: var(--waves-library--white);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 88px;
  padding-bottom: 88px;
  position: relative;
}

.waves-gradient-hero-5 {
  background-image: url('../images/grundge.png'), linear-gradient(148deg, #0000 18%, #a01c20), linear-gradient(#00000080, #00000080);
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, auto;
  position: absolute;
  inset: 0%;
}

.waves-title-wrap-hero-5 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 42px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center start;
  padding-left: 55px;
  display: flex;
  position: relative;
}

.waves---cta-white {
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white.wide-cta {
  min-width: 200px;
}

.background-video {
  width: auto;
  height: 100%;
  font-weight: 700;
}

.heading-2 {
  color: var(--1-main-colors--secondary-color);
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 4.1rem;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-heading-medium {
  color: #fff;
  text-align: left;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3.9rem;
  font-weight: 600;
  line-height: 1.1;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-3 {
  background-color: #fff;
  background-image: url('../images/grundge.png'), url('../images/_Y7A7723-copy-2.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-left: 4rem;
  padding-right: 4rem;
}

.uui-layout38_logo-row {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  max-width: none;
  margin-top: 1rem;
  margin-bottom: 4rem;
  display: flex;
}

.uui-layout38_logo {
  border-radius: 20px;
  width: 100%;
  height: 3.8rem;
}

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

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-large {
  color: #fff;
  text-align: left;
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  display: block;
}

.uui-padding-vertical-xhuge-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.uui-heading-xlarge {
  color: var(--1-main-colors--secondary-color);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3.9rem;
  font-weight: 600;
  line-height: 1;
}

.uui-button-row {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.uui-button-wrapper {
  flex: 0 auto;
}

.uui-badge-group {
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group.is-primary {
  background-color: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  text-decoration: none;
}

.badge-group_text-wrapper {
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.uui-badge-group_badge {
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group_badge.is-primary {
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--primary700);
}

.uui-badge-group_icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .25rem;
  display: flex;
}

.uui-badge-group_icon.text-color-primary500 {
  color: var(--untitled-ui--primary500);
  margin-right: -.25rem;
}

.uui-heroheader05_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.link-block {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: block;
  overflow: visible;
}

.uui-text-size-xlarge {
  color: var(--untitled-ui--gray600);
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5;
}

.uui-heroheader05_image-wrapper {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.uui-section_heroheader05 {
  overflow: hidden;
}

.uui-heroheader05_image-blob {
  z-index: -1;
  color: var(--untitled-ui--gray50);
  width: 34rem;
  height: auto;
  position: absolute;
  top: 12%;
}

.uui-heroheader05_image {
  object-fit: cover;
  width: auto;
  max-width: 50rem;
  height: auto;
  max-height: 38.2rem;
  margin-top: 0;
  margin-bottom: auto;
  margin-left: 1rem;
  overflow: visible;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
  padding-bottom: 20px;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.image-76 {
  width: 74%;
}

.image-77 {
  width: 36%;
}

.link-block-2 {
  border-radius: 0;
}

.heading-3 {
  color: #e9e9e9;
}

.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-component-container {
  border-radius: 0;
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: auto;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section.rt-client-background {
  background-image: linear-gradient(#a01c20e8, #a01c20e8), url('../images/391A0042-copy.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.rt-heading-three {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.rt-heading-three.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-overflow-hidden {
  overflow: hidden;
}

.rt-autofit {
  object-fit: fill;
  width: 103%;
}

.rt-autofit-2 {
  object-fit: cover;
  border-radius: 10px;
}

.rt-home-two-video-container {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.rt-home-two-video-container.rt-position-relative {
  border-radius: 20px;
}

.rt-home-two-video-main-title {
  max-width: 480px;
}

.rt-home-two-video-overlay {
  background-color: #14151a0d;
  position: absolute;
  inset: 0%;
}

.rt-border-radius-ten-2 {
  border-radius: 6px;
}

.rt-border-radius-ten-2.rt-overflow-hidden.rt-video-image {
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-video-image-wrapper {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.rt-home-two-video-main {
  z-index: 2;
  grid-row-gap: 10px;
  text-align: center;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 520px;
  display: flex;
  position: relative;
}

.rt-position-relative {
  position: relative;
}

.rt-component-container-2 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-logo-box-wrap {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #ffffff1a;
  border: 1px solid #594137;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-white-logo-image {
  width: auto;
  position: absolute;
}

.rt-logo-image-box {
  border-bottom: 1px solid #424f61;
  border-right: 1px solid #424f61;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 65px 50px 60px 52px;
  display: flex;
  position: relative;
}

.rt-logo-image-box.rt-tab-right-border-off, .rt-logo-image-box.rt-tab-right-border-off.rt-desktop-bottom-border-off, .rt-logo-image-box.rt-right-border-off {
  border: 1px solid #594137;
}

.rt-logo-image-box.rt-right-border-off.rt-tab-bottom-border-off.rt-desktop-bottom-border-off {
  border-bottom-style: none;
}

.rt-logo-image-box.rt-mobile-right-border-off {
  border: 1px solid #594137;
}

.rt-logo-image-box.rt-mobile-right-border-off.rt-desktop-bottom-border-off {
  border-style: solid;
  border-color: #594137;
}

.text-block {
  color: var(--untitled-ui--gray600);
}

.body {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.body-2 {
  background-color: #f6f6ee00;
}

.rt-category-cards-text {
  color: var(--1-main-colors--secondary-color);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  line-height: 31px;
}

.rt-component-container-3 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-body-font-color {
  color: var(--untitled-ui--gray600);
  transition: color .35s;
}

.rt-sticky {
  margin-bottom: 30px;
  position: sticky;
  top: 100px;
}

.rt-sticky.rt-tab-sticky-off.rttext-black {
  line-height: 76px;
}

.rt-team-two-work-process-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.rt-service-step-info {
  flex: 1;
  padding: 1.7rem 8% 1.7rem 5%;
}

.rt-team-two-process-block-left {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 499px;
  display: flex;
  position: sticky;
  top: 0;
}

.rt-service-step-number-2 {
  color: var(--1-main-colors--secondary-color);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 4.6rem;
  font-weight: 500;
}

.rt-service-process-step-2 {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: -1px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.rt-service-process-step-2.rt-team-two {
  border-bottom-color: #e1e1e1;
}

.rt-service-process-step-2.rt-team-two-no-border {
  border-bottom-style: none;
}

.rt-service-step-number-block-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20%;
  min-width: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset -2px 0 #e1e1e1;
}

.rt-service-process-2 {
  perspective: 600px;
  padding-bottom: 1px;
}

.rt-service-step-process-3 {
  z-index: 2;
  background-image: linear-gradient(180deg, var(--1-main-colors--secondary-color), var(--1-main-colors--secondary-color));
  direction: ltr;
  width: 3px;
  height: 40%;
  position: absolute;
  right: -1px;
}

.rt-text-dark-black {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  font-weight: 700;
}

.home-social-media {
  background-color: #f6f6ee;
  padding: 4rem 0 0;
}

.container-default {
  max-width: none;
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px 0 4em;
  position: relative;
}

.div-block-103 {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.fweight-extrabold-1 {
  color: #a01c20;
  text-transform: capitalize;
  align-self: auto;
  margin-top: 5px;
  margin-bottom: 2rem;
  padding-bottom: 0;
  padding-left: 4rem;
  padding-right: 4rem;
  font-family: Montserrat, sans-serif;
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.1em;
}

.code-embed-2 {
  border-radius: 8px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.bold-text {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  text-align: center;
  text-transform: capitalize;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 117%;
  display: flex;
}

.button {
  font-family: var(--ubunt);
  text-align: left;
  text-overflow: clip;
  background-color: #a01c20;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 50px;
  display: flex;
}

.text-span {
  color: var(--1-main-colors--secondary-color);
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-span-2 {
  color: var(--untitled-ui--gray600);
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.image-2 {
  align-self: center;
  width: 41%;
  max-width: 50%;
  height: 50%;
}

.cf-32px-heading {
  color: #594137;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}

.cf-flex-section-1 {
  background-color: #fff;
}

.cf-flex-1---container {
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  display: flex;
}

.cf-flex-1---image-1 {
  object-fit: contain;
  border-radius: 16px;
  width: 100%;
  max-width: 480px;
}

.cf-flex-1---image-contain {
  align-items: stretch;
  width: auto;
  display: flex;
  position: relative;
}

.cf-flex-1---wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.cf-14px-heading {
  color: #a01c20;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
}

.cf-18px-paragraph {
  color: #594137;
  max-width: 510px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.cf-flex-1---text-contain {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

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

.video-footnote {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 592px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-center-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-regular-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.video-play-button {
  z-index: 1;
  color: #fff;
  background-color: #a01c20;
  border-radius: 20px;
  padding: 16px;
  transition: background-color .3s, color .3s, transform .3s;
  position: relative;
}

.video-play-button:hover {
  color: #fff;
  background-color: #734573;
  transform: scale(1.1);
}

.section-regular-2 {
  background-color: #f6f6ee;
  background-image: url('../images/grundge.png');
  background-position: 0 0;
  background-size: auto;
  padding: 80px 5%;
  position: relative;
  overflow: hidden;
}

.icon-regular-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.h3-heading-2 {
  color: #a01c20;
  letter-spacing: -.04em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3.9rem;
  font-weight: 600;
  line-height: 1.2;
}

.overline {
  color: var(--1-main-colors--secondary-color);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.video-large {
  background-image: linear-gradient(0deg, #000, #00000080 25%, #0000 50%), url('../images/compressed-copy.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 520px;
  margin-bottom: 32px;
  display: flex;
}

.heading-4 {
  color: var(--1-main-colors--secondary-color);
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 70px;
}

.body-3 {
  background-color: #f6f6ee;
}

.container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h2-heading {
  color: #a01c20;
  text-align: left;
  letter-spacing: -2px;
  text-transform: none;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
}

.gallery-cover {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.gallery-section-carousel {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.gallery-carousel-image-square {
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 16px;
  flex: none;
  padding: 12px;
  box-shadow: 0 1px 2px #23272e14;
}

.gallery-carousel-image-landscape {
  aspect-ratio: 3 / 2;
  background-color: #fff;
  border-radius: 16px;
  flex: none;
  padding: 12px;
  overflow: hidden;
  box-shadow: 0 1px 2px #23272e14;
}

.gallery-section {
  background-color: #f6f7f9;
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative;
  overflow: hidden;
}

.gallery-carousel-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.overline-regular {
  color: var(--untitled-ui--gray600);
  letter-spacing: .5px;
  text-transform: uppercase;
  align-self: flex-start;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.gallery-button {
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-center-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 858px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gallery-carousel {
  width: 100%;
  height: 400px;
  display: flex;
  overflow: hidden;
}

.button-primary-2 {
  color: #fff;
  white-space: nowrap;
  background-color: #23272f;
  background-image: radial-gradient(circle, #23272feb, #23272f52), url('../images/Button-Dots_1Button Dots.avif');
  background-position: 0 0, 50%;
  background-size: auto, contain;
  border: 2px solid #23272f;
  border-radius: 52px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px -2px #fe5b2500, 0 0 12px -2px #a355f700, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-2:hover {
  box-shadow: 0 0 12px -2px #fe5b25, 0 0 12px -2px #a355f7, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-2.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.contact-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  text-decoration: none;
  display: flex;
}

.form-text-field {
  color: #000;
  border: 1px solid #594137;
  border-radius: 8px;
  min-height: 56px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 32px;
  transition: border-color .3s;
}

.form-text-field:hover {
  border-color: #9ca3b0;
}

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

.form-text-field.text-area {
  min-height: 194px;
}

.button-primary-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  letter-spacing: -.2px;
  background-color: #a01c20;
  border-radius: 44px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 8px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: inline-flex;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #913b8b;
}

.button-primary-3.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.paragraph-x-small-3 {
  color: var(--untitled-ui--gray600);
  margin-bottom: 0;
  font-size: 12px;
  text-decoration: none;
}

.contact-location-wrapper {
  z-index: 1;
  padding: 16px;
  position: relative;
}

.overline-regular-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: 1.28px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

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

.subheading-small {
  color: #030711;
  border: 1px #594137;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.contact-submit-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.column-gigantic {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

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

.subheading-large {
  color: #030711;
  letter-spacing: -.32px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.subheading-large.text-color-gray-600 {
  color: #594137;
  font-family: Montserrat, sans-serif;
}

.section-large {
  background-color: #fff0;
  padding: 120px 5%;
  position: relative;
}

.form-success-message {
  background-color: #c4eecb;
  border-radius: 12px;
  padding: 14px 18px;
}

.contact-links-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: grid;
}

.h1-heading-2 {
  color: #a01c20;
  letter-spacing: -1.5px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 49px;
  font-weight: 600;
  line-height: 53px;
}

.form-field-label {
  color: #594137;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 24px;
}

.contact-location {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  transition: background-color .3s;
}

.contact-location:hover {
  background-color: #f9fafb;
}

.form-error-message {
  background-color: #fde7e7;
  border-radius: 12px;
  padding: 12px 16px;
}

.heading-grid {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 64px;
  display: grid;
  position: relative;
}

.contact-details-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  max-width: 528px;
  display: flex;
}

.subheading-regular {
  color: #594137;
  letter-spacing: -.18px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

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

.form-map-small {
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  min-height: 418px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.form-field-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.divider-gray-200 {
  background-color: #e5e7eb;
  width: 100%;
  height: 1px;
}

.icon-tiny {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.paragraph-regular-3 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.contact-map {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.grid-two-column-2 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.contact-icon-wrapper {
  color: #030711;
  background-color: #f3f4f6;
  border: 1px solid #594137;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 12px;
  display: flex;
}

.contact-social-link {
  border: 1px solid #594137;
  border-radius: 100%;
  padding: 8px;
  transition: background-color .3s;
}

.contact-social-link:hover {
  background-color: #f3f4f6;
}

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.button-outline {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #4255bd;
  text-align: center;
  background-color: #0000;
  border: 1.5px solid #6070c8;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.button-outline:hover {
  color: #fff;
  background-color: #4255bd;
}

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

.divider-primary {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
}

.video-selector {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1a1a1a;
  background-color: #f7f7f7;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  padding: 18px;
  text-decoration: none;
  display: flex;
}

.video-grid-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
}

.button-primary-rounded {
  color: #fff;
  background-color: #4255bd;
  border-radius: 40px;
  padding: 12px 24px;
  font-weight: 600;
  text-decoration: none;
}

.video-lightbox-link {
  border-radius: 24px;
  width: 100%;
  height: 472px;
  overflow: hidden;
}

.title-wrapper-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.h2-heading-2 {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.subheading-small-2 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

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

.paragraph-small-2 {
  color: #333;
  font-size: 14px;
  line-height: 24px;
}

.video-detail-block {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  border: 1px solid #e6e6e6;
  border-radius: 24px;
  flex-direction: column;
  padding: 24px;
  display: flex;
  position: sticky;
}

.overline-regular-3 {
  color: gray;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: normal;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.section-regular-3 {
  padding: 92px 5%;
  position: relative;
}

.video-button {
  color: #1a1a1a;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: all .3s;
  display: flex;
}

.video-button:hover {
  color: #4255bd;
}

.paragraph-large-2 {
  color: #333;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.video-actions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-2 {
  color: var(--untitled-ui--gray600);
}

.text-block-3 {
  color: var(--untitled-ui--gray600);
  font-family: Montserrat, sans-serif;
}

.episode-hero-social-icon {
  position: relative;
}

.bottom-margin-medium {
  margin-bottom: 24px;
  padding-bottom: 0;
  display: inline-block;
}

.episode-hero-heading {
  text-transform: capitalize;
  width: 100%;
  max-width: none;
  font-family: Montserrat, sans-serif;
  font-size: 3.9rem;
  font-weight: 600;
  line-height: 4.3rem;
}

.podcast-icon {
  max-width: 46px;
}

.episode-social-available-text {
  color: #220b13b8;
  font-size: 14px;
  line-height: 172%;
}

.episodes-social-link {
  flex: 1;
}

.episode-social-icon-background {
  background-color: #fff;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.image-default {
  object-fit: cover;
  object-position: 100% 100%;
  height: 100%;
}

.position-absolute {
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.global-gradiant-background {
  color: #fff;
  background-color: #220b1300;
  background-image: url('../images/grundge.png'), url('../images/_Y7A7723-copy-2.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  position: relative;
}

.container-2 {
  z-index: 10;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.episode-hero-social-wrapper {
  z-index: 10;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
  box-shadow: 0 4px 100px #00000014;
}

.episode-hero-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.padding-hero-2 {
  padding-top: 15rem;
  padding-bottom: 8rem;
}

.episode-hero-social {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #220b13;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.episode-hero-content {
  color: var(--1-main-colors--heading);
  align-self: flex-start;
  width: 100%;
  max-width: 744px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 162%;
}

.z-index-up {
  z-index: 1;
  position: relative;
}

.image-26 {
  border-radius: 5px;
  width: auto;
  max-width: none;
  max-height: 332px;
  box-shadow: 0 20px 20px -13px #000000a3;
}

.div-block-19 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.div-block-19.music {
  align-items: stretch;
  margin-top: 50px;
}

.div-block-68 {
  flex: 1;
  width: 419px;
}

.image-27 {
  border-radius: 5px;
  width: 24.305vw;
  max-width: 332px;
  max-height: 332px;
  box-shadow: 0 20px 20px -13px #000000a3;
}

.div-block-70 {
  width: 419px;
}

.text-block-36 {
  color: #70706e;
  letter-spacing: 5.38px;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  text-decoration: none;
}

.heading-21 {
  color: #ceae44;
  letter-spacing: -1px;
  -webkit-text-stroke-color: #ceae44;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 44px;
  display: inline-block;
}

.section-20 {
  z-index: 2;
  background-color: #eceade;
  background-image: url('../images/grundge.png'), linear-gradient(#eceadef2, #eceadef2);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  margin-top: 0;
  padding: 140px 70px;
  position: relative;
}

.html-embed-4 {
  height: 400px;
  overflow: hidden;
}

.div-block-110 {
  max-width: 1030px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.div-block-53 {
  width: 332px;
}

.div-block-53.music {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 332px;
  display: flex;
}

.outline-top-text {
  margin-left: auto;
  margin-right: auto;
}

.outline-top-text.music {
  max-width: 1030px;
}

.div-block-109 {
  border: 3px solid #ffc600;
  width: 131px;
  margin-top: 19px;
}

.div-block-109.red {
  border-color: #ceae44;
  width: 86px;
  margin-top: 10px;
}

.heading-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #70706e;
  text-align: center;
  letter-spacing: -.4px;
  -webkit-text-stroke-color: #424240;
  text-transform: none;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-decoration: none;
  display: flex;
}

.html-embed-3 {
  height: auto;
  overflow: visible;
}

.heading-20 {
  color: #ceae44;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 44px;
}

.section-episode-details-content {
  padding-top: 100px;
  padding-bottom: 60px;
}

.container-3 {
  z-index: 10;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.episode-details-content-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  display: flex;
}

.content-title {
  flex: 1;
  max-width: 25%;
}

.heading-custom-h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 140%;
  position: sticky;
  top: 25px;
}

.episode-details-content {
  flex: 1;
  max-width: 100%;
}

.heading-23 {
  float: none;
  color: var(--1-main-colors--secondary-color);
  text-align: center;
  text-transform: capitalize;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 37px;
  font-weight: 700;
  line-height: 42px;
}

.section-large-2 {
  padding: 96px 5%;
  position: relative;
}

.section-large-2.background-secondary {
  background-color: #f6f7f9;
}

.subheading-regular-2 {
  color: #24262d;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.grid-two-column-3 {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.h2-heading-3 {
  color: #a01c20;
  letter-spacing: -.03em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 51px;
  font-weight: 600;
  line-height: 1.2;
}

.column-regular-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.text-color-brand {
  color: #6869ac;
}

.content-image {
  border-radius: 24px;
  max-width: none;
  overflow: visible;
}

.divider-brand {
  border-top: 1px dashed #6869ac;
  width: 100%;
  height: 1px;
}

.paragraph-2x-large {
  color: #594137;
  text-align: justify;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 26px;
}

.column-2x-large {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.paragraph-small-3 {
  color: #3d424c;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-3.text-color-tertiary {
  color: #575f70;
}

.overline-small-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #594137;
  text-align: left;
  letter-spacing: -.08px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
}

.container-large-5 {
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.column-small-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-self: flex-start;
  display: flex;
}

.feature-grid {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
}

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

.video-span-highlight {
  color: #1b4077;
}

.video-container {
  color: var(--1-main-colors--secondary-color);
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.play-button {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
}

.feature-wrapper {
  align-items: flex-start;
  display: flex;
}

.title {
  color: #153f71;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}

.video-wrapper {
  background-color: #f6f6ee;
  border: 30px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 553px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 90px #9f9f9f26;
}

.feature-circle {
  background-color: #f6df6d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  margin-right: 32px;
  font-size: 24px;
  font-weight: 600;
  display: flex;
}

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

.feature-text {
  color: #898c94;
  font-size: 18px;
  line-height: 32px;
}

.video-section {
  padding: 100px 3% 80px;
}

.feature-title {
  color: #2f2f2f;
  letter-spacing: -.02em;
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.video-heading {
  color: #a01c20;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
}

.image-78 {
  width: auto;
}

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

.heading-24 {
  color: var(--1-main-colors--secondary-color);
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 63px;
}

.icon-3 {
  color: #160042;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.rl_layout192_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-button-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px #000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl-text-style-subheading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl-button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.rl_layout192_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-text-style-medium {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout192_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.rl_section_layout192 {
  background-color: #fff;
}

.rl-heading-style-h2 {
  color: var(--1-main-colors--secondary-color);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1;
}

.rl-button-link-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl_layout192_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1280px) {
  .hero-section {
    height: 57.7rem;
  }

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

  .uui-space-large {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    min-height: 3rem;
    padding-bottom: 20px;
    display: flex;
  }

  .image-77 {
    width: 36%;
  }

  .fweight-extrabold-1 {
    padding-left: 5%;
  }

  .bold-text {
    font-size: 4rem;
  }

  .episode-hero-social-wrapper {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .episode-hero-wrapper {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (min-width: 1440px) {
  .hero-section {
    height: 57.7rem;
  }

  .uui-page-padding-3 {
    padding-left: 5.3rem;
    padding-right: 5.3rem;
  }

  .image-77 {
    width: 31%;
  }

  .rt-video-image-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .fweight-extrabold-1 {
    padding-left: 4rem;
  }

  .paragraph-regular-2 {
    text-align: left;
    align-self: flex-start;
    font-weight: 500;
  }

  .form-text-field {
    border-color: #594137;
    font-family: Montserrat, sans-serif;
  }

  .section-large {
    background-color: #fff0;
  }

  .h1-heading-2 {
    font-size: 54px;
    line-height: 62px;
  }

  .form-field-label {
    font-family: Montserrat, sans-serif;
  }

  .div-block-19 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    display: flex;
  }

  .div-block-53.music {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    display: flex;
  }

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

  .rl-heading-style-h2 {
    line-height: 1.2;
  }
}

@media screen and (min-width: 1920px) {
  ._2-column-block.center {
    padding-top: 40px;
  }

  .hero-section {
    justify-content: center;
    align-items: flex-end;
    height: 57.7rem;
    padding-bottom: 8.6rem;
  }

  .margin-30px {
    text-align: justify;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
  }

  .cta-block {
    background-image: linear-gradient(74deg, #0000 49%, #a01c20), url('../images/0D3A0869-copy.jpg');
    background-position: 0 0, 5% 35%;
    background-repeat: repeat, repeat-y;
    background-size: auto, cover;
  }

  ._20px-500-secondary {
    font-size: 21px;
  }

  ._20px-text-500-neutral-400 {
    font-size: 18px;
    line-height: 26px;
  }

  .waves---mega-heading-1 {
    text-transform: uppercase;
  }

  .waves-gradient-hero-5 {
    background-image: url('../images/grundge.png'), linear-gradient(148deg, #0000 18%, #a01c20), linear-gradient(#00000080, #00000080);
    background-position: 0 0, 0 0, 0 0;
    background-size: auto, auto, auto;
  }

  .uui-section_layout37 {
    background-color: #fff;
  }

  .uui-heading-medium {
    color: #cea391;
  }

  .uui-page-padding-3 {
    background-image: url('../images/grundge.png'), url('../images/_Y7A7723-copy-2.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .image-77 {
    width: 31%;
  }

  .rt-category-cards-text {
    font-family: Montserrat, sans-serif;
    font-size: 23px;
    font-weight: 600;
  }

  .rt-body-font-color {
    text-align: justify;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
  }

  .home-social-media {
    padding-left: 0;
    padding-right: 0;
  }

  .container-default {
    max-width: none;
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .fweight-extrabold-1 {
    padding-left: 20rem;
  }

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

  .cf-14px-heading {
    font-family: Montserrat, sans-serif;
  }

  .container-large-2 {
    text-align: left;
    align-self: flex-start;
  }

  .video-footnote {
    justify-content: center;
    align-items: flex-start;
  }

  .paragraph-regular-2 {
    text-align: left;
    align-self: flex-start;
  }

  .video-play-button {
    color: #fff;
    background-color: #a01c20;
    border-radius: 20px;
  }

  .video-large {
    background-image: linear-gradient(0deg, #000, #00000080 25%, #0000 50%), url('../images/compressed-copy.jpg');
  }

  .heading-4 {
    font-size: 66px;
    font-weight: 700;
  }

  .h2-heading {
    color: #a01c20;
    text-transform: capitalize;
    font-family: Montserrat, sans-serif;
    font-size: 4.2rem;
    font-weight: 700;
  }

  .overline-regular {
    color: var(--untitled-ui--gray600);
    font-family: Montserrat, sans-serif;
    font-size: 21px;
    font-weight: 500;
  }

  .button-primary-3 {
    background-color: #a01c20;
  }

  .paragraph-x-small-3 {
    color: var(--untitled-ui--gray600);
    font-family: Montserrat, sans-serif;
  }

  .subheading-small {
    border-style: none;
    border-width: 1px;
  }

  .subheading-large.text-color-gray-600 {
    color: #45322b;
    font-family: Montserrat, sans-serif;
  }

  .section-large {
    font-family: Ubuntu, Helvetica, sans-serif;
  }

  .h1-heading-2 {
    color: #a01c20;
    text-transform: capitalize;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .form-map-small {
    justify-content: space-between;
  }

  .bottom-margin-medium {
    align-self: flex-start;
  }

  .container-2 {
    max-width: none;
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .episode-hero-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .padding-hero-2 {
    font-family: Montserrat, sans-serif;
    font-size: 27px;
  }

  .episode-hero-content {
    font-size: 23px;
  }

  .z-index-up {
    justify-content: center;
    align-items: center;
  }

  .div-block-19 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-19.music {
    flex-flow: column;
  }

  .section-20 {
    background-image: url('../images/grundge.png'), linear-gradient(#eceadef2, #eceadef2);
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .html-embed-3 {
    height: auto;
  }

  .rl-padding-global {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 66px;
    line-height: 78px;
  }

  h2 {
    font-size: 36px;
    line-height: 50px;
  }

  h3 {
    font-size: 26px;
    line-height: 30px;
  }

  .primary-button {
    align-self: flex-end;
  }

  .primary-button.secondary {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .contents {
    width: 100%;
  }

  .contents.about {
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: none;
  }

  .title-wrapper {
    justify-content: center;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-60px {
    z-index: 1;
    padding-left: 40px;
    padding-right: 40px;
  }

  .license-main-text {
    margin-bottom: 40px;
  }

  .nav-link {
    color: var(--4-neutral--neutral-400);
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-left: 0;
  }

  .nav-link:hover {
    color: var(--1-main-colors--secondary-color);
  }

  .nav-link.w--current {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    color: var(--4-neutral--neutral-400);
    text-align: left;
    align-self: center;
  }

  .nav-link.w--current:hover {
    color: var(--1-main-colors--secondary-color);
  }

  .submenu-link.w--current {
    color: #d01818;
  }

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

  .container.slider-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-wrapper {
    border-bottom: 2px solid var(--1-main-colors--background);
    background-color: var(--1-main-colors--border);
    border-bottom-right-radius: 2.2em;
    border-bottom-left-radius: 2.2rem;
    flex-direction: row;
    align-self: auto;
    min-width: auto;
    margin-left: 6.3rem;
    margin-right: 6.3rem;
    padding-right: 0;
  }

  .dropdown-options {
    padding-top: 30px;
    display: none;
    position: static;
  }

  .dropdown-options.w--open {
    z-index: 2;
    position: static;
  }

  .nav-button-list {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .navbar {
    margin-top: 0;
  }

  .nav-icon-and-text-wrapper {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .nav-menu {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 70px 20px 50px;
  }

  .site-logo {
    align-self: center;
    width: 100%;
    max-width: 230px;
  }

  .site-logo-wrapper.w--current {
    max-width: 30%;
  }

  .nav-link-dropdown {
    flex-flow: column;
    display: flex;
  }

  .nav-dropdown-contents-fastfood {
    padding-left: 40px;
    padding-right: 66px;
  }

  .nav-list-for-dropdown {
    width: 100%;
  }

  ._2-column-block-top {
    flex-flow: column;
  }

  ._2-column-block-top.reverse {
    flex-flow: wrap-reverse;
  }

  .section {
    margin-left: 0;
    margin-right: 0;
  }

  .section.margin-bt-210px {
    margin-bottom: 160px;
  }

  .section.blue-section {
    padding-bottom: 160px;
  }

  ._3-column-grid {
    grid-template-columns: 1fr 1fr;
  }

  .image-wrapper-50 {
    width: auto;
  }

  ._2-column-block {
    flex-flow: column;
    align-items: flex-start;
  }

  ._2-column-block.center {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  ._36px-text {
    font-size: 32px;
    line-height: 48px;
  }

  .margin-bottom-10px {
    align-self: flex-start;
  }

  ._4-column-grid {
    grid-template-columns: 1fr 1fr;
  }

  .image-wrapper-50-slide-from-right, .image-wrapper-50-slide-from-left {
    width: auto;
  }

  .contents-slide-from-bottom {
    width: 100%;
  }

  .hero-section {
    padding-bottom: 15rem;
  }

  .hero-image {
    max-width: 480px;
  }

  .hero-contents {
    width: 100%;
  }

  .image-wrapper-40-center {
    width: 100%;
    max-width: none;
  }

  .hambruger-button.w--open {
    background-color: #0000;
  }

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

  .menu-icon_line-top {
    background-color: #344054;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--1-main-colors--secondary-color);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom {
    background-color: var(--1-main-colors--secondary-color);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .others-book-navigation-wrapper {
    margin-bottom: 0;
  }

  .other-book-mask {
    width: 47%;
  }

  ._50-width-block {
    width: 100%;
  }

  ._50-width-block._420px {
    max-width: none;
  }

  .testimonial-card-bookish-light {
    max-width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-list {
    justify-content: center;
    align-items: center;
  }

  .footer-block {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: 50%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-block._1st-block {
    border-bottom: 1px solid var(--4-neutral--neutral-400);
    justify-content: flex-end;
    align-self: center;
    align-items: center;
    max-width: none;
  }

  .footer-block.newsletter-footer-block {
    grid-column-gap: 62px;
    grid-row-gap: 62px;
    border-top: 1px solid var(--4-neutral--neutral-400);
    flex-flow: row;
    max-width: none;
  }

  .footer-columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    padding: 100px 5% 0;
    display: flex;
  }

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

  .contact-form-wrapper {
    width: 100%;
  }

  .contact-card {
    margin-bottom: 40px;
  }

  ._3-column-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .margin-120px {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .map-embed-block {
    width: 100%;
  }

  .faq-form {
    min-width: auto;
  }

  .faq-transparent-dropdown {
    align-items: stretch;
    min-width: auto;
  }

  .blog-cover-image {
    max-width: 100%;
    max-height: 450px;
  }

  .main-block {
    min-width: auto;
  }

  .sidebar-40px-gap {
    max-width: none;
  }

  .rich-text-block {
    margin-top: 0;
  }

  .featured-image {
    max-width: 200px;
  }

  .featured-blogs {
    max-width: none;
  }

  .show-filter-bar {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: #0c2d57;
    cursor: pointer;
    display: flex;
    position: absolute;
    inset: 19px auto auto 25px;
  }

  ._4-column-mask {
    width: 60%;
  }

  .hero-mask {
    overflow: hidden;
  }

  .cta-contents-12px-gap {
    margin-right: 40px;
  }

  .cta-block {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .larger-banner {
    min-width: auto;
  }

  .banner-376px {
    max-width: none;
  }

  ._2-column-block-stretch {
    flex-flow: column;
    align-items: flex-start;
  }

  ._33-mask {
    width: 47%;
  }

  .footer-feature-wrapper {
    flex-flow: column;
    padding: 50px 40px;
  }

  .footer-feature {
    border-bottom: 1px solid var(--1-main-colors--border);
    border-right-style: none;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .footer-feature.without-border {
    border-bottom-style: none;
  }

  .footer-section {
    padding-left: 0;
  }

  .team-mask {
    width: 47%;
  }

  .sidebar-290px {
    max-width: none;
    margin-top: 20px;
  }

  .nav-dropdown-contents-bookstore {
    flex-flow: column;
    min-width: auto;
    max-height: 400px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 66px;
    overflow: auto;
  }

  .nav-link-mega {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .mega-links-wrapper {
    grid-template-columns: 1fr;
  }

  .dropdown-option-mega-menu {
    padding-top: 30px;
    display: none;
    position: static;
  }

  .dropdown-option-mega-menu.w--open {
    z-index: 2;
    position: static;
  }

  .mega-book-image-wrapper {
    display: none;
  }

  .mega-category-container {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .product-details-block {
    max-width: 720px;
    margin-top: 0;
  }

  .sticky-right-bar {
    max-width: none;
  }

  .checkout-container, .order-info {
    flex-flow: column;
  }

  .orderer-info {
    max-width: none;
  }

  .policy-tab {
    flex-flow: column;
  }

  .policy-tab-menu {
    border-bottom: 1px solid var(--1-main-colors--border);
    border-right-style: none;
    max-width: none;
    margin-bottom: 80px;
    margin-right: 0;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .account-tabs {
    flex-flow: column;
  }

  .account-tab-contents {
    margin-top: 50px;
    padding-left: 0;
  }

  ._20px-500-secondary {
    text-transform: none;
  }

  ._46px-title.white {
    text-align: left;
    text-transform: none;
    font-size: 2.3rem;
    font-weight: 600;
    line-height: 42px;
  }

  .left-bar {
    width: 100%;
  }

  ._36px-text-white {
    font-size: 32px;
    line-height: 48px;
  }

  ._20px-text-500-neutral-400 {
    text-align: justify;
  }

  .banner-376px-full {
    max-width: none;
  }

  ._80px-text-white {
    font-size: 66px;
    line-height: 78px;
  }

  .production-template-info {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .production-template-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .page-padding {
    padding-left: 5.3rem;
    padding-right: 5.3rem;
  }

  .header-content {
    max-width: none;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .column-large {
    align-self: auto;
  }

  .waves---mega-heading-1 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-section-hero-5 {
    padding-top: 240px;
  }

  .heading-2 {
    text-align: left;
    font-size: 3.25rem;
    font-weight: 600;
  }

  .uui-heading-medium {
    text-align: left;
    font-size: 3rem;
    font-weight: 500;
  }

  .uui-page-padding-3 {
    padding-left: 5.3rem;
    padding-right: 5.3rem;
  }

  .uui-layout38_logo-row {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-text-size-large {
    text-align: left;
    font-size: 1.2rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .uui-heading-xlarge {
    text-align: center;
    font-size: 3.25rem;
    font-weight: 600;
  }

  .uui-button-row {
    justify-content: flex-start;
    align-items: center;
  }

  .uui-heroheader05_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-text-size-xlarge {
    text-align: center;
  }

  .uui-space-large {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    min-height: auto;
    margin-bottom: 20px;
    display: flex;
    overflow: visible;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .image-76 {
    display: block;
  }

  .image-77 {
    width: 32%;
  }

  .rt-component-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .rt-heading-three {
    font-size: 27px;
    line-height: 37px;
  }

  .rt-home-two-video-main {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-logo-box-wrap {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-bottom: 40px;
  }

  .rt-logo-image-box.rt-tab-right-border-off.rt-desktop-bottom-border-off {
    border-bottom-style: solid;
  }

  .rt-logo-image-box.rt-right-border-off.rt-tab-bottom-border-off {
    border-bottom-style: none;
  }

  .rt-logo-image-box.rt-mobile-right-border-off.rt-desktop-bottom-border-off {
    border-bottom-style: solid;
  }

  .rt-logo-image-box.rt-tab-bottom-border-off, .rt-logo-image-box.rt-tab-bottom-border-off.rt-mobile-right-border-off.rt-desktop-bottom-border-off {
    border-bottom-style: none;
  }

  .rt-component-container-3 {
    max-width: none;
  }

  .rt-body-font-color {
    text-align: justify;
  }

  .rt-sticky.rt-tab-sticky-off {
    position: static;
  }

  .rt-sticky.rt-tab-sticky-off.rttext-black {
    font-size: 3.25rem;
  }

  .rt-team-two-work-process-block {
    height: auto;
    display: block;
  }

  .rt-service-step-info {
    padding: 2rem 6%;
  }

  .rt-team-two-process-block-left {
    max-width: 100%;
    height: auto;
    position: static;
  }

  .home-social-media {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .container-default {
    padding: 20px 0;
  }

  .fweight-extrabold-1 {
    padding-left: 5.3rem;
    font-size: 3.25rem;
    font-weight: 600;
  }

  .bold-text {
    font-size: 3.4rem;
  }

  .button {
    width: 18%;
  }

  .text-span, .text-span-2 {
    font-weight: 600;
  }

  .image-2 {
    align-self: center;
  }

  .cf-32px-heading {
    color: var(--1-main-colors--secondary-color);
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 107%;
  }

  .cf-flex-section-1 {
    padding-left: 5.3rem;
    padding-right: 5.3rem;
  }

  .cf-flex-1---container {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .cf-flex-1---image-1 {
    max-width: none;
  }

  .cf-flex-1---image-contain {
    width: auto;
    max-width: none;
  }

  .cf-flex-1---wrapper {
    width: auto;
    max-width: none;
    padding-top: 140px;
    padding-bottom: 0;
  }

  .cf-18px-paragraph {
    max-width: none;
    margin-bottom: 0;
  }

  .cf-flex-1---text-contain {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    width: 100%;
    max-width: 560px;
    margin-top: 100px;
  }

  .video-footnote {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .section-regular-2 {
    padding-left: 5.3rem;
    padding-right: 5.3rem;
  }

  .h3-heading-2 {
    align-self: center;
    font-size: 3.25rem;
    font-weight: 600;
    line-height: 1;
  }

  .overline {
    align-self: center;
  }

  .heading-4 {
    text-transform: none;
    font-size: 3rem;
    font-weight: 600;
    line-height: 4.1rem;
  }

  .h2-heading {
    text-align: left;
  }

  .overline-regular {
    align-self: flex-start;
  }

  .gallery-carousel {
    height: 350px;
  }

  .contact-link {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    justify-content: flex-start;
    align-items: center;
  }

  .contact-location-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .section-large {
    padding: 60px 5%;
  }

  .contact-links-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-self: auto;
  }

  .h1-heading-2 {
    font-size: 3.25rem;
    font-weight: 600;
    line-height: 60px;
  }

  .form-field-label {
    letter-spacing: 0;
    text-transform: none;
    font-family: Montserrat, sans-serif;
    line-height: 24px;
  }

  .contact-location {
    padding-left: 16px;
  }

  .heading-grid {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    grid-template-columns: 1fr;
  }

  .contact-details-column {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: none;
  }

  .form-map-small {
    justify-content: flex-start;
    min-height: auto;
  }

  .grid-two-column-2, .video-grid-large {
    grid-template-columns: 1fr;
  }

  .episode-hero-heading {
    text-transform: none;
  }

  .podcast-icon {
    max-width: 42px;
  }

  .global-gradiant-background {
    padding-left: 5.3rem;
    padding-right: 5.3rem;
  }

  .episode-hero-social-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    bottom: -90%;
  }

  .episode-hero-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .padding-hero-2 {
    padding-top: 140px;
    padding-bottom: 50px;
  }

  .episode-hero-social {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .episode-hero-content {
    text-align: justify;
  }

  .image-26 {
    width: 100%;
    max-width: none;
    max-height: none;
  }

  .div-block-19 {
    flex-direction: row;
    align-items: flex-start;
  }

  .div-block-19.music {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    margin-top: 100px;
  }

  .image-27 {
    width: 100%;
    max-width: none;
    max-height: none;
  }

  .text-block-36 {
    align-self: flex-start;
  }

  .section-20 {
    z-index: 1;
    padding-left: 75px;
    padding-right: 75px;
  }

  .html-embed-4 {
    height: 400px;
    overflow: hidden;
  }

  .div-block-110 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-53 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 332px;
    margin-right: 50px;
  }

  .div-block-53.music {
    width: 100%;
    max-width: 332px;
    margin-right: 50px;
  }

  .heading-22 {
    color: #70706e;
    align-self: flex-start;
  }

  .html-embed-3 {
    height: 400px;
    overflow: hidden;
  }

  .section-episode-details-content {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .episode-details-content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .content-title {
    max-width: 29%;
  }

  .heading-custom-h4 {
    font-size: 26px;
  }

  .section-large-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .grid-two-column-3 {
    grid-template-columns: 1fr;
  }

  .h2-heading-3 {
    font-size: 3.25rem;
    font-weight: 600;
  }

  .content-image {
    max-width: none;
  }

  .overline-small-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .video-wrapper {
    border-width: 20px;
    height: 440px;
  }

  .heading-24 {
    text-align: left;
    font-size: 3.25rem;
    font-weight: 600;
    line-height: 60px;
  }

  .rl-text-style-subheading {
    text-align: left;
  }

  .rl-padding-global {
    padding-left: 5.3rem;
    padding-right: 5.3rem;
  }

  .rl-button-group {
    justify-content: center;
    align-items: center;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 1rem;
  }

  .rl_layout192_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rl-heading-style-h2 {
    text-align: left;
    font-size: 3.25rem;
    font-weight: 600;
  }

  .div-block-112 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 46px;
    line-height: 60px;
  }

  h3 {
    font-size: 24px;
  }

  .primary-button {
    justify-content: center;
    align-self: flex-start;
    align-items: center;
  }

  .title-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-card {
    max-width: none;
  }

  .color-box-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .section-60px {
    padding-left: 0;
    padding-right: 0;
  }

  ._404-heading {
    font-size: 50px;
    line-height: 65px;
  }

  .utility-page-wrap {
    justify-content: flex-start;
    padding-top: 35%;
  }

  .changelog-section {
    margin-top: 40px;
    margin-bottom: 200px;
  }

  .license-main-text {
    margin-bottom: 20px;
  }

  .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-menu-wrapper {
    z-index: 1;
    min-width: 320px;
  }

  .nav-menu {
    border-radius: 0;
  }

  .site-logo-wrapper.w--current {
    max-width: 35%;
  }

  .footer-bottom {
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: column;
    display: flex;
  }

  .footer-copyright {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 16px;
  }

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

  .section.margin-bt-210px {
    margin-bottom: 120px;
  }

  .section.blue-section {
    padding-bottom: 130px;
  }

  ._3-column-grid {
    grid-template-columns: 1fr;
  }

  ._36px-text {
    font-size: 30px;
    line-height: 42px;
  }

  ._404-title {
    font-size: 180px;
    line-height: 200px;
  }

  .hero-section {
    padding-top: 15rem;
    padding-bottom: 8rem;
  }

  .hero-contents {
    margin-top: 0;
  }

  .slider, .others-book-slider {
    min-height: auto;
  }

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

  .testimonial-card-bookish-light {
    max-width: none;
  }

  ._20px-text-400-white {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }

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

  .footer-block {
    width: 100%;
  }

  .footer-block._1st-block {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .footer-columns {
    padding-top: 100px;
  }

  .contact-form {
    margin-top: 50px;
  }

  .contact-form-wrapper {
    padding: 60px 35px 70px;
  }

  ._3-column-grid-2 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    place-items: center;
  }

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

  ._36px-title {
    font-size: 32px;
  }

  .blog-cover-image {
    max-height: 360px;
  }

  .rich-text-block h3 {
    font-size: 32px;
    line-height: 48px;
  }

  .featured-blogs {
    max-width: 480px;
  }

  ._4-column-mask {
    width: 50%;
  }

  .cta-contents-12px-gap {
    width: 100%;
    margin-right: 0;
  }

  .cta-block {
    background-image: linear-gradient(#00000080, #00000080), url('../images/0D3A0869-copy.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    padding: 65px 40px 65px 0;
  }

  .larger-banner {
    min-height: auto;
    padding-left: 30px;
  }

  .banner-376px {
    min-height: 400px;
    padding-left: 40px;
  }

  .book-image-wrapper-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._33-mask, .team-mask {
    width: 100%;
  }

  .mega-book-image-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .book-image-wrapper-sm {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-image {
    height: 360px;
  }

  .sticky-right-bar {
    padding: 25px 30px 40px;
  }

  .checkout-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .details-wrapper {
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 140%;
  }

  .order-confirm-block {
    padding: 40px 25px;
  }

  .order-confirm-price {
    font-size: 16px;
    line-height: 24px;
  }

  .order-item {
    flex-flow: wrap;
  }

  .user-form-wrapper {
    max-width: none;
  }

  .user-form {
    padding-left: 60px;
    padding-right: 60px;
  }

  .absolute-line-wrapper {
    display: none;
  }

  ._46px-title.white {
    font-size: 38px;
    line-height: 56px;
  }

  .vertical-left-top-percantage {
    width: 100%;
  }

  ._36px-text-white {
    font-size: 30px;
    line-height: 42px;
  }

  ._20px-text-500-neutral-400 {
    font-size: 18px;
    line-height: 28px;
  }

  .banner-376px-full {
    min-height: 400px;
    padding-left: 40px;
  }

  .vertical-center-button-wrapper {
    margin-top: 70px;
  }

  ._80px-text-white {
    letter-spacing: .5px;
    font-size: 46px;
    line-height: 66px;
  }

  .category-slider {
    padding-left: 35px;
    padding-right: 40px;
  }

  .production-template-block, .production-template-height {
    display: none;
  }

  .header-carousel-bottom {
    margin-top: 64px;
  }

  .h1-heading {
    font-size: 56px;
  }

  .page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-section {
    padding-top: 72px;
  }

  .h5-heading {
    font-size: 28px;
  }

  .h4-heading {
    font-size: 32px;
  }

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .column-large {
    font-size: 16px;
  }

  .h3-heading {
    font-size: 40px;
  }

  .waves---mega-heading-1 {
    font-size: 56px;
  }

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---main-container {
    flex: 1;
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-section-hero-5 {
    padding-top: 160px;
  }

  .waves-title-wrap-hero-5 {
    grid-row-gap: 74px;
    text-align: center;
    flex-flow: column;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .heading-2 {
    font-size: 2.3rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    text-align: left;
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-page-padding-3 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .uui-layout38_logo-row {
    margin-bottom: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-layout38_logo {
    height: 2.5rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-button-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: left;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch end;
    align-self: stretch;
    place-items: center stretch;
    width: 10.8rem;
    display: grid;
  }

  .uui-button-wrapper {
    overflow: visible;
  }

  .uui-badge-group {
    font-size: .75rem;
  }

  .uui-badge-group_badge {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-heroheader05_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .link-block {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    display: flex;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-heroheader05_image-wrapper {
    height: 20.2rem;
  }

  .uui-heroheader05_image-blob {
    width: 120%;
    min-width: 28rem;
    top: 22%;
  }

  .uui-heroheader05_image {
    max-width: 50rem;
    height: 40rem;
    max-height: 20.1rem;
    margin-left: 0;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-space-large {
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    min-height: 2rem;
    margin-bottom: 0;
    padding-bottom: 10px;
    display: flex;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .image-76 {
    width: 61%;
  }

  .image-77 {
    align-self: auto;
    width: 41%;
  }

  .rt-component-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .rt-heading-three {
    font-size: 24px;
    line-height: 34px;
  }

  .rt-autofit {
    height: auto;
  }

  .rt-home-two-video-main {
    height: 450px;
  }

  .rt-logo-box-wrap {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 60px;
  }

  .rt-logo-image-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-sticky.rt-tab-sticky-off.rttext-black {
    line-height: 39px;
  }

  .rt-team-two-process-block-left {
    justify-content: center;
  }

  .rt-service-step-number-2 {
    font-size: 4rem;
  }

  .home-social-media {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .fweight-extrabold-1 {
    text-align: center;
    align-self: flex-start;
    padding-left: 4rem;
    padding-right: 1rem;
    font-size: 2.25rem;
    line-height: .9em;
  }

  .bold-text {
    text-align: center;
    font-size: 2.6rem;
    line-height: 116%;
  }

  .button {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 22%;
  }

  .text-span, .text-span-2 {
    font-size: 2.3rem;
  }

  .cf-32px-heading {
    text-align: left;
    text-transform: none;
    font-size: 2.25rem;
  }

  .cf-flex-section-1 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .cf-flex-1---image-1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-flex-1---wrapper {
    width: 90%;
    padding-top: 90px;
  }

  .cf-14px-heading {
    font-size: 18px;
  }

  .cf-18px-paragraph {
    text-align: justify;
  }

  .section-regular-2 {
    padding: 72px 4rem;
  }

  .h3-heading-2 {
    font-size: 36px;
  }

  .video-large {
    height: 307px;
  }

  .heading-4 {
    font-size: 2.3rem;
    line-height: 3.4rem;
  }

  .h2-heading {
    text-transform: none;
    font-size: 2.3rem;
    font-weight: 600;
  }

  .gallery-section {
    padding: 72px 1rem;
  }

  .contact-link {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .section-large {
    padding: 40px 2rem;
    overflow: hidden;
  }

  .h1-heading-2 {
    font-size: 2.25rem;
    line-height: 48px;
  }

  .heading-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .form-field-grid {
    flex-flow: column;
    flex: 0 auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .grid-two-column-2, .video-grid-large {
    grid-template-columns: 1fr;
  }

  .video-lightbox-link {
    height: 340px;
  }

  .h2-heading-2 {
    font-size: 44px;
  }

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

  .episode-hero-heading {
    font-size: 2.3rem;
    line-height: 2.6rem;
  }

  .episodes-social-link {
    white-space: nowrap;
    flex: 0 auto;
  }

  .social-content-wrapper {
    text-align: center;
  }

  .global-gradiant-background {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .episode-hero-social-wrapper {
    grid-column-gap: 46px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    justify-content: center;
  }

  .episode-hero-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .padding-hero-2 {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .episode-hero-social {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-19, .div-block-19.music {
    flex-direction: column;
    align-items: center;
  }

  .div-block-68, .div-block-70 {
    width: 100%;
    max-width: 332px;
    margin-top: 50px;
    overflow: hidden;
  }

  .text-block-36 {
    text-align: center;
    margin-top: 10px;
  }

  .heading-21 {
    letter-spacing: -.8px;
    font-size: 40px;
  }

  .section-20 {
    padding: 60px 75px;
  }

  .html-embed-4 {
    height: 400px;
  }

  .div-block-53, .div-block-53.music {
    align-items: flex-start;
    max-width: 332px;
    margin-right: 0;
  }

  .div-block-109 {
    border-width: 2px;
  }

  .heading-22 {
    text-align: left;
    letter-spacing: -.48px;
    font-size: 24px;
    line-height: 30px;
  }

  .html-embed-3 {
    height: 400px;
  }

  .heading-20 {
    letter-spacing: -.8px;
    font-size: 40px;
    line-height: 44px;
  }

  .section-episode-details-content {
    padding-top: 60px;
  }

  .episode-details-content-wrapper {
    flex-flow: column;
  }

  .content-title {
    max-width: 100%;
  }

  .section-large-2 {
    padding-bottom: 60px;
    padding-left: 2.3rem;
    padding-right: 2.3rem;
  }

  .section-large-2.background-secondary {
    padding-bottom: 60px;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .h2-heading-3 {
    text-transform: none;
    font-size: 2.3rem;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .video-wrapper {
    border-width: 10px;
    height: 360px;
  }

  .heading-24 {
    font-size: 2.3rem;
    line-height: 46px;
  }

  .rl_layout192_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl-padding-global {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_layout192_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_layout192_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl_layout192_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .div-block-112 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-top: 40px;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 50px;
  }

  h2 {
    font-size: 30px;
    line-height: 44px;
  }

  h3 {
    font-size: 22px;
    line-height: 28px;
  }

  h4 {
    font-size: 20px;
    line-height: 28px;
  }

  .default-text, .hover-text {
    font-size: 14px;
  }

  .primary-button {
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    padding: 12px 26px;
    font-size: 16px;
  }

  .contents.about {
    justify-content: flex-start;
    align-items: center;
  }

  .title-wrapper {
    margin-bottom: 35px;
    line-height: 21px;
  }

  .mask {
    text-transform: none;
    align-self: flex-start;
  }

  .color-box {
    width: 120px;
    height: 120px;
  }

  ._404-heading {
    font-size: 38px;
    line-height: 50px;
  }

  .utility-page-wrap {
    padding-top: 50%;
  }

  .changelog-section {
    margin-bottom: 100px;
  }

  .license-main-text {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .license-title {
    font-size: 18px;
    line-height: 27px;
  }

  .nav-list {
    border-bottom-style: none;
  }

  .nav-link {
    font-size: 14px;
    line-height: 22px;
  }

  .nav-link.w--current {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container {
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu-wrapper {
    z-index: 2;
    min-width: 260px;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .dropdown-options {
    right: -84.7031px;
  }

  .nav-button-list {
    padding-left: 0;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-icon-and-text-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .navbar-wrapper {
    padding-left: 0;
  }

  .nav-menu {
    grid-row-gap: 30px;
    flex-direction: column;
    overflow: visible;
  }

  .site-logo {
    width: 65%;
    max-width: 170px;
  }

  .site-logo-wrapper.w--current {
    justify-content: center;
    align-items: center;
    max-width: 50%;
  }

  .nav-list-for-dropdown {
    border-bottom-style: none;
  }

  .footer-copyright-text {
    text-align: center;
    align-self: center;
    font-size: 15px;
  }

  .footer-copyright-text.with-hover {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
  }

  .footer-bottom {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-copyright {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
  }

  .absolute-border {
    top: -24%;
  }

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

  .section.margin-bt-210px {
    margin-bottom: 90px;
  }

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

  ._36px-text {
    font-size: 28px;
    line-height: 40px;
  }

  .margin-bottom-10px {
    align-self: flex-start;
  }

  ._404-title {
    font-size: 120px;
    line-height: 120px;
  }

  ._4-column-grid {
    grid-template-columns: 1fr;
  }

  .hero-section {
    justify-content: center;
    align-items: center;
    padding-top: 220px;
    padding-bottom: 100px;
  }

  .hero-image {
    width: 90%;
  }

  .features-card-bookish {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-texts-light {
    padding-top: 0;
    padding-left: 0;
    font-size: 14px;
    line-height: 21px;
  }

  .dropdown-with-border-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-swtich {
    justify-content: space-between;
    padding: 15px 0;
  }

  .slider {
    padding-top: 15px;
    padding-bottom: 15px;
    transform: none;
  }

  .others-book-slider {
    transform: none;
  }

  .others-book-navigation {
    max-width: 30px;
    height: 30px;
    margin-left: 0;
    font-size: 14px;
    line-height: 14px;
    right: 20px;
  }

  .book-image.product-image {
    height: auto;
  }

  .book-image-wrapper {
    padding-left: 27px;
    padding-right: 27px;
  }

  .book-info-body, .other-book-mask {
    width: 100%;
  }

  .image-24px {
    max-width: 20px;
  }

  .features-card-bookish-dark {
    padding-left: 20px;
    padding-right: 20px;
  }

  .margin-30px {
    text-align: left;
  }

  .password-form {
    padding-left: 40px;
    padding-right: 40px;
  }

  .margin-top-20px-bottom-60px {
    margin-top: 20px;
    margin-bottom: 45px;
  }

  ._20px-text-400-white {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }

  .footer-title-26px {
    font-size: 20px;
    line-height: 36px;
  }

  .footer-text {
    font-size: 15px;
    line-height: 28px;
  }

  .left-center-12px-gap {
    font-size: 14px;
  }

  .footer-list {
    justify-content: center;
    align-items: center;
  }

  .footer-link {
    font-size: 15px;
    line-height: 28px;
  }

  .footer-link.w--current {
    font-size: 15px;
  }

  .footer-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    border-bottom: 1px solid #e6e6e8;
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: none;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-block.newsletter-footer-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top-style: none;
    border-bottom-style: none;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-columns {
    text-align: center;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    padding-top: 60px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .social-icon-transparent {
    padding: 9px;
    font-size: 20px;
    line-height: 20px;
  }

  .blog-body-20px-padding {
    padding: 20px 15px 20px 20px;
  }

  .blog-thumbnail-300px {
    height: 240px;
  }

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

  ._30px-title {
    font-size: 24px;
    line-height: 36px;
  }

  .horizotnal-input-wrapper {
    flex-flow: column;
    margin-bottom: 12px;
  }

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

  ._3-column-grid-2 {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .margin-120px {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .map-embed-block {
    max-height: 420px;
  }

  .faq-form {
    padding: 30px 20px 34px;
  }

  ._36px-title {
    font-size: 28px;
    line-height: 40px;
  }

  .dropdown-switch-20px-padding {
    justify-content: space-between;
    padding: 15px;
  }

  .faq-transparent-dropdown {
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

  .blog-cover-image {
    width: 100%;
    max-width: 100%;
  }

  .blog-meta-info {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-page-body {
    padding-bottom: 35px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-heading {
    font-size: 28px;
    line-height: 40px;
  }

  .rich-text-block h3 {
    font-size: 27px;
    line-height: 40px;
  }

  .featured-image {
    max-width: none;
  }

  .featured-blog-mask {
    max-width: none;
    height: auto;
  }

  .featured-blogs {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tag-button {
    font-size: 14px;
    line-height: 22px;
  }

  .event-meta-card {
    text-align: center;
    flex-flow: column;
  }

  .book-title-link {
    font-size: 20px;
    line-height: 28px;
  }

  ._26px-text-link {
    font-size: 18px;
    line-height: 28px;
  }

  .nav-menu-container {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  ._4-column-mask {
    width: 100%;
    overflow: hidden;
  }

  ._26px-text-600 {
    font-size: 20px;
    line-height: 30px;
  }

  .slide-nav {
    bottom: -35px;
  }

  .books-navigation {
    max-width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 14px;
  }

  .cta-contents-12px-gap {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }

  .cta-block {
    background-image: linear-gradient(#00000080, #00000080), url('../images/0D3A0869-copy.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    padding-left: 25px;
    padding-right: 25px;
  }

  .space-between-block-vertical {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .larger-banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .banner-376px {
    padding-top: 30px;
    padding-left: 30px;
  }

  .book-wrapper-list {
    flex-flow: column;
  }

  .book-image-wrapper-list {
    max-width: none;
    padding-left: 27px;
    padding-right: 27px;
  }

  .testimonial {
    padding: 40px 30px;
  }

  .footer-feature-wrapper {
    padding: 35px 25px;
  }

  .footer-feature {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .footer-feature.first {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .footer-section {
    margin-top: 40px;
  }

  .team-mask {
    width: 100%;
  }

  .nav-dropdown-contents-bookstore {
    grid-template-columns: 1fr;
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .dropdown-option-mega-menu {
    right: -84.7031px;
  }

  .dropdown-option-mega-menu._1 {
    display: block;
  }

  .mega-book-image-wrapper {
    padding-left: 27px;
    padding-right: 27px;
  }

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

  .book-image-wrapper-sm {
    padding-left: 27px;
    padding-right: 27px;
  }

  .product-images-wrapper {
    grid-row-gap: 20px;
  }

  .product-image {
    height: 240px;
  }

  .product-tab-link {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .product-tab-content {
    padding: 25px;
  }

  .checkout-product-info {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .total-block {
    margin-top: 40px;
    padding-bottom: 0;
  }

  .sticky-right-bar {
    padding-left: 25px;
    padding-right: 25px;
  }

  .checkout-products-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .checkout-container {
    align-items: center;
    padding: 0 15px;
  }

  .checkout-image-wrapper {
    height: 100%;
  }

  .block-contents {
    margin-bottom: 15px;
  }

  .checkout-total-price {
    font-size: 20px;
    line-height: 30px;
  }

  .checkout-image {
    width: 100%;
    height: 80%;
  }

  .order-confirm-block {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 24px;
  }

  .order-confirm-price {
    font-size: 14px;
    line-height: 22px;
  }

  .order-info {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .user-button {
    height: 60px;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .user-input {
    height: 50px;
  }

  .subscription-cancel-button {
    margin-top: 5px;
    margin-left: 0;
  }

  .user-form {
    padding: 45px 25px;
  }

  .about-video {
    width: 100%;
  }

  ._20px-500-secondary {
    text-align: left;
    flex-flow: row;
    font-size: 14px;
    display: flex;
  }

  .horizontal-left-center-35px-gap {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

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

  ._46px-title.white {
    text-align: left;
    font-size: 1.6rem;
    line-height: 32px;
  }

  .horizontal-left-center-26px-gap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .vertical-left-top-percantage {
    width: 100%;
  }

  .subscription {
    flex-flow: column;
  }

  .row {
    grid-template-columns: auto;
  }

  .div-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .column {
    margin-top: 15px;
  }

  ._20px-text-500-white {
    font-size: 18px;
    line-height: 28px;
  }

  ._36px-text-white {
    font-size: 28px;
    line-height: 40px;
  }

  ._20px-text-500-neutral-400 {
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }

  .banner-376px-full {
    min-height: 320px;
    padding-left: 30px;
  }

  ._26px-text-600-neutral-400 {
    font-size: 18px;
    line-height: 28px;
  }

  .category-image-24px {
    max-width: 20px;
  }

  .vertical-center-button-wrapper {
    margin-top: 50px;
  }

  ._80px-text-white {
    font-size: 32px;
    line-height: 50px;
  }

  .category-slider {
    padding-top: 15px;
    padding-bottom: 15px;
    transform: none;
  }

  ._18-text-500-white {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
  }

  ._14px-500-text-white {
    font-size: 12px;
  }

  ._18px-text-600-neutral-400 {
    font-size: 18px;
    line-height: 28px;
  }

  .search-submit-wrapper {
    flex-flow: column;
    display: flex;
  }

  .search-form {
    flex-flow: column;
    padding-right: 8px;
  }

  .h5-heading {
    font-size: 28px;
  }

  .header-logos-small {
    flex-wrap: wrap;
    flex: none;
    justify-content: center;
  }

  .header-button-group {
    flex-direction: column;
    align-items: stretch;
  }

  .column-large {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .waves---mega-heading-1 {
    font-size: 36px;
  }

  .waves---subtitle {
    font-size: 20px;
  }

  .waves-section-hero-5 {
    padding-bottom: 48px;
  }

  .waves-title-wrap-hero-5 {
    grid-row-gap: 25px;
  }

  .heading-2 {
    text-align: left;
    text-transform: capitalize;
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .uui-heading-medium {
    text-align: left;
    font-size: 1.6rem;
  }

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-layout38_logo-row {
    flex-flow: column;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
  }

  .uui-layout38_logo {
    height: 3.3rem;
  }

  .uui-text-size-large {
    text-align: left;
    font-size: .9rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-bottom: 2rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heading-xlarge {
    text-align: left;
    text-transform: none;
    font-size: 1.7rem;
  }

  .uui-heroheader05_component {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .uui-text-size-xlarge {
    text-align: left;
    font-size: .9rem;
  }

  .uui-heroheader05_image {
    margin-top: 2rem;
  }

  .uui-space-large {
    text-align: center;
    width: auto;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .uui-padding-vertical-xhuge {
    padding-bottom: 2rem;
  }

  .image-76, .image-77 {
    width: 47%;
  }

  .rt-home-two-video-main {
    height: 380px;
  }

  .rt-logo-box-wrap {
    grid-template-columns: 1fr;
  }

  .rt-logo-image-box {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-logo-image-box.rt-mobile-right-border-off {
    border-right-style: none;
  }

  .rt-logo-image-box.rt-tab-bottom-border-off.rt-mobile-right-border-off {
    border-bottom-style: solid;
    border-right-style: none;
  }

  .rt-logo-image-box.rt-tab-bottom-border-off.rt-mobile-right-border-off.rt-desktop-bottom-border-off.rt-mobile-bottom-border-onn {
    border-bottom-style: solid;
  }

  .rt-body-font-color {
    text-align: left;
  }

  .rt-sticky.rt-tab-sticky-off.rttext-black {
    font-size: 1.6rem;
  }

  .rt-service-step-info {
    padding: 1rem 1% 0;
  }

  .rt-service-step-number-2 {
    font-size: 2.3rem;
  }

  .rt-service-process-step-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
  }

  .rt-service-process-step-2.rt-team-two {
    display: block;
  }

  .rt-service-step-number-block-2 {
    box-shadow: none;
    justify-content: flex-start;
    margin-top: 2rem;
    margin-bottom: 0;
    overflow: visible;
  }

  .rt-service-step-process-3 {
    display: none;
  }

  .home-social-media {
    padding: 2em 0;
  }

  .container-default {
    padding: 0;
    display: block;
  }

  .div-block-103 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .fweight-extrabold-1 {
    margin-bottom: 2rem;
    padding-left: 1rem;
    font-size: 1.9em;
  }

  .bold-text {
    text-align: left;
    font-size: 2rem;
    line-height: 115%;
  }

  .button {
    width: 37%;
    height: 40px;
    font-size: 12px;
  }

  .image-2 {
    align-self: center;
  }

  .cf-32px-heading {
    text-align: left;
    font-size: 1.6rem;
    line-height: 118%;
  }

  .cf-flex-section-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .cf-flex-1---image-1 {
    width: 100%;
  }

  .cf-flex-1---wrapper {
    margin-left: 1rem;
    margin-right: 0;
  }

  .cf-14px-heading {
    align-self: flex-start;
  }

  .cf-18px-paragraph {
    text-align: justify;
    font-size: 14px;
    font-weight: 300;
  }

  .cf-flex-1---text-contain {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 60px;
  }

  .title-center-small {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

  .paragraph-regular-2 {
    text-align: left;
    align-self: auto;
    font-size: 14px;
  }

  .section-regular-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .icon-regular-2 {
    width: 15px;
    height: 15px;
  }

  .h3-heading-2 {
    text-align: left;
    align-self: flex-start;
    font-size: 1.6rem;
  }

  .overline {
    text-align: left;
    align-self: flex-start;
  }

  .video-large {
    height: 240px;
  }

  .heading-4 {
    text-align: left;
    font-size: 1.6rem;
    line-height: 31px;
  }

  .h2-heading {
    letter-spacing: 0;
    font-size: 1.6rem;
    line-height: 1.1;
  }

  .gallery-section-carousel, .gallery-carousel-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .overline-regular {
    font-weight: 600;
  }

  .gallery-carousel {
    height: 200px;
  }

  .contact-link {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    justify-content: flex-start;
    align-items: center;
  }

  .form-text-field {
    font-size: 12px;
  }

  .button-primary-3 {
    background-color: #594137;
  }

  .button-primary-3:hover {
    background-color: var(--1-main-colors--secondary-color);
  }

  .contact-submit-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .column-gigantic {
    width: auto;
  }

  .subheading-large {
    font-size: 16px;
  }

  .section-large {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contact-links-grid {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    grid-template-columns: 1fr;
  }

  .h1-heading-2 {
    font-size: 1.7rem;
    line-height: 32px;
  }

  .form-field-label {
    font-size: 14px;
  }

  .contact-location {
    padding-left: 16px;
  }

  .paragraph-regular-3 {
    font-size: 13px;
  }

  .contact-icon-wrapper {
    width: 30px;
    height: 30px;
  }

  .video-detail-block {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .episode-hero-heading {
    text-align: left;
    font-size: 1.6rem;
    line-height: 2.1rem;
  }

  .global-gradiant-background {
    padding-top: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-2 {
    text-align: justify;
    padding-left: 0;
    padding-right: 0;
  }

  .episode-hero-social-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    bottom: -122%;
  }

  .padding-hero-2 {
    padding-top: 100px;
  }

  .episode-hero-content {
    text-align: left;
  }

  .div-block-68, .div-block-70 {
    width: 100%;
    max-width: 332px;
  }

  .section-20 {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden;
  }

  .html-embed-4 {
    height: 400px;
  }

  .heading-22 {
    text-align: center;
    margin-top: 25px;
  }

  .html-embed-3 {
    height: 400px;
    overflow: hidden;
  }

  .heading-20 {
    display: block;
  }

  .container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-custom-h4 {
    font-size: 24px;
    line-height: 118%;
  }

  .section-large-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-large-2.background-secondary {
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h2-heading-3 {
    text-align: left;
    font-size: 1.6rem;
  }

  .content-image {
    height: auto;
  }

  .paragraph-2x-large {
    text-align: left;
  }

  .column-2x-large {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .overline-small-2 {
    text-align: center;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
  }

  .video-section {
    padding-top: 60px;
  }

  .heading-24 {
    text-align: left;
    font-size: 1.6rem;
    line-height: 30px;
  }

  .rl-button-link {
    border-radius: 10px;
    width: 150px;
    height: 42px;
    font-size: .8rem;
  }

  .rl-text-style-subheading {
    text-align: left;
  }

  .rl-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .rl-button-group {
    background-color: var(--1-main-colors--secondary-color);
    text-align: center;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    width: 150px;
    min-width: auto;
    height: 50px;
  }

  .rl-padding-section-large {
    padding-bottom: 0;
  }

  .rl-text-style-medium {
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-size: .9rem;
  }

  .rl_layout192_component {
    grid-template-columns: 1fr;
  }

  .rl-button-link-text {
    color: var(--radiant-ui-components-library-marketplace--color--white);
  }

  .rl-heading-style-h2 {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .rl-button-link-icon {
    color: #fff;
  }

  .rl_layout192_spacing-block-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .div-block-111 {
    align-self: center;
  }

  .div-block-112 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
  }
}

#w-node-_56c6ecf1-dc00-a03e-b2a5-feed55f4c807-58e8e61d, #w-node-_14ac7411-7a21-6152-e0c8-4309daa08be4-58e8e61d {
  justify-self: start;
}

#w-node-_8e06a5ce-531d-a1cd-164b-ac08bcc1364f-b75bd7b0, #w-node-_8e06a5ce-531d-a1cd-164b-ac08bcc13679-b75bd7b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_41ff32af-dce4-70d2-b8f1-9eb1258b0bbd-258b0bb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_41ff32af-dce4-70d2-b8f1-9eb1258b0be6-258b0bb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-eb49ce1a-ac5b-b09f-a9fb-7d2f0a987339-58e8e6ce, #w-node-_4bb6a680-8059-03ad-9b0d-73706773cd82-58e8e6ce, #w-node-_4bb6a680-8059-03ad-9b0d-73706773cd80-58e8e6ce, #w-node-_73bf9d65-d0d6-1314-b473-dce7012d0a8c-58e8e6ce, #w-node-_73bf9d65-d0d6-1314-b473-dce7012d0a94-58e8e6ce {
  align-self: center;
}

#w-node-_76162135-9785-79c3-18a8-d2feb5cf8dbd-6c1e5228, #w-node-_76162135-9785-79c3-18a8-d2feb5cf8dc9-6c1e5228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_41ff32af-dce4-70d2-b8f1-9eb1258b0bbd-258b0bb4 {
    justify-self: start;
  }

  #w-node-eb49ce1a-ac5b-b09f-a9fb-7d2f0a987339-58e8e6ce, #w-node-_4bb6a680-8059-03ad-9b0d-73706773cd82-58e8e6ce, #w-node-_73bf9d65-d0d6-1314-b473-dce7012d0a8c-58e8e6ce {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_14ac7411-7a21-6152-e0c8-4309daa08be4-58e8e61d {
    justify-self: center;
  }

  #w-node-_66933fc2-57a1-a4c7-de79-6a2f12661810-58e8e61d {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_41ff32af-dce4-70d2-b8f1-9eb1258b0bf1-258b0bb4, #w-node-_41ff32af-dce4-70d2-b8f1-9eb1258b0bf9-258b0bb4 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Icofont';
  src: url('../fonts/icofont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}