@font-face {
  font-family: Everett Jana;
  src: url('../fonts/Everett-Jana.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Twkeverett;
  src: url('../fonts/TWKEverett-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

@font-face {
  font-family: Adam Ladd Lufga;
  src: url('../fonts/Adam-Ladd---Lufga-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Adam Ladd Lufga;
  src: url('../fonts/Adam-Ladd---Lufga-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Adam Ladd Lufga;
  src: url('../fonts/Adam-Ladd---Lufga-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Adam Ladd Lufga;
  src: url('../fonts/Adam-Ladd---Lufga-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Adam Ladd Lufga;
  src: url('../fonts/Adam-Ladd---Lufga-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --neutral--900: #030407;
  --font-family: Everett, sans-serif;
  --violet--base: var(--off-white);
  --violet--background: #f3f3fc;
  --violet--darker: #28257e;
  --neutral--200: #ebebef;
  --neutral--white: #fff;
  --neutral--100: #f9f9fb;
  --navi-blue: #050044;
  --red--light: #f19e9d;
  --neutral--400: #84889a;
  --violet--lighter: #d3d2f4;
  --orange--light: #f9c99f;
  --orange--lighter: #fce5d4;
  --red--lighter: #f8d4d3;
  --red--darker: #872522;
  --violet--light: #9d9aea;
  --orange--darker: #8c612b;
  --neutral--800: #111418;
  --neutral--500: #606476;
  --orange--dark: #c98b40;
  --violet--dark: #39529f;
  --dark-headin-new: #030043;
  --headingblue: #012680;
  --red--dark: #bc362f;
  --neutral--600: #3e404c;
  --neutral--300: #d6d7e0;
  --orange--base: #f6a94c;
  --neutral--700: #24262d;
  --red--base: #e9423a;
  --red--background: #fff;
  --orange--background: #fef7f1;
  --green--darker: #246b49;
  --green--dark: #339968;
  --green--base: #3ebb7f;
  --green--light: #9cd3b4;
  --green--lighter: #d2e9dc;
  --green--background: #f1f8f4;
  --blue: #1147c1;
  --dark-blue: #030043;
  --body-background: #fffcf9;
  --electric-blue: #016eff;
  --light-green: #a9ffe4;
  --off-white: #f0eef3;
  --heading--desktop--h2: 3rem;
  --heading--desktop--h6: 1.625rem;
  --heading--desktop--h1: 4.4rem;
  --text-size--regular: 1.25rem;
  --dark-heading: ;
  --color--border: #e4ebf3;
  --container--large: 100rem;
  --text-size--small: 1.125rem;
  --text-size--tiny: 1rem;
  --text-size--medium: 1.375rem;
  --heading--mobile--h5: 1.25rem;
  --heading--mobile--h1: 2.5rem;
  --big: 80px;
  --heading--mobile--h6: 1.125rem;
  --heading--desktop--h3: 2.5rem;
  --heading--mobile--h3: 2rem;
  --heading--desktop--h5: 2rem;
  --heading--mobile--h4: 1.5rem;
  --black: black;
  --heading--desktop--h4: 2.25rem;
  --text-size--large2: 20px;
  --heading--mobile--h2: 2.25rem;
  --01297e: #01297e;
  --text-size--large: 1.25rem;
  --nav-bg: #0f194ad9;
  --keyperblue: var(--violet--dark);
  --yellow: var(--orange--base);
  --newyellow: #facc15;
  --cta-color: #1d346c;
  --padding--global: 2rem;
  --blue--50: #f3f6fc;
}

.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

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

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

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

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

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

.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-users-usersignupverificationmessage {
  display: none;
}

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

.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-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

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

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

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

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

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

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

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

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

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

body {
  color: var(--neutral--900);
  font-family: Everett, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

h1 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Everett, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Everett, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  font-family: var(--font-family);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
}

h5 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 32px;
}

a {
  color: var(--violet--base);
  cursor: pointer;
  text-decoration: none;
}

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

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

li {
  list-style-type: disc;
}

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

label {
  margin-bottom: 5px;
  font-weight: 600;
  display: block;
}

strong {
  font-weight: bold;
}

blockquote {
  background-color: var(--violet--background);
  color: var(--violet--darker);
  border: 1px #000;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 32px;
}

.section-regular {
  pointer-events: auto;
  background-color: #100c3f00;
  height: 100vh;
  min-height: 100%;
  margin-top: 0;
  margin-bottom: 80px;
  padding: 100px 5%;
  position: static;
}

.section-regular.grey {
  background-color: #f7f7fa;
  margin-bottom: 0;
  padding: 0 0%;
}

.container-regular {
  z-index: 1;
  width: 100%;
  max-width: 1140px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: static;
}

.navbar {
  z-index: 99999;
  border-bottom: 1px solid var(--neutral--200);
  background-color: #100c3f;
  margin-top: 0;
  padding: 20px 3%;
  display: block;
  position: static;
  top: 0;
}

.navigation-left {
  align-items: center;
  width: 50%;
  display: flex;
}

.nav-menu {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.container-navigation {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
}

.nav-link {
  height: 20px;
  color: var(--neutral--white);
  letter-spacing: -.02em;
  white-space: nowrap;
  align-items: center;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: color .2s;
}

.nav-link:hover {
  color: #4640de;
}

.nav-link.w--current {
  height: 20px;
  color: var(--neutral--white);
}

.search {
  z-index: 1;
  grid-column-gap: 8px;
  border: 1px solid var(--neutral--200);
  text-align: center;
  background-color: #fff;
  border-radius: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 12px;
  display: flex;
  position: relative;
}

.navigation-button-wrap {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.regular-collection-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.title-wrap-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 470px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrap-center.max-with-630 {
  max-width: 630px;
}

.blog-card {
  border: 1px solid var(--neutral--200);
  color: var(--neutral--900);
  flex-direction: column;
  align-items: flex-start;
  padding: 8px;
  text-decoration: none;
}

.cta-block {
  background-color: var(--neutral--100);
  flex-direction: column;
  align-items: center;
  padding-bottom: 43px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

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

.search_result_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.filters-drop-down-wrap {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 70vh;
  max-height: 100%;
  margin-top: 6rem;
  margin-bottom: 1rem;
  display: flex;
}

.utility-page-content {
  border: 1px solid var(--neutral--200);
  text-align: center;
  flex-direction: column;
  margin-top: 15px;
  padding: 20px 56px;
  display: flex;
}

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

.faq-content {
  overflow: hidden;
}

.faq-header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-family: Archivo;
  font-weight: 600;
  display: flex;
}

.faq-block {
  cursor: pointer;
  border-bottom: 1px solid #05004480;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 10px;
  padding: 20px 0;
  display: flex;
}

.container-small {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.form-field {
  border: 1px solid var(--neutral--200);
  height: 48px;
  margin-bottom: 24px;
  padding: 12px;
}

.form-field:focus {
  border-color: var(--violet--base);
}

.feature-grid {
  grid-column-gap: 139px;
  grid-row-gap: 16px;
  opacity: 1;
  grid-template: ". Area"
  / 2.25fr 1.25fr;
  grid-auto-columns: 1fr;
  padding-top: 2.5rem;
  display: grid;
}

.cta-text-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 490px;
  margin-bottom: 44px;
  margin-left: auto;
  margin-right: auto;
}

.template-header {
  background-color: var(--violet--base);
  color: #fff;
  background-image: url('../images/Auth-Background-Pattern-Left.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  padding: 64px 3%;
  display: flex;
}

.change-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.change-badge {
  background-color: var(--violet--background);
  color: var(--violet--base);
  letter-spacing: -.03em;
  margin-bottom: 8px;
  padding: 4px 16px;
  font-weight: 500;
}

.title-wrap-small-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-paragraph {
  color: var(--navi-blue);
  margin-top: 16px;
  font-family: Everett, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.blog-card-thumbnail {
  height: 220px;
}

.success-message {
  color: #fff;
  background-color: #4640de;
  padding-top: 32px;
  padding-bottom: 32px;
}

.blog-section {
  padding: 72px 5%;
  position: relative;
  overflow: hidden;
}

.color-base {
  z-index: -1;
  height: 120px;
  position: relative;
}

.paragraph-style-wrap {
  max-width: 560px;
}

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

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

.detail {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.detail.text-color-primary {
  color: var(--violet--base);
}

.detail.text-color-gray-400 {
  color: var(--neutral--400);
}

.neutral-900 {
  background-color: var(--neutral--900);
}

.violet-lighter {
  background-color: var(--violet--lighter);
}

.subheading-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.fb-container-wrapper {
  border: 2px dashed #e2e2df;
  justify-content: center;
  align-items: stretch;
  height: 140px;
  display: flex;
  position: relative;
}

.fb-container-wrapper.example-840px {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.fb-container-wrapper.example-960px {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.document-table-wrapper {
  width: 100%;
}

.subheading-regular {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.fb-table-row {
  border-bottom: 1px solid #e9ecf0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  width: auto;
  min-width: 640px;
  padding: 10px 24px;
}

.fb-table-row.table-end-row {
  border-bottom-style: none;
}

.orange-lighter {
  background-color: var(--orange--lighter);
}

.section-x-small {
  padding: 48px 5%;
  position: relative;
}

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

.red-lighter {
  background-color: var(--red--lighter);
}

.section-regular-del-me {
  padding: 92px 5%;
  position: relative;
}

.h4-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}

.fb-style-heading {
  font-size: 16px;
  font-weight: 600;
}

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

.fb-section-wrapper {
  border: 2px dashed #e2e2df;
}

.blue-darker {
  background-color: var(--red--darker);
}

.fb-table-cell {
  justify-content: flex-start;
  display: flex;
}

.fb-color-hex-dark {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 24px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.neutral-100 {
  background-color: var(--neutral--100);
}

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

.rich-darker {
  background-color: var(--orange--darker);
}

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

.neutral-800 {
  background-color: var(--neutral--800);
}

.section-small {
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 60px;
  padding: 64px 5%;
  position: relative;
}

.fb-container-grid {
  grid-row-gap: 24px;
  grid-template-columns: 1fr;
}

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

.fb-color-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.fb-icon-block {
  background-color: #f3f5fb;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin: 10px;
  display: flex;
}

.fb-class-svg {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fb-typography-block {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.neutral-500 {
  background-color: var(--neutral--500);
}

.fb-table {
  margin-top: 32px;
  overflow: auto;
}

.fb-style-link {
  color: #2c2826;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.fb-style-link:hover {
  color: #160042;
}

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

.fb-style-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
}

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

.h5-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.orange-dark {
  background-color: var(--orange--dark);
}

.violet-darker {
  background-color: var(--violet--darker);
}

.fb-colour {
  align-items: center;
  width: 100%;
  max-width: 130px;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 34px 34px 74px -12px #38327c14;
}

.fb-style-heading-small {
  font-size: 12px;
  font-weight: 600;
}

.icon-extra-large {
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--violet--background);
  color: #100c3f;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.button-primary:hover {
  background-color: var(--violet--dark);
}

.button-primary:active {
  background-color: var(--violet--darker);
}

.fb-color-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

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

.paragraph-large {
  color: var(--dark-headin-new);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Everett, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

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

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

.fb-color-hex {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 24px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.paragraph-small {
  letter-spacing: -.02em;
  margin: 10px 10px 5px;
  font-size: 14px;
  line-height: 1.6;
}

.red-dark {
  background-color: var(--red--dark);
}

.button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.fb-typography-detail {
  grid-row-gap: 8px;
  flex-direction: column;
  width: 100%;
  margin-bottom: 14px;
  display: flex;
}

.h3-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.fb-style-wrapper {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  display: flex;
}

.neutral-600 {
  background-color: var(--neutral--600);
}

.violet-dark {
  background-color: var(--violet--dark);
}

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--neutral--200);
  color: var(--neutral--900);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 9px 19px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.button-outline:hover {
  background-color: #f8f8f7;
  border-color: #f8f8f7;
}

.button-outline:active {
  background-color: #e2e2df;
  border-color: #e2e2df;
}

.button-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--neutral--100);
  color: var(--neutral--900);
  text-align: center;
  letter-spacing: -.02em;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.button-secondary:hover {
  background-color: var(--neutral--200);
}

.button-secondary:active {
  background-color: var(--neutral--300);
}

.container-x-small {
  width: 100%;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-large {
  padding: 120px 5%;
  position: relative;
}

.fb-typography-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.fb-class-base {
  background-color: #f3f5fb;
  align-items: center;
  width: 100%;
}

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

.h6-heading {
  color: var(--navi-blue);
  font-size: 18px;
  font-weight: 700;
}

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

.section-x-large {
  padding: 144px 5%;
  position: relative;
}

.fb-link-wrapper {
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.fb-detail {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.fb-header-block {
  background-color: var(--neutral--100);
  margin-bottom: 32px;
  padding: 32px;
  font-size: 16px;
  line-height: 32px;
}

.fb-style-menu {
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  padding: 24px;
  position: sticky;
  top: 5%;
}

.margin-bottom-64 {
  text-align: center;
  margin-bottom: 64px;
  margin-left: 15%;
  padding-right: 15%;
}

.fb-line {
  background-color: var(--neutral--200);
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

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

.fb-icon-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.neutral-300 {
  background-color: var(--neutral--300);
}

.orange-base {
  background-color: var(--orange--base);
}

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

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

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

.fb-class {
  background-color: #393b6a;
  border-radius: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 4px;
  padding: 5px;
  display: flex;
}

.button-primary-right-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--violet--base);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 12px 10px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.button-primary-right-icon:hover {
  background-color: var(--violet--dark);
}

.button-primary-right-icon:active {
  background-color: var(--violet--darker);
}

.neutral-700 {
  background-color: var(--neutral--700);
}

.icon-regular {
  width: 24px;
  height: 24px;
  color: var(--neutral--white);
  justify-content: center;
  align-items: center;
  margin-top: -28px;
  margin-left: 20px;
  transition: color .2s;
  display: flex;
}

.document-table-header {
  background-color: #f3f5fb;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: start;
  justify-items: start;
  width: auto;
  min-width: 640px;
  padding: 14px 24px;
}

.margin-bottom-08 {
  margin-bottom: 8px;
}

.red-base {
  background-color: var(--red--base);
}

.fb-class-detail {
  color: #a35200;
  text-align: center;
  background-color: #ffd6ad;
  border-radius: 4px;
  margin-left: 4px;
  padding: 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  display: inline-block;
}

.button-secondary-right-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--neutral--100);
  color: var(--neutral--700);
  text-align: center;
  letter-spacing: -.02em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 12px 10px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.button-secondary-right-icon:hover {
  background-color: var(--neutral--200);
}

.button-secondary-right-icon:active {
  background-color: var(--neutral--300);
}

.violet-base {
  background-color: var(--violet--base);
}

.fb-style-block {
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  padding: 32px;
}

.fb-style-guide {
  padding: 140px 5%;
}

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

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

.neutral-200 {
  background-color: var(--neutral--200);
}

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

.fb-class-icon {
  background-color: #6b7094;
  border-radius: 4px;
  margin-right: 4px;
  padding: 6px;
  display: inline-block;
}

.neutral-400 {
  background-color: var(--neutral--400);
}

.h2-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

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

.fb-class-badge {
  color: #fff;
  text-align: center;
  background-color: #0f6ef3;
  border-radius: 4px;
  padding: 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  display: inline-block;
}

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

.violet-background {
  background-color: var(--violet--background);
}

.red-background {
  background-color: var(--red--background);
}

.orange-background {
  background-color: var(--orange--background);
}

.green-darker {
  background-color: var(--green--darker);
}

.green-dark {
  background-color: var(--green--dark);
}

.green-base {
  background-color: var(--green--base);
}

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

.green-lighter {
  background-color: var(--green--lighter);
}

.green-background {
  background-color: var(--green--background);
}

.footnote {
  color: var(--neutral--400);
  font-size: 12px;
  line-height: 16px;
}

.text-color-primary {
  color: var(--violet--base);
}

.image-cover {
  z-index: 1111;
  box-sizing: border-box;
  vertical-align: baseline;
  object-fit: contain;
  width: 500px;
  height: 500px;
  margin-top: 2rem;
  margin-left: -250px;
  margin-right: 0;
  position: relative;
  overflow: clip;
}

.blog-created-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.blog-dot {
  background-color: var(--neutral--500);
  border-radius: 100%;
  width: 4px;
  height: 4px;
}

.blog-card-created {
  color: var(--neutral--500);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
}

.blog-title {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.cta-icon-wrapper {
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  margin-bottom: 48px;
  display: flex;
}

.footer-left-column {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-legal-links {
  grid-column-gap: 48px;
  text-align: center;
  align-items: center;
  display: flex;
}

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

.footer-social-link {
  flex: none;
}

.error-message {
  background-color: #fcf2f2;
}

.footer-legal-text-wrapper {
  margin-top: 16px;
  margin-left: auto;
}

.footer-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--neutral--200);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.footer-grid {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  display: grid;
}

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

.footer-logo-link {
  color: #1e1e48;
  margin-bottom: 48px;
  font-size: 34px;
  font-weight: 700;
  line-height: 50px;
  text-decoration: none;
  display: inline-block;
}

.footer-section {
  background-color: #f0eef3;
  padding: 70px 10% 40px;
}

.footer-social-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.form-text-field {
  border-style: solid;
  border-width: 1px;
  border-color: var(--neutral--200) #eaebf0 #eaebf0;
  background-color: #fff;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 18px;
  font-size: 15px;
  line-height: 24px;
  transition: border-color .2s;
}

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

.footer-form {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  display: flex;
}

.foooter-right-column {
  width: 100%;
  max-width: 450px;
  color: var(--neutral--400);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer-social {
  color: var(--blue);
  justify-content: center;
  align-items: center;
  font-size: 22px;
  display: flex;
}

.footer-social:hover {
  color: var(--violet--base);
}

.footer-logo {
  width: 170.21px;
  padding-top: 20px;
  padding-bottom: 30px;
}

.footer-link {
  color: var(--blue);
  letter-spacing: -.02em;
  font-size: 14px;
  line-height: 28px;
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover {
  color: var(--dark-blue);
}

.search-field {
  border: 1px #000;
  height: 44px;
  margin-bottom: 0;
}

.search-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--body-background);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 32px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.search-button:hover {
  background-color: var(--violet--dark);
}

.search-button:active {
  background-color: var(--violet--darker);
}

.header-badge-light {
  color: var(--violet--base);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 0;
  padding: 4px 8px;
  font-weight: 600;
}

.account-page-wrapper {
  flex-direction: row;
  max-width: 100%;
  height: 100%;
  min-height: 90vh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.account-form-block {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  padding: 32px;
}

.account-right-block {
  color: #fff;
  background-image: url('../images/Signup-Background.svg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  margin-left: auto;
  padding: 64px 5%;
  display: flex;
}

.account-left-block {
  align-items: center;
  width: 50%;
  padding-left: 5%;
  padding-right: 3%;
  display: flex;
}

.account-form-title {
  text-align: left;
  border-style: none;
  margin-bottom: 48px;
}

.account-form-title.text-center {
  text-align: center;
}

.form-divider {
  background-color: var(--neutral--200);
  height: 1px;
  margin-top: 23px;
  margin-bottom: 23px;
}

.form-footer {
  grid-column-gap: 8px;
  justify-content: flex-start;
}

.account-heading-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.account-testimonial-wrap {
  grid-column-gap: 24px;
  align-items: flex-start;
  display: flex;
}

.account-author-wrap {
  grid-column-gap: 16px;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.account-avatar {
  border-radius: 100%;
  width: 56px;
  height: 56px;
  overflow: hidden;
}

.account-testimonial-wrap-inner {
  margin-top: 42px;
}

.account-content-wrap {
  flex-direction: column;
  justify-content: space-between;
  max-width: 450px;
  height: 100%;
  max-height: 610px;
  display: flex;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  line-height: 1.4;
  display: flex;
}

.account-author-details {
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.account-quote-icon {
  width: 72px;
  height: 72px;
}

.account-section-regular {
  background-color: var(--neutral--100);
  background-image: url('../images/Auth-Background-Pattern-Left.svg'), url('../images/Auth-Background-Pattern-Right.svg');
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  flex: 1;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 220px 5%;
}

.account-form-card {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 510px;
  padding-bottom: 64px;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.reset-password-form {
  width: 100%;
}

.account-icon-wrap {
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  margin-bottom: 32px;
  display: flex;
}

.account-wrapper {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5% 64px;
  display: flex;
}

.account-content {
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  max-width: 500px;
  margin-bottom: 0;
  padding: 0;
}

.user-account-form {
  flex-direction: column;
  display: flex;
}

.account-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--violet--base);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-right: 0;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.account-button:hover {
  background-color: var(--violet--dark);
}

.account-button:active {
  background-color: var(--violet--darker);
}

.account-form-header {
  text-align: center;
  border-style: none;
  margin-bottom: 48px;
  padding: 0;
}

.account-section {
  background-color: var(--neutral--100);
  background-image: url('../images/Auth-Background-Pattern-Left.svg'), url('../images/Auth-Background-Pattern-Right.svg');
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  flex: 1;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 124px 5%;
}

.blog-slide {
  margin-right: 24px;
}

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

.text-color-gray-500 {
  color: var(--neutral--500);
}

.navbar-mobile-button-wrapper {
  display: none;
}

.cta-search-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: -31px;
  display: flex;
}

.blog-category {
  background-color: var(--violet--background);
  color: var(--violet--base);
  margin-bottom: 16px;
  padding: 6px 12px;
  display: inline-block;
}

.blog-text-wrapper {
  z-index: 4;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 32px 24px 24px;
}

.checkbox {
  border-color: var(--neutral--300);
  border-radius: 0;
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
}

.checkbox.w--redirected-checked {
  background-color: var(--violet--base);
  background-image: url('../images/White-Check.svg');
  background-size: auto;
  border-style: none;
}

.checkbox.w--redirected-focus {
  border-color: var(--neutral--300);
  box-shadow: none;
  border-radius: 0;
}

.search-input-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.checkbox-label {
  margin-bottom: 0;
}

.template-wrapper {
  grid-row-gap: 32px;
  background-color: #fff;
  border: 1px solid #e4e8f1;
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.template-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-title-wrap {
  margin-bottom: 56px;
}

.blog-slider {
  background-color: #fff;
  height: auto;
}

.blog-mask {
  width: 390px;
  overflow: visible;
}

.blog-slider-right-button {
  border: 1px solid var(--neutral--200);
  width: 48px;
  height: 48px;
  color: var(--neutral--900);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  transition: all .4s;
  display: flex;
  inset: -104px 0% auto auto;
}

.blog-slider-right-button:hover {
  background-color: var(--neutral--200);
}

.blog-slider-right-button:active {
  background-color: var(--neutral--300);
}

.blog-slider-left-button {
  border: 1px solid var(--neutral--200);
  width: 48px;
  height: 48px;
  color: var(--neutral--300);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  inset: -104px 70px auto auto;
}

.error-state {
  background-color: var(--red--background);
  color: var(--red--darker);
  margin: 24px 0;
  padding: 24px;
  position: relative;
}

.account-icon-wrapper {
  background-color: var(--violet--background);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
  display: flex;
}

.form-header {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.redirect-block {
  margin-top: 24px;
}

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

.banner-announcement {
  background-color: var(--neutral--900);
  color: #fff;
  text-align: center;
  background-image: url('../images/Auth-Background-Pattern-Left.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

.banner-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  display: flex;
  position: relative;
}

.banner-text-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.banner-button {
  background-color: var(--violet--base);
  color: #fff;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.banner-button:hover {
  color: #5167f6;
  background-color: #fff;
}

.banner-button-small {
  background-color: var(--neutral--700);
  color: #b2b3bd;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 4px;
  transition: color .2s, background-color .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.banner-button-small:hover {
  color: #000;
  background-color: #fff;
}

.header-badge-white {
  grid-column-gap: 12px;
  background-color: #f9f9fb1a;
  border-radius: 0;
  align-items: center;
  margin-bottom: 24px;
  padding: 8px 16px 8px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.search_result_item-link {
  border: 1px solid var(--neutral--200);
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
  padding: 1.5rem 1rem;
}

.container {
  flex: 1;
  margin-left: 10%;
  margin-right: 10%;
  padding: 40px 0;
  display: flex;
}

.heading-2 {
  z-index: 111;
  color: var(--neutral--white);
  margin-top: 0;
  font-family: Everett, sans-serif;
  font-size: 57px;
  font-weight: 500;
  display: block;
  position: relative;
}

.pricing-overview {
  z-index: -111;
  border-top: 1px solid #e4ebf3;
  border-bottom: 1px solid #e4ebf3;
  margin: 40px 10%;
  padding: 40px 0;
  position: relative;
}

.container-4 {
  background-image: url('../images/BG-1.webp');
  background-position: 100%;
  background-size: cover;
  border-radius: 15px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 20px 20px;
}

.centered-heading {
  color: var(--neutral--white);
  text-align: center;
  margin-bottom: 16px;
  font-family: Everett, sans-serif;
  font-size: 44px;
  font-weight: 500;
}

.pricing-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-card-text {
  color: var(--neutral--white);
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.heading-5, .heading-6, .heading-7 {
  color: var(--neutral--white);
  font-family: Everett, sans-serif;
  font-size: 60px;
  font-weight: 500;
}

.logos-title-small {
  z-index: -111;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 10px;
  position: relative;
}

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

.clients-tag {
  color: var(--dark-headin-new);
  text-align: center;
  margin-bottom: 50px;
  font-size: 40px;
  font-weight: 500;
  line-height: 20px;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
}

.clients-wrapper-three.estd {
  padding-left: 100px;
  padding-right: 100px;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.logos-without-title {
  border-bottom: 0 solid #e4ebf3;
  width: 100%;
  padding: 60px 10px;
  display: flex;
  position: relative;
}

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

.heading-8 {
  color: var(--navi-blue);
  font-family: Everett, sans-serif;
  font-size: 36px;
}

.containersol {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(25deg, #b3c8ff, #fff);
  border-radius: 15px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  place-items: center start;
  height: 550px;
  padding: 0;
  font-family: Everett, sans-serif;
  display: flex;
}

.rich-text-block {
  color: var(--navi-blue);
}

.button {
  background-image: linear-gradient(314deg, #012782, #0062eb 65%);
  border-radius: 20px;
  padding: 15px 30px;
}

.button.is-blue {
  text-align: center;
  background-color: #0034ab;
  background-image: none;
  border-radius: 100px;
  padding-left: 45px;
  padding-right: 45px;
  font-size: 16px;
}

.cont1 {
  flex-flow: column;
  flex: 1;
  align-items: flex-start;
  max-width: 100%;
  padding: 20px;
  display: block;
}

.image {
  display: block;
}

.cont2 {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.navbar-2 {
  position: static;
}

.section-2 {
  z-index: 2147483647;
  background-color: var(--red--background);
  height: 0;
  position: sticky;
  top: 0;
}

.container-7 {
  max-width: 100%;
}

.heading-9 {
  color: var(--blue);
  text-align: right;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  font-family: Everett, sans-serif;
  font-size: 30px;
  font-weight: 500;
  display: block;
  position: relative;
}

.heading-10 {
  color: var(--blue);
  margin-bottom: 0;
  padding-bottom: 30px;
  font-family: Everett, sans-serif;
  font-size: 30px;
}

.text-block-4 {
  color: var(--blue);
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
}

.button-2 {
  border: 1px solid var(--blue);
  color: var(--blue);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #fff0;
  background-clip: border-box;
  border-radius: 50px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 14px 30px;
  font-size: 20px;
  font-weight: 500;
  display: none;
}

.button-2.w--current {
  display: block;
}

.container-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  max-width: 100%;
  padding: 20px 10px;
  display: flex;
}

.container-8.before {
  justify-content: flex-start;
  align-self: flex-start;
}

.container-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center end;
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  padding-left: 0%;
  display: flex;
}

.container-9.dhide {
  display: none;
}

.flex-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-bottom: 1px solid var(--blue);
  justify-content: flex-start;
  align-items: center;
}

.container-10 {
  border-right: 0px none var(--neutral--white);
  height: 100%;
  min-height: 100%;
  padding-right: 200px;
  font-family: Everett, sans-serif;
}

.container-11 {
  border-left: 1px solid var(--blue);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0 0 20px;
  display: flex;
}

.image-2 {
  vertical-align: baseline;
  flex: 0 auto;
  order: -1;
  align-self: stretch;
  height: 50px;
  display: block;
}

.image-3 {
  height: 50px;
  display: block;
}

.image-3.imagerealwidth {
  width: 180px;
}

.flex-block-2 {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  border-top: 1px solid var(--blue);
  border-bottom: 1px solid var(--blue);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-around;
  place-items: center stretch;
  display: grid;
}

.container-13 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  place-items: center start;
  margin-left: auto;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  display: block;
}

.section-3 {
  z-index: 1;
  position: relative;
}

.section-3.wt {
  height: 100vh;
}

.text-block-5 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
}

.section-4archi {
  z-index: -111;
  border-top: 1px #000;
  border-bottom: 0 #000;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 10px;
  padding-left: 0%;
  position: static;
}

.text-block-6 {
  width: 300px;
  max-width: 100%;
  height: 150px;
  color: var(--light-green);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 27px;
  font-weight: 500;
}

.text-block-6:hover {
  color: var(--neutral--white);
}

.text-block-6.swiper-text {
  width: 100%;
  height: auto;
  color: var(--dark-blue);
  overflow-wrap: break-word;
  font-size: 18px;
}

.container15 {
  background-color: var(--off-white);
  pointer-events: auto;
  border-radius: 20px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 322px;
  height: 330px;
  padding: 10px 10px 0;
  font-weight: 500;
  display: block;
}

.container15.customheight {
  height: 400px;
  padding-right: 0;
}

.container-16 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.bold-text {
  color: var(--navi-blue);
  font-size: 44px;
  font-weight: 500;
}

.bold-text-2, .bold-text-3 {
  color: var(--dark-headin-new);
  font-size: 44px;
  font-weight: 500;
}

.archivments {
  z-index: -111;
  padding: 60px 10%;
  position: relative;
}

.container-17 {
  background-color: var(--dark-blue);
  border-radius: 20px;
  height: 100%;
  padding: 20px 0 20px 20px;
  font-weight: 500;
}

.text-block-7 {
  color: var(--light-green);
  padding-top: 20px;
  padding-right: 10px;
  font-size: 30px;
}

.flex-block-3 {
  flex-flow: row-reverse;
  padding-top: 0;
}

.image-4 {
  vertical-align: baseline;
  flex: none;
  display: block;
  position: static;
  overflow: clip;
}

.max {
  margin: 0 10%;
  padding: 40px 0;
}

.grid {
  grid-template-rows: auto;
  justify-content: stretch;
  place-items: center start;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-19 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: block;
}

.code-embed-2 {
  color: var(--neutral--white);
  padding-right: 40px;
  font-weight: 500;
}

.text-block-8 {
  color: var(--neutral--white);
  padding-top: 20px;
  font-size: 26px;
}

.head-sec-100 {
  color: var(--blue);
  font-size: 30px;
  font-weight: 500;
}

.container-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--off-white);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.container-20.ppt {
  margin-bottom: 15px;
}

._2313134 {
  color: var(--blue);
  font-size: 40px;
  font-weight: 500;
}

.sec-100-dec {
  color: var(--blue);
  font-family: Everett, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.container-21 {
  background-color: var(--off-white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-5 {
  vertical-align: baseline;
  cursor: auto;
  width: 250px;
  height: 100%;
  margin-top: -50px;
  margin-bottom: -20px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: clip;
}

.image-5.testinn {
  width: 248px;
  margin-top: -20px;
  margin-bottom: 0;
  margin-right: 20px;
}

.heading-12 {
  color: var(--navi-blue);
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Everett, sans-serif;
  font-weight: 500;
}

.text-block-9 {
  color: var(--navi-blue);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
}

.image-ref-2 {
  width: 250px;
  margin-top: -20px;
  margin-right: 20px;
}

.div {
  border: 0 solid #000;
  border-top: 1px solid #d0c5b9;
  height: 0;
  max-height: 0;
  margin: 40px 80px;
  padding-bottom: 0;
  padding-right: 0;
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  width: 100%;
  max-width: 100%;
}

.text-block-10 {
  color: var(--navi-blue);
  padding-bottom: 20px;
  font-size: 40px;
  font-weight: 500;
}

.text-block-11 {
  color: var(--navi-blue);
  font-size: 20px;
}

.container-22 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.flex-block-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
}

.container-23 {
  background-color: var(--blue);
  border-radius: 20px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  width: 50%;
  height: 100%;
  padding: 40px 20px;
  display: flex;
}

.container-23.spacel {
  padding-left: 30px;
  padding-right: 30px;
}

.image-6 {
  text-align: center;
  width: 280px;
}

.text-block-12 {
  color: var(--off-white);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 500;
}

.text-block-13 {
  color: var(--off-white);
  font-size: 20px;
}

.container-24 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.container-25 {
  background-color: var(--navi-blue);
  width: 59%;
  height: 100%;
  color: var(--off-white);
  border-radius: 20px;
  margin-bottom: 0;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-15 {
  text-align: center;
  padding-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2em;
}

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

.submit-button-2 {
  background-color: var(--electric-blue);
  width: 97%;
  color: var(--body-background);
  border-radius: 100px;
  margin: 30px 25px 0 9px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
}

.submit-button-2.colorcustom {
  background-color: var(--light-green);
  width: 99%;
  color: var(--navi-blue);
  margin-top: 25px;
  margin-left: 0;
  margin-right: 0;
}

.container-26-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 48%;
  margin-top: 20px;
  display: flex;
}

.container-27 {
  text-align: left;
  width: 100%;
  max-width: 1360px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-27.closeicon {
  text-align: right;
  direction: rtl;
  margin-bottom: -15px;
  padding-top: 5px;
  padding-right: 10px;
  font-size: 24px;
  display: block;
}

.container-27.cutompad {
  margin-top: 0;
  margin-bottom: 0;
}

.field-label {
  color: var(--off-white);
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 400;
}

.field-label.clr, .field-label.clr-copy {
  color: var(--navi-blue);
}

.text-field {
  border-radius: 100px;
  height: 54px;
  padding: 0 20px;
  font-size: 22px;
}

.field-label-2 {
  color: var(--off-white);
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 400;
}

.field-label-2.clr {
  color: var(--navi-blue);
}

.field-label-3 {
  color: var(--off-white);
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 400;
}

.field-label-3.clr {
  color: var(--navi-blue);
}

.field-label-4 {
  color: var(--off-white);
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 400;
}

.field-label-4.clr {
  color: var(--navi-blue);
  font-weight: 400;
}

.container-28 {
  padding-bottom: 20px;
}

.container-28.bottom {
  max-width: 921px;
  padding-bottom: 0;
}

.background-video {
  height: 100vh;
}

.section-5 {
  border: 0 #d0c5b9;
  border-bottom: 1px solid #d0c5b9;
  margin-top: 0;
  margin-left: 10%;
  margin-right: 10%;
  padding: 80px 0;
}

.background-video-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.background-video-2.innerpagevideo {
  height: 60vh;
}

.background-video-2.insights {
  height: 75vh;
}

.container-29 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.container-29.tc {
  max-width: 100%;
}

.heading-13 {
  color: var(--neutral--white);
  text-align: center;
  justify-content: center;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Everett, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2em;
  display: flex;
}

.column.heading-style-h1-v2 {
  font-family: Nunito Sans;
  font-size: var(--heading--desktop--h2);
  text-align: center;
  text-transform: uppercase;
  margin-left: 0;
  font-weight: 700;
}

.column.heading-style-h1-v2.ar1 {
  width: var(--heading--desktop--h1);
}

.heading-14 {
  color: var(--navi-blue);
  font-family: Everett, sans-serif;
  font-size: 36px;
  font-weight: 500;
}

.text-block-16 {
  color: var(--navi-blue);
  padding-top: 10px;
  font-size: 20px;
}

.column-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  min-height: 100%;
  padding-right: 10px;
  display: flex;
  overflow: clip;
}

.columns {
  flex-flow: row;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-7 {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.section-6 {
  border: 0 #000;
  border-bottom: 1px solid #d0c5b9;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.section-6.innerpage {
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-15 {
  color: var(--navi-blue);
  text-align: center;
  padding-bottom: 45px;
  font-family: Everett, sans-serif;
  font-size: 44px;
  font-weight: 500;
}

.heading-16 {
  color: var(--blue);
  text-align: left;
  align-self: flex-start;
  padding-left: 0;
  padding-right: 40px;
  font-family: Everett, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.text-block-17 {
  color: var(--navi-blue);
  padding-top: 20px;
  font-size: 18px;
}

.container-30 {
  background-image: url('../images/bg-2.webp');
  background-position: 50%;
  background-size: cover;
  border: 1px #000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 340px;
  padding: 40px 30px;
  display: flex;
}

.container-30.tyx {
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 10vh;
}

.section-7 {
  border: 0 #000;
  border-bottom: 1px solid #d0c5b9;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-block-18 {
  max-width: 85%;
  height: auto;
  min-height: 8.7em;
  color: var(--navi-blue);
  padding-top: 10px;
  padding-left: 30px;
  font-size: 16px;
}

.container-31 {
  background-image: url('../images/bg-2.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  height: 280px;
  max-height: 280px;
  padding: 0;
  display: flex;
}

.container-31.nopadding {
  padding-top: 0;
}

.text-block-19 {
  background-color: var(--blue);
  width: 200px;
  color: var(--neutral--white);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-top: 20px;
  padding: 5px 10px 5px 20px;
  font-size: 20px;
}

.text-block-20 {
  color: var(--navi-blue);
  padding-top: 20px;
  padding-left: 30px;
  font-size: 18px;
}

.container-32 {
  order: 0;
  align-self: flex-start;
  padding-top: 20px;
  padding-bottom: 0;
}

.body {
  background-color: #fffcf9;
  font-family: Everett, sans-serif;
  overflow-x: hidden;
}

.body-2 {
  background-color: #fffcf9;
  font-family: Everett, sans-serif;
  font-weight: 400;
  overflow: auto;
}

.section-8 {
  z-index: 1;
  margin-top: 40px;
  position: relative;
}

.section-8.margintop {
  padding-top: 40px;
}

.text-block-21 {
  color: var(--navi-blue);
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}

.text-block-22 {
  color: var(--navi-blue);
  padding-bottom: 20px;
  font-size: 18px;
}

.image-8 {
  background-color: #f0eef3;
  border-radius: 15px;
}

.text-block-23 {
  color: var(--navi-blue);
  font-family: Everett, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.column-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 10vh;
  padding-left: 10%;
  display: flex;
}

.columns-2 {
  justify-content: flex-start;
  align-items: center;
  height: 90%;
  display: flex;
}

.heading-17 {
  color: var(--navi-blue);
  font-family: Everett, sans-serif;
  font-weight: 500;
}

.heading-18 {
  color: var(--electric-blue);
  font-family: Everett, sans-serif;
  font-weight: 500;
}

.heading-19 {
  color: var(--navi-blue);
  font-family: Everett, sans-serif;
  font-weight: 500;
}

.button-3 {
  background-color: var(--electric-blue);
  width: 300px;
  color: var(--off-white);
  text-align: center;
  border-radius: 100px;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 500;
}

.background-video-3 {
  height: 100vh;
}

.section-10 {
  border-bottom: 1px solid #d0c5b9;
  margin-bottom: 40px;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 20px;
  padding-bottom: 60px;
}

.section-10.sdfsdf {
  margin-top: 20px;
}

.heading-20 {
  color: var(--navi-blue);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Everett, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.heading-20.customesize {
  padding-top: 20px;
  font-size: 34px;
}

.text-block-24 {
  color: var(--navi-blue);
  padding-bottom: 78px;
  font-family: Everett, sans-serif;
  font-size: 20px;
}

.text-block-24.hg {
  padding-bottom: 40px;
}

.column-4 {
  background-color: #b3c8ff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 100%;
  padding: 40px 20px 20px;
  display: flex;
}

.body-3 {
  font-family: Everett, sans-serif;
}

.body-4 {
  color: var(--navi-blue);
  background-color: #fffcf9;
  font-family: Everett, sans-serif;
  font-size: 22px;
  font-weight: 400;
  overflow-x: hidden;
}

.button-4 {
  background-image: linear-gradient(90deg, #0063ec, var(--dark-blue));
  text-align: center;
  border-radius: 100px;
  width: 100%;
  margin-top: 0;
  margin-bottom: -1vh;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  position: relative;
}

.container-33 {
  background-color: var(--off-white);
  border-radius: 20px;
  padding: 40px 30px 40px 10px;
}

.text-1111112 {
  color: var(--blue);
  font-size: 26px;
  font-weight: 500;
}

.text-block-26 {
  color: var(--blue);
  padding-top: 20px;
  font-size: 18px;
}

.container-34 {
  padding: 10px 20px 0;
}

.flex-block-5 {
  justify-content: space-between;
  align-items: center;
}

.heading-21 {
  padding-bottom: 40px;
  font-family: Everett, sans-serif;
  font-size: 44px;
  font-weight: 500;
}

.text-block-27 {
  width: 100%;
  font-size: 38px;
  font-weight: 500;
}

.container-35 {
  background-image: url('../images/66ac6355674df55afff11495_BG-1.webp');
  background-position: 50%;
  background-size: auto;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  height: 400px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  display: flex;
}

.heading-22 {
  color: var(--off-white);
  font-family: Everett, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.heading-22.sizef {
  font-family: Everett, sans-serif;
}

.text-block-29 {
  color: var(--off-white);
  padding-right: 40%;
  font-size: 20px;
}

.text-block-29.vbj {
  padding-top: 12px;
  padding-bottom: 15px;
}

.button-5 {
  background-color: var(--electric-blue);
  color: var(--off-white);
  border-radius: 100px;
  padding: 15px 40px;
  font-size: 18px;
}

.heading-23 {
  text-align: center;
  padding-bottom: 40px;
  font-family: Everett, sans-serif;
  font-size: 46px;
  font-weight: 500;
}

.heading-23.tps {
  margin-top: 60px;
}

.container-36 {
  background-color: var(--off-white);
  border-radius: 20px;
  height: 100%;
  font-family: Everett, sans-serif;
}

.flex-block-6 {
  overflow-wrap: break-word;
  flex-flow: row-reverse;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-30 {
  border-bottom: 1px solid var(--navi-blue);
  color: var(--dark-blue);
  overflow-wrap: break-word;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 15%;
  font-family: Everett, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.text-block-30.jhj {
  padding-right: 8%;
}

.text-block-31 {
  color: var(--dark-blue);
  border: 0 solid #000;
  padding: 20px 20px 60px;
  font-size: 16px;
}

.k_header1_search_wrapper {
  color: var(--navi-blue);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.k_header1_search_button {
  background-color: #fff;
  background-image: url('../images/search-interface-symbol_54481-1.svg');
  background-position: 50%;
  background-size: cover;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: -3.5rem;
  padding: 0;
}

.k_header1_search_button.is-index {
  z-index: 2;
  background-image: url('../images/search-interface-symbol_54481-1.svg');
  background-size: cover;
  width: 1.4rem;
  position: relative;
}

.k_header1_search_input {
  height: 4rem;
  color: var(--navi-blue);
  font-size: var(--text-size--regular);
  border-radius: 100px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
}

.button-6 {
  border: 2px solid var(--dark-blue);
  color: var(--dark-blue);
  text-align: center;
  background-color: #3898ec00;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}

.section-11 {
  border-top: 1px solid #d0c5b9;
  margin-top: 0;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-11.ddd {
  border-top-width: 0;
}

.heading-24 {
  color: var(--off-white);
  font-family: Everett, sans-serif;
  font-size: 44px;
  font-weight: 500;
}

.text-block-32 {
  color: var(--off-white);
  padding-top: 20px;
  font-size: 20px;
}

.columns-3 {
  background-color: var(--navi-blue);
  background-image: url('../images/BG-2_1.webp');
  background-position: 0%;
  background-size: cover;
  border-radius: 30px;
  padding: 40px 30px;
  display: flex;
}

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

.column-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.columns-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  object-fit: fill;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.image-9 {
  width: 250px;
}

.heading-25 {
  color: var(--dark-headin-new);
  font-family: Everett, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.text-block-33 {
  color: var(--navi-blue);
  font-family: Everett, sans-serif;
  font-size: 18px;
}

.columns-5 {
  padding-bottom: 40px;
}

.container-37 {
  background-color: var(--off-white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 100%;
  padding: 40px 20px;
  display: flex;
}

.text-block-34 {
  color: var(--blue);
  align-self: flex-start;
  padding-right: 20px;
  font-family: Everett, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.text-block-34.one {
  text-align: center;
  padding-right: 0;
}

.flex-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
}

.text-block-34-copy {
  color: var(--blue);
  text-align: left;
  padding-top: 20px;
  font-family: Everett, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.flex-block-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: stretch;
  height: 100%;
  margin-bottom: 20px;
}

.flex-block-8.desk {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.flex-block-8.desk.newsend {
  display: flex;
}

.paragraph {
  color: var(--navi-blue);
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
  font-family: Everett, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.heading-26 {
  width: 50%;
  color: var(--navi-blue);
  padding-top: 40px;
  padding-left: 40px;
  font-family: Everett, sans-serif;
  font-size: 44px;
  font-weight: 500;
}

.heading-26.c1 {
  color: var(--dark-headin-new);
}

.container-39 {
  background-color: var(--off-white);
  border-radius: 20px;
  width: 100%;
  max-width: 100%;
}

.section-10-copy {
  border-bottom: 0 #d0c5b9;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-27 {
  color: var(--dark-headin-new);
  font-family: Everett, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.heading-28 {
  text-align: center;
  padding-bottom: 10px;
  font-family: Everett, sans-serif;
  font-size: 44px;
  font-weight: 500;
}

.heading-28.as1 {
  color: var(--dark-headin-new);
}

.flex-block-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  margin-right: -30%;
}

.image-11 {
  padding-top: 40px;
  padding-left: 10%;
}

.image-12 {
  width: 600px;
}

.flex-block-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 40px;
}

.button-3-copy {
  border: 2px solid var(--electric-blue);
  width: 300px;
  color: var(--electric-blue);
  text-align: center;
  background-color: #3898ec00;
  border-radius: 100px;
  padding: 14px 30px 12.8px;
  font-size: 18px;
  font-weight: 500;
}

.image-13, .image-14, .image-15, .image-16 {
  height: 130px;
}

.column-10 {
  margin-bottom: 60px;
  padding-left: 10%;
  padding-right: 10%;
}

.column-13 {
  margin-top: 15vh;
  padding-right: 10%;
}

.text-span-2 {
  font-size: 30px;
}

.image-17 {
  width: auto;
  height: 150px;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.collection-item-4 {
  padding-left: 0;
  padding-right: 0;
}

.collection-list-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  display: flex;
}

.image-19 {
  width: 30%;
  height: auto;
}

.image-19.twoimage {
  width: 116px;
  height: 96px;
}

.heading-29 {
  color: var(--dark-headin-new);
  font-family: Everett, sans-serif;
  font-size: 44px;
  font-weight: 500;
}

.heading-30 {
  width: 70%;
  color: var(--navi-blue);
  padding-top: 10px;
  padding-bottom: 30px;
  font-family: Everett, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.column-14 {
  background-image: url('../images/Quick-to-market-leasing--sales.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 300px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.column-14.c4 {
  background-image: url('../images/Eviction-assistance.webp');
}

.column-14.c3 {
  background-image: url('../images/Handover-services.webp');
}

.column-14.img2 {
  background-image: url('../images/Maintenance--refurbishment_Bg.webp');
}

.text-block-35 {
  color: var(--off-white);
  flex: none;
  padding-top: 20px;
  padding-left: 10px;
  font-family: Everett, sans-serif;
  font-size: 22px;
  position: static;
}

.flex-block-11 {
  z-index: 8;
  box-sizing: border-box;
  text-align: right;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: stretch;
  width: 100%;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 3.1;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.columns-8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.columns-9 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 700px;
  height: 100vh;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.columns-9.custompadding {
  align-self: auto;
}

.column-17 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.text-block-36 {
  font-family: Everett, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.text-span-6 {
  color: var(--electric-blue);
}

.body-5 {
  background-color: #fffcf9;
  font-family: Everett, sans-serif;
  overflow-x: hidden;
}

.body-6 {
  background-color: var(--body-background);
  font-family: Everett, sans-serif;
  font-weight: 500;
  overflow-x: hidden;
}

.image-21 {
  align-self: flex-end;
  max-width: 100%;
  max-height: 100%;
}

.container-41 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-image: url('../images/marina.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: 0 auto;
  grid-template-columns: 1fr;
  grid-auto-rows: 80px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  height: 350px;
  margin: 5px;
  padding-left: 10px;
  padding-right: 0;
  display: flex;
}

.text-block-37 {
  color: var(--off-white);
  font-size: 16px;
}

.collection-item-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.background-video-4 {
  height: 100vh;
  margin-left: 0%;
  padding-left: 10%;
  padding-right: 10%;
}

.code-embed-5 {
  object-fit: fill;
  width: 98%;
  font-family: Everett, sans-serif;
  font-weight: 400;
}

.column-19 {
  align-self: center;
  margin-top: 2em;
  margin-bottom: 60px;
  text-decoration: none;
}

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

.image-22.spacing {
  margin-top: 0;
}

.newclassnews {
  margin-bottom: 140px;
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
}

.newclass2 {
  flex-flow: row;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  font-weight: 500;
  display: flex;
}

.bold-text-4 {
  font-weight: 500;
  display: block;
}

.v {
  font-weight: 500;
}

.form-block {
  color: var(--green--darker);
  padding: 20px 20px 40px;
  font-size: 17px;
}

.form-block.padd {
  aspect-ratio: auto;
  margin-bottom: 30px;
  overflow: auto;
}

.form-block.insights {
  padding: 0;
}

.text-block-38 {
  color: var(--red--darker);
}

.img23, .image-23 {
  display: none;
}

.image-24, .image-25, .image-26, .image-27, .image-28 {
  width: 100%;
}

.image-29 {
  align-self: flex-end;
  max-width: 100%;
  max-height: 98%;
}

.heading-31 {
  color: var(--dark-headin-new);
  text-align: center;
  margin-top: 0;
  padding-bottom: 20px;
  font-family: Everett, sans-serif;
  font-size: 44px;
  font-weight: 500;
}

.heading-31.ncncc {
  color: var(--dark-headin-new);
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-40 {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 20px;
}

.code-embed-6 {
  flex-flow: column;
  display: block;
}

.subheaddinghide {
  color: var(--neutral--100);
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}

.subheaddinghide.jjjk {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  display: none;
  position: static;
  inset: 0% auto auto 0%;
}

.feature-grid-copy {
  grid-column-gap: 139px;
  grid-row-gap: 16px;
  opacity: 1;
  grid-template: ". Area"
  / 2.25fr 1.25fr;
  grid-auto-columns: 1fr;
  display: none;
}

.code-embed-7 {
  overflow-wrap: normal;
}

.text-block-41 {
  color: var(--neutral--white);
  padding-left: 10px;
}

.image-cover-copy {
  z-index: 111;
  box-sizing: border-box;
  vertical-align: baseline;
  object-fit: contain;
  width: 500px;
  height: 500px;
  margin-top: 2rem;
  margin-right: 0;
  display: block;
  position: relative;
  overflow: clip;
}

.code-embed-8 {
  padding-top: 0;
}

.margin-bottom-97 {
  margin-bottom: 24px;
  padding-right: 20px;
}

.heading-33, .heading-34 {
  z-index: 111;
  color: #fff;
  margin-top: 1em;
  font-family: Everett, sans-serif;
  font-size: 57px;
  font-weight: 500;
  display: block;
  position: relative;
}

.recaptcha-2 {
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 8px;
}

.columns-11 {
  padding-left: 60px;
  padding-right: 60px;
}

.columns-11.sidepad {
  padding-left: 0;
  padding-right: 0;
}

.scroll-container.container-9 {
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}

.section-slider {
  margin-top: 60px;
  padding-left: 0%;
  padding-right: 0%;
}

.section-slider.sdd {
  padding-left: 10%;
}

.swiper.is-team {
  width: 100%;
  display: flex;
  overflow: hidden;
}

.swiper.is-tenant-rent {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.swiper.is-achie {
  margin-top: 20px;
  display: flex;
  overflow: hidden;
}

.swiper.is-free {
  flex: none;
}

.swiper.is-prop {
  display: block;
}

.swiper.is-teammate {
  flex-flow: row;
  width: 100%;
  max-width: 100%;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: block;
  overflow: hidden;
}

.swiper.on-demand {
  width: 100%;
  overflow: hidden;
}

.swiper.is-property {
  width: 100%;
  height: 100%;
  display: block;
}

.swiper-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: none;
  height: 100%;
  display: flex;
}

.swiper-wrapper.is-team {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.swiper-wrapper.is-tenant-rent {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.swiper-wrapper.is-teammate {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  padding-right: 0;
  display: grid;
  overflow: visible;
}

.swiper-wrapper.is-property {
  flex-flow: row;
  width: 100%;
}

.swiper-slide {
  background-color: #012680;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.swiper-slide.is-team.v2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  height: auto;
  min-height: 19.375rem;
  display: flex;
}

.swiper-slide.is-tanant-rent {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f0eef3;
  border-radius: 20px;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-self: center;
  width: 20rem;
  min-height: 360px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.swiper-slide.is-achie {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 25rem;
  height: 400px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 0;
  display: block;
  overflow: visible;
}

.swiper-slide.is-free {
  background-color: #f0eef300;
  background-image: url('../images/bg-2.webp');
  background-position: 0 0;
  background-size: auto;
  align-items: stretch;
  width: 20rem;
  height: 336px;
  padding-right: 0;
  display: flex;
}

.swiper-slide.is-prop {
  background-color: #f0eef3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20rem;
  padding-top: 20px;
  display: flex;
}

.swiper-slide.is-teammate {
  color: var(--navi-blue);
  background-color: #f0eef300;
  flex-flow: column;
  display: flex;
}

.swiper-slide.reviews-v2 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  width: 100%;
  height: auto;
  min-height: auto;
  color: var(--dark-blue);
}

.swiper-slide.is-property {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.swiper-slide.is-team {
  background-color: #f0eef3;
  border-radius: 20px;
  flex: none;
  width: 15rem;
  min-height: 310px;
  padding: 0;
}

.swiper-slide.is-team:hover {
  color: #fff;
  background-color: #012680;
}

.swiper-slide.is-team.v2 {
  height: auto;
  min-height: 19.375rem;
}

.section-12 {
  pointer-events: auto;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 20px;
  overflow: hidden;
}

.image-35 {
  display: block;
}

.link-block-2 {
  -webkit-text-stroke-width: 0px;
  border-radius: 20px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: block;
  position: absolute;
  inset: auto 5% 3% auto;
}

.link-block-2:hover {
  border-radius: 50%;
}

.code-embed-10 {
  text-align: left;
}

.slide-achievement {
  width: 100%;
  overflow: hidden;
}

.image-37 {
  align-self: flex-end;
  display: block;
}

.is-achie-image {
  min-width: 215px;
  height: auto;
  min-height: 100%;
}

.service-heading {
  color: var(--neutral--white);
  margin-bottom: 1rem;
  padding-top: 10px;
  font-size: 22px;
}

.service-sub-text {
  width: 96%;
  color: var(--neutral--white);
  font-size: 16px;
  font-weight: 400;
}

.p-owner_layout2_cms-item {
  width: 100%;
  height: 25rem;
  color: var(--neutral--white);
  cursor: pointer;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 1.25rem;
  flex: 1;
  align-self: stretch;
  padding: 1.5rem 1rem;
  position: relative;
  overflow: hidden;
}

.p-owner_layout2_cms-item:hover {
  background-color: var(--blue);
}

.service-bg-image {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.code-embed-12 {
  height: 2px;
}

.swiperembedd {
  display: none;
}

.div-block-4 {
  border-radius: 20px;
  min-height: 330px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.div-block-4:hover {
  background-color: #1147c1;
}

.div-block-4.researchblock {
  min-height: 350px;
  padding: 1.25rem;
}

.image-40 {
  text-align: right;
  flex: 0 auto;
}

.image-41 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: -1.25rem;
  position: absolute;
}

.collection-item-8 {
  padding-left: 0;
  padding-right: 0;
}

.collection-item-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.text-block-43 {
  color: var(--neutral--white);
  margin-top: 1.2rem;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
}

.text-block-44 {
  color: var(--neutral--white);
  font-size: 18px;
}

.flex-block-15 {
  justify-content: space-between;
  align-items: center;
  padding: .625rem 1.25rem;
  position: absolute;
  inset: auto 0% 0%;
}

.collection-list-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.collection-item-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 25%;
  margin-bottom: 20px;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.collection-list-wrapper-5 {
  display: block;
}

.faq-align {
  align-self: center;
}

.k_layout3_embed {
  height: 100%;
  margin-bottom: 0;
}

.hovertext-research {
  color: var(--neutral--white);
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
  display: none;
}

.text-field-2, .text-field-3 {
  border-radius: 20px;
  display: none;
}

.modal.hidden, .modal.hidden.model-cash-out, .modal.hidden.cnt {
  display: none;
}

.modal.cnt {
  display: flex;
}

.recaptcha-3 {
  margin-top: 5px;
  margin-left: 10px;
}

.link {
  color: var(--blue);
}

.text-inner {
  margin-bottom: 30px;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 26.4px;
}

.bold-text-7 {
  padding-left: 60px;
}

.select-field {
  background-color: #fff;
  border-radius: 100px;
  height: 54px;
  padding-top: 5px;
  padding-bottom: 0;
  font-size: 20px;
}

.link-block-3 {
  width: 171px;
}

.container-47 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  place-items: center start;
  margin-left: auto;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  display: block;
}

.heading-36 {
  color: #1147c1;
  text-align: right;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  font-family: Everett, sans-serif;
  font-size: 30px;
  font-weight: 500;
  display: block;
  position: relative;
}

.container-48 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center end;
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  display: flex;
}

.image-44 {
  text-align: left;
  vertical-align: baseline;
  flex: 0 auto;
  order: -1;
  align-self: stretch;
  width: 170px;
  height: 50px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: block;
}

.image-44.htt {
  width: 151px;
}

.link-block-5 {
  flex: 0 auto;
}

.container-49 {
  flex: none;
  align-self: center;
}

.image-46 {
  width: 112px;
  height: 136px;
}

.text-block-46 {
  color: var(--off-white);
  margin-top: 20px;
  padding-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
}

.success-message-2 {
  background-color: #1147c1;
  min-height: 40vh;
  margin-top: 10vw;
  padding: 100px;
}

.code-embed-17 {
  display: none;
}

.max-width-30 {
  max-width: 28rem;
}

.k_header1_content-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--neutral--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-7 {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-7.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.button-7.is-secondary.is-small.max-width-full {
  border-top: 1px solid #02258140;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.section_k_header1 {
  background-color: var(--dark-heading);
  color: var(--green--dark);
  position: relative;
  overflow: hidden;
}

.container-large-2 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

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

.padding-section-large.is-border-b {
  border-bottom: 1px solid var(--color--border);
}

.padding-section-large.b-0 {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.k_header1_component {
  z-index: 1;
  position: relative;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.button-group.is-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-group.is-center-landscape {
  flex-flow: row;
}

.button-group.is-grid-m {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.button-group.is-left {
  justify-content: flex-end;
  align-items: center;
}

.button-group.show-tablet {
  display: none;
}

.padding-global {
  padding-left: 3%;
  padding-right: 3%;
}

.k_header1_content {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.k_header1_content.is-property-software {
  grid-column-gap: 1rem;
  grid-template-columns: 1fr .75fr;
}

.k_header1_content.is-thirty {
  grid-template-columns: .75fr 1fr;
}

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

.margin-top.margin-xxlarge {
  margin: 5rem 0 0;
}

.margin-top.margin-medium {
  margin: 0;
}

.margin-top.margin-xxlarge, .margin-top.margin-xsmall, .margin-top.margin-xxhuge, .margin-top.margin-0, .margin-top.margin-custom1, .margin-top.margin-custom3, .margin-top.margin-xlarge, .margin-top.margin-large, .margin-top.margin-custom2, .margin-top.margin-xhuge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-xxsmall, .margin-top.margin-huge, .margin-top.margin-xxlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium {
  text-align: left;
  margin: 0;
}

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

.margin-bottom.margin-small {
  text-align: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 50rem;
  position: static;
}

.margin-bottom.margin-medium, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxlarge, .margin-bottom.margin-xxlarge, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.is-24 {
  margin-bottom: 24px;
}

.margin-bottom.margin-xxlarge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-xxlarge, .margin-bottom.margin-xhuge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-large {
  margin: 0 0 28px;
}

.margin-bottom.margin-huge, .margin-bottom.margin-custom3, .margin-bottom.margin-tiny, .margin-bottom.margin-custom1, .margin-bottom.margin-0, .margin-bottom.margin-custom2, .margin-bottom.margin-xxlarge, .margin-bottom.margin-xlarge, .margin-bottom.margin-xxhuge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin: 0;
}

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

.margin-bottom.margin-bottom-2-5 {
  margin-bottom: 2.5rem;
}

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

.margin-bottom.font-size52 {
  font-size: 3.25rem;
}

.margin-bottom.margin-62 {
  margin-bottom: 3.875rem;
}

.margin-bottom.margin-xsmall {
  margin: 0 0 1rem;
}

.margin-bottom.margin-xxlarge {
  margin: 0 0 5rem;
}

.k_header1_image-wrapper.is-450 {
  width: 25rem;
  min-width: 25rem;
  margin-left: -24px;
}

.k_header1_image-wrapper.fab.is-adib {
  width: 55%;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.text-color-lightgreen {
  color: var(--light-green);
}

.k_header1_home-wrapper {
  display: none;
}

.k_header1_home-wrapper.show {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-cover-copy {
  z-index: 1111;
  box-sizing: border-box;
  vertical-align: baseline;
  object-fit: contain;
  width: 500px;
  height: 500px;
  margin-top: 2rem;
  margin-left: -250px;
  margin-right: 0;
  position: relative;
  overflow: clip;
}

.k_header1_home-image {
  object-fit: contain;
  width: 55%;
  height: 100%;
}

.k_header1_home-image.is-2 {
  z-index: -1;
  margin-top: 4.125rem;
  margin-left: -7rem;
  position: relative;
}

.services_layout1_list {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  display: grid;
}

.services_layout1_list.is-col2 {
  grid-template-columns: 1fr 1fr;
}

.text-size-medium {
  color: var(--navi-blue);
  font-size: 19px;
  font-weight: 400;
  line-height: 27px;
}

.text-size-medium.is-blue {
  color: #022581;
}

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

.max-width-large.align-center {
  max-width: 49.4rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large-v2 {
  width: 100%;
  max-width: var(--container--large);
  margin-left: auto;
  margin-right: auto;
}

.container-large-v2.is-footer {
  max-width: 117.5rem;
  margin-left: auto;
  margin-right: auto;
}

.section_services_layout1 {
  overflow: hidden;
}

.section_services_layout1.is-secondary {
  background-color: #b6cafb33;
}

.services_layout1_image-wrapper {
  background-color: var(--neutral--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services_layout1_image-wrapper.is-secondary {
  background-color: #b6cafb4d;
  max-width: 5rem;
  margin-left: auto;
}

.services_layout1_image-wrapper.is-height {
  padding: 0;
}

.services_layout1_item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #1247c2;
  text-align: left;
  background-color: #f9fbfe;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.875rem;
  display: grid;
}

.services_layout1_item.is-white {
  background-color: #ffffffb3;
}

.services_layout1_item.is-white.is-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.services_layout1_image {
  object-fit: contain;
  width: 100%;
  max-width: 3.3rem;
}

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

.k_testimonial_slider {
  background-color: #0000;
  height: auto;
  padding-bottom: 6rem;
  display: none;
  overflow: hidden;
}

.section_k_testimonial {
  overflow: hidden;
}

.k_testimonial_mask {
  width: 33.33%;
  overflow: visible;
}

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

.icon-embed-xsmall.is-1-25 {
  aspect-ratio: 1;
  width: 1.2rem;
  height: 1.2rem;
}

.icon-embed-xsmall.is-1-5 {
  aspect-ratio: 1;
  min-width: 1.5rem;
  min-height: 1.5rem;
  margin-bottom: -3px;
}

.heading-style-h6 {
  font-family: Everett, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
}

.k_testimonial_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.k_testimonial_content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #022581;
  background-color: #f0eef3;
  border-radius: 20px;
  flex-flow: column;
  margin-right: 30px;
  padding: 20px 20px 30px;
  display: flex;
}

.k_testimonial_rating-wrapper {
  justify-content: flex-end;
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.k_testimonial_rating-icon {
  width: 75px;
  height: 60px;
  color: var(--neutral--white);
  background-color: #022581;
  background-image: url('../images/Group.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.k_testimonial_arrow {
  border: 1px solid var(--navi-blue);
  background-color: var(--neutral--white);
  width: 3rem;
  height: 3rem;
  color: var(--navi-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  inset: auto 0% 0% auto;
}

.k_testimonial_arrow.is-left {
  right: 4rem;
}

.k_testimonial_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.k_layout2_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.k_layout2_component {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  color: var(--neutral--white);
  flex-flow: column;
  display: flex;
}

.k_layout2_component.is-blue {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--navi-blue);
}

.k_layout2_image {
  width: 100%;
  height: 100%;
}

.section_k_layout2 {
  background-image: linear-gradient(#0165ef, #012f91);
  overflow: hidden;
}

.section_k_layout2.background-color-white {
  background-color: #fefefe;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  overflow: hidden;
}

.section_k_layout2.background-color-white.is-bg2 {
  background-image: url('../images/wood-adib.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.section_k_layout2.background-color-white-copy {
  background-color: #fefefe;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  overflow: hidden;
}

.k_contact_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form_message-success {
  border: 2px solid var(--blue);
  color: var(--blue);
  background-color: #b6cafb33;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
  overflow: hidden;
}

.form_message-success.is-modal {
  background-color: var(--blue);
  width: 100%;
  max-width: 46rem;
  height: 100%;
  color: var(--neutral--white);
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 2rem;
}

.form_message-success.is-modal.is-dark {
  background-color: var(--navi-blue);
}

.form_message-success.is-modal.is-insights {
  background-color: #0000;
  padding: 0;
}

.form_message-success.is-partner {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--neutral--white);
  height: 100%;
  color: var(--dark-blue);
  border-style: none;
  box-shadow: 0 2px 5px #0003;
}

.form_message-success.is-white {
  border-color: var(--neutral--white);
  color: var(--neutral--white);
  background-color: #fff3;
}

.form_field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.k_contact_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_field-label {
  color: var(--navi-blue);
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 500;
}

.section_k_contact {
  overflow: hidden;
}

.k_contact_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.k_contact_content-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--navi-blue);
  flex-flow: column;
  display: flex;
}

.form_message-error {
  background-color: var(--\<unknown\|relume-variable-background-color-8\>);
  color: var(--\<unknown\|relume-variable-text-color-5\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.k_contact_heading-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.form_message-success-wrapper {
  background-color: #0000;
  width: 100%;
  margin-top: 1rem;
  padding: 0;
}

.form_message-success-wrapper.is-partner {
  height: 100%;
  margin-top: 0;
}

.error-text {
  color: #e23939;
}

.form_input {
  height: auto;
  min-height: 45px;
  color: var(--navi-blue);
  cursor: pointer;
  background-color: #f0eef259;
  border: 1px solid #01268059;
  border-radius: 5px;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: var(--dark-blue);
}

.form_input::placeholder {
  color: #0009;
}

.form_input.is-select-input {
  border-style: none;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  box-shadow: 0 4px 4px #00000020;
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.success-text {
  font-weight: 500;
}

.k_contact_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.k_contact_form-block {
  border-radius: 1.25rem;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  padding: 2.7rem 3.5rem;
  overflow: hidden;
  box-shadow: 0 4px 54px #0000000f;
}

.form_field-wrapper {
  flex-flow: column;
  position: relative;
}

.k_contact_icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.select-field-v2 {
  color: #0500445c;
  background-color: #0000;
  border: 1px #000;
  height: auto;
  margin-bottom: 0;
  padding: 0 .75rem;
  font-size: 16px;
}

.k_header1_img {
  width: 100%;
  height: 100%;
}

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

.section_k_layout3.hide {
  display: block;
}

.k_layout3_content-right.k-k {
  width: 50%;
  padding: 40px;
}

.k_layout3_component.k-new {
  text-align: center;
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.padding-global-v2 {
  max-width: none;
  padding-left: 3%;
  padding-right: 3%;
}

.padding-global-v2.z-index-1 {
  height: 440px;
  color: var(--neutral--white);
  margin-top: 60px;
}

.padding-global-v2.z-index-1.banner-final {
  margin-top: 40px;
}

.padding-global-v2.is-r0 {
  padding-right: 0%;
}

.padding-global-v2.background-grey {
  background-color: #f2f4f5;
}

.padding-global-v2.nnn {
  background-image: url('../images/realkeyper-20.png');
  background-position: 50%;
  background-size: cover;
  display: none;
}

.k_layout3_content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  max-height: none;
  display: grid;
}

.k_layout3_content.is-reverse {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  overflow-wrap: normal;
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.k_layout3_content.nn {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  border-radius: 18px;
  place-content: end;
  place-items: stretch stretch;
  width: auto;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.k_layout4_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.k_layout4_image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.k_layout4_image.is-contain {
  object-fit: contain;
}

.k_layout4_content-right {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.section_k_layout4 {
  background-image: linear-gradient(126deg, #b6cafb, #ececf2);
  overflow: hidden;
}

.section_k_layout4.is-white {
  background-image: none;
}

.section_k_layout4.is-rotate {
  background-image: linear-gradient(10deg, #b1c9ff33, #fff3);
}

.padding-section-medium-v2 {
  padding: 3.5rem 0;
}

.padding-section-medium-v2.is-p0 {
  padding-bottom: 0;
}

.padding-section-medium-v2.border {
  border-top: 1px solid #e4ebf3;
  border-bottom: 1px solid #e4ebf3;
}

.padding-section-medium-v2.bottom-border {
  border-bottom: 1px solid var(--color--border);
}

.padding-section-medium-v2.is-header {
  padding-top: 8rem;
}

.padding-section-medium-v2.is-b-l {
  padding-bottom: 6.5rem;
}

.how-works_content-left.is-start {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.how-works_progress-bar-wrapper {
  background-color: #d0dcfc;
  width: 2px;
  height: 68%;
  margin-top: 1.5rem;
  margin-bottom: 5rem;
  position: absolute;
  top: 10%;
  left: 1.1rem;
  right: auto;
}

.how-works_progress-bar-wrapper.is-3 {
  height: 76%;
  margin-top: -1.5rem;
  left: 1.2rem;
}

.how-works_progress-bar-wrapper.is-3.is-2 {
  height: 78%;
  margin-top: -1rem;
}

.how-works_progress-bar-wrapper.is-55 {
  height: 55%;
  left: 1.4rem;
}

.how-works_progress-bar-wrapper.is-3-copy {
  height: 70%;
  margin-top: -3rem;
  left: 1.2rem;
}

.how-works_progress-bar-wrapper.is-3-copy.is-2 {
  height: 78%;
  margin-top: -1rem;
}

.how-works_progress-bar-wrapper.is-4 {
  height: 63%;
  margin-top: -3rem;
}

.how-works_timeline-step {
  grid-column-gap: .5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section_how-works {
  overflow: hidden;
}

.how-works_timeline-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.how-works_timeline-icon-wrapper {
  z-index: 1;
  color: #f0eef3;
  background-color: #d0dcfc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 0;
  padding: 1rem;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.how-works_timeline-icon-wrapper.is-blue {
  background-color: var(--dark-blue);
}

.how-works_timeline-right {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.how-works_timeline-wrapper {
  position: relative;
}

.how-works_content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  color: #050044;
  background-image: linear-gradient(90deg, #b6cafb33, #ececf233);
  border-radius: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: 5rem;
  display: grid;
  overflow: hidden;
}

.how-works_content.is-block {
  display: block;
}

.how-works_progress-bar {
  background-color: var(--blue);
  width: 2px;
  height: 100%;
}

.how-works_tagline {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}

.text-size-regular {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.text-size-regular.is-blue {
  color: var(--navi-blue);
}

.text-size-regular.is-black {
  color: #000;
}

.k_layout5_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  color: #f0eef2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.k_layout5_content-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--navi-blue);
  background-color: #f0f4fe;
  border-radius: 20px;
  flex-flow: column;
  margin-bottom: 2rem;
  padding: 2.5rem 1.875rem;
  display: flex;
  position: sticky;
  overflow: hidden;
}

.k_layout5_content-item.content-item-2 {
  top: 17%;
}

.k_layout5_content-item.content-item-1 {
  top: 15%;
}

.k_layout5_content-item.content-item-3 {
  top: 19%;
}

.k_layout5_content-item.content-item-4 {
  margin-bottom: 0;
  top: 21%;
}

.k_layout5_icon-wrapper {
  display: inline-block;
}

.k_layout5_content-left {
  position: sticky;
  top: 30%;
}

.section_k_layout5 {
  background-color: #040042;
  background-image: linear-gradient(135deg, #0165ef59, #012f9159);
}

.icon-1x1-small {
  width: 2.2rem;
  height: 2.2rem;
}

.k_layout5_image {
  width: 70%;
}

.k_layout6_image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.k_layout6_content-right {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3rem;
  display: flex;
}

.k_layout6_item-list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.padding-section-large-v2 {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

.padding-section-large-v2.is-hero {
  padding-top: 10rem;
}

.padding-section-large-v2.is-hero.is-min {
  min-height: 42rem;
}

.padding-section-large-v2.is-hero.is-top1 {
  padding-top: 1rem;
}

.padding-section-large-v2.is-hero.is-min-l {
  padding-top: 6rem;
}

.padding-section-large-v2.is-hero.rnpl_is-hero {
  padding-top: 7rem;
  padding-bottom: 2rem;
}

.padding-section-large-v2.is-pb0 {
  padding-bottom: 0;
}

.padding-section-large-v2.is-pb3 {
  padding-bottom: 3.5rem;
}

.padding-section-large-v2.is-b-border {
  border-bottom: 1px solid #e4ebf3;
}

.padding-section-large-v2.is-b-border.is-4 {
  padding-bottom: 4rem;
}

.padding-section-large-v2.is-large {
  padding-top: 8rem;
}

.padding-section-large-v2.bt-medium {
  padding-bottom: 3.5rem;
}

.padding-section-large-v2.is-p3 {
  padding-bottom: 3rem;
}

.padding-section-large-v2.s-m-2 {
  position: relative;
}

.padding-section-large-v2.is-herol {
  padding-top: 8rem;
}

.padding-section-large-v2.ar {
  padding-top: 5rem;
  padding-bottom: 2rem;
}

.padding-section-large-v2.ar.padding-global-v2 {
  padding-top: 5rem;
  padding-bottom: 0;
  display: block;
}

.padding-section-large-v2.neww {
  max-width: 1050px;
  padding-bottom: 0;
}

.padding-section-large-v2.x-home {
  padding-top: .25rem;
}

.k_layout6_image-wrapper {
  height: 100%;
  max-height: 37.5rem;
}

.k_layout6_image-wrapper.is-auto {
  max-height: 48rem;
}

.k_layout6_content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #f0eef2;
  background-image: linear-gradient(#0165ef, #012f91);
  border-radius: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
  overflow: hidden;
}

.k_layout6_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.k_layout6_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--neutral--white);
  color: #023eaa;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.k_layout6_item.is-no-bg {
  color: var(--neutral--white);
  background-color: #0000;
  border-radius: 0;
  padding: 0;
}

.max-width-500 {
  max-width: 520px;
}

.max-width-500.is-600 {
  max-width: 700px;
}

.max-width-500.is-600.auto {
  margin-left: auto;
  margin-right: auto;
}

.text-size-small {
  font-size: var(--text-size--small);
  line-height: 1.2;
}

.text-size-small.text-style-allcaps {
  font-size: var(--text-size--tiny);
}

.k-property_content {
  flex-direction: column;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.section_product10 {
  background-color: #f0eef2;
  overflow: hidden;
}

.k-property_component-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.k-property_content-bottom-2 {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.k-property_item-link-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.k-property_image-wrapper-2 {
  border-radius: 11px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}

.k-property_item-2 {
  text-align: left;
  background-color: #fff;
  border-radius: 14px;
  padding-top: 25px;
  padding-bottom: 0;
  overflow: hidden;
  box-shadow: 0 10px 20px #00000012;
}

.k-property_list-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  display: grid;
}

.k-property_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 282px;
}

.k-property_title-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.div-block-8 {
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-9 {
  background-color: var(--light-green);
  color: #050044b3;
  text-align: left;
  border-radius: 130px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 500;
}

.div-block-10 {
  text-align: right;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.k-property_title-wrapper-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  margin-bottom: 30px;
  display: grid;
}

.div-block-11 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4px;
  display: flex;
}

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

.is-reverse {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.loadmore {
  background-color: #3898ec00;
  border-width: 2px;
  border-color: #022581;
  border-radius: 40px;
  padding: 13px 40px;
  font-size: 22px;
  font-weight: 500;
}

.text-block-48 {
  color: #022581;
}

.pagination {
  margin-top: 25px;
}

.search_empty-state {
  color: var(--navi-blue);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.empty-state_image {
  width: 15rem;
  margin-bottom: 1.5rem;
}

.dropdown-toggle {
  border-style: solid;
  border-width: 1px;
  padding: 14px 50px;
  font-size: 20px;
}

.dropdown-toggle.button-2 {
  margin-left: 0;
  padding-left: 30px;
  font-size: 20px;
}

.dropdown-toggle.button-2.w--open {
  text-align: left;
  justify-content: flex-start;
  display: flex;
}

.dropdown-list {
  font-size: 22px;
}

.dropdown-list.w--open {
  color: var(--off-white);
  background-color: #fff;
  border: 1px solid #1147c1;
  border-radius: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 19px;
}

.max-width-25 {
  max-width: 25.9rem;
}

.max-width-26 {
  max-width: 26.25rem;
}

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

.div-block-17 {
  max-width: 471px;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.icon-height-custom1 {
  height: 1.25rem;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.form-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hide-tablet.is-s {
  width: 7rem;
}

.text-weight-bold {
  font-weight: 700;
}

.padding-xlarge {
  padding: 4rem;
}

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

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.max-width-xxsmall.is-smaller {
  max-width: 15rem;
}

.padding-0 {
  padding: 0;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

.margin-xlarge {
  margin: 4rem;
}

.padding-vertical, .padding-vertical.padding-tiny, .padding-vertical.padding-xhuge, .padding-vertical.padding-large, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-medium, .padding-vertical.padding-custom1, .padding-vertical.padding-xlarge, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxlarge, .padding-vertical.padding-xsmall, .padding-vertical.padding-custom3, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-xxlarge {
  padding: 5rem;
}

.form-field-wrapper {
  position: relative;
}

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

.text-color-black {
  color: #000;
}

.padding-left, .padding-left.padding-xxlarge, .padding-left.padding-custom3, .padding-left.padding-xsmall, .padding-left.padding-small, .padding-left.padding-0, .padding-left.padding-custom1, .padding-left.padding-medium, .padding-left.padding-xhuge, .padding-left.padding-large, .padding-left.padding-xxsmall, .padding-left.padding-huge, .padding-left.padding-tiny, .padding-left.padding-xlarge, .padding-left.padding-xxhuge, .padding-left.padding-custom2 {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.margin-top-auto {
  margin-top: auto;
}

.form-radio-label {
  margin-bottom: 0;
}

.text-weight-light {
  font-weight: 300;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

.margin-xsmall {
  margin: 1rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.icon-height-large {
  height: 5rem;
}

.container-medium-v2 {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.form-checkbox-label {
  margin-bottom: 0;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.text-rich-text {
  color: var(--navi-blue);
  font-size: var(--text-size--medium);
  line-height: 1.4;
}

.text-rich-text p {
  color: var(--navi-blue);
  font-size: var(--text-size--medium);
  line-height: 1.5;
}

.text-rich-text h2 {
  font-family: var(--font-family);
  font-size: var(--heading--mobile--h5);
  text-transform: capitalize;
  margin-bottom: 1rem;
  padding-left: 2rem;
  font-weight: 500;
}

.text-rich-text li {
  font-size: var(--text-size--medium);
  margin-bottom: 1rem;
  line-height: 1.4;
  list-style-type: lower-alpha;
}

.text-rich-text strong {
  font-weight: 500;
}

.form-radio-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.margin-right, .margin-right.margin-custom2, .margin-right.margin-medium, .margin-right.margin-0, .margin-right.margin-small, .margin-right.margin-xxhuge, .margin-right.margin-xxlarge, .margin-right.margin-large, .margin-right.margin-xxsmall, .margin-right.margin-huge, .margin-right.margin-xhuge, .margin-right.margin-tiny, .margin-right.margin-custom3, .margin-right.margin-custom1, .margin-right.margin-xlarge, .margin-right.margin-xsmall {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.padding-small {
  padding: 1.5rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

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

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

.spacing-clean {
  margin: 0;
  padding: 0;
}

.field-label-5 {
  margin-bottom: .5rem;
  font-weight: 400;
}

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

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-style-link-2 {
  text-decoration: underline;
}

.rl-styleguide_label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  background-color: #be4aa5;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.margin-vertical, .margin-vertical.margin-xxlarge, .margin-vertical.margin-0, .margin-vertical.margin-custom2, .margin-vertical.margin-xhuge, .margin-vertical.margin-medium, .margin-vertical.margin-custom3, .margin-vertical.margin-xxsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-large, .margin-vertical.margin-xsmall, .margin-vertical.margin-xxhuge, .margin-vertical.margin-small, .margin-vertical.margin-xlarge, .margin-vertical.margin-tiny, .margin-vertical.margin-huge {
  margin-left: 0;
  margin-right: 0;
}

.heading-style-h1 {
  font-size: var(--heading--desktop--h1);
  text-align: left;
  font-weight: 500;
  line-height: 1.05;
}

.heading-style-h1.x-visa {
  text-align: left;
  justify-content: center;
  align-items: stretch;
  font-family: Nunito Sans;
  font-weight: 400;
  display: block;
}

.margin-tiny {
  margin: .25rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.icon-1x1-small-2 {
  width: 2rem;
  height: 2rem;
}

.text-style-muted {
  opacity: .6;
}

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

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.margin-huge {
  margin: 6rem;
}

.heading-style-h6-v2 {
  font-family: Twkeverett, Arial, sans-serif;
  font-size: var(--heading--desktop--h6);
  font-weight: 500;
  line-height: 1.4;
}

.padding-tiny {
  padding: .25rem;
}

.hide {
  display: none;
}

.text-weight-xbold {
  font-weight: 800;
}

.form-input {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

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

.form-input::placeholder {
  color: #0009;
}

.form-input.is-select-input {
  background-color: #fff;
  background-image: none;
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

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

.heading-style-h3-v2 {
  color: var(--navi-blue);
  font-family: Everett, sans-serif;
  font-size: var(--heading--desktop--h3);
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h3-v2.text-color-white {
  color: var(--neutral--white);
}

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-8 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
}

.button-8.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-8.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-8.is-link.is-alternate {
  color: #fff;
  background-color: #0000;
}

.button-8.is-secondary {
  color: #000;
  background-color: #0000;
}

.button-8.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.button-8.is-small {
  padding: .5rem 1.25rem;
}

.button-8.is-alternate {
  color: #000;
  background-color: #fff;
}

.button-8.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.styleguide_grid-colours {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.main-wrapper.twk-font {
  font-family: Twkeverett, Arial, sans-serif;
}

.main-wrapper.x-visa {
  font-family: Nunito Sans;
}

.margin-xxhuge {
  margin: 10rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.margin-0 {
  margin: 0;
}

.rl-styleguide_color {
  padding-bottom: 8rem;
}

.rl-styleguide_color.is-white {
  background-color: #fff;
}

.rl-styleguide_color.is-gray {
  background-color: #f4f4f4;
}

.rl-styleguide_color.is-black {
  background-color: #000;
}

.heading-style-h5-v2 {
  font-size: var(--heading--desktop--h5);
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 10px;
  font-weight: 500;
  line-height: 1.2;
  overflow: hidden;
}

.heading-style-h5-v2.h4-landscape.text-color-electricblue {
  font-family: Nunito Sans;
}

.text-size-regular-v2 {
  color: var(--navi-blue);
  font-size: var(--text-size--regular);
  text-align: left;
  line-height: 1.5;
}

.text-size-regular-v2.text-color-naviblue.effect-opacity-50 {
  opacity: .5;
}

.text-size-regular-v2.text-color-white {
  color: var(--neutral--white);
}

.text-size-regular-v2.text-color-white.line-height {
  letter-spacing: .01px;
  line-height: 1.9;
}

.text-size-regular-v2.text-color-offwhite {
  color: #f0eef366;
}

.text-size-regular-v2.is-ar-wrap p {
  font-size: var(--text-size--medium);
  line-height: 1.5;
}

.text-size-regular-v2.is-ar-wrap strong {
  text-align: right;
  direction: rtl;
  font-weight: 400;
}

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.background-color-white {
  background-color: #fff;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.heading-style-h4-v2 {
  font-family: Everett, sans-serif;
  font-size: var(--heading--desktop--h4);
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h4-v2.marketplace_text {
  font-family: Twkeverett, Arial, sans-serif;
  font-weight: 500;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.form-checkbox-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.margin-xhuge {
  margin: 7rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.padding-large {
  padding: 3rem;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.padding-horizontal, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-small, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-huge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-custom1, .padding-horizontal.padding-custom3, .padding-horizontal.padding-0, .padding-horizontal.padding-tiny, .padding-horizontal.padding-xlarge, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-custom2 {
  padding-top: 0;
  padding-bottom: 0;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.text-size-tiny {
  font-size: var(--text-size--tiny);
  line-height: 1.5;
}

.text-size-tiny.text-color-blue50 {
  color: #04004280;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.text-size-large {
  font-size: var(--text-size--large2);
  line-height: 1.4;
}

.text-size-large.text-color-white {
  text-align: left;
}

.text-size-large.text-color-offwhite {
  color: var(--off-white);
  font-family: Nunito Sans;
  font-size: var(--text-size--medium);
}

.text-style-allcaps {
  text-transform: uppercase;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.overflow-auto {
  overflow: auto;
}

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

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

.z-index-1 {
  z-index: 1;
  position: relative;
}

.rl-styleguide_callout-link-wrapper {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.text-weight-normal {
  font-weight: 400;
}

.page-wrapper-2 {
  z-index: 0;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.icon-height-xxsmall {
  height: 1rem;
}

.rl-styleguide_spacing-all {
  display: none;
}

.icon-height-small {
  height: 2rem;
}

.page-wrapper.x-home {
  font-family: Nunito Sans;
}

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

.padding-bottom, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xsmall, .padding-bottom.padding-custom3, .padding-bottom.padding-xxlarge, .padding-bottom.padding-0, .padding-bottom.padding-medium, .padding-bottom.padding-tiny, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom1, .padding-bottom.padding-large, .padding-bottom.padding-xxhuge, .padding-bottom.padding-huge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-xxsmall {
  margin: .5rem;
}

.icon-height-xlarge {
  height: 6.5rem;
}

.background-color-gray {
  background-color: #f4f4f4;
}

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  display: flex;
}

.padding-section-medium-2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-huge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-large, .margin-horizontal.margin-custom3, .margin-horizontal.margin-small, .margin-horizontal.margin-0, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-tiny, .margin-horizontal.margin-xxhuge, .margin-horizontal.margin-custom2, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-xxlarge {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-left, .margin-left.margin-xxhuge, .margin-left.margin-tiny, .margin-left.margin-custom1, .margin-left.margin-xsmall, .margin-left.margin-xxsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xhuge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-medium, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-custom2, .margin-left.margin-small {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_paste-text {
  color: #00000080;
  text-align: center;
  border: 1px dashed #00000026;
  padding: 1rem;
}

.margin-large {
  margin: 3rem;
}

.icon-height-medium {
  height: 3rem;
}

.margin-medium {
  margin: 2rem;
}

.overflow-scroll {
  overflow: scroll;
}

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

.padding-right, .padding-right.padding-xxlarge, .padding-right.padding-xlarge, .padding-right.padding-large, .padding-right.padding-huge, .padding-right.padding-xxsmall, .padding-right.padding-xxhuge, .padding-right.padding-0, .padding-right.padding-medium, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-tiny, .padding-right.padding-custom2, .padding-right.padding-xhuge, .padding-right.padding-custom3, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.text-size-medium-v2 {
  font-size: var(--text-size--medium);
  line-height: 1.2;
}

.text-size-medium-v2.text-color-white {
  font-family: Nunito Sans;
  font-size: var(--text-size--small);
  text-align: center;
  text-transform: none;
  font-weight: 300;
}

.text-size-medium-v2.text-color-white.ar {
  font-family: Nunito Sans;
  font-size: var(--text-size--small);
  text-align: center;
  text-transform: none;
  margin-left: 0;
  font-weight: 300;
}

.text-size-medium-v2.text-color-white.ar.neww {
  text-align: center;
  padding-left: 0;
  padding-right: 20px;
}

.text-size-medium-v2.is-ffwhite {
  color: var(--off-white);
}

.text-size-medium-v2.text-color-naviblue-copy {
  color: var(--dark-heading);
  border-radius: 11px;
}

.padding-xxhuge {
  padding: 10rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

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

.heading-style-h2-v2 {
  font-family: var(--font-family);
  font-size: var(--heading--desktop--h2);
  font-weight: 500;
  line-height: 1.1;
}

.heading-style-h2-v2.text-color-naviblue {
  color: var(--navi-blue);
}

.heading-style-h2-v2.h3-landscape.text-color-darkblue {
  justify-content: center;
  align-items: flex-start;
}

.heading-style-h2-v2.no-wrap {
  white-space: nowrap;
}

.heading-style-h2-v2.spacing {
  letter-spacing: 0;
  line-height: 1.3;
}

.heading-style-h2-v2.text-color-white.is-3 {
  font-size: 3.5rem;
}

.heading-style-h2-v2.add2 {
  font-family: Nunito Sans;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.1;
}

.heading-style-h2-v2.add2.nnn {
  line-height: 1.3;
}

.padding-medium {
  padding: 2rem;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.max-width-small {
  width: 100%;
  max-width: 32rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-small {
  margin: 1.5rem;
}

.background-color-black {
  color: #fff;
  background-color: #000;
}

.padding-top, .padding-top.padding-medium, .padding-top.padding-large, .padding-top.padding-xxlarge, .padding-top.padding-xhuge, .padding-top.padding-tiny, .padding-top.padding-custom1, .padding-top.padding-xxhuge, .padding-top.padding-xlarge, .padding-top.padding-custom2, .padding-top.padding-xxsmall, .padding-top.padding-xsmall, .padding-top.padding-custom3, .padding-top.padding-small, .padding-top.padding-huge, .padding-top.padding-0 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.body-v2 {
  color: var(--dark-blue);
  font-family: Everett, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.body-v2.twk-font {
  font-family: Twkeverett, Arial, sans-serif;
}

.body-v2.text-color-black {
  color: #000;
}

.button-v2 {
  background-color: var(--light-green);
  color: var(--blue);
  font-size: var(--text-size--large2);
  text-align: center;
  cursor: pointer;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 3rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.button-v2.is-secondary {
  clear: none;
  color: var(--off-white);
  background-image: linear-gradient(90deg, #0063ec, #012681);
}

.button-v2.is-alternative {
  background-color: var(--body-background);
  color: var(--electric-blue);
  font-size: var(--text-size--medium);
}

.button-v2.is-alternative.is-secondary {
  border: 2px solid var(--electric-blue);
  color: var(--electric-blue);
  background-color: #3898ec00;
  background-image: none;
}

.button-v2.is-naviblue-bg {
  background-color: var(--navi-blue);
  color: var(--neutral--white);
}

.button-v2.is-blue-bg {
  color: var(--neutral--white);
  background-color: #0034ab;
}

.button-v2.is-blue-bg.no-wrap {
  white-space: normal;
}

.button-v2.is-outline-blue {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--blue);
  color: var(--blue);
  background-color: #0000;
  font-weight: 500;
}

.button-v2.is-lightgreen {
  background-color: var(--light-green);
  color: var(--navi-blue);
}

.button-v2.is-outline-white {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--neutral--white);
  color: var(--neutral--white);
  background-color: #0000;
  font-weight: 500;
}

.button-v2.light-green {
  color: var(--blue);
  background-color: #7fffd4;
}

.button-v2.is-lightblue {
  color: var(--neutral--white);
  background-color: #016eff;
}

.button-v2.is-lightblue.show-lanscape {
  display: none;
}

.button-v2.max-width-50.justify-right {
  text-align: right;
}

.button-v2.max-width-50.justify-right.btnnn {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  display: flex;
}

.button-v2.max-width-50.justify-right.keyper-mouseover {
  text-align: left;
}

.button-v2.max-width-50.justify-center {
  justify-content: center;
  display: flex;
}

.button-v2.max-width-50.align-center {
  max-width: 20%;
  margin-bottom: 20px;
}

.k_navbar_component {
  background-color: #0000;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: fixed;
  inset: .5rem 0% auto;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.k_navbar_container {
  z-index: 99;
  width: 100%;
  max-width: var(--container--large);
  border-radius: 6.25rem;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: .625rem .85rem .625rem 1rem;
  display: flex;
}

.k_navbar_menu-button {
  padding: 0;
}

.k_navbar_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.k_navbar_logo {
  width: 100%;
  height: 100%;
  margin-bottom: -3px;
}

.k_navbar_logo-link {
  padding-left: 0;
}

.k_navbar_logo-link:hover, .k_navbar_logo-link:active, .k_navbar_logo-link:focus, .k_navbar_logo-link:focus-visible, .k_navbar_logo-link[data-wf-focus-visible], .k_navbar_logo-link:visited, .k_navbar_logo-link:lang(en) {
  border: 1px #000;
}

.k_navbar_link {
  color: var(--navi-blue);
  font-size: var(--text-size--small);
  padding: .5rem 1rem;
}

.k_navbar_link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.k_navbar_link.is-0 {
  padding: 0;
}

.k_navbar_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.k_header1_content-left-v2 {
  flex-flow: column;
}

.k_header1_content-left-v2.is-flex {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.k_header1_content-left-v2.is-last {
  z-index: 2;
  position: relative;
}

.k_header1_content-left-v2.rnpl-k_header1_content-left-v2 {
  text-align: left;
  padding-right: 30px;
}

.k_header1_component-v2.is-h50 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 23rem;
  display: flex;
}

.k_header1_component-v2.mm {
  max-width: none;
}

.k_header1_content-v2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.k_header1_content-v2.is-home {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr .8fr;
}

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

.k_header1_background-video.image {
  object-fit: cover;
  object-position: 60% 50%;
}

.k_header1_background-video.image.show-mobile, .show-mobile-landscape, .show-mobile-landscape.listing_filter_dropdown-button {
  display: none;
}

.home_solution_item {
  width: 32%;
  height: 100%;
  color: var(--navi-blue);
  background-image: linear-gradient(#f0eef3, #b3c8ff);
  border-radius: 1.25rem;
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.salesforce_form {
  justify-content: flex-end;
  display: none;
}

.code-embed-18 {
  display: block;
}

.home_journey_component {
  color: var(--neutral--white);
  text-align: center;
  background-image: linear-gradient(45deg, #012f91, #0165ef);
  background-position: 0 0;
  border-radius: .9375rem;
  flex-flow: column;
  padding: 5.5rem 5rem;
  display: flex;
}

.home_journey_component.add1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/Clip-path-group.webp'), linear-gradient(45deg, #012f91, #0165ef);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border-radius: 0;
  align-items: center;
  padding: 83px 0;
  display: flex;
}

.home_journey_item-list {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  text-align: left;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.home_journey_item-list.create {
  place-content: start;
  place-items: start center;
}

.home_journey_text-wrapper.count {
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
}

.counter.value.ar {
  font-size: var(--heading--desktop--h2);
  font-weight: 700;
}

.counter.value.ar.nnn {
  text-align: center;
  padding-left: 20px;
  padding-right: 0;
}

.services_layout1_cms-list {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  display: grid;
}

.services_layout1_cms-logo-wrapper {
  width: 14rem;
  position: relative;
}

.services_layout1_cms-item {
  color: #1147c1;
  text-align: left;
  background-color: #f0eef3;
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 101%;
  padding: 2.5rem;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services_layout1_cms-logo {
  width: 100%;
  height: 100%;
}

.div-block-24 {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.services_layout1_cms-top {
  justify-content: flex-end;
  align-items: center;
  width: 4.6875rem;
  height: 3.75rem;
  margin-top: 2.5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.home_partners-_logo {
  max-height: 5rem;
}

.home_partners-_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.home_partners-_list.is-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  padding-top: 0;
  display: grid;
}

.home_partners-_list.is-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.text-color-900 {
  color: var(--neutral--900);
}

.home_partners_list-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.text-color-electricblue {
  color: var(--electric-blue);
}

.text-color-naviblue {
  color: var(--navi-blue);
}

.k_header1_tagline {
  font-size: 2rem;
  font-weight: 500;
}

.k_header1_image {
  width: 100%;
  height: 100%;
}

.k_header1_image.fab {
  width: 29rem;
}

.k_header1_image.x-home-new {
  width: 80%;
  margin-top: 0;
  margin-bottom: -100px;
  position: relative;
}

.k_layout3_content-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  background-image: url('../images/realkeyper-bg-img-6.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 100%;
  padding: 2.5rem 1.25rem 1.25rem;
  display: flex;
}

.k_layout3_content-left.is-light-bg {
  background-image: linear-gradient(90deg, #b6cafb, #fff);
}

.k_layout3_content-left.k_layout3_content-right {
  width: auto;
  min-height: 80%;
}

.k_layout3_content-left.k_layout3_content-right.img {
  text-align: left;
  background-image: url('../images/Pay-rent-with-card.png');
  border-radius: 10px 0 0 10px;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  max-width: none;
  box-shadow: 0 2px 5px #0003;
}

.k_layout3_image {
  max-width: 15.625rem;
}

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

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

.tenants_layout1_list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  display: grid;
}

.tenants_layout1_image {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.tenants_layout1_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--off-white);
  width: 100%;
  color: var(--blue);
  text-align: left;
  border-radius: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 2.5rem 1.5rem;
  display: grid;
  overflow: hidden;
}

.tenants_layout1_item.is-p0 {
  grid-template-columns: 1fr 1fr;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.tenants_layout1_image-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 10rem;
  height: 10rem;
  position: relative;
}

.tenants_layout1_image-wrapper.is-l {
  width: auto;
  height: auto;
  margin-bottom: -1rem;
}

.text-color-darkblue {
  color: var(--dark-blue);
}

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

.text-color-blue.is-pd0 {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

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

.tenants_cta_background-image-wrapper {
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.section_tenants_cta {
  position: relative;
}

.tenants_cta_component {
  z-index: 1;
  height: 30rem;
  color: var(--neutral--white);
  border-radius: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq_answer {
  overflow: hidden;
}

.faq_accordion {
  border: 1px solid #000;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 10px;
  padding: 15px 30px;
}

.faq_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.section_faq {
  font-family: Everett, sans-serif;
  overflow: hidden;
}

.faq_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: .25rem;
  font-family: Everett, sans-serif;
  font-weight: 500;
  display: flex;
}

.faq_list.show {
  width: 100%;
  height: 0;
  overflow: hidden;
}

.faq_icon-wrapper {
  aspect-ratio: 1;
  background-color: var(--off-white);
  border-radius: 100%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: relative;
}

.k_testimonial_slide-qoute-icon {
  overflow-wrap: break-word;
  flex-flow: row-reverse;
  margin-right: -1rem;
}

.k_header1_type_content {
  grid-column-gap: 1rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.k-property_title-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.k-property_title-wrapper.top {
  justify-content: space-between;
  align-items: flex-start;
}

.k-property_item-link {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.k-property_item-link.dummy-item {
  display: flex;
}

.k-property_item {
  background-color: var(--neutral--white);
  border-radius: .875rem;
  width: 100%;
  padding: 1.875rem 1.25rem 1.5rem;
  display: block;
  box-shadow: 0 10px 20px #00000012;
}

.k-property_image-wrapper {
  object-fit: fill;
  border-radius: .6875rem;
  width: 100%;
  height: 13rem;
  position: relative;
  overflow: hidden;
}

.k-property_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.k-property_content-bottom {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.k-property_heading-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--neutral--white);
  border-radius: 6.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  max-width: 68.1875rem;
  margin-left: auto;
  margin-right: auto;
  padding: .625rem;
  display: flex;
  overflow: visible;
}

.k-property_list-wrapper {
  display: block;
}

.k-property_list {
  grid-column-gap: 1.875rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  display: grid;
}

.k-property_left {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  font-family: Twkeverett, Arial, sans-serif;
  display: flex;
}

.section_k-property {
  background-image: linear-gradient(#f0eef2, #fff);
  overflow: hidden;
}

.section_k-property.is-offwhite-bg {
  background-color: var(--off-white);
  background-image: none;
}

.k-property_features_card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  letter-spacing: .2px;
  background-color: #f3f6fc;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  min-height: 2.25rem;
  padding: .25rem .5rem;
  font-family: Twkeverett, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
}

.k-property_features_card.is-l {
  padding: .25rem .5rem;
}

.k-property_right {
  grid-column-gap: .1875rem;
  grid-row-gap: .1875rem;
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.inside-property_2col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.k-property_address-wrapper {
  grid-column-gap: .6875rem;
  grid-row-gap: .6875rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.effect-opacity-40 {
  opacity: .4;
}

.k-property_logo-img {
  object-fit: contain;
  width: 4rem;
}

.k-property_image-layer {
  z-index: 1;
  background-image: linear-gradient(#05004480, #0000);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1.25rem;
  display: block;
  position: absolute;
  inset: 0%;
}

.k-property_tag-wrapper {
  background-color: var(--light-green);
  min-height: 3rem;
  color: var(--navi-blue);
  text-transform: capitalize;
  border-radius: 8.125rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.875rem;
  display: flex;
  overflow: hidden;
}

.k-property_price-wrapper {
  grid-column-gap: .2rem;
  grid-row-gap: 0rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.k-property_price-wrapper.text-weight-medium.text-size-regular-v2.text-offwhite-80 {
  color: #f0eef3cc;
}

.div-block-35 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #022581;
  background-color: #f0eef280;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-weight: 500;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-35:hover {
  border: 1px solid var(--blue);
}

.dropdown-toggle-2 {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.icon {
  color: var(--navi-blue);
  margin-right: 0;
  position: static;
}

.text-block-50 {
  color: #022581;
}

.k_layout9_content-left.is-pl2 {
  padding-left: 5rem;
}

.k_layout9_content-left.is-pr2 {
  padding-right: 3rem;
}

.section_k_layout9 {
  overflow: hidden;
}

.section_k_layout9.is-gradient-bg {
  background-image: linear-gradient(0deg, #b1c9ff33, #fff3);
}

.k_layout9_content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.k_layout9_image {
  object-fit: contain;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.form_input-v2 {
  border: 1px solid var(--neutral--white);
  background-color: var(--neutral--white);
  width: 100%;
  height: auto;
  min-height: 2.75rem;
  color: var(--navi-blue);
  border-radius: 6.25rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input-v2:focus {
  border-color: #000;
}

.form_input-v2::placeholder {
  color: #05004499;
  font-size: 1rem;
}

.form_input-v2.is-outline {
  border-color: #05004466;
  width: 100%;
}

.form_input-v2.is-outline.is-center {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.form_input-v2.is-outline.is-center.is-select {
  padding-left: 0;
}

.form_input-v2.is-outline.is-select {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.form_input-v2.is-outline.is-textarea {
  border-radius: 2rem;
  min-height: 11rem;
}

.form_input-v2.is-outline.is-max {
  max-width: 15rem;
}

.form_input-v2.is-text-blue {
  color: var(--navi-blue);
}

.div-block-36 {
  background-color: var(--navi-blue);
  border-radius: 16px;
  width: .8rem;
  height: 1px;
}

.div-block-36.is-rotate {
  width: .8rem;
  position: absolute;
  transform: rotate(90deg);
}

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

.k_footer_component {
  border-bottom: 1px solid var(--blue);
}

.section_k_footer {
  background-color: var(--off-white);
  overflow: hidden;
}

.k_footer_top-component {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  border-top: 1px solid var(--blue);
  border-bottom: 1px solid var(--blue);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  place-items: center stretch;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.k_footer_logo-wrapper {
  width: 15rem;
}

.k_footer_bottom-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.footer-right-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-left: 1px solid var(--blue);
  flex-flow: column;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
  display: flex;
}

.k_footer_links-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  display: flex;
}

.k_footer_dropdown-icon {
  margin-right: 0;
  position: static;
}

.k_footer_dropdown {
  margin-left: 0;
  margin-right: 0;
}

.k_footer_left-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.k_footer_details-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  display: grid;
}

.k_footer_social-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.k_footer_dropdown-list {
  font-size: 22px;
}

.k_footer_dropdown-list.w--open {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--blue);
  color: var(--blue);
  font-size: var(--text-size--small);
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.dropdown-list-2 {
  border-radius: 1.25rem;
  margin-top: 2px;
}

.dropdown-list-2.w--open {
  background-color: #f0eef280;
  border-radius: 1.25rem;
  margin-top: 1.3rem;
  overflow: hidden;
}

.dropdown-list-2.is-more-list.w--open {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  padding: 1.25rem;
  display: flex;
}

.dropdown-link {
  color: #050044cc;
  font-size: var(--text-size--regular);
  text-transform: capitalize;
  border-bottom: 1px solid #02258133;
}

.dropdown-link.w--current {
  color: #050044cc;
  background-color: #b3c8ff45;
}

.dropdown-link.no-border {
  border-bottom-style: none;
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
}

.div-block-43 {
  background-color: var(--neutral--white);
  color: #000;
  border-radius: 1.25rem;
  flex-flow: column;
  padding: 2rem 1.5rem;
  display: flex;
}

.div-block-44 {
  background-color: #eef2f6;
  width: 100%;
  height: 1px;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

.k_navbar_dropdown-content {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 30rem;
  display: grid;
}

.k_navbar_dropdown-link-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.k_navbar_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.k_navbar_dropdown-list.w--open {
  background-color: var(--neutral--white);
  border-radius: .5rem;
  padding: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 54px #0000000f;
}

.k_navbar_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: .25rem;
  padding-bottom: .25rem;
  text-decoration: none;
  display: flex;
}

.k_navbar_text-wrapper {
  color: var(--navi-blue);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.max-width-xmedium {
  max-width: 36.9rem;
}

.max-width-xmedium.is-x {
  max-width: 38.6rem;
}

.home_news_link {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 1.5rem 1.25rem;
  display: flex;
  position: relative;
}

.home_news_arrow-wrap {
  aspect-ratio: 1;
  border: 1px solid var(--dark-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  overflow: hidden;
}

.home_news_arrow-wrap.align-right {
  margin-left: auto;
}

.home_news_image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
}

.home_news_image.is-absolute {
  position: absolute;
  inset: 0%;
}

.home_news_image-wrapper {
  position: relative;
}

.p-owner_layout1_tab-pane {
  height: 100%;
}

.p-owner_layout1_tabs-content {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.section_p-owner_layout1 {
  overflow: hidden;
}

.p-owner_layout1_tab-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding: 0 4rem;
  display: flex;
}

.p-owner_layout1_tabs-menu {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.p-owner_layout1_tabs {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.p-owner_layout1_tab-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem 2rem;
  display: flex;
  overflow: hidden;
}

.p-owner_layout1_tab-link.w--current {
  opacity: 1;
  color: var(--blue);
  background-color: #e7f1ff;
  border-radius: 1.25rem;
}

.p-owner_layout1_video {
  object-fit: contain;
  width: 22.1rem;
  max-width: 31.25rem;
  height: 40.625rem;
  margin-left: auto;
  margin-right: auto;
}

.p-owner_layout1_image {
  object-fit: contain;
  width: 80%;
  max-width: 31.25rem;
  height: 40.625rem;
  margin-left: auto;
  margin-right: auto;
}

.layout_columns2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section_p-owner_money {
  overflow: hidden;
}

.p-owner_money_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.p-owner_money_list.is-col2 {
  grid-template-columns: 1fr 1fr;
}

.p-owner_money_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--off-white);
  width: 100%;
  min-height: 100%;
  color: var(--blue);
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 2.5rem 1.25rem;
  display: flex;
}

.p-owner_money_top-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-transform: capitalize;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
}

.p-owner_money_icon {
  width: 7rem;
  height: auto;
}

.div-block-48 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.section_p-owner_layout2, .p-owner_layout2_component {
  overflow: hidden;
}

.p-owner_layout2_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--dark-blue);
  flex-flow: column;
  padding: 2rem 1rem;
  display: flex;
}

.p-owner_layout2_icon-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-right: -1rem;
}

.p-owner_layout2_title {
  border-bottom: 1px solid var(--dark-headin-new);
  padding-bottom: .5rem;
}

.p-owner_layout2_cms-content {
  z-index: 2;
  position: relative;
}

.p-owner_layout2_cms-blue-background {
  z-index: 1;
  background-color: var(--blue);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.k_layout8_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.k_layout8_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.form_field-label-v2 {
  font-size: var(--text-size--regular);
  margin-bottom: .5rem;
  font-weight: 400;
}

.partners_contact_content {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.partners_contact_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: var(--navi-blue);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.partners_contact_form.text-color-white {
  height: 100%;
  color: var(--neutral--white);
  flex-flow: column;
  justify-content: center;
  place-items: stretch stretch;
  display: flex;
}

.partners_contact_content-left {
  background-color: var(--navi-blue);
  height: 100%;
  color: var(--neutral--white);
  text-align: left;
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 2.5rem 1.25rem;
  display: flex;
}

.partners_contact_image-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--blue);
  color: var(--neutral--white);
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2.25rem 1.25rem;
  display: flex;
}

.partners_contact_form-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.partners_contact_form-block.center {
  align-items: center;
}

.partners_contact_image {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.form_col2-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.k_header1_center-background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.k_header1_center-component {
  z-index: 1;
  color: var(--neutral--white);
  position: relative;
}

.section_k-header1 {
  position: relative;
  overflow: hidden;
}

.k_header1_background-video-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.team_layout1_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  display: grid;
}

.team_layout1_item {
  background-color: #f0eef3;
  border-radius: 1.25rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1.8rem 1.25rem;
  overflow: hidden;
}

.team_layout2_image-wrapper {
  flex: 1 0 40%;
  align-self: flex-end;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.team_layout2_item-content {
  flex-flow: column;
  flex: auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.team_layout2_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.team_layout2_item {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  background-color: #f0eef3;
  border-radius: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 1.25rem;
  padding-right: 0;
  display: flex;
}

.team_layout2_item.is-bg {
  background-image: url('../images/Group.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 21rem;
}

.team_layout2_list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.team_layout2_name {
  background-color: var(--blue);
  color: var(--neutral--white);
  font-size: var(--text-size--regular);
  border-top-right-radius: 6.25rem;
  border-bottom-right-radius: 6.25rem;
  margin-left: -1.25rem;
  padding: .75rem 2rem .75rem 1.5rem;
}

.team_member_image {
  background-color: #f0eef3;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
}

.insights_contact_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  background-color: var(--navi-blue);
  color: var(--neutral--white);
  background-image: url('../images/vector-icon.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding: 4rem 2.5rem;
  display: grid;
}

._404_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: var(--blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.k_contact-modal_close-button {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
}

.k_contact-modal_content-wrapper {
  z-index: 10;
  background-color: var(--neutral--white);
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 86vh;
  color: var(--navi-blue);
  border-radius: 1.25rem;
  padding: 5rem 3.5rem 2.7rem;
  position: relative;
  overflow: auto;
}

.k_contact-modal_content-wrapper.scroll-able {
  overflow: scroll;
}

.k_contact-modal_background-overlay {
  z-index: -1;
  width: 100%;
  height: 100%;
  color: var(--neutral--white);
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.k_contact-modal_component {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.k_contact-modal_component.is-insight {
  flex-flow: column;
  display: none;
}

.select-field-3 {
  background-color: #0000;
  border: 1px #000;
  width: 100%;
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.select-field-3.is-select {
  padding-left: 1.25rem;
}

.download-image {
  object-position: 50% 50%;
  width: 100%;
  height: 4.1rem;
}

.recaptcha-v2 {
  margin-bottom: 0;
}

.k_layout7_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.k_layout7_image-wrapper {
  border-radius: 0;
  width: 100%;
  max-width: 25rem;
  position: absolute;
  overflow: hidden;
}

.k_layout7_image-wrapper.is-image5 {
  align-items: center;
  display: flex;
  bottom: -15%;
  right: 10%;
}

.k_layout7_image-wrapper.is-image1 {
  bottom: 75%;
  left: 20%;
}

.k_layout7_image-wrapper.is-image2 {
  top: 65%;
}

.k_layout7_image-wrapper.is-image4 {
  bottom: 70%;
  right: 0%;
}

.k_layout7_image-wrapper.is-image3 {
  top: 80%;
  right: -80%;
}

.section_k_layout7 {
  background-color: var(--off-white);
  color: var(--navi-blue);
  overflow: hidden;
}

.k_layout7_images-wrapper {
  z-index: 2;
  align-items: center;
  width: 30%;
  height: 100%;
  margin-left: 5%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.k_layout7_images-wrapper.images-wrapper-right {
  justify-content: flex-end;
  margin-right: 5%;
  inset: 0% 0% 0% auto;
}

.k_layout7_component {
  height: 180vh;
  position: relative;
}

.k_layout7_content {
  z-index: 1;
  justify-content: center;
  align-items: center;
  position: relative;
}

.k_layout7_image {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 25%;
  width: 100%;
  height: 100%;
}

.k_layout7_inner-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.insights_research_content-wrap {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 24.4rem;
  padding: 1.5rem 1rem 1rem;
  display: flex;
  overflow: hidden;
}

.insights_research_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  height: auto !important;
}

.insights_research_list.grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.insights_research_item-link {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.insights_research_background-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.reviews-v2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  width: 18rem;
  height: 21rem;
  min-height: 360px;
  color: var(--blue);
  background-color: #f0eef3;
  border-radius: 20px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  padding: 1.25rem 1rem;
  display: flex;
}

.swiper-bullet-wrapper.is-slider-main {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-wrap: wrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: none;
}

.swiper-bullet-wrapper.is-slider-main.is-show {
  display: flex;
}

.slider-main_bottom-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 3rem;
  display: flex;
}

.swiper-bullet {
  aspect-ratio: 1;
  background-color: var(--off-white);
  text-align: center;
  cursor: pointer;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: .7rem;
  height: .7rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all .2s;
  display: flex;
}

.swiper-bullet.is-active {
  background-color: var(--dark-blue);
}

.slider-main_button-wrapper {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-main_button {
  border: 1px solid var(--dark-blue);
  width: 3rem;
  height: 3rem;
  color: var(--dark-blue);
  text-align: center;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  transition: color .2s, background-color .2s;
  display: flex;
}

.slider-main_button:hover {
  background-color: var(--dark-blue);
  color: var(--off-white);
}

.slider-main_button-icon {
  width: 35%;
  height: 55%;
}

.slider-main_button-icon.is-reversed {
  transform: rotate(-180deg);
}

.inside-property_slider_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.k-property_bottom-wrapper {
  z-index: 3;
  justify-content: flex-end;
  align-items: center;
  padding: .5rem 1rem .75rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.k_navbar_text {
  white-space: nowrap;
}

.swiper-bullet-2 {
  aspect-ratio: 1;
  border: 1px solid var(--neutral--white);
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: .7rem;
  height: .7rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all .2s;
  display: block;
}

.swiper-bullet-2.is-active {
  background-color: var(--neutral--white);
}

.max-width-13 {
  max-width: 8.5rem;
}

.max-width-8 {
  max-width: 7rem;
}

.listing_filter-tag_card {
  opacity: 1;
  color: #2e6cf6;
  height: 1.75rem;
  font-size: var(--text-size--tiny);
  background-color: #eaf1fe;
  border-radius: 16px;
  align-items: center;
  padding: .5rem .75rem;
  font-weight: 500;
  line-height: 1;
  display: none;
}

.listing_filter-tag_wrapper {
  opacity: 1;
}

.hide-code {
  display: none;
}

.listing_header_col2 {
  grid-column-gap: .65rem;
  grid-row-gap: .65rem;
  justify-content: flex-start;
  align-items: center;
}

.listing_filter-tag_text {
  display: none;
}

.listing_filter-clear {
  background-color: var(--electric-blue);
  color: #fff;
  font-size: var(--text-size--tiny);
  cursor: pointer;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: .5rem .75rem;
  font-weight: 500;
  display: flex;
}

.k-property_empty-state {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: none;
}

.listing_filter-tag_name {
  font-size: var(--text-size--tiny);
}

.listing_filter-tag_close-icon {
  cursor: pointer;
  width: 10px;
  height: 10px;
  margin-left: 6px;
  font-size: 12px;
}

.marketplace_text {
  color: #040042;
  padding-right: 6px;
  font-weight: 700;
}

.div-block-188 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.price_text-template {
  padding-left: 4px;
}

.text-color-lightblue {
  color: #006eff;
}

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

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: .5rem;
  height: .75rem;
  display: flex;
  transform: rotate(0);
}

.section_innside-property {
  color: var(--navi-blue);
  background-color: #f0eef2;
  position: relative;
}

.inside-property_content-right {
  position: sticky;
  top: 0;
}

.inside-property_main-image-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  width: 100%;
  height: 100%;
  min-height: 43.75rem;
  display: flex;
  position: relative;
}

.breadcrumb-link {
  text-decoration: none;
}

.breadcrumb-link.w--current {
  font-weight: 600;
}

.breadcrumb_component {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  align-items: center;
  width: 100%;
  display: flex;
}

.inside-property_content-inner-wrapper {
  border-radius: 1.25rem;
  width: 100%;
  max-width: 35rem;
  position: sticky;
  top: 10px;
  overflow: hidden;
}

.inside-property_component {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.inside-property_sticky-wrapper {
  background-color: var(--dark-blue);
  justify-content: space-between;
  align-items: center;
  min-height: 5.625rem;
  padding: 1rem 1.5rem;
  display: none;
}

.inside-property_grey-tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--neutral--white);
  background-color: #0009;
  border-radius: 8.125rem;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem .75rem;
  font-family: Twkeverett, Arial, sans-serif;
  font-size: .85rem;
  display: flex;
  overflow: hidden;
}

.inside-property_grey-tag.rl-styleguide_shadows-list {
  display: none;
}

.inside-property_grey-tag_icon {
  width: 1.1875rem;
}

.inside-property_top-content-inner-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--neutral--white);
  flex-flow: column;
  padding: 2rem 1.5rem;
  display: flex;
}

.inside-property_middle-content {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: #b3c8ff4d;
  border-radius: 1.0625rem;
  flex-flow: column;
  padding: 1rem 2rem;
  font-family: Twkeverett, Arial, sans-serif;
  display: flex;
  overflow: hidden;
}

.inside-property_middle-content-wrapper {
  grid-column-gap: 1.1875rem;
  grid-row-gap: 1.1875rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.inside-property_middle-content-icon {
  width: 3.1875rem;
  height: 3.3125rem;
}

.inside-property_middle-content-subtitle {
  font-family: Twkeverett, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.inside-property_bottom-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--navi-blue);
  background-color: #e8efff;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.inside-property_bottom-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  font-family: Twkeverett, Arial, sans-serif;
  display: flex;
}

.inside-property_bottom-content-title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}

.inside-property_bottom-content-paragraph {
  font-size: var(--text-size--tiny);
}

.inside-property_bottom-content_icon-wrapper {
  background-color: var(--neutral--white);
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 5.625rem;
  height: 5.625rem;
  display: flex;
  overflow: hidden;
}

.inside-property_slider_image-wrapper {
  aspect-ratio: 3 / 2;
  object-fit: fill;
  border-radius: .6875rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.inside-propert_features_icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: none;
}

.inside-property_content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.inside-property_details_subtitle {
  font-family: Twkeverett, Arial, sans-serif;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.4;
}

.inside-property_details_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
}

.inside-property_amenities_card {
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  background-color: var(--off-white);
  color: #040042;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  height: 2.25rem;
  padding: .125rem .625rem .125rem .125rem;
  font-family: Twkeverett, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 25px;
  display: flex;
}

.inside-property_amenities_icon-wrapper {
  color: #000;
  background-color: #f3f6fe;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.k-property_left-copy {
  grid-column-gap: 1.875rem;
  grid-row-gap: .75rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.inside-property_slider_arrow {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  height: 3.25rem;
  display: flex;
}

.inside-property_slider_arrow.swiper-next.swiper-button-next {
  background-color: #fff0;
  border-radius: 0%;
  display: inline-flex;
}

.inside-property_slider_arrow-icon {
  width: 20px;
  height: 20px;
}

.inside-property_slider_arrow-icon.next {
  width: 20px;
  height: 20px;
  overflow: visible;
  transform: rotate(180deg);
}

.inside-property_slider_image-layer {
  z-index: 1;
  background-image: linear-gradient(#05004480, #0000);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 1.25rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.recaptcha-5 {
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: darken;
  object-fit: contain;
  background-clip: border-box;
  position: static;
  overflow: visible;
}

.inside-property_address-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  width: auto;
  color: var(--neutral--white);
  display: flex;
}

.inside-property_top-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.inside-property_blue-address {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  width: auto;
  color: var(--navi-blue);
  display: flex;
}

.inside-propert_features_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding-left: 2rem;
  text-decoration: none;
  display: flex;
}

.inside-property_button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--off-white);
  min-height: 4.0625rem;
  color: var(--blue);
  font-size: var(--text-size--large);
  text-align: center;
  cursor: pointer;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 2rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.inside-property_button.background-color-blue {
  color: var(--neutral--white);
  background-color: #022581;
}

.inside-property_green-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  min-height: 4.0625rem;
  color: var(--neutral--white);
  font-size: var(--text-size--large);
  text-align: center;
  cursor: pointer;
  background-color: #25d366;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 2rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.inside-property_sticky-left {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.inside-property_rent-wrapper {
  background-color: #012680;
  justify-content: space-between;
  align-items: center;
  min-height: 5.625rem;
  padding: 1rem 1.5rem;
  display: flex;
}

.inside-property_rent_content {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.max-width-49 {
  max-width: 51rem;
}

.max-width-32 {
  max-width: 32rem;
}

.max-width-45 {
  max-width: 45rem;
}

.blog-post_header_date {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  font-size: var(--text-size--regular);
  display: flex;
}

.blog-post_header_author-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: var(--off-white);
  align-items: center;
  display: flex;
}

.blog-post_header_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.blog-post_header_social-link {
  aspect-ratio: 1;
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: .25rem;
  display: flex;
}

.blog-post_header_social-link.blog_share-link.is-bl {
  padding-right: .3rem;
}

.blog-post_header_social-link.is-bl {
  padding-bottom: 0;
}

.blog-post_header_social-link.is-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.blog-post_header_author {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  font-size: var(--text-size--regular);
  display: flex;
}

.blog-post_header_image {
  aspect-ratio: 5 / 2;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.section_blog-post_header {
  color: var(--neutral--white);
  position: relative;
}

.blog-post_header_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  place-items: center start;
  display: flex;
}

.blog-post_header_image-wrapper {
  border-radius: 0;
  width: 100%;
  height: 43.75rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.blog-post_header_meta-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-post_header_content-bottom {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.blog-post_header_content-bottom.is-right {
  grid-column-gap: .65rem;
  grid-row-gap: .65rem;
  justify-content: flex-end;
}

.blog-post_breadcrumbs {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--neutral--white);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-post_layout1_content-right {
  width: 48%;
}

.blog-post_layout1_content-left {
  width: 43%;
}

.blog-post_layout1_content {
  grid-column-gap: 5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: flex;
}

.section_blog-post_content {
  color: var(--navi-blue);
}

.blog_rich-text h2 {
  margin-bottom: 1.25rem;
  font-family: Twkeverett, Arial, sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
}

.blog_rich-text p {
  max-width: 60rem;
  font-size: 1.35rem;
  line-height: 1.7;
}

.blog_rich-text h3 {
  margin-bottom: 1rem;
  font-family: Twkeverett, Arial, sans-serif;
  font-size: 2.375rem;
  font-weight: 500;
}

.blog_rich-text li {
  max-width: 50rem;
  font-size: 1.3rem;
  line-height: 1.7;
}

.blog_rich-text h4 {
  font-family: Twkeverett, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
}

.blog_rich-text h5 {
  font-family: Twkeverett, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.blog_rich-text h1 {
  font-family: Twkeverett, Arial, sans-serif;
  font-size: var(--heading--desktop--h1);
  font-weight: 500;
}

.blog_rich-text img {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.blog_rich-text a {
  text-decoration: underline;
}

.code-embed-20 {
  width: 100%;
}

.code-embed-21 {
  display: block;
}

.related-blog_item-link {
  border: 1px solid #dfd9d9;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.related-blog_item {
  height: 100%;
  min-height: 37.5rem;
  max-height: 37.5rem;
  color: var(--navi-blue);
  background-color: #fff;
  border-radius: .875rem;
  position: relative;
  overflow: hidden;
}

.related-blog_item:first-child {
  background-color: var(--navi-blue);
  color: var(--off-white);
  background-image: linear-gradient(#0000, #1247c259);
  grid-column: span 2;
}

.related-blog_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 20.3125rem;
}

.section_related-blog.background-blue-gradient {
  color: var(--off-white);
  background-color: #040042;
  background-image: linear-gradient(#0165ef59, #012f9159);
}

.related-blog_list {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  display: flex;
}

.button-11 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-11.is-link {
  font-size: var(--text-size--regular);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-11.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.related-blog_item-content-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.related-blog_meta-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--neutral--white);
  justify-content: flex-end;
  align-items: center;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.related-blog_component {
  flex-direction: column;
  align-items: center;
}

.related-blog_image-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.related-blog_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.text-size-14 {
  font-size: .875rem;
}

.blog1_content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.blog1_list {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.section_blog1.background-color-offwhite {
  background-color: var(--off-white);
}

.blog-post_header_read-mins {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.code-embed-22 {
  display: block;
}

.image-80 {
  width: 20px;
  height: 50px;
}

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

.copy-text {
  display: none;
}

.k-property_price-monthly {
  opacity: .4;
  color: var(--navi-blue);
  font-size: 1.15rem;
  line-height: 1.5;
}

.k-property_address {
  opacity: .4;
  color: var(--navi-blue);
  font-size: var(--text-size--tiny);
  line-height: 1.2;
}

.home_solution_embed {
  margin-bottom: 0;
}

.max-width-37 {
  max-width: 37rem;
}

.p-owner_layout2_cms-item-wrapper {
  width: 25%;
  margin-right: 1rem;
  padding-left: 0;
  padding-right: 0;
}

.p-owner_layout2_cms-item-wrapper:last-child {
  margin-right: 0;
}

.p-owner_layout2_cms-list {
  display: flex;
}

.max-width-60 {
  max-width: 60rem;
}

.insights_research_pagination {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  align-items: center;
  margin-top: 3rem;
}

.listing_filter_component {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  background-color: var(--neutral--white);
  border-radius: 6.25rem;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: .625rem;
  display: flex;
}

.section_listing {
  background-image: linear-gradient(180deg, var(--off-white) 44%, white);
}

.listing_filter_left-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.listing_filter_button {
  color: #f0eef3;
  background-color: #050044;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  min-width: 13.0625rem;
  min-height: 4.0625rem;
  padding: 1.5625rem 3.4375rem;
  font-size: 1.375rem;
  font-weight: 500;
  display: flex;
}

.listing_filter_dropdown-button {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #022581;
  cursor: pointer;
  background-color: #f0eef280;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  min-width: 4rem;
  min-height: 4rem;
  padding: 1rem;
  font-size: 1.375rem;
  font-weight: 500;
  display: flex;
}

.listing_filter_dropdown-button.w--open {
  border: 2px solid #88a7f8;
}

.listing_filter_dropdown-button.is-search {
  width: 36rem;
  max-width: 36rem;
  padding-top: 0;
  padding-bottom: 0;
}

.listing_filter_dropdown-icon {
  color: var(--navi-blue);
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.k_footer_legal-wrapper {
  grid-column-gap: 48px;
  text-align: center;
  align-items: center;
  display: flex;
}

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

.insights_research_item {
  position: static !important;
}

.search_result_item {
  height: 100%;
}

.listing_filter_dropdown-list.w--open {
  border-radius: 1.25rem;
  min-width: 13.0625rem;
  margin-top: 1rem;
  overflow: hidden;
}

.listing_filter_dropdown-option {
  color: #050044cc;
  background-color: #f0eef2;
  border-bottom: 2px solid #02258133;
  width: 100%;
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.listing_filter_dropdown-option:hover {
  background-color: #b3c8ff45;
}

.listing_filter_dropdown-option.is-last {
  border-bottom-color: #0000;
}

.listing_filter_dropdown-filter-icon {
  width: 2rem;
  height: 2rem;
}

.listing_filter_dropdown-sort-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.listing_filter_dropdown-more-list.w--open {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--off-white);
  border-radius: 1.875rem;
  margin-top: 1rem;
  padding: 1.25rem;
  display: flex;
  overflow: hidden;
}

.listing_filter_dropdown-more-list.is-vertically {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.listing_filter_dropdown-more-list.is-vertically.w--open {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.listing_filter_dropdown-more-list.is-filter {
  display: none;
}

.listing_filter_dropdown-more-list.is-filter.w--open {
  left: -35rem;
}

.listing_filter_form_card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--neutral--white);
  color: #000;
  border-radius: 1.25rem;
  flex-flow: column;
  width: 23.5rem;
  max-width: 23.5rem;
  padding: 2rem 1.5rem;
  display: flex;
}

.listing_filter_form_card.is-width {
  width: 100%;
  max-width: none;
}

.listing_filter_form_card-label {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
}

.listing_filter_form_card-name {
  border-bottom: 1px solid #eef2f6;
  padding-bottom: 1rem;
}

.listing_filter_form_bedroom-options-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.listing_filter_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.listing_filter_form_bedroom-option {
  border: 1px solid #e5e7eb;
  border-radius: 8rem;
  min-width: 3.625rem;
  min-height: 2.5rem;
  margin-bottom: 0;
  padding: .625rem 1.5rem;
  font-family: Twkeverett, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
}

.listing_filter_form_bedroom-option:hover {
  color: #1247c2;
  background-color: #f3f6fc;
  border-color: #a8bbe9;
}

.listing_filter_form_bedroom-option-radio {
  border: 0 #000;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.listing_filter_form_bedroom-option-radio.w--redirected-checked {
  color: #1247c2;
  background-color: #f3f6fc;
  border-color: #a8bbe9;
  border-radius: 8rem;
}

.listing_filter_form_bedroom-option-label {
  font-weight: 500;
}

.listing_filter_form_options-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

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

.listing_filter_form_option-radio-wrapper {
  margin-bottom: 0;
  padding-left: 0;
}

.listing_filter_form_option-radio-label {
  margin-bottom: 0;
  display: none;
}

.listing_filter_form_option-radio {
  border: 1px solid #d3d6da;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: 0;
}

.listing_filter_form_option-radio.w--redirected-checked {
  border-color: var(--blue);
  background-color: var(--off-white);
}

.listing_filter_form_option-label {
  color: #232b39;
  font-family: Twkeverett, Arial, sans-serif;
  font-size: .875rem;
  line-height: 1.4;
}

.listing_filter_form_separated {
  background-color: #eef2f6;
  width: 100%;
  height: 1px;
}

.listing_filter_apply-button {
  color: #022581;
  background-color: #0000;
  border: 2px solid #022581;
  border-radius: 6.25rem;
  padding: 1.5625rem 3.4375rem;
  font-size: 1.375rem;
  font-weight: 500;
}

.listing_filter_map-list.w--open {
  z-index: 200;
  background-color: #0000;
  width: 100vw;
  max-width: 100%;
  padding-left: 3%;
  padding-right: 3%;
  position: absolute;
  inset: 5rem 0% auto;
  overflow: hidden;
}

.listing_filter_map-dropdown-list {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.listing_filter_map-dropdown-content {
  width: 100%;
  max-width: var(--container--large);
  background-color: var(--off-white);
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem;
  display: flex;
  overflow: hidden;
}

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

.listing_header {
  align-items: stretch;
  display: flex;
}

.listing_filter_dropdown {
  z-index: 1;
}

.navbar1_dropdown-list.w--open {
  text-align: left;
  background-color: #012680;
  border-radius: .625rem;
  flex-flow: column;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.navbar1_dropdown-list.is-light.w--open {
  background-color: #f0eef3;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar1_dropdown-link {
  color: #f0eef3;
  width: 100%;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 500;
}

.navbar1_dropdown-link:hover {
  background-color: #05004480;
}

.navbar1_dropdown-link.w--current {
  color: #f0eef3;
  background-color: #05004480;
}

.navbar1_dropdown-link.is-light {
  color: var(--dark-blue);
  background-color: #f0eef2;
  border-bottom: 2px solid #02258133;
}

.navbar1_dropdown-link.is-light:hover {
  background-color: #b3c8ff45;
}

.navbar1_dropdown-link.is-light.w--current {
  background-color: #b3c8ff80;
}

.navbar1_dropdown-link.is-light.is-last {
  border-bottom-style: none;
}

.navbar1_dropdown-link.is-dropdown {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar1_menu-links {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar1_menu-dropdown {
  width: 100%;
}

.navbar1_container {
  width: 100%;
  height: 100%;
  max-width: var(--container--large);
  background-color: var(--dark-blue);
  border-radius: 6.25rem;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: .9375rem .9375rem .9375rem 1.25rem;
  display: flex;
}

.navbar1_container.offwhite-bg {
  background-color: var(--neutral--white);
  color: var(--dark-blue);
}

.navbar1_container.is-blue {
  background-color: #012680;
}

.navbar1_logo {
  width: 12.5rem;
}

.navbar1_dropdown-toggle {
  grid-column-gap: .5rem;
  color: var(--dark-blue);
  border-radius: 6.25rem;
  align-items: center;
  padding: .5rem .625rem .5rem 1.25rem;
  font-size: 1.375rem;
  font-weight: 500;
  display: flex;
}

.navbar1_dropdown-toggle.text-color-offwhite {
  color: #f0eef3;
  border-radius: 0;
  font-size: 1.1rem;
}

.navbar1_dropdown-toggle.text-color-offwhite.w--open {
  background-color: #05004480;
  border-radius: 6.25rem;
  overflow: hidden;
}

.navbar1_dropdown-toggle.text-color-offwhite.is-noloink {
  white-space: nowrap;
  padding-right: 1.25rem;
}

.navbar1_dropdown-toggle.islight.w--open {
  background-color: #e0e4f6;
}

.navbar1_component {
  background-color: #0000;
  border: 1px #000;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  margin-top: 1.5rem;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar1_logo-link {
  margin-bottom: -2px;
  padding-left: 0;
}

.navbar1_menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
  position: static;
}

.code-embed-23 {
  width: 1.5rem;
  height: 1.5rem;
}

.div-block-189 {
  border-right: 1px solid var(--dark-blue);
  cursor: pointer;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.div-block-189.white {
  border-right-color: var(--neutral--white);
}

.lottie-animation {
  width: 1.8rem;
  height: 1.8rem;
}

.button-13-2 {
  background-color: var(--off-white);
  color: #1147c1;
  text-align: center;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  width: 13.875rem;
  height: 4.0625rem;
  padding: 1.5625rem 1.6375rem;
  font-size: 1.375rem;
  font-weight: 500;
  display: flex;
}

.button-13-2.is-blue {
  color: var(--neutral--white);
  background-color: #1247c2;
}

.button-13-2.is-blue.show-tablet {
  display: none;
}

.button-13-2.hide-tablet {
  word-break: normal;
}

.button-13-2.show-tablet {
  display: none;
}

.button-13-2.is-flex {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
}

.button-13-2.is-flex.hide-tablet {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.button-13-2.is-flex.hide-tablet.grren {
  background-color: var(--light-green);
}

.navbar_search-wrapper {
  width: 100%;
  max-width: var(--container--large);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #0126804d;
  border-radius: 6.25rem;
  justify-content: space-between;
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 1rem;
  display: none;
  overflow: hidden;
}

.navbar_search_form-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar_search_form_input {
  width: 100%;
  height: 100%;
  color: var(--navi-blue);
  background-color: #0000;
  border-style: none;
  margin-bottom: 0;
  padding-right: 1rem;
  font-size: 1.1rem;
  font-weight: 500;
}

.navbar_search_form_input:focus {
  color: #ffffffb3;
}

.navbar_search_form_input::placeholder {
  color: var(--off-white);
  letter-spacing: -.02em;
  font-size: 1.25rem;
}

.navbar_search_form_button {
  color: #f2fbaf;
  background-color: #0000;
  background-image: url('../images/w-search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.3em;
  border-left-style: solid;
  border-left-color: gray;
  padding-left: 1rem;
  padding-right: 2rem;
  font-size: 1.2rem;
  transition: background-color .2s, height .2s;
}

.search-2 {
  display: none;
}

.footer1_left-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--navi-blue);
  width: 100%;
  max-width: 35rem;
  color: var(--off-white);
  text-align: center;
  background-image: linear-gradient(#0000, #1247c24d);
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 3.75rem;
  display: flex;
  overflow: hidden;
}

.footer1_left-wrapper.is-light-blue {
  color: var(--dark-blue);
  background-color: #b3c8ff;
  background-image: none;
}

.footer1_link {
  color: var(--neutral--white);
  font-size: var(--text-size--tiny);
  padding-top: .625rem;
  padding-bottom: .625rem;
  line-height: 1.2;
  text-decoration: none;
  transition: all .3s;
}

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

.footer1_logo-link {
  width: 100%;
  padding-left: 0;
}

.footer1_link-list {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer1_component {
  background-color: var(--neutral--white);
  width: 100%;
  overflow: hidden;
}

.footer1_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  background-color: var(--navi-blue);
  width: 100%;
  max-width: 68.75rem;
  color: var(--off-white);
  background-image: linear-gradient(#0000, #1247c24d);
  border-radius: 1.25rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  padding: 3.75rem;
  font-family: Twkeverett, Arial, sans-serif;
  display: flex;
}

.footer1_menu-wrapper.is-light-blue {
  color: var(--dark-blue);
  background-color: #b3c8ff;
  background-image: none;
}

.footer1_link-column {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.footer1_top-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.footer1_logo {
  width: 100%;
}

.text-block {
  font-size: 2rem;
  font-weight: 500;
}

.div-block-190 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

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

.div-block-193 {
  margin-bottom: 1rem;
}

.div-block-194 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-2 {
  font-family: Twkeverett, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
}

.link-2.is-underline {
  transition: all .3s;
}

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

.text-block-52 {
  font-family: Twkeverett, Arial, sans-serif;
  font-size: var(--text-size--tiny);
  margin-bottom: 0;
  font-weight: 400;
}

.div-block-195 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.text-block-53 {
  font-size: var(--text-size--tiny);
  text-transform: uppercase;
  font-weight: 700;
}

.div-block-196 {
  background-color: #88a7f880;
  width: 100%;
  height: 1px;
}

.div-block-197 {
  grid-column-gap: 1.5625rem;
  grid-row-gap: .9375rem;
  flex-flow: wrap;
  display: flex;
}

.link-block-6 {
  font-size: var(--text-size--tiny);
  background-color: #1247c24d;
  border-radius: 2rem;
  padding: .625rem;
}

.link-block-6.is-white {
  background-color: #ffffff29;
}

.link-block-6.is-footer {
  transition: all .3s;
}

.link-block-6.is-footer:hover {
  background-color: var(--neutral--white);
  color: var(--navi-blue);
}

.div-block-198 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.social-icons1_list {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.social-icons1_link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer5_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-end;
  display: flex;
}

.footer5_legal-link {
  font-size: var(--text-size--tiny);
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

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

.div-block-199 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.max-width-50, .max-width-50.max-width-full-tablet {
  max-width: 52rem;
}

.div-block-200 {
  max-width: 70rem;
}

.max-width-53 {
  max-width: 53rem;
}

.listing_filter_main-dropdown-list {
  background-color: #0000;
  display: flex;
  position: static;
}

.listing_filter_main-dropdown {
  display: block;
}

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

.div-block-201 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: var(--neutral--white);
  color: #1247c2;
  border-radius: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  min-width: 4rem;
  min-height: 4rem;
  padding: 1rem;
  display: flex;
  overflow: hidden;
}

.div-block-201:hover {
  color: var(--neutral--white);
  background-color: #1247c2;
}

.code-embed-24 {
  width: 1.875rem;
  height: 1.8125rem;
}

.code-embed-25 {
  width: 1.1rem;
  min-width: 1.1rem;
}

.navbar2_link {
  padding: .5rem 1rem;
}

.navbar2_link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.related-blog_item-description {
  font-size: var(--text-size--tiny);
  line-height: 1.5;
}

.related-blog_item-description p {
  font-size: 1rem;
  line-height: 1.2;
}

.div-block-203 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.link-block-7 {
  background-color: var(--neutral--white);
  color: var(--dark-blue);
  border-radius: 1.875rem;
  padding: .625rem .625rem .625rem 3rem;
  font-family: Twkeverett, Arial, sans-serif;
}

.link-block-7:hover {
  color: var(--electric-blue);
}

.div-block-204 {
  background-color: var(--off-white);
}

.div-block-205 {
  grid-column-gap: 1.7rem;
  grid-row-gap: 1.7rem;
  color: var(--dark-blue);
  flex-flow: column;
  padding-left: 3.2rem;
  display: flex;
}

.div-block-206 {
  grid-column-gap: 2.7rem;
  grid-row-gap: 2.7rem;
  color: var(--dark-blue);
  padding-left: 3.2rem;
  display: flex;
}

.text-block-55 {
  font-family: Twkeverett, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.blog42_item-link {
  background-color: var(--neutral--white);
  height: 100%;
  color: var(--navi-blue);
  border-radius: .875rem;
  text-decoration: none;
  overflow: hidden;
}

.blog42_item {
  width: 100%;
  height: 100%;
}

.layout353_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.layout353_content-item {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  max-width: 40.625rem;
  color: var(--navi-blue);
  background-color: #f0f4fe;
  border-radius: 1.25rem;
  flex-flow: column;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 2.5rem;
  display: flex;
  position: sticky;
  overflow: hidden;
}

.layout353_content-item.content-item-2 {
  top: 32%;
}

.layout353_content-item.content-item-1 {
  top: 30%;
}

.layout353_icon-wrapper {
  display: inline-block;
}

.layout353_content-left {
  position: sticky;
  top: 30%;
}

.layout353_content-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.section_layout353 {
  color: var(--off-white);
  background-color: #040042;
  background-image: linear-gradient(#0165ef59, #012f9159);
}

.div-block-207 {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.div-block-208 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.div-block-209 {
  background-color: #b3c8ff;
  padding: 2rem 1.875rem 2.5rem;
}

.logo-small {
  mix-blend-mode: darken;
  width: 10rem;
}

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

.k_header1_difc_layer {
  background-color: #000000b3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.difc_layout_card_wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.difc_layout_card_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #000;
  background-color: #bfcacc33;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  padding: 1.5rem 3.5rem;
  display: flex;
}

.difc_layout_card_number {
  flex-flow: column;
  display: flex;
}

.difc_layout_card_number-subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.difc_layout_card_per-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.difc_layout_card_per-item {
  border-top: 1px solid #00000080;
  padding-top: 1rem;
}

.difc_layout_card_per-text {
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.2;
}

.difc_layout_filter_chart-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 1.25rem;
  display: flex;
  overflow: hidden;
}

.difc_layout_filter_chart_left-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 30%;
  max-width: 20.625rem;
  display: flex;
}

.text-size-2 {
  font-size: 2rem;
}

.difc_layout_switch-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: flex;
}

.difc_layout_switch-wrapper.switch {
  z-index: 50;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  display: grid;
  position: sticky;
  top: 5rem;
}

.difc_button {
  color: #000;
  min-height: 3.5rem;
  font-size: var(--text-size--tiny);
  background-color: #f2f4f5;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  display: flex;
}

.difc_button.active {
  color: var(--neutral--white);
  background-color: #000;
}

.div-block-219 {
  min-height: 3.5rem;
  color: var(--neutral--white);
  background-color: #000;
  background-image: url('../images/down-arrow.svg');
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: 12px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 2rem;
  display: flex;
}

.form-3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.select-field-4 {
  border: 1px #000;
  width: 98%;
  margin-bottom: 0;
  padding: 0 0 0 1.5rem;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #fff !important;
  background-color: #000 !important;
}

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

.difc_layout_filter_chart_right-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.difc_layout_filter_chart_code {
  width: 100%;
  height: 100%;
}

.k_header1_difc_logo {
  max-width: 12rem;
}

.div-block-221 {
  margin-bottom: 6.5rem;
}

.font-difc-family {
  font-family: Adam Ladd Lufga, Arial, sans-serif;
}

.collection-item-11 {
  width: 32%;
}

.calculator {
  background-color: var(--navi-blue);
  width: 100%;
  color: var(--neutral--white);
  border-radius: 1.25rem;
  padding: 2.5rem;
}

.calculator.light-blue-bg {
  background-color: #022581;
}

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

.div-block-223 {
  background-color: var(--neutral--white);
  width: 100%;
  height: 1px;
}

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

.input-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

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

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

.listing_filter_search_input {
  color: var(--dark-blue);
  font-size: var(--text-size--small);
  background-color: #0000;
  border: 1px #000;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.listing_filter_search_input::placeholder {
  color: #022581;
  font-size: var(--text-size--tiny);
  font-weight: 400;
}

.listing_filter_search_icon {
  width: 1.8rem;
  height: 1.8rem;
}

.checkbox2_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.checkbox2_field {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.checkbox2_button {
  cursor: pointer;
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.checkbox2_button.w--redirected-checked {
  background-color: #0000;
  background-image: none;
  border-color: #0000;
}

.checkbox2_button.w--redirected-focus {
  box-shadow: none;
}

.checkbox2_label {
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.listing_filter_search_dropdown {
  width: 100%;
}

.listing_filter_search_dropdown-list.w--open {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--off-white);
  border-radius: 1.875rem;
  margin-top: 1rem;
  padding: 1.25rem;
  display: flex;
  overflow: hidden;
}

.listing_filter_search_dropdown-list.is-vertically {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.listing_filter_search_dropdown-list.is-vertically.w--open {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

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

.listing_filter_form_separated-copy {
  background-color: #eef2f6;
  width: 100%;
  height: 1px;
}

.div_image_blue_clear {
  align-self: center;
  width: auto;
  height: 100%;
  padding: 5px 14px 10px;
  display: none;
}

.image_search_blue {
  text-align: left;
  width: 14px;
  max-width: none;
  height: 14px;
  display: block;
}

.no_div_search_dropdownlist {
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: none;
}

.more_one_selected_tag_number {
  color: #2246bb;
  letter-spacing: .2px;
  margin-right: 8px;
}

.selected_neighborhood_item {
  background-color: #eaf1fe;
  border-radius: 80px;
  margin-right: 8px;
  padding: 8px 16px;
  font-family: Twkeverett, Arial, sans-serif;
  font-weight: 500;
  display: none;
}

.image-59 {
  align-self: center;
  margin-left: 8px;
  display: inline-flex;
}

.more_one_selected_tag_close {
  cursor: pointer;
  align-self: center;
  display: block;
}

.search_inputbox_tag_close {
  width: 16px;
  height: 16px;
  margin-left: 4px;
  padding-left: 0;
  display: none;
}

.recent_location_body_div {
  max-height: 300px;
  padding-top: 16px;
  overflow: scroll;
}

.selected_header_div {
  padding: 24px 2px 2px 24px;
  display: none;
}

.div-block-164 {
  display: block;
}

.div_search_dropdownlist {
  height: auto;
  max-height: 300px;
  padding-left: 24px;
  padding-right: 24px;
  overflow: scroll;
}

.selected_plus {
  cursor: pointer;
  margin-left: 8px;
  display: flex;
}

.selected_labal_header_container {
  margin-bottom: 0;
  display: flex;
}

.text-block-82 {
  color: #2246bb;
  font-family: Twkeverett, Arial, sans-serif;
  font-weight: 500;
}

.location_marker-2 {
  align-self: auto;
  width: 18px;
  margin-top: 2px;
  margin-right: 0;
  padding-top: 0;
  padding-right: 0;
}

.selected_neighborhood_text {
  color: #2246bb;
  align-self: center;
  font-family: Twkeverett, Arial, sans-serif;
  line-height: 16px;
}

.search_inputbox_tag_text {
  color: #3b4453;
  letter-spacing: .2px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-169 {
  flex: none;
  align-self: center;
  width: 100%;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.div-block-168 {
  justify-content: flex-start;
  align-items: center;
  margin-left: 24px;
  font-family: Twkeverett, Arial, sans-serif;
  line-height: 16px;
  display: flex;
}

.nav-dropdown-3 {
  min-height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.text-field-4 {
  width: auto;
  display: none;
}

.div-block-166 {
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.text_more {
  color: #2246bb;
  letter-spacing: .2px;
  margin-right: 8px;
}

.div-block-163 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: inline-flex;
  position: absolute;
  inset: auto 0 auto auto;
}

.div_image_search_blue {
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  height: 100%;
  padding: 11px 14px 10px;
  display: block;
}

.image_blue_close {
  background-color: #0000;
  border-radius: 20px;
  flex: 0 auto;
  align-self: center;
  width: 16px;
  max-width: none;
  height: 16px;
  margin-right: 0;
  padding-right: 0;
  position: static;
  right: 40px;
}

.recent-location-item-text {
  align-self: center;
  padding-left: 8px;
  font-family: Twkeverett, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.first_selected_tag {
  background-color: #eaf1fe;
  border-radius: 80px;
  max-width: 40%;
  max-height: none;
  margin-right: 8px;
  padding: 8px;
  font-family: Twkeverett, Arial, sans-serif;
  display: flex;
  position: static;
}

.checkbox-field-2 {
  cursor: pointer;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 6px;
  padding-left: 0;
  display: block;
}

.nav-dropdown-toggle-search {
  letter-spacing: .25px;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.nav-dropdown-toggle-search:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-search:focus-visible, .nav-dropdown-toggle-search[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-search.w--open {
  padding: 0;
}

.div_search_bar {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  line-height: 24px;
  display: block;
}

.image-57 {
  align-self: center;
  min-width: 18px;
  min-height: 18px;
  margin-left: 8px;
  display: inline-flex;
}

.recent-location-item {
  cursor: auto;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 18px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.div-block-165 {
  background-color: #f8f8f8;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 2px 8px;
  display: flex;
}

.div_inputbox_search_tag {
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  height: 100%;
  padding: 0;
  display: none;
  position: absolute;
}

.div_search_dropdownlist_header {
  padding: 24px 24px 18px;
}

.first_selected_tag_close {
  cursor: pointer;
  display: inline-flex;
}

.div-block-171 {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

.image-60 {
  margin-left: 8px;
}

.text-block-83 {
  color: #040042;
  margin-right: 8px;
  font-size: 16px;
  font-weight: 400;
}

.div-block-170 {
  display: flex;
}

.image-85 {
  align-self: center;
  min-width: 18px;
  min-height: 18px;
  margin-left: 10px;
}

.first_selected_tag_text {
  color: #2246bb;
  letter-spacing: .2px;
}

.more_one_selected_tag {
  background-color: #eaf1fe;
  border-radius: 80px;
  padding: 8px;
  display: flex;
  position: static;
}

.no-recommend-location-item {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.no-recommend-location-item-text {
  align-self: auto;
  padding-left: 10px;
  display: block;
}

.recommend-location-container {
  background-color: #fff;
  border-radius: 12px;
  padding-top: 0;
  padding-left: 0;
  display: none;
}

.recommend-location-container.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.recommend-location-container.shadow-three.mobile-shadow-hide {
  mix-blend-mode: overlay;
  border: 0 #eaf0fe;
  border-radius: 15px;
  width: 37%;
  height: auto;
  display: none;
  overflow: visible;
  box-shadow: 0 30px 60px #0000001a;
}

.recommend-location-container.shadow-three.mobile-shadow-hide.w--open {
  margin-top: 6px;
  padding-top: 5px;
  padding-left: 10px;
}

.div-block-167 {
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

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

.recent_location_container {
  padding: 24px 24px 18px;
  display: none;
}

.keryper_filter_search_inputbox {
  color: #040042;
  border: 0 #eaf0fe;
  border-radius: 50px;
  flex: none;
  order: 0;
  align-self: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  display: block;
  overflow: scroll;
  box-shadow: 0 0 15px #0000000d;
}

.keryper_filter_search_inputbox::placeholder {
  color: #040042;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.checkbox-2 {
  display: block;
}

.checkbox-2.recentlocationcheckbox {
  display: none;
}

.over_keryper_filter_search_inputbox {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  display: none;
  position: absolute;
}

.recommend-location-item {
  cursor: auto;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 18px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.checkbox-field-3 {
  cursor: pointer;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 6px;
  padding-left: 0;
  display: block;
}

.checkbox-3 {
  display: block;
}

.checkbox-3.neighborhoodcheckbox {
  display: none;
}

.recommend-location-item-text {
  align-self: center;
  padding-left: 8px;
  font-family: Twkeverett, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.code-embed-27 {
  min-height: 3rem;
}

.text-field-4 {
  display: block;
}

.max-width-57 {
  max-width: 57rem;
}

.div-block-225 {
  max-width: 35rem;
}

.div-block-226 {
  max-width: 42.8rem;
}

.code-embed-28 {
  display: block;
}

.div-block-227 {
  display: block;
  position: fixed;
}

.loader {
  text-align: center;
  background-color: #0000004d;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.k_contact-modal_component-copy {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.k_contact-modal_content-wrapper-copy {
  z-index: 10;
  background-color: var(--neutral--white);
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  color: var(--navi-blue);
  border-radius: 1.25rem;
  padding: 4rem 2rem 2rem;
  position: relative;
  overflow: hidden;
}

.k_contact-modal_content-wrapper-copy.scroll-able {
  overflow: scroll;
}

.div-block-228 {
  z-index: 5;
  display: none;
  position: absolute;
  inset: 0%;
}

.image-86 {
  margin-left: auto;
}

.difc_layout_form-filter_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.difc_layout_form-filter_top-list {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  display: grid;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.difc_layout_form-filter_button {
  color: #000;
  text-align: center;
  background-color: #bfcacc33;
  background-image: url('../images/IcTwotoneArrowDropDown.svg');
  background-position: 88% 40%;
  background-repeat: no-repeat;
  background-size: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 3.5rem;
  padding: .75rem 2.5rem .75rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.difc_layout_form-filter_button.is-noarrow {
  background-image: none;
  padding-right: 1.5rem;
}

.difc_layout_modal_component {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.difc_layout_modal_component.is-2, .difc_layout_modal_component.is-3, .difc_layout_modal_component.is-4, .difc_layout_modal_component.is-5, .difc_layout_modal_component.is-6 {
  display: none;
}

.difc_layout_modal_component.is-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.modal-content-replace-this-div {
  border: 2px dashed #0000001a;
  width: 100%;
  height: 150vh;
}

.difc_layout_modal_content-wrapper {
  background-color: var(--neutral--white);
  border-radius: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 40rem;
  height: auto;
  padding: 2rem 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.difc_layout_modal_content-wrapper.is-1 {
  display: flex;
}

.difc_layout_modal_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.difc_layout_modal_top-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.difc_layout_modal_top-wrapper.is-b0 {
  margin-bottom: 0;
}

.difc_layout_form-filter {
  margin-bottom: 0;
}

.difc_layout_modal_checkbox_component {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-height: 55vh;
  display: flex;
  overflow: auto;
}

.difc_layout_modal_form_checkbox {
  background-color: #bfcacc33;
  order: -1;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: .5rem 1rem;
  display: flex;
}

.difc_layout_modal_form_checkbox-icon {
  width: 1.3rem;
  min-width: 1.3rem;
  height: 1.3rem;
  min-height: 1.3rem;
  box-shadow: none;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100%;
  order: 1;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  transition: all .2s;
  position: static;
}

.difc_layout_modal_form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  border-width: 1px;
  border-color: #000;
}

.difc_layout_modal_form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.difc_layout_modal_form_checkbox-label {
  font-size: var(--text-size--small);
  margin-bottom: 0;
  margin-right: auto;
}

.button-17 {
  color: var(--black);
  background-color: #bfcacc33;
  padding: 1rem 1.3rem;
}

.button-17.is-black {
  background-color: var(--black);
  color: var(--neutral--white);
  font-weight: 500;
}

.difc_layout_modal_middle-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-field-5 {
  max-width: 10rem;
}

.difc_layout_form-filter_bottom-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.page-count {
  width: auto;
  margin-top: 0;
}

.insights_research_pagination-arrow {
  background-color: #0000;
  border-style: none;
  border-radius: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.insights_research_pagination-arrow.is-back {
  transform: rotate(180deg);
}

.image-87 {
  width: 10rem;
}

.div-block-229 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.image-88 {
  width: 15rem;
}

.swiper-bullet-2-2 {
  aspect-ratio: 1;
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: .7rem;
  height: .7rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all .2s;
  display: block;
}

.swiper-bullet-2-2.is-active {
  background-color: #fff;
}

.button-v2-2 {
  color: #1147c1;
  text-align: center;
  cursor: pointer;
  background-color: #f0eef3;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 3.4375rem;
  font-family: Everett, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.text-size-large-2 {
  font-size: 1.4rem;
  line-height: 1.4;
}

.text-size-large-2.text-color-white {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  width: auto;
  margin-bottom: 21px;
  padding-bottom: 0;
  font-family: Nunito Sans;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.2;
  display: block;
}

.k-property_item-2 {
  background-color: #fff;
  border-radius: .875rem;
  width: 100%;
  padding: 1.875rem 1.25rem 1.5rem;
  display: block;
  box-shadow: 0 10px 20px #00000012;
}

.k-property_address-2 {
  opacity: .4;
  color: #050044;
  font-size: 1rem;
  line-height: 1.2;
}

.text-size-regular-v2-2 {
  color: #050044;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-size-regular-v2-2.text-color-white {
  color: #fff;
}

.k-property_price-monthly-2 {
  opacity: .4;
  color: #050044;
  font-size: 1.15rem;
  line-height: 1.5;
}

.text-size-small-2 {
  font-size: 1.125rem;
  line-height: 1.2;
}

.code-embed-29 {
  width: 1.1rem;
  min-width: 1.1rem;
}

.k-property_tag-wrapper-2 {
  color: #050044;
  background-color: #a9ffe4;
  border-radius: 8.125rem;
  justify-content: center;
  align-items: center;
  min-height: 3rem;
  padding: .625rem 1.875rem;
  display: flex;
  overflow: hidden;
}

.div-block-230 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.div-block-231 {
  grid-column-gap: .15rem;
  grid-row-gap: .15rem;
  display: flex;
}

.swiper-bullet-2-3 {
  aspect-ratio: 1;
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: .7rem;
  height: .7rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all .2s;
  display: block;
}

.swiper-bullet-2-3.is-active {
  background-color: #fff;
}

.button-v2-3 {
  color: #1147c1;
  text-align: center;
  cursor: pointer;
  background-color: #f0eef3;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 3.4375rem;
  font-family: Everett, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.code-embed-30, .code-embed-31 {
  width: 1.1rem;
  min-width: 1.1rem;
}

.button-v2-4 {
  color: #1147c1;
  text-align: center;
  cursor: pointer;
  background-color: #f0eef3;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 3.4375rem;
  font-family: Everett, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.collection-list-wrapper-6 {
  display: block;
}

.text-field-6 {
  display: none;
}

.code-embed-32 {
  display: block;
}

.text-field-7, .text-field-8, .text-field-9, .text-field-10, .text-field-11 {
  display: none;
}

.flex-block-16 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
}

.filtered-options {
  display: none;
}

.heading-43 {
  font-family: Everett, sans-serif;
  font-size: 3.25rem;
  font-weight: 500;
}

.heading-style-h4-v2-copy {
  font-family: Everett, sans-serif;
  font-size: 2.1875rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h4-v2-copy.marketplace_text {
  font-family: Twkeverett, Arial, sans-serif;
  font-weight: 500;
}

.max-width-40 {
  max-width: 39rem;
}

.div-block-233 {
  background-color: #e3e9f933;
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.7rem;
  display: flex;
  overflow: hidden;
}

.section_team2 {
  color: var(--navi-blue);
}

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

.team2_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team2_item {
  text-align: left;
}

.team2_image-wrapper {
  background-color: #f0eef3;
  border-radius: 1.25rem;
  width: 100%;
  overflow: hidden;
}

.team2_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-size-large-3 {
  font-size: var(--text-size--large2);
  line-height: 1.4;
}

.team2_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-self: center;
  display: flex;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.button-18 {
  background-image: linear-gradient(314deg, #012782, #0062eb 65%);
  border-radius: 20px;
  padding: 15px 30px;
}

.button-18.is-secondary {
  background-color: #b6cafb4d;
  max-width: 5rem;
  margin-left: auto;
}

.max-width-38 {
  max-width: 38rem;
}

.team_layout2_name-2 {
  color: #fff;
  background-color: #1147c1;
  border-top-right-radius: 6.25rem;
  border-bottom-right-radius: 6.25rem;
  margin-left: -1.25rem;
  padding: .75rem 2rem .75rem 1.5rem;
  font-size: 1.25rem;
}

.div-block-234 {
  margin-bottom: 3rem;
}

.max-width-66 {
  max-width: 70rem;
}

.text-color-green {
  color: #74edc7;
}

.div-block-235 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  display: flex;
}

.solution-item {
  background-image: linear-gradient(90deg, #b6cafb, #ececf2);
  border-radius: 1.25rem;
  flex-flow: row;
  justify-content: space-between;
  min-width: 25%;
  height: 35rem;
  padding: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.solution-item.one {
  width: 50%;
}

.solution-content {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.solution-content.initial-content {
  display: flex;
}

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

.div-block-238 {
  width: 50%;
  height: 100%;
  margin-bottom: 0;
  margin-left: -19rem;
  margin-right: 0;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-238.one {
  display: block;
}

.div-block-239 {
  max-width: 19rem;
}

.solution-image {
  object-fit: cover;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.solution-image.one {
  display: block;
}

.text-size-large-4, .text-size-large-5, .text-size-large-6, .text-size-large-7 {
  font-size: var(--text-size--large2);
  line-height: 1.4;
}

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

.input {
  background-color: var(--off-white);
  border: 1px solid #0000;
  border-radius: 8px;
  margin-bottom: 0;
}

.input:focus {
  border-color: #006cfa;
}

.submit {
  border-radius: 8px;
  margin-top: 10px;
}

.div-block-240 {
  flex-flow: column;
  justify-content: flex-start;
  height: 100%;
  display: flex;
}

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

.note-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.blog-post_t-description p {
  font-size: var(--text-size--regular);
}

.blog-post_t-description a {
  text-decoration: underline;
}

.div-block-242 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #f0eef2;
  border-radius: 1rem;
  flex-flow: column;
  padding: 3rem 2rem;
  display: flex;
  overflow: hidden;
}

.div-block-243 {
  grid-column-gap: 2rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.max-width-50 {
  width: 100%;
  max-width: 45%;
}

.max-width-70 {
  width: 100%;
  max-width: 60%;
}

.div-block-244 {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.div-block-244.is-b-border {
  border-bottom: 1px solid #b3c8ff;
}

.div-block-245 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.search-parent {
  position: relative;
}

.sticky-button_component {
  z-index: 99;
  background-color: var(--dark-blue);
  width: auto;
  color: var(--neutral--white);
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.sticky-button_arrow {
  z-index: 9999999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--dark-blue);
  opacity: 0;
  color: #000;
  text-transform: uppercase;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-size: 1.05rem;
  transition: border-color .2s;
  display: flex;
  position: fixed;
  inset: auto 1.2% 3.5% auto;
  overflow: hidden;
}

.sticky-button_icon {
  width: 3rem;
  height: 3rem;
}

.code-embed-33 {
  display: none;
}

.link-block-8 {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-v2-5 {
  color: #1147c1;
  text-align: center;
  cursor: pointer;
  background-color: #f0eef3;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 3rem;
  font-family: Everett, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.button-v2-5.is-alternative {
  color: #016eff;
  background-color: #fffcf9;
  font-size: 1.375rem;
}

.div-block-247 {
  font-family: Everett, sans-serif;
}

.image-90 {
  padding-top: 40px;
}

.text-span-7 {
  color: var(--orange--base);
}

.div-block-248 {
  max-width: 17rem;
}

.div-block-249 {
  max-width: 9rem;
}

.div-block-250 {
  max-width: 15rem;
}

.div-block-251 {
  max-width: 14rem;
}

.section_k_header1-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--neutral--white);
  background-image: url('../images/main-banner-resize---PLAIN.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding-top: 10px;
  display: block;
  position: relative;
  overflow: hidden;
}

.section_k_layout2-copy {
  background-image: linear-gradient(#0165ef, #012f91);
  overflow: hidden;
}

.section_k_layout2-copy.background-color-white {
  background-color: #fefefe;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  overflow: hidden;
}

.section_k_layout2-copy.background-color-white-copy {
  background-color: #0a103e;
  background-image: url('../images/BG-2_1.webp');
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.section_layout353-copy {
  color: var(--off-white);
  background-color: #040042;
  background-image: linear-gradient(#0165ef59, #012f9159);
}

.section_how-works-copy {
  overflow: hidden;
}

.main-wrapper-copy.twk-font {
  font-family: Twkeverett, Arial, sans-serif;
}

.padding-global-v2-copy.z-index-1-copy {
  margin-top: 20px;
  padding-top: 20px;
}

.container-large-v2-copy {
  width: 100%;
  max-width: var(--container--large);
  margin-left: auto;
  margin-right: auto;
}

.container-large-v2-copy.is-footer {
  max-width: 117.5rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large-v2-copy {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

.padding-section-large-v2-copy.is-hero {
  padding-top: 10rem;
}

.padding-section-large-v2-copy.is-hero.is-min {
  min-height: 42rem;
}

.padding-section-large-v2-copy.is-hero.is-top1 {
  padding-top: 1rem;
}

.padding-section-large-v2-copy.is-pb0 {
  padding-bottom: 0;
}

.padding-section-large-v2-copy.is-pb3 {
  padding-bottom: 3.5rem;
}

.padding-section-large-v2-copy.is-b-border {
  border-bottom: 1px solid #e4ebf3;
}

.padding-section-large-v2-copy.is-large {
  padding-top: 8rem;
}

.padding-section-large-v2-copy.bt-medium {
  padding-bottom: 3.5rem;
}

.padding-section-large-v2-copy.is-p3 {
  padding-bottom: 3rem;
}

.padding-section-large-v2-copy.s-m-2 {
  position: relative;
}

.padding-section-large-v2-copy.is-herol {
  padding-top: 8rem;
}

.k_header1_component-v2-copy.is-h50 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 23rem;
  display: flex;
}

.k_header1_content-v2-copy {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.k_header1_content-v2-copy.is-home {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr .8fr;
}

.section_k_layout2-copy-copy {
  background-image: linear-gradient(#0165ef, #012f91);
  overflow: hidden;
}

.section_k_layout2-copy-copy.background-color-white {
  background-color: #fefefe;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  overflow: hidden;
}

.section_k_layout2-copy-copy.background-color-white-copy {
  background-color: #142676;
  background-image: url('../images/banner-2---resize-w-text-1-1.webp');
  background-position: 40% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 750px;
  padding-top: 0;
  overflow: hidden;
}

.section-133 {
  background-image: url('../images/banner-2---resize-w-text-2.webp');
  background-position: 0 0;
  background-size: contain;
  width: 2100px;
  height: 930px;
}

.image-91 {
  width: 2100px;
  display: block;
}

.padding-global-v2-copy {
  padding-left: 3%;
  padding-right: 3%;
}

.padding-global-v2-copy.z-index-1 {
  margin-top: 60px;
}

.padding-global-v2-copy.is-r0 {
  padding-right: 0%;
}

.padding-global-v2-copy.background-grey {
  background-color: #f2f4f5;
}

.text-span-8 {
  color: var(--dark-heading);
}

.text-size-medium-v2-copy.text-color-naviblue {
  color: var(--dark-heading);
  border-radius: 11px;
}

.section-134 {
  background-image: url('../images/partner-logos---transparent-background-1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-size-medium-v2-copy {
  font-size: var(--text-size--medium);
  line-height: 1.2;
}

.text-size-medium-v2-copy.text-color-naviblue {
  border-radius: 11px;
}

.text-size-medium-v2-copy.is-ffwhite {
  color: var(--off-white);
}

.text-size-medium-v2-copy.text-color-naviblue-copy {
  color: var(--dark-heading);
  border-radius: 11px;
}

.link-3 {
  font-size: var(--text-size--small);
}

.bold-text-8 {
  font-size: var(--text-size--medium);
}

.blog-post_content_sidebar {
  color: #d4d9e0;
  background-color: #28282a;
  border-radius: 1.25rem;
  flex-direction: column;
  width: 100%;
  padding: 1.5rem 1.25rem;
  display: flex;
  position: sticky;
  top: 6rem;
  overflow: hidden;
}

.blog-post_content_sidebar.toc {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--navi-blue);
  background-color: #0000;
  border-radius: 0;
  padding: 0 1.25rem 0 0;
  position: static;
}

.blog-post_content_sidebar-heading {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.heading-style-h5 {
  text-overflow: clip;
  white-space: normal;
  margin: 10px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  overflow: hidden;
}

.hide---but-don-t-delete {
  display: none;
}

.tocitem {
  color: var(--navi-blue);
  font-size: var(--text-size--small);
  justify-content: space-between;
  padding: 5px 10px 5px 8px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.tocitem:hover {
  border-left: 2px solid var(--navi-blue);
  color: #070e27;
  background-color: #a9ffe433;
  padding-left: 7px;
}

.tocitem.active {
  border-left: 2px solid var(--navi-blue);
}

.image-92 {
  max-width: 30%;
}

.div-block-252 {
  padding-top: 3.5rem;
}

.max-width-50-copy {
  max-width: 52rem;
}

.text-color-orange {
  color: var(--orange--base);
}

.div-block-253 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-93 {
  width: 15rem;
  margin-left: -2rem;
}

.div-block-254 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.image-94 {
  display: none;
}

.div-block-257 {
  flex-flow: column;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.textcolor-light-blue {
  color: #b4ded2;
}

.div-block-258 {
  max-width: 26rem;
}

.div-block-259 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-95 {
  width: 5rem;
}

.div-block-260 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  display: flex;
}

.image-96 {
  max-width: 30rem;
  height: auto;
}

.container-27-ccopy {
  text-align: left;
  width: 100%;
  max-width: 1360px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-27-ccopy.closeicon {
  text-align: right;
  direction: rtl;
  margin-bottom: -15px;
  padding-top: 5px;
  padding-right: 10px;
  font-size: 24px;
  display: block;
}

.container-27-ccopy.cutompad {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-style-h1-v2-2 {
  font-size: 4.4rem;
  font-weight: 500;
  line-height: 1.05;
}

.button-v2-6 {
  color: #1147c1;
  text-align: center;
  cursor: pointer;
  background-color: #a9ffe4;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 3rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.text-color-lightgreen-2 {
  color: #a9ffe4;
}

.div-block-261 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer1_component-2 {
  background-color: #fff;
  width: 100%;
  overflow: hidden;
}

.navbar1_menu-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
  position: static;
}

.div-block-262 {
  grid-column-gap: 1.5625rem;
  grid-row-gap: .9375rem;
  flex-flow: wrap;
  display: flex;
}

.navbar1_dropdown-toggle-2 {
  grid-column-gap: .5rem;
  color: #012680;
  border-radius: 6.25rem;
  align-items: center;
  padding: .5rem .625rem .5rem 1.25rem;
  font-size: 1.375rem;
  font-weight: 500;
  display: flex;
}

.navbar1_dropdown-toggle-2.text-color-offwhite {
  color: #f0eef3;
  font-size: 1.1rem;
}

.navbar1_dropdown-toggle-2.text-color-offwhite.w--open {
  background-color: #05004480;
  border-radius: 6.25rem;
  overflow: hidden;
}

.navbar1_dropdown-toggle-2.text-color-offwhite.is-noloink {
  white-space: nowrap;
  padding-right: 1.25rem;
}

.div-block-263 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.navbar_search-wrapper-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #0126804d;
  border-radius: 6.25rem;
  justify-content: space-between;
  width: 100%;
  max-width: 100rem;
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 1rem;
  display: none;
  overflow: hidden;
}

.form_field-label-v2-2 {
  margin-bottom: .5rem;
  font-size: 1.25rem;
  font-weight: 400;
}

.section_k_header1-2 {
  color: #fff;
  position: relative;
  overflow: hidden;
}

.div-block-264 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.code-embed-34 {
  width: 1.5rem;
  height: 1.5rem;
}

.div-block-265 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.form_message-success-2 {
  color: #1147c1;
  background-color: #b6cafb33;
  border: 2px solid #1147c1;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
  overflow: hidden;
}

.form_message-success-2.is-modal {
  color: #fff;
  background-color: #1147c1;
  width: 100%;
  max-width: 46rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 2rem;
}

.lottie-animation-3 {
  width: 1.8rem;
  height: 1.8rem;
}

.footer1_menu-wrapper-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  color: #f0eef3;
  background-color: #050044;
  background-image: linear-gradient(#0000, #1247c24d);
  border-radius: 1.25rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  max-width: 68.75rem;
  padding: 3.75rem;
  font-family: Twkeverett, Arial, sans-serif;
  display: flex;
}

.navbar1_component-2 {
  background-color: #0000;
  border: 1px #000;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  margin-top: 1.5rem;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.button-13-3 {
  color: #1147c1;
  text-align: center;
  background-color: #f0eef3;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  width: 13.875rem;
  height: 4.0625rem;
  padding: 1.5625rem 1.6375rem;
  font-size: 1.375rem;
  font-weight: 500;
  display: flex;
}

.button-13-3.is-flex {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
}

.button-13-3.is-flex.hide-tablet {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.button-13-3.is-flex.hide-tablet.grren {
  background-color: #a9ffe4;
}

.form_input-v2-2 {
  color: #050044;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 6.25rem;
  width: 100%;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input-v2-2:focus {
  border-color: #000;
}

.form_input-v2-2::placeholder {
  color: #05004499;
  font-size: 1rem;
}

.form_input-v2-2.is-outline {
  border-color: #05004466;
  width: 100%;
}

.form_input-v2-2.is-outline.is-center {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.form_input-v2-2.is-outline.is-center.is-select {
  padding-left: 0;
}

.home_journey_component-2 {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(45deg, #012f91, #0165ef);
  background-position: 0 0;
  border-radius: .9375rem;
  flex-flow: column;
  padding: 5.5rem 5rem;
  display: flex;
}

.container-large-v2-2 {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large-v2-2.is-footer {
  max-width: 117.5rem;
  margin-left: auto;
  margin-right: auto;
}

.form_message-error-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.navbar1_container-2 {
  background-color: #012680;
  border-radius: 6.25rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: .9375rem .9375rem .9375rem 1.25rem;
  display: flex;
}

.div-block-266 {
  max-width: 19rem;
}

.div-block-267 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-84 {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
}

.div-block-268 {
  background-color: #88a7f880;
  width: 100%;
  height: 1px;
}

.navbar_search_form_input-2 {
  color: #050044;
  background-color: #0000;
  border-style: none;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-right: 1rem;
  font-size: 1.1rem;
  font-weight: 500;
}

.navbar_search_form_input-2:focus {
  color: #ffffffb3;
}

.navbar_search_form_input-2::placeholder {
  color: #f0eef3;
  letter-spacing: -.02em;
  font-size: 1.25rem;
}

.div-block-269 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  display: flex;
}

.sticky-button_component-2 {
  z-index: 99;
  color: #fff;
  background-color: #012680;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.footer1_link-2 {
  color: #fff;
  padding-top: .625rem;
  padding-bottom: .625rem;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
  transition: all .3s;
}

.footer1_link-2:hover {
  text-decoration: underline;
}

.text-block-85 {
  margin-bottom: 0;
  font-family: Twkeverett, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.sticky-button_arrow-2 {
  z-index: 9999999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  opacity: 0;
  color: #000;
  text-transform: uppercase;
  background-color: #012680;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-size: 1.05rem;
  transition: border-color .2s;
  display: flex;
  position: fixed;
  inset: auto 1.2% 3.5% auto;
  overflow: hidden;
}

.button-v2-7 {
  color: #1147c1;
  text-align: center;
  cursor: pointer;
  background-color: #a9ffe4;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 3rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.button-v2-7.is-blue-bg {
  color: #fff;
  background-color: #0034ab;
}

.div-block-270 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-271 {
  cursor: pointer;
  border-right: 1px solid #012680;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.div-block-271.white {
  border-right-color: #fff;
}

.partners_contact_form-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #050044;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.k_contact-modal_background-overlay-2 {
  z-index: -1;
  color: #fff;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.k_contact-modal_content-wrapper-2 {
  z-index: 10;
  color: #050044;
  background-color: #fff;
  border-radius: 1.25rem;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 86vh;
  padding: 5rem 3.5rem 2.7rem;
  position: relative;
  overflow: auto;
}

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

.text-size-medium-v2-2 {
  font-size: 1.375rem;
  line-height: 1.2;
}

.footer1_left-wrapper-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  color: #f0eef3;
  text-align: center;
  background-color: #050044;
  background-image: linear-gradient(#0000, #1247c24d);
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 35rem;
  padding: 3.75rem;
  display: flex;
  overflow: hidden;
}

.heading-44 {
  font-family: Everett, sans-serif;
  font-size: 3.25rem;
  font-weight: 500;
}

.select-field-5 {
  background-color: #0000;
  border: 1px #000;
  width: 100%;
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.select-field-5.is-select {
  padding-left: 1.25rem;
}

.div-block-273 {
  background-color: #e3e9f933;
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.7rem;
  display: flex;
  overflow: hidden;
}

.heading-style-h4-v2-2 {
  font-family: Everett, sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h2-v2-2 {
  font-family: Everett, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
}

.text-size-tiny-2 {
  font-size: 1rem;
  line-height: 1.5;
}

.link-block-9 {
  background-color: #1247c24d;
  border-radius: 2rem;
  padding: .625rem;
  font-size: 1rem;
}

.link-block-9.is-footer {
  transition: all .3s;
}

.link-block-9.is-footer:hover {
  color: #050044;
  background-color: #fff;
}

.footer5_legal-link-2 {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

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

.icon-1x1-small-3 {
  width: 2.2rem;
  height: 2.2rem;
}

.rnpl_endrosed-iconbox-img {
  width: 30px;
}

.logo-2 {
  box-sizing: border-box;
  object-fit: contain;
  width: 150px;
  max-width: none;
}

.logo-2.rnpl_logo {
  width: auto;
  max-width: none;
  height: 100px;
  padding: 20px;
}

.image-102 {
  text-align: left;
  width: 70%;
  display: block;
}

.div-block-274 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.pricing-card-three-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-image: url('../images/realkeyper-bg-img.webp');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 20px;
  display: flex;
}

.pricing-card-three-2.rnpl_pricing-card.p-c {
  padding: 15px 35px;
}

.div-block-275 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 20px;
  display: block;
}

.footer1_component-3 {
  background-color: #fff;
  width: 100%;
  overflow: hidden;
}

.div-block-276 {
  width: 60%;
}

.navbar1_menu-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
  position: static;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0;
  display: grid;
}

.logo-carousel-wrapper {
  padding: 2rem 0;
  display: block;
}

.logo-carousel-wrapper.rnpl_logo-carousel-wrapper {
  display: block;
}

.button-19 {
  float: none;
  text-align: center;
  -webkit-text-fill-color: inherit;
  vertical-align: baseline;
  background-color: #152463;
  background-clip: border-box;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 15px;
  font-size: 16px;
  display: flex;
  position: static;
  box-shadow: 0 2px 5px #0003;
}

.button-19:hover {
  color: #000;
  background-color: #fcb913;
}

.button-19.rnpl-hero-applynow {
  max-width: 388px;
  margin-bottom: 20px;
  font-weight: 500;
}

.text-size-regular-v2-3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-size-regular-v2-3.text-color-white {
  color: #fff;
}

.div-block-277 {
  grid-column-gap: 1.5625rem;
  grid-row-gap: .9375rem;
  flex-flow: wrap;
  display: flex;
}

.text-field-16 {
  background-color: #fff;
  border-radius: 8px;
  color: #000 !important;
}

.navbar1_dropdown-toggle-3 {
  grid-column-gap: .5rem;
  color: #012680;
  border-radius: 6.25rem;
  align-items: center;
  padding: .5rem .625rem .5rem 1.25rem;
  font-size: 1.375rem;
  font-weight: 500;
  display: flex;
}

.navbar1_dropdown-toggle-3.text-color-offwhite {
  color: #f0eef3;
  font-size: 1.1rem;
}

.navbar1_dropdown-toggle-3.text-color-offwhite.w--open {
  background-color: #05004480;
  border-radius: 6.25rem;
  overflow: hidden;
}

.navbar1_dropdown-toggle-3.text-color-offwhite.is-noloink {
  white-space: nowrap;
  padding-right: 1.25rem;
}

.div-block-278 {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.heading-45 {
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-family: Nunito Sans;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.heading-45.h-45 {
  font-family: Everett, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.k_contact-modal_content-wrapper-copy-2 {
  z-index: 10;
  background-color: #fff;
  border-radius: 1.25rem;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem 2rem 2rem;
  position: relative;
  overflow: hidden;
}

.k_contact-modal_content-wrapper-copy-2.scroll-able {
  overflow: scroll;
}

.link-block-10 {
  background-color: #1247c24d;
  border-radius: 2rem;
  padding: .625rem;
  font-size: 13px;
}

.link-block-10.is-footer {
  transition: all .3s;
}

.link-block-10.is-footer:hover {
  background-color: #fff;
}

.rnpl_txt_regular-white {
  color: #fff;
  margin-bottom: 20px;
  font-family: Nunito Sans;
  font-size: 15px;
  line-height: 1.5em;
}

.heading-58 {
  color: #606476;
  font-family: Nunito Sans;
  font-size: 12px;
  font-weight: 700;
}

.rnpl_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.rnpl_container.rnpl_container-small {
  max-width: 992px;
}

.rnpl_container.rnpl-margin {
  margin-top: 50px;
}

.rnpl_container.rnpl_container-mini {
  max-width: 850px;
  margin-top: 40px;
}

.heading-63 {
  margin-bottom: 10px;
  font-family: Nunito Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.div-block-279 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.img-payment {
  max-width: 350px;
}

.rnpl_cal_label {
  font-family: Nunito Sans;
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.heading-54 {
  color: #fff;
  text-align: left;
  font-family: Everett, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
}

.rnpl_steps-bg-inner {
  float: none;
  width: 50%;
  padding-left: 50px;
}

.rnpl_steps-bg-inner.grid-new {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-image: url('../images/step-1-visa.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border: 1px solid #0000001f;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 91%;
  height: 295px;
  min-height: 1px;
  padding-left: 0;
  display: flex;
}

.rnpl_steps-bg-inner.grid-new.step2 {
  background-image: url('../images/step-2-visa.png');
  height: 295px;
  padding-bottom: 0;
}

.rnpl_steps-bg-inner.grid-new.step3 {
  background-image: url('../images/step-3-visa.png');
  justify-content: flex-start;
  align-items: flex-end;
}

.rnpl_steps-bg-inner.grid-new.step4 {
  background-image: url('../images/step-4-visa.png');
}

.code-embed-35 {
  width: 1.5rem;
  height: 1.5rem;
}

.text-block-91 {
  color: #000;
  width: 40%;
  font-size: 15px;
  line-height: 1.1;
}

.text-block-91.t-91 {
  color: #fff;
  width: 55%;
  font-family: Nunito Sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.heading-62 {
  color: #0b153f;
  width: 65%;
  margin-bottom: 10px;
  font-family: Nunito Sans;
  font-size: 2rem;
  font-weight: 700;
}

.heading-62.h-new {
  color: #fff;
  width: 40%;
  font-family: Nunito Sans;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.div-block-280 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.text-block-92 {
  margin-bottom: 0;
  font-family: Twkeverett, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.bold-text-13 {
  color: #3153a3;
}

.image-104 {
  width: 100%;
  max-width: 18%;
}

.image-104.x-visa {
  margin-top: -40px;
  margin-bottom: 0;
}

.heading-style-h3-v2-2 {
  font-family: Everett, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h3-v2-2.text-color-white {
  color: #fff;
  font-weight: 500;
}

.pricing-image {
  object-fit: cover;
  width: 100%;
  max-width: 15%;
  height: auto;
  margin-bottom: 16px;
}

.pricing-image.x-visa {
  background-color: var(--light-green);
  border-radius: 8px;
  padding: 10px;
}

.calculator-2 {
  color: #fff;
  background-color: #152463;
  border-radius: 1.25rem;
  width: 100%;
  padding: 2.5rem;
}

.calculator-2.light-blue-bg {
  background-color: #022581;
}

.lottie-animation-5 {
  width: 1.8rem;
  height: 1.8rem;
}

.footer1_link-3 {
  color: #fff;
  padding-top: .625rem;
  padding-bottom: .625rem;
  font-size: 13px;
  line-height: 1.2;
  text-decoration: none;
  transition: all .3s;
}

.footer1_link-3:hover {
  text-decoration: underline;
}

.footer1_menu-wrapper-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  color: #f0eef3;
  background-color: #050044;
  background-image: linear-gradient(#0000, #1247c24d);
  border-radius: 1.25rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  max-width: 68.75rem;
  padding: 3.75rem;
  font-family: Twkeverett, Arial, sans-serif;
  display: flex;
}

.navbar1_component-3 {
  background-color: #0000;
  border: 1px #000;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  margin-top: 1.5rem;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.code-embed-36 {
  object-fit: fill;
  width: 98%;
  font-family: Everett, sans-serif;
  font-weight: 400;
}

.column-31 {
  border-radius: 0;
  height: auto;
  min-height: 0;
}

.k_layout3_content-right-2 {
  width: 100%;
}

.button-13-4 {
  color: #1147c1;
  text-align: center;
  background-color: #f0eef3;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  width: 13.875rem;
  height: 4.0625rem;
  padding: 1.5625rem 1.6375rem;
  font-size: 1.375rem;
  font-weight: 500;
  display: flex;
}

.button-13-4.is-flex {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
}

.button-13-4.is-flex.hide-tablet {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.button-13-4.is-flex.hide-tablet.grren {
  background-color: #a9ffe4;
}

.rnpl-heading-tagline {
  color: #050044;
  background-color: #a9ffe4;
  border-radius: 50px;
  margin-bottom: 15px;
  padding: 8px 13px;
  font-family: Nunito Sans;
  font-size: 11px;
  font-weight: 700;
  line-height: 1em;
  display: inline-block;
}

.rnpl-heading-tagline.no-margin {
  color: #152463;
  letter-spacing: 0;
  margin-bottom: 0;
}

.rnpl-heading-tagline.no-margin.rnpl_center {
  text-align: center;
}

.rnpl-heading-tagline.no-margin.rnpl_center.i-t {
  letter-spacing: 3px;
  background-color: #a9ffe400;
  font-family: Everett, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-93 {
  font-family: Nunito Sans;
  font-weight: 700;
}

.form-5 {
  color: #fff;
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 0;
  line-height: 20px;
}

.column-34 {
  background-color: #fff;
  border: 1.5px solid #000;
  border-radius: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0 2px 5px #0003;
}

.image-109 {
  max-width: 110px;
}

.form_input-v2-3 {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 6.25rem;
  width: 100%;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input-v2-3:focus {
  border-color: #000;
}

.form_input-v2-3::placeholder {
  color: #05004499;
  font-size: 1rem;
}

.form_input-v2-3.is-outline {
  border-color: #05004466;
  width: 100%;
}

.heading-style-h1-v2-3 {
  color: #fff;
  letter-spacing: -.05em;
  padding-top: 10px;
  font-family: Nunito Sans;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.05;
  text-decoration: none;
}

.heading-style-h1-v2-3.rnpl_heading-style-h1-v2 {
  color: #152463;
  letter-spacing: 0;
  padding-top: 0;
  font-size: 55px;
  line-height: 1em;
}

.field-label-8 {
  font-family: Nunito Sans;
  font-size: 13px;
  font-weight: 400;
}

.container-51 {
  text-align: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.container-51.new-column {
  background-color: #0000;
}

.rnpl_section-heading-container {
  text-align: center;
}

.logo-carousel-inner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
  overflow: hidden;
}

.logo-carousel-inner.rnpl_logo-carousel-inner, .logo-carousel-inner.rnpl_logo-carousel-inner-copy {
  display: block;
}

.field-label-10 {
  font-family: Nunito Sans;
  font-size: 13px;
  font-weight: 400;
}

.navbar1_container-3 {
  background-color: #012680;
  border-radius: 6.25rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1120px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: .9375rem .9375rem .9375rem 1.25rem;
  display: flex;
}

.div-block-281 {
  border-radius: 10px;
  padding: 20px;
  font-size: 14px;
}

.text-block-89 {
  color: #d6d7e0;
  text-align: center;
  font-family: Nunito Sans;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
}

.column-33 {
  background-color: #fff;
  border: 1.5px solid #0b153f;
  border-radius: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0 2px 5px #0003;
}

.footer5_legal-link-3 {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

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

.rnpl_section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.rnpl_section.rnpl_readytoapply {
  background-image: url('../images/realkeyper-bg-img-5.webp');
  background-position: 0 0;
  background-size: cover;
}

.rnpl_section.rnpl_section-bg-blue {
  background-image: linear-gradient(#060146, #080e5d 33%, #091467);
}

.rnpl_section.rnpl_section-bg-blue.new-section {
  background-color: #0e1640;
  background-image: none;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Nunito Sans;
}

.rnpl_section.rnpl_section-bg-grey {
  background-color: #f5f8fd;
}

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

.text-block-88 {
  color: #d6d7e0;
  text-align: left;
  font-family: Nunito Sans;
  font-size: 13px;
  font-weight: 400;
}

.field-label-9 {
  font-family: Nunito Sans;
  font-size: 13px;
  font-weight: 400;
}

.columns-14 {
  display: flex;
}

.form-block-6 {
  text-align: left;
  border-radius: 0;
  padding-bottom: 0;
}

.rnpl_steps-bg {
  background-image: url('../images/6960fab6a83091da02d744cd_realkeyper-bg-img-2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 50px;
  box-shadow: 0 2px 5px #0003;
}

.rnpl_steps-bg.step2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/6960fab6a83091da02d744df_realkeyper-bg-img-3.jpg');
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.rnpl_steps-bg.step3 {
  background-image: url('../images/6960fab6a83091da02d744e8_realkeyper-bg-img-4.jpg');
  border-radius: 20px;
  width: auto;
}

.rnpl_steps-bg.step3-copy {
  background-image: url('../images/realkeyper-bg-img-4.webp');
}

.rnpl_steps-bg.ggrid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-283 {
  background-color: #fff;
  border-radius: 10px;
  margin-left: 0;
  padding: 30px 20px 50px 40px;
  box-shadow: 0 2px 5px #0003;
}

.text-size-small-3 {
  font-size: 1.12rem;
  line-height: 1.2;
}

.pricing-card-three-2-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-image: url('../images/realkeyper-bg-img.webp');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 20px;
  display: flex;
}

.pricing-card-three-2-copy.rnpl_pricing-card.p-c {
  padding: 15px 35px;
}

.section_k_header1-3 {
  color: #fff;
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.section_k_header1-3.rnpl_section_k_header1 {
  background-color: #fff;
}

.navbar_search-wrapper-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #0126804d;
  border-radius: 6.25rem;
  justify-content: space-between;
  width: 100%;
  max-width: 1120px;
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 1rem;
  display: none;
  overflow: hidden;
}

.div-block-284 {
  padding-left: 10px;
  padding-right: 10px;
}

.text-field-14 {
  border-radius: 8px;
  color: #000 !important;
}

.pricing-card-text-2 {
  color: #d6d7e0;
  margin-bottom: 20px;
  font-family: Nunito Sans;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
}

.pricing-card-text-2.t-45 {
  font-family: Everett, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.div-block-285 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rnpl_cal_heading {
  letter-spacing: 0;
  margin-bottom: 15px;
  font-family: Nunito Sans;
  font-size: 22px;
}

.column-29 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  object-fit: fill;
  flex: 0 0 15%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding-left: 0;
  display: block;
}

.div-block-286 {
  background-color: #88a7f880;
  width: 100%;
  height: 1px;
}

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

.container-large-v2-3.is-footer {
  max-width: 117.5rem;
  margin-left: auto;
  margin-right: auto;
}

.image-105 {
  width: 100%;
  max-width: 18%;
}

.image-105.x-visa {
  margin-top: -40px;
  margin-bottom: 0;
  position: static;
  top: auto;
}

.text-field-12 {
  border-radius: 8px;
  line-height: 1px;
  color: #000 !important;
}

.text-link-arrow {
  color: #1a1b1f;
  background-color: #a9ffe4;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.text-link-arrow:hover {
  background-color: #d2e9dc;
}

.grid-4 {
  grid-template-rows: auto;
  width: auto;
}

.hero-split {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.column-28 {
  color: #152463;
  background-color: #0b153f;
  border-radius: 10px;
  padding: 30px;
}

.columns-15 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

.heading-57 {
  color: #0b153f;
  font-family: Nunito Sans;
  font-size: 1.375rem;
  font-weight: 700;
}

.column-32 {
  background-color: #fff;
  border: 1.5px solid #0b153f;
  border-radius: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  box-shadow: 0 2px 5px #0003, 0 2px 5px #0003;
}

.img-stars {
  max-width: 180px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.heading-59 {
  color: #000;
  letter-spacing: 0;
  font-family: Nunito Sans;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.text-field-15 {
  border-radius: 8px;
  color: #000 !important;
}

.text-block-94 {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.navbar_search_form_input-3 {
  background-color: #0000;
  border-style: none;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-right: 1rem;
  font-size: 1.1rem;
  font-weight: 500;
}

.navbar_search_form_input-3:focus {
  color: #ffffffb3;
}

.navbar_search_form_input-3::placeholder {
  color: #f0eef3;
  letter-spacing: -.02em;
  font-size: 1.25rem;
}

.k_header1_image-2 {
  background-image: url('../images/realkeyper-bg-img-7.webp');
  background-position: 50%;
  background-size: auto 120%;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.logo-carousel-item {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.logo-carousel-item.rnpl_logo-carousel-item, .logo-carousel-item.rnpl_logo-carousel-item-copy, .logo-carousel-item.rnpl_logo-carousel-item {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-30 {
  padding-left: 0;
  padding-right: 0;
}

.text-field-13 {
  border-radius: 8px;
  color: #000 !important;
}

.text-block-90 {
  color: #4b5563;
  text-align: left;
  font-family: Nunito Sans;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.rnpl-review {
  color: #bccefa;
  font-family: Nunito Sans;
  font-weight: 500;
}

.heading-56 {
  color: #152463;
  text-align: left;
  padding-bottom: 10px;
  font-family: Nunito Sans;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.rnpl_heading-line {
  background-color: #a9ffe4;
  width: 280px;
  height: 8px;
  padding-bottom: 0;
  position: static;
}

.rnpl_section-heading-main {
  color: #152463;
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Nunito Sans;
  font-size: 45px;
}

.rnpl_section-heading-main.regular {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
}

.rnpl_section-heading-main.n-heading {
  margin-bottom: 40px;
  font-family: Everett, sans-serif;
  font-size: 40px;
}

.image-108 {
  width: 100%;
  max-width: 100%;
  display: block;
}

.pricing-description {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  color: #606476;
  text-align: center;
  justify-content: flex-start;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-family: Nunito Sans;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 25px;
  display: block;
}

.pricing-description.rnpl_section-subheading {
  margin-top: 10px;
  padding-top: 0;
  font-size: 17px;
}

.pricing-description.rnpl_section-subheading.nn {
  width: auto;
  font-family: Everett, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block-95 {
  font-family: Nunito Sans;
  font-weight: 700;
}

.rnpl_steps-bg-para {
  font-family: Nunito Sans;
  font-size: 16px;
  line-height: 1.2;
}

.button-v2-8 {
  color: #1147c1;
  text-align: center;
  cursor: pointer;
  background-color: #a9ffe4;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 3rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.button-v2-8.is-lightblue {
  color: #fff;
  background-color: #016eff;
}

.button-v2-8.light-green {
  color: #1147c1;
  background-color: #7fffd4;
}

.img-rating {
  max-width: 118px;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.rnpl_section-subheading {
  color: #606476;
  font-family: Nunito Sans;
  font-weight: 700;
  line-height: 1em;
}

.rnpl_section-subheading.rnpl-lineheight {
  line-height: 1.5em;
}

.rnpl_section-subheading.rnpl-margin-10 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-288 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-64 {
  color: #606476;
  font-family: Nunito Sans;
  font-size: 11px;
  line-height: 1;
}

.div-block-289 {
  cursor: pointer;
  border-right: 1px solid #012680;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.div-block-289.white {
  border-right-color: #fff;
}

.columns-16 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 0;
  margin-left: 0;
  display: flex;
}

.container-57 {
  margin-top: 20px;
  display: block;
}

.container-59 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1120px;
  height: auto;
  display: flex;
}

.k_contact-modal_background-overlay-3 {
  z-index: -1;
  color: #fff;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.submit-button-3 {
  color: #0b153f;
  vertical-align: baseline;
  background-color: #9cd3b4;
  border-radius: 12px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

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

.image-106 {
  width: 100%;
  max-width: 18%;
}

.image-106.x-visa {
  margin-top: -40px;
}

.rnpl-app-name {
  color: #e0e4f4;
  margin-bottom: 5px;
  font-family: Nunito Sans;
  font-weight: 500;
}

.rnpl_endorsed-iconbox {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  padding: 10px 5px 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.rnpl_steps-bg-heading {
  color: #000;
  letter-spacing: normal;
  font-family: Nunito Sans;
  font-size: 36px;
  font-weight: 500;
}

.rnpl-txt-testimonial {
  color: #f0eef3;
  font-family: Nunito Sans;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.rnpl-txt-testimonial.rnpl-txt-name {
  font-size: 15px;
}

.rnpl_endrosed-iconbox-counter {
  color: #152463;
  font-family: Nunito Sans;
  font-size: 14px;
  line-height: 1em;
}

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

.rnpl_whychoose_heading {
  color: #152463;
  text-align: left;
  font-family: Nunito Sans;
  font-size: 18px;
}

.div-block-291 {
  background-image: url('../images/realkeyper-bg-img-6.webp');
  background-position: 50%;
  background-size: cover;
}

.centered-heading-2 {
  color: #0b153f;
  text-align: center;
  margin-bottom: 0;
  font-family: Nunito Sans;
  font-size: 3rem;
  font-weight: 700;
}

.rnpl_steps-bg-sub {
  color: #152463;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Nunito Sans;
  font-size: 29px;
  font-weight: 500;
}

.heading-style-h3 {
  margin: 10px;
  font-family: Everett, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
}

.rnpl-testimonial-box {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.rnpl-testimonial-box.rnpl-col-3 {
  width: 25%;
}

.img-app {
  width: 100%;
  max-width: 160px;
  height: 48px;
}

.text-size-tiny-3 {
  font-size: 13px;
  line-height: 1.5;
}

.div-block-292 {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.form_input-v2-4 {
  color: #050044;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 6.25rem;
  width: 100%;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input-v2-4:focus {
  border-color: #000;
}

.form_input-v2-4::placeholder {
  color: #05004499;
  font-size: 1rem;
}

.form_input-v2-4.is-outline {
  border-color: #05004466;
  width: 100%;
}

.container-large-v2-4 {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.calculator-3 {
  color: #fff;
  background-color: #050044;
  border-radius: 1.25rem;
  width: 100%;
  padding: 2rem 2.5rem;
}

.button-v2-9 {
  color: #1147c1;
  text-align: center;
  cursor: pointer;
  background-color: #a9ffe4;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 3rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.button-v2-9.is-lightblue {
  color: #fff;
  background-color: #016eff;
}

.button-v2-9.is-secondary {
  clear: none;
  color: #f0eef3;
  background-image: linear-gradient(90deg, #0063ec, #012681);
}

.heading-style-h3-v2-3 {
  color: #050044;
  font-family: Everett, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h3-v2-3.text-color-white {
  color: #fff;
}

.heading-style-h2-v2-4 {
  font-family: Everett, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.hero-heading-left {
  -webkit-text-fill-color: inherit;
  background-color: #f5f7fa;
  background-image: url('../images/realkeyper-3.png');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  border-bottom: 1px solid #e4ebf3;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.hero-heading-left.right {
  background-color: #425da4;
  background-image: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-heading-left.right.ari {
  width: auto;
  padding-bottom: 0%;
  padding-left: 3%;
  padding-right: 3%;
}

.hero-heading-left.right.padding-global-v2 {
  background-color: #425da4;
  padding-top: 70px;
}

.hero-heading-left.right.padding-global-v2.keyper-middle-tabs {
  background-color: #425da4;
  background-image: none;
}

.hero-heading-left.new {
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.container-61 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  min-width: auto;
  font-size: 14px;
  display: block;
  position: relative;
}

.hero-wrapper.new {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  min-width: auto;
  display: none;
}

.hero-split-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 61%;
  margin-top: 60px;
  display: flex;
}

.hero-split-2.neww {
  justify-content: center;
  align-items: flex-end;
  max-width: none;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.hero-split-2.headingnew {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 40rem;
  max-width: none;
  margin-bottom: 60px;
  padding-left: 0;
}

.margin-bottom-24px-2 {
  border: 0px solid var(--dark-heading);
  width: 95%;
  color: var(--neutral--white);
  align-self: auto;
  margin-bottom: 24px;
  font-family: Nunito Sans;
  font-size: 18px;
  font-weight: 300;
}

.margin-bottom-24px-2.new {
  background-color: #4e383800;
  border-style: none;
  border-radius: 0;
  align-self: flex-start;
  width: 80%;
  margin-right: 0;
  padding-right: 0;
  font-size: 17px;
}

.margin-bottom-24px-2.new.border {
  border-style: none;
  width: auto;
}

.margin-bottom-24px-2.add3 {
  border-style: none;
  justify-content: center;
  align-self: center;
  width: 75%;
  margin-bottom: 20px;
  font-size: 22px;
  display: block;
}

.margin-bottom-24px-2.border {
  border-style: none;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.grid-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
}

.grid-5.hero-buttons {
  display: none;
}

.heading-65 {
  color: var(--neutral--white);
  letter-spacing: -.02em;
  flex: 0 auto;
  font-family: Nunito Sans;
  font-weight: 500;
}

.heading-65._66.nn {
  align-self: flex-start;
  font-size: 55px;
}

.heading-65.new {
  width: auto;
  font-size: 55px;
}

.heading-65.new.ss {
  text-align: left;
  -webkit-text-stroke-color: var(--off-white);
  margin-top: 100px;
}

.heading-65.new.ss.nn {
  margin-top: 150px;
  margin-bottom: auto;
  display: block;
  position: relative;
}

.renteryellow {
  color: #facc15;
}

.landlord {
  color: #bbfce4;
}

.image-110 {
  margin-top: 0;
  margin-bottom: 0;
  position: static;
}

.hero-heading-left-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-without-image-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tabs-menu-faq {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 1px solid #a8d5c2;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 50px;
  margin-bottom: 47px;
  padding: 3px;
  display: inline-flex;
}

.tabs-menu-faq.tab {
  float: none;
  clear: none;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-color: var(--dark-blue);
  text-align: left;
  border-radius: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 58%;
  min-width: 50px;
  max-width: 334px;
  margin-bottom: 0;
  display: flex;
}

.tabs {
  text-align: center;
  width: auto;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-tenant {
  background-color: var(--dark-heading);
  color: var(--off-white);
  border-radius: 8px;
  padding-left: 50px;
  padding-right: 50px;
}

.tab-link-tenant.w--current {
  color: var(--dark-headin-new);
  background-color: #bbfce4;
  border: 0 #b68484;
  border-radius: 5px;
  padding-left: 30px;
  padding-right: 30px;
}

.tab-link-tenant.w--current:hover {
  color: var(--violet--dark);
}

.tab-link-tenant.tab-btn-faq {
  color: var(--dark-headin-new);
  text-align: center;
  flex: 1;
  padding-left: 50px;
  padding-right: 50px;
}

.tab-link-tenant.tab-btn-faq.w--current {
  background-color: var(--blue);
  color: var(--off-white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.tab-link-faq-property-owner {
  background-color: #bbfce400;
  border-radius: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

.tab-link-faq-property-owner.w--current {
  background-color: var(--blue);
  color: var(--off-white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 12px;
  padding-left: 30px;
  padding-right: 30px;
}

.tab-link-faq-property-owner.tab-btn {
  color: var(--body-background);
}

.tab-link-faq-property-owner.tab-btn.w--current {
  color: var(--dark-headin-new);
}

.tab-link-faq-property-owner.tab-btn-faq.w--current {
  text-align: center;
  border-radius: 5px;
  flex: 1;
}

.text-block-96, .text-block-96:hover {
  color: inherit;
}

.text-block-97 {
  border-top-style: solid;
  border-top-width: 0;
  border-top-color: var(--black);
  border-right-style: solid;
  border-right-width: 0;
  border-right-color: var(--black);
  border-bottom-style: solid;
  border-bottom-width: 0;
  border-bottom-color: var(--black);
  border-left-style: solid;
  border-left-width: 0;
  border-left-color: var(--black);
  color: inherit;
}

.ar2 {
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
}

.ar2.arnew {
  outline-offset: 0px;
  background-image: url('../images/realkeyper-14.png');
  background-position: 50%;
  background-size: cover;
  outline: 3px #050044;
  width: auto;
  display: block;
  position: static;
}

.ar2.arnew.padding-global-v2 {
  padding-bottom: 100px;
}

.heading-66 {
  color: var(--body-background);
  text-align: center;
  letter-spacing: .4em;
  -webkit-text-stroke-color: var(--dark-blue);
  font-family: Nunito Sans;
  font-size: 32px;
  font-weight: 500;
}

.heading-66.nw {
  padding-top: 60px;
}

.heading-66.nw.nww {
  color: var(--black);
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  text-decoration: none;
}

.testimonial-slider-small {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-slider-small.neww {
  background-image: url('../images/realkeyper-13.png');
  background-position: 0 0;
  background-size: auto;
  padding: 0;
}

.testimonial-slider-small.newwww {
  padding: 0;
}

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

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.logo-track {
  overflow: visible;
}

.container-64 {
  max-width: 90%;
  padding-top: 60px;
}

.container-64.ne {
  max-width: 90%;
}

.section-135 {
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: static;
}

.columns-17 {
  height: 600px;
  margin-top: 40px;
  margin-left: 0;
  padding-left: 60px;
}

.image-111 {
  float: none;
  text-align: left;
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 580px;
}

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

.column-36 {
  text-align: left;
}

.section-136 {
  background-color: #39529f;
  display: block;
  position: static;
}

.image-112, .image-113 {
  overflow: visible;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--navi-blue);
  background-image: url('../images/realkeyper-20.png');
  background-position: 50%;
  background-size: cover;
  grid-template-rows: auto;
  align-items: center;
  width: auto;
  min-width: 0;
  padding: 9rem 0% 0;
}

.grid-6.k_header1_content-v2 {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  background-color: var(--dark-heading);
  background-image: none;
  grid-template-rows: auto;
  padding-top: 3rem;
}

.section-137 {
  width: auto;
}

.section-137.section_k_header1 {
  background-image: url('../images/hero-bg.webp');
  background-size: cover;
}

.image-114 {
  text-align: right;
  width: 80%;
  max-width: none;
  height: auto;
}

.image-114.k_header1_image-wrapper {
  text-align: left;
  width: 100%;
  height: 100%;
}

.image-114.slide-left {
  width: 75%;
}

.image-114.hero-phone {
  width: 100%;
}

.video {
  float: none;
  border-radius: 20px;
  align-self: flex-start;
  margin-top: 60px;
  text-decoration: none;
  overflow: hidden;
}

.section-138 {
  border: 1px #000;
  padding-bottom: 0;
}

.tab-pane-property-owner {
  color: var(--dark-headin-new);
}

.column-37 {
  display: block;
}

.faq-block-copy {
  cursor: pointer;
  cursor: pointer;
  border-bottom: 1px solid #05004480;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 10px;
  padding: 20px 0;
  display: flex;
}

.section-139 {
  width: 1280px;
}

.container-65 {
  max-width: none;
}

.collection-item-12 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section_latest_blogs {
  display: block;
}

.image-116 {
  border-radius: 10px 10px 0 0;
  margin-top: 0;
  margin-bottom: 20px;
}

.paragraph-2 {
  -webkit-text-stroke-width: 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 10px;
  overflow: hidden;
}

.text-block-98 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

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

.slider {
  background-color: #0000;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
}

.slide-nav {
  margin-top: 0;
}

.mask {
  height: auto;
}

.collection-list-wrapper-7 {
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  overflow: auto;
}

.collection-list-6 {
  display: block;
  overflow: auto;
}

.collection-item-13 {
  display: flex;
  overflow: auto;
}

.image-117 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.paragraph-3 {
  margin: 10px 10px 5px;
}

.grid-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  margin-left: 0;
  margin-right: 0;
}

.button-20 {
  background-color: #3580c200;
  padding-left: 0;
  font-family: Nunito Sans;
  font-size: 25px;
  font-weight: 500;
}

.button-21 {
  background-color: #3898ec03;
  font-family: Nunito Sans;
  font-size: 25px;
  font-weight: 500;
}

.columns-19 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  width: 50%;
  min-width: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.columns-20 {
  width: 50%;
}

.columns-21 {
  text-align: left;
  width: 70%;
}

.columns-23 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.column-38 {
  text-align: right;
  padding-right: 0;
}

.section_k_header_visa {
  background-image: url('../images/Hero-Section-1-2.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  overflow: hidden;
}

.button-22 {
  color: var(--dark-headin-new);
  text-align: left;
  background-color: #a9ffe4;
  border-radius: 5px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 20px;
  text-decoration: none;
}

.button-22:hover {
  border: 2px solid var(--light-green);
  color: var(--light-green);
  background-color: #0000;
  padding-top: 7px;
  padding-bottom: 7px;
}

.div-block-293 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: left;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: stretch;
  display: flex;
}

.button-23 {
  color: var(--dark-headin-new);
  -webkit-text-stroke-color: var(--body-background);
  background-color: #fffcfc;
  border: 0 solid #fff;
  border-radius: 5px;
  font-size: 20px;
}

.button-23:hover {
  color: var(--body-background);
  background-color: #0000;
  border-width: 2px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.code-embed-37 {
  margin-bottom: 0;
}

.section-140 {
  float: left;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  margin-top: 84px;
  margin-bottom: 60px;
  font-family: Nunito Sans;
  display: grid;
}

.text-span-9, .text-span-10, .text-span-11 {
  color: var(--light-green);
}

.text-overlay {
  -webkit-text-fill-color: inherit;
  background-color: #413b3bf0;
  background-clip: padding-box;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 18px;
  line-height: 23px;
  display: inline;
}

.paragraph-4 {
  text-align: left;
  line-height: 29px;
}

.image-118 {
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 0;
  position: static;
}

.paragraph-5 {
  text-align: left;
  margin-left: 0%;
}

.text-span-12 {
  color: var(--dark-blue);
  font-weight: 500;
}

.text-span-13 {
  color: var(--dark-blue);
}

.text-block-99 {
  width: auto;
  color: var(--neutral--500);
  letter-spacing: normal;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.5;
}

.text-block-100 {
  width: auto;
  color: var(--neutral--500);
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
}

.grid-9 {
  grid-template-columns: 1fr;
  place-content: end;
  line-height: 1.2;
  display: block;
}

.heading-67 {
  width: auto;
  color: var(--dark-blue);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.container-66 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  border: 1px solid #00000024;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 20px;
  display: block;
  box-shadow: 0 0 2px #0000002e;
}

.image-119 {
  text-align: center;
  margin-bottom: 15px;
}

.text-span-14, .text-span-15 {
  font-weight: 500;
}

.text-span-16 {
  background-color: var(--light-green);
  color: var(--dark-blue);
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
}

.section-141 {
  text-align: left;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.heading-68 {
  color: var(--neutral--200);
  text-align: center;
  margin-bottom: 20px;
  font-family: Nunito Sans;
  font-size: 40px;
  font-weight: 500;
}

.text-block-101 {
  width: auto;
  color: var(--neutral--200);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
  display: flex;
}

.text-block-101.mm {
  margin-bottom: 5px;
}

.text-block-102 {
  color: var(--neutral--300);
  text-align: center;
  font-size: 17px;
}

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

.text-block-104 {
  text-align: center;
  font-size: 16px;
}

.text-span-17 {
  color: var(--dark-blue);
  font-size: 18px;
  font-weight: 500;
}

.text-span-18 {
  background-color: var(--dark-blue);
  color: var(--neutral--white);
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 18px;
}

.text-block-105 {
  justify-content: center;
  align-items: flex-end;
  margin-top: 20px;
  margin-bottom: 26px;
  display: block;
}

.text-block-106 {
  margin-top: 20px;
  margin-bottom: 26px;
}

.text-block-107 {
  flex: 0 70%;
  margin-top: 20px;
  margin-bottom: 16px;
}

.text-block-108 {
  margin-bottom: 26px;
}

.image-120 {
  background-color: var(--dark-blue);
  text-align: left;
  vertical-align: bottom;
  border-radius: 5px;
  order: 0;
  align-self: flex-end;
  margin-bottom: 18px;
  margin-left: 10%;
  margin-right: 10px;
  padding: 5px;
}

.text-span-19 {
  text-align: left;
}

.text-span-20 {
  color: var(--yellow);
}

.text-span-21 {
  color: var(--light-green);
}

.column-52 {
  align-items: stretch;
  height: 100%;
  min-height: 500px;
  display: flex;
}

.text-block-109 {
  width: 32%;
  color: var(--body-background);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito Sans;
  font-size: 25px;
  position: absolute;
  inset: 5% auto auto 5%;
}

.button-24 {
  color: var(--dark-headin-new);
  background-color: #fff;
  border-radius: 5px;
  font-family: Nunito Sans;
  font-weight: 500;
  position: absolute;
  inset: 25% auto auto 5%;
}

.button-24.contact-btn {
  top: 34%;
}

.background-video-5 {
  z-index: 0;
  object-fit: contain;
  background-color: #3a529f;
  width: 100%;
  height: auto;
  position: relative;
}

.background-video-5.tp-tab-video {
  background-color: #435da9;
}

.play-pause-button {
  position: absolute;
}

.background-video-6 {
  z-index: 0;
  object-fit: contain;
  background-color: #3a529f;
  width: 100%;
  bottom: auto;
}

.background-video-6.tp-tab-video {
  background-color: #435da9;
}

.play-pause-button-2 {
  inset: 0%;
}

.div-block-295 {
  border-radius: 1px;
}

.paragraph-6 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.image-122 {
  display: none;
}

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

.text-style-tagline-parent.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.text-style-tagline-v2-parent.text-style-tagline-v2 {
  color: #006eff;
  font-size: var(--text-size--tiny);
  justify-content: center;
  align-items: center;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.text-style-tagline-l-parent.text-style-tagline-l {
  color: #006eff;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  display: inline-block;
}

.keyper-bh {
  color: #030043;
  max-width: 880px;
  margin: 0 auto;
  padding: 48px 24px;
  font-family: Inter, Helvetica Neue, Arial, sans-serif;
  line-height: 1.6;
}

.link-4 {
  text-align: left;
}

.section-142 {
  float: right;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: right;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  width: 25%;
  margin-bottom: 0;
  display: grid;
}

.heading-69 {
  text-align: left;
  letter-spacing: 0;
}

.heading-70 {
  margin-top: 10px;
  font-family: Nunito Sans;
}

.paragraph-11 {
  text-align: left;
  font-size: 12px;
}

.text-span-22 {
  color: var(--newyellow);
  font-weight: 500;
}

.text-span-23 {
  color: var(--newyellow);
}

.text-span-24 {
  color: var(--light-green);
  text-align: center;
  font-weight: 700;
}

.paragraph-12 {
  text-align: left;
  font-size: 10px;
}

.hero-copy-gap {
  max-width: 30rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.4rem;
  line-height: 1.08;
}

.hero-subhead-sm {
  max-width: 30rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.5;
}

.offer-code-chip {
  color: #11173f;
  white-space: nowrap;
  background-color: #f7b600;
  border-radius: 6px;
  padding: 2px 10px;
  font-weight: 500;
}

.visa-offer-band {
  box-sizing: border-box;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #eef3ff;
  border-radius: 20px;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin: 40px auto;
  padding: 48px;
  display: flex;
  overflow: hidden;
}

.visa-offer-text {
  flex: 1;
}

.visa-offer-img {
  flex: 1;
  justify-content: center;
  display: flex;
}

.visa-badges {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  margin-top: 10px;
  display: flex;
}

.visa-dl {
  margin-top: 16px;
  font-weight: 700;
}

.hiw-head {
  margin-top: 6px;
}

.visa-navy-band {
  box-sizing: border-box;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0e1640;
  align-items: center;
  width: 100%;
  padding: 48px max(3%, 50% - 560px);
  display: flex;
  overflow: hidden;
}

.visa-navy-text {
  flex: 1;
  font-family: Nunito Sans, sans-serif;
}

.visa-eyebrow {
  color: #0e1640;
  background-color: #a9ffe4;
  border-radius: 50px;
  margin-bottom: 14px;
  padding: 8px 14px;
  font-family: Nunito Sans, sans-serif;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
}

.visa-navy-h {
  color: #fff;
  margin: 0 0 14px;
  font-family: Nunito Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.visa-navy-p {
  color: #fff;
  max-width: 32rem;
  margin: 0 0 18px;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.visa-navy-dl {
  color: #fff;
  margin: 0 0 14px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.visa-badges-1 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  display: flex;
}

.visa-navy-img {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.visa-phone-img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 500px;
}

.visa-sky-band {
  box-sizing: border-box;
  text-align: center;
  background-color: #0e1640;
  background-image: url('../images/realkeyper-14.png');
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  padding: 80px 6vw;
  font-family: Nunito Sans, sans-serif;
  position: relative;
  overflow: hidden;
}

.visa-sky-overlay {
  z-index: 1;
  background-image: linear-gradient(#0e164099, #0e1640e6);
  position: absolute;
  inset: 0;
}

.visa-sky-inner {
  z-index: 2;
  max-width: 680px;
  margin: 0 auto;
  position: relative;
}

.visa-eyebrow2 {
  color: #0e1640;
  letter-spacing: .4px;
  background-color: #a9ffe4;
  border-radius: 50px;
  padding: 7px 15px;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
}

.visa-sky-h {
  color: #fff;
  margin: 14px 0 20px;
  font-family: Nunito Sans;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.1;
}

.visa-voucher {
  text-align: left;
  background-color: #fff;
  border-radius: 16px;
  max-width: 440px;
  margin: 0 auto 18px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 20px 50px #0000006b;
}

.vv-amt {
  background-color: #f7b600;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 128px;
  padding: 20px;
  display: flex;
}

.vv-num {
  color: #2a1d00;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.vv-off {
  color: #2a1d00;
  letter-spacing: 3px;
  margin-top: 3px;
  font-size: 12px;
  font-weight: 700;
}

.vv-info {
  border-left: 2px dashed #d9deea;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding: 16px 18px;
  display: flex;
}

.vv-line {
  color: #0e1640;
  font-size: 14px;
  line-height: 1.45;
}

.vv-code {
  color: #5f6478;
  margin-top: 8px;
  font-size: 13px;
}

.vv-chip {
  color: #2a1d00;
  background-color: #f7b600;
  border-radius: 5px;
  padding: 2px 9px;
  font-weight: 600;
}

.visa-sky-down {
  color: #dfe3f5;
  margin-bottom: 14px;
  font-size: 15px;
  font-weight: 500;
}

.visa-sky-stores {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  display: flex;
}

.hero-tc {
  color: #ffffffad;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 12px;
}

.visa-getrewarded {
  color: #e7eaf7;
  margin: 0 0 16px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.visa-stepband {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #080d280f;
  border-radius: 20px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 50px;
  overflow: hidden;
}

.hiw-mobile {
  display: none;
}

.hiw-track {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  scroll-snap-type: x mandatory;
  padding: 4px 20px 14px;
  display: flex;
  overflow-x: auto;
}

.hiw-card {
  scroll-snap-align: start;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 22px;
  flex: 0 0 90%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.hiw-card.hiw-c1 {
  background-image: url('../images/step1.png');
}

.hiw-card.hiw-c2 {
  background-image: url('../images/step2.png');
}

.hiw-card.hiw-c3 {
  background-image: url('../images/step3.png');
}

.hiw-c1 {
  background-image: url('../images/');
}

.hiw-c2 {
  background-image: url('../images/');
}

.hiw-c3 {
  background-image: url('../images/');
}

.hiw-tint {
  position: absolute;
  inset: 0;
}

.hiw-scrim {
  padding: 18px 20px 22px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.hiw-step {
  color: #a9ffe4;
  letter-spacing: .04em;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 700;
}

.hiw-h {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.22;
}

.hiw-em {
  color: #fff;
  font-weight: 800;
}

.hiw-mint {
  color: #a9ffe4;
  font-weight: 800;
}

.hiw-gold {
  color: #facc15;
  font-weight: 800;
}

.hiw-badge {
  color: #012680;
  background-color: #a9ffe4;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  font-weight: 800;
  display: flex;
  position: absolute;
  top: 14px;
  left: 14px;
}

.hiw-dots {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  padding: 8px 0 2px;
  display: flex;
}

.hiw-dot {
  background-color: #cdd3e6;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.hiw-on {
  background-color: #01297e;
  width: 26px;
}

.hiw-desktop-only {
  display: block;
}

.vhero {
  grid-row-gap: 20px;
  text-align: center;
  background-color: #050a1f;
  background-image: url('../images/');
  background-size: cover;
  flex-direction: column;
  align-items: center;
  padding: 84px 20px 34px;
  display: none;
  overflow: hidden;
}

.vhero-logo {
  width: 210px;
  height: auto;
}

.vhero-h {
  color: #fff;
  letter-spacing: -.01em;
  font-family: Nunito Sans, sans-serif;
  font-size: 29px;
  font-weight: 800;
  line-height: 1.16;
}

.vhero-gold {
  color: #f7b600;
}

.vhero-mint {
  color: #a9ffe4;
}

.vhero-person {
  width: 100%;
  height: auto;
  display: block;
}

.vhero-sub {
  color: #fff;
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
}

.vhero-tnc {
  color: #cdd6ea;
  margin: 0;
  font-size: 12px;
}

.vhero-offer {
  color: #fff;
  max-width: 30rem;
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
}

.vhero-code {
  color: #f7b600;
  white-space: nowrap;
  font-size: 26px;
}

.vhero-cta {
  grid-column-gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.vhero-badge {
  display: inline-block;
}

.vhero-badge-img {
  width: auto;
  height: 58px;
  display: block;
}

.visa-apply-btn {
  color: #01297e;
  background-color: #a9ffe4;
  border-radius: 100px;
  justify-self: start;
  margin-top: 6px;
  padding: 18px 48px;
  font-family: Nunito Sans;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
}

@media screen and (min-width: 1280px) {
  .column.heading-style-h1-v2 {
    padding-left: 0;
  }

  .section_k_header1 {
    background-color: var(--dark-heading);
  }

  .k_header1_image-wrapper.fab.is-adib {
    width: 45%;
  }

  .container-large-v2 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-large-v2.tp-tab-top-section {
    padding-left: 80px;
    padding-right: 80px;
  }

  .padding-global-v2 {
    background-color: #5180e400;
  }

  .padding-global-v2.z-index-1 {
    background-image: none;
    background-size: auto;
    justify-content: center;
    align-items: center;
    height: 620px;
    padding-left: 0%;
    display: flex;
  }

  .padding-section-medium-v2 {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .how-works_progress-bar-wrapper.is-3-copy {
    height: 77%;
  }

  .how-works_progress-bar-wrapper.is-4 {
    height: 66%;
  }

  .padding-section-large-v2 {
    padding-top: 53px;
    padding-bottom: 60px;
  }

  .padding-section-large-v2.is-hero.is-min-l {
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    padding-top: 60px;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .padding-section-large-v2.x-home {
    padding-bottom: 33px;
  }

  .heading-style-h1 {
    color: var(--neutral--white);
    font-family: Nunito Sans;
    font-size: 58px;
    font-weight: 400;
    line-height: 64px;
  }

  .text-size-regular-v2 {
    color: var(--black);
    font-weight: 600;
  }

  .text-size-regular-v2.is-ar-wrap {
    color: var(--navi-blue);
    font-family: Twkeverett, Arial, sans-serif;
    font-weight: 400;
  }

  .text-size-large.text-weight-medium {
    width: 100%;
    color: var(--neutral--white);
    font-weight: 400;
    line-height: 24px;
  }

  .text-size-medium-v2.text-color-white.ar.neww {
    padding-right: 0;
  }

  .body-v2.twk-font {
    overflow: visible;
  }

  .button-v2.max-width-50.justify-right, .button-v2.max-width-50.align-center {
    color: var(--01297e);
  }

  .home_journey_text-wrapper.count {
    text-align: center;
  }

  .counter.value.ar {
    padding-left: 2px;
    padding-right: 2px;
  }

  .counter.value.ar.nnn.pv-counter {
    padding-left: 2px;
  }

  .counter.value.ar.po-counter {
    padding-left: 0;
    padding-right: 1px;
  }

  .counter.value.ar.mu-counter {
    padding-right: 2px;
  }

  .k_header1_image.x-home-new {
    margin-bottom: -60px;
  }

  .faq_accordion {
    width: 100%;
  }

  .faq_question {
    color: var(--black);
    font-family: Nunito Sans;
    font-size: 20px;
    font-weight: 700;
  }

  .price_text-template {
    font-size: 32px;
  }

  .blog1_component {
    display: flex;
  }

  .navbar1_menu-links {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .navbar1_container {
    background-color: var(--nav-bg);
    border-radius: 10px;
    padding: 13px 30px;
  }

  .navbar1_dropdown-toggle.text-color-offwhite {
    grid-column-gap: 0rem;
    border-radius: 0;
    padding: 0;
    font-family: Nunito Sans;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
  }

  .navbar1_dropdown-toggle.text-color-offwhite.is-noloink {
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .navbar1_component {
    margin-top: 20px;
    margin-bottom: 45px;
    padding-left: 98px;
    padding-right: 98px;
  }

  .div-block-189.white {
    border-right-width: 0;
    width: 10px;
    height: 10px;
  }

  .button-13-2.is-flex.hide-tablet.grren {
    background-color: var(--neutral--white);
    border-radius: 5px;
    width: auto;
    height: 28px;
    padding: 0 16px;
    font-family: Nunito Sans;
    font-size: 14px;
    font-weight: 700;
  }

  .div-block-195 {
    flex-flow: row;
    display: flex;
  }

  .div_image_blue_clear {
    padding-top: 7px;
    display: none;
  }

  .image_search_blue {
    width: 18px;
    height: 18px;
  }

  .selected_header_div {
    padding-bottom: 0;
  }

  .div-block-169 {
    height: 40px;
  }

  .div-block-163 {
    height: 40px;
    max-height: 40px;
  }

  .div_image_search_blue {
    display: block;
  }

  .image_blue_close {
    width: 18px;
    height: 18px;
  }

  .div_inputbox_search_tag {
    display: none;
  }

  .div_search_dropdownlist_header {
    padding-bottom: 14px;
  }

  .recommend-location-container.shadow-three.mobile-shadow-hide {
    display: none;
  }

  .recent_location_container {
    padding-bottom: 14px;
  }

  .keryper_filter_search_inputbox {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .heading-43 {
    color: var(--headingblue);
    font-family: Twkeverett, Arial, sans-serif;
  }

  .section_k_layout2-copy-copy.background-color-white-copy {
    background-position: 50% 40%;
    width: 100%;
    height: 500px;
  }

  .heading-style-h5 {
    -webkit-text-stroke-color: var(--violet--base);
  }

  .div-block-261, .div-block-274 {
    flex-flow: row;
    display: flex;
  }

  .pricing-card-three-2.rnpl_pricing-card.p-c {
    background-color: #01297e;
    background-image: none;
  }

  .heading-45.h-45 {
    font-family: Nunito Sans;
    font-weight: 700;
  }

  .heading-62.h-new {
    font-weight: 700;
  }

  .rnpl-heading-tagline.no-margin.rnpl_center.i-t, .rnpl-heading-tagline.no-margin.rnpl_center.i-t.nn {
    color: #01297e;
    font-family: Nunito Sans;
  }

  .heading-style-h1-v2-3 {
    font-size: 58px;
    font-weight: 400;
    line-height: 64px;
  }

  .rnpl_section.rnpl_readytoapply {
    padding-top: 10px;
  }

  .rnpl_section.rnpl_section-bg-blue.new-section {
    background-color: #0e1640;
    background-image: none;
  }

  .pricing-card-three-2-copy.rnpl_pricing-card.p-c {
    background-color: #01297e;
    background-image: none;
  }

  .pricing-card-text-2.t-45 {
    font-family: Nunito Sans;
  }

  .rnpl_section-heading-main.n-heading {
    color: #01297e;
    margin-top: 0;
    font-family: Nunito Sans;
    font-size: 32px;
  }

  .pricing-description.rnpl_section-subheading {
    font-weight: 300;
  }

  .pricing-description.rnpl_section-subheading.nn {
    font-family: Nunito Sans;
  }

  .centered-heading-2.rnpl_section-heading-main {
    color: #01297e;
    margin-top: 0;
    font-size: 32px;
  }

  .hero-heading-left.right.padding-global-v2.keyper-middle-tabs {
    background-color: #425dab;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-wrapper.container-large-v2 {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom-24px-2 {
    border-width: 1px;
  }

  .heading-65.new.ss.nn {
    margin-top: 0;
    padding-right: 140px;
  }

  .renteryellow {
    font-weight: 400;
  }

  .landlord {
    color: #fff;
    font-weight: 400;
  }

  .tabs-menu-faq {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .tabs-menu-faq.tab {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1.5px solid var(--violet--dark);
    width: 80%;
    min-width: auto;
    max-width: 470px;
    color: var(--violet--dark);
    text-align: center;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tab-link-tenant {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tab-link-tenant.w--current, .tab-link-tenant.tab-btn-faq {
    color: var(--violet--dark);
  }

  .tab-link-tenant.tab-btn-faq.w--current {
    background-color: var(--violet--dark);
    color: var(--body-background);
  }

  .tab-link-tenant.tab-btn-faq.w--current:hover {
    background-color: var(--red--background);
    color: var(--blue);
  }

  .tab-link-faq-property-owner.tab-btn-faq {
    color: var(--navi-blue);
  }

  .tab-link-faq-property-owner.tab-btn-faq.w--current {
    background-color: var(--violet--dark);
    color: var(--body-background);
  }

  .text-block-96 {
    font-size: 20px;
    font-weight: 600;
  }

  .text-block-97 {
    color: inherit;
    font-size: 20px;
    font-weight: 600;
  }

  .text-block-97.current {
    color: var(--body-background);
  }

  .heading-66.nw.nww {
    margin-bottom: 60px;
  }

  .image-111 {
    text-align: left;
  }

  .testimonial-slider-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-136.padding-global-v2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-136.padding-global-v2.keyper-reviews {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/Rectangle.webp');
    background-position: 0 0;
    background-size: auto;
    background-clip: border-box;
  }

  .section-137.section_k_header1 {
    background-image: url('../images/hero-bg.webp');
    padding-left: 100px;
  }

  .columns-18.container-large-v2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-19 {
    text-align: center;
    width: 100%;
    padding-left: 0;
  }

  .columns-20, .columns-21 {
    width: 100%;
  }

  .column-38 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

  .button-22 {
    color: var(--keyperblue);
    border: 1px solid #a9ffe4;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 22px;
    font-weight: 700;
  }

  .button-22:hover {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button-23 {
    color: var(--violet--dark);
    border-width: 1px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 22px;
    font-weight: 700;
  }

  .column-41 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .column-42, .column-43 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-44, .column-45 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .column-46, .column-47, .column-48, .column-49, .column-50 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-51 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-span-9 {
    font-weight: 700;
  }

  .text-span-10 {
    letter-spacing: -4px;
  }

  .text-span-11 {
    font-weight: 700;
  }

  .image-118 {
    margin-bottom: 0;
  }

  .paragraph-5 {
    font-size: 18px;
  }

  .text-span-12 {
    color: var(--01297e);
    font-weight: 700;
  }

  .heading-67 {
    color: var(--01297e);
  }

  .heading-68 {
    font-family: Nunito Sans;
  }

  .text-block-103 {
    margin-top: 10px;
    font-size: 18px;
  }

  .text-block-104 {
    font-size: 20px;
    font-weight: 500;
  }

  .text-span-17 {
    color: var(--01297e);
    font-weight: 700;
  }

  .text-span-18 {
    background-color: var(--01297e);
  }

  .text-block-105, .text-block-106, .text-block-107, .text-block-108 {
    font-size: 20px;
    font-weight: 500;
  }

  .image-120 {
    background-color: var(--01297e);
    width: 38px;
    height: 38px;
  }

  .text-span-19 {
    letter-spacing: -4.8px;
  }

  .columns-24 {
    padding-bottom: 40px;
  }

  .text-span-20 {
    color: var(--newyellow);
    font-weight: 700;
  }

  .text-block-109 {
    width: 39%;
    font-size: 30px;
  }

  .button-24 {
    color: var(--cta-color);
    font-size: 22px;
    top: 16%;
  }

  .button-24.contact-btn {
    top: 25%;
  }

  .background-video-6.tp-tab-video {
    background-color: #3a529f;
  }

  .play-pause-button-2 {
    inset: auto 0% 0% auto;
  }

  .image-121 {
    z-index: 9;
    position: absolute;
    inset: auto 120px 20px auto;
  }

  .image-122 {
    display: none;
  }

  .text-block-110 {
    color: #000d41;
    line-height: 0;
  }

  .keyper-footer {
    background-color: #5180e4;
    padding: 50px 110px 60px 90px;
  }

  .div-block-296 {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .list {
    list-style-type: none;
    display: flex;
  }

  .list-item, .list-item-2 {
    list-style-type: none;
  }

  .rich-text-block-2 {
    color: var(--neutral--white);
    font-family: Nunito Sans;
  }

  .paragraph-7 {
    font-size: 15px;
    line-height: 20px;
  }

  .paragraph-8, .paragraph-9 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
  }

  .paragraph-10 {
    font-size: 15px;
  }

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

  .image-123, .image-124 {
    width: 134px;
    height: 45px;
  }

  .slide {
    background-image: url('../images/Group-6-2.png');
    background-position: 50%;
    background-size: cover;
  }

  .slider-2 {
    background-color: #ddd0;
  }

  .slide-2 {
    background-image: url('../images/Group-8.png');
    background-position: 50%;
    background-size: cover;
  }

  .slide-3 {
    background-image: url('../images/Group-7.png');
    background-position: 50%;
    background-size: cover;
  }

  .search-3 {
    position: static;
  }

  .search-input-4 {
    opacity: 1;
    width: 100%;
    position: absolute;
    inset: -50% 0% 0% auto;
  }

  .container-67 {
    width: 100%;
    position: relative;
  }

  .container-fluid {
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .row {
    display: flex;
  }

  .col-md-6 {
    width: 50%;
    position: relative;
  }

  .col-md-6.right-media-col {
    text-align: right;
    background-color: #39529f00;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
    padding-top: 0;
    display: flex;
  }

  .background-video-7 {
    z-index: auto;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .background-video-7.oss-bg {
    background-image: url('../images/realkeyper-20.png');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-301 {
    position: relative;
  }

  .div-block-301.slide-item {
    background-color: #39529f00;
    justify-content: center;
    align-items: center;
    height: 700px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 120px;
    display: flex;
  }

  .div-block-301.slide-item.oss-slide {
    background-image: url('../images/hero-bg.webp');
    background-position: 50%;
    background-size: cover;
    height: 700px;
    padding-top: 0;
    padding-left: 120px;
  }

  .rich-text-block-3 {
    padding-bottom: 0;
    padding-right: 0;
  }

  .rich-text-block-4 {
    background-color: #0000;
    padding-bottom: 0;
    padding-right: 50px;
  }

  .rich-text-block-5 {
    padding-bottom: 0;
    padding-right: 30px;
  }

  .image-125 {
    width: 70%;
    margin-right: auto;
  }

  .image-126 {
    width: 72%;
    margin-right: auto;
  }

  .only-mobile {
    width: 72%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-127 {
    z-index: 9;
    background-color: #030043;
    border-radius: 1rem;
    width: 112px;
    height: 136px;
    padding: 16px;
    position: fixed;
    bottom: 20px;
    right: 20px;
  }

  .visa-apply-btn.home {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .k_header1_image-wrapper.fab.is-adib {
    width: 40%;
  }

  .container-large-v2 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-large-v2.tp-tab-top-section {
    padding-left: 130px;
    padding-right: 120px;
  }

  .icon-embed-xsmall.is-1-25 {
    margin-top: -2px;
  }

  .icon-embed-xsmall.is-1-5 {
    margin-bottom: 0;
  }

  .k_layout3_content-right.k-k {
    text-align: left;
  }

  .k_layout3_component.k-new {
    width: 100%;
    max-width: none;
    display: block;
  }

  .padding-global-v2.z-index-1 {
    background-image: none;
    background-size: auto;
    justify-content: center;
    align-items: center;
    height: 760px;
    display: flex;
  }

  .padding-global-v2.z-index-1.banner-final {
    background-image: none;
    background-size: auto;
  }

  .heading-style-h1 {
    font-family: Nunito Sans;
    font-size: 58px;
    line-height: 64px;
  }

  .heading-style-h1.x-visa {
    text-align: left;
  }

  .text-size-regular-v2 {
    color: var(--black);
    font-weight: 600;
  }

  .text-size-regular-v2.is-ar-wrap {
    font-family: Twkeverett, Arial, sans-serif;
  }

  .body-v2.twk-font {
    overflow: visible;
  }

  .button-v2.max-width-50.justify-right {
    color: var(--01297e);
    font-weight: 400;
  }

  .button-v2.max-width-50.justify-right.btnnn {
    max-width: none;
  }

  .button-v2.max-width-50.align-center {
    max-width: 249px;
    color: var(--01297e);
    font-weight: 600;
  }

  .k_header1_content-left-v2.rnpl-k_header1_content-left-v2 {
    text-align: left;
  }

  .k_header1_image.x-home-new {
    margin-bottom: -60px;
  }

  .faq_question {
    color: var(--black);
    font-family: Nunito Sans;
    font-size: 20px;
    font-weight: 700;
  }

  .price_text-template {
    font-size: 40px;
    line-height: 40px;
  }

  .blog1_component {
    display: flex;
  }

  .image-80 {
    height: 20px;
  }

  .navbar1_component {
    margin-top: 20px;
    padding-left: 190px;
    padding-right: 190px;
  }

  .div_image_blue_clear {
    padding-top: 8px;
    display: none;
  }

  .image_search_blue {
    width: 20px;
    height: 20px;
  }

  .no_div_search_dropdownlist {
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .selected_header_div {
    padding: 32px 32px 0;
  }

  .div_search_dropdownlist {
    margin-bottom: 8px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .location_marker-2 {
    width: 20px;
  }

  .div-block-169 {
    height: auto;
  }

  .div-block-163 {
    height: 100%;
    max-height: none;
    position: absolute;
    right: 0;
  }

  .div_image_search_blue {
    display: block;
  }

  .image_blue_close {
    width: 20px;
    height: 20px;
  }

  .div_search_bar {
    width: 32%;
  }

  .div_inputbox_search_tag {
    display: none;
  }

  .div_search_dropdownlist_header {
    padding: 32px 32px 20px;
  }

  .no-recommend-location-item {
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .recent_location_container {
    padding: 32px 32px 20px;
  }

  .keryper_filter_search_inputbox {
    letter-spacing: .2px;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 120%;
  }

  .heading-43 {
    color: var(--headingblue);
    font-family: Twkeverett, Arial, sans-serif;
    font-size: 47px;
  }

  .section_k_layout2-copy-copy.background-color-white-copy {
    background-position: 30% 70%;
    width: 100%;
    height: 700px;
  }

  .pricing-card-three-2.rnpl_pricing-card.p-c {
    background-color: var(--01297e);
    background-image: none;
  }

  .heading-45.h-45 {
    font-family: Nunito Sans;
    font-weight: 700;
  }

  .text-block-91.t-91 {
    width: 50%;
  }

  .heading-62.h-new {
    width: 45%;
    font-weight: 700;
  }

  .pricing-image.x-visa {
    max-width: 62px;
  }

  .rnpl-heading-tagline {
    text-align: left;
  }

  .rnpl-heading-tagline.no-margin.rnpl_center.i-t, .rnpl-heading-tagline.no-margin.rnpl_center.i-t.nn {
    color: #01297e;
    font-family: Nunito Sans;
  }

  .heading-style-h1-v2-3 {
    font-size: 58px;
    line-height: 64px;
  }

  .heading-style-h1-v2-3.rnpl_heading-style-h1-v2 {
    text-align: left;
  }

  .rnpl_section {
    padding-left: 0;
  }

  .rnpl_section.rnpl_readytoapply {
    padding-top: 10px;
  }

  .rnpl_section.rnpl_section-bg-blue.new-section {
    text-align: center;
    background-color: #0e1640;
    background-image: none;
  }

  .rnpl_section.rnpl_section-bg-grey {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-card-three-2-copy.rnpl_pricing-card.p-c {
    background-color: #01297e;
    background-image: none;
  }

  .pricing-card-text-2.t-45 {
    font-family: Nunito Sans;
  }

  .rnpl_section-heading-main.n-heading {
    color: #01297e;
    margin-top: 0;
    margin-bottom: 53px;
    font-family: Nunito Sans;
  }

  .pricing-description.rnpl_section-subheading {
    font-weight: 300;
  }

  .pricing-description.rnpl_section-subheading.nn {
    font-family: Nunito Sans;
  }

  .rnpl_section-subheading.rnpl-margin-10 {
    text-align: left;
  }

  .centered-heading-2.rnpl_section-heading-main {
    color: #01297e;
    font-size: 36px;
  }

  .hero-heading-left.right.padding-global-v2.keyper-middle-tabs {
    background-color: #425dab;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-wrapper.container-large-v2 {
    padding-right: 0;
  }

  .margin-bottom-24px-2.new {
    width: 98%;
    font-size: 24px;
    font-weight: 400;
  }

  .margin-bottom-24px-2.add3.keyper-journey-padd {
    width: 60%;
    font-weight: 500;
  }

  .heading-65._66.nn {
    font-size: 64px;
    font-weight: 600;
  }

  .heading-65.new.ss.nn {
    padding-right: 210px;
  }

  .renteryellow {
    font-weight: 400;
  }

  .landlord {
    color: #fff;
    font-weight: 400;
  }

  .tabs-menu-faq {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .tabs-menu-faq.tab {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-color: var(--violet--dark);
    text-align: center;
    width: 70%;
    max-width: 100%;
  }

  .tab-link-tenant {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tab-link-tenant.w--current {
    color: var(--violet--dark);
  }

  .tab-link-tenant.tab-btn-faq {
    color: var(--violet--dark);
    padding-left: 30px;
    padding-right: 30px;
  }

  .tab-link-faq-property-owner.tab-btn-faq {
    color: var(--dark-blue);
  }

  .tab-link-faq-property-owner.tab-btn-faq.w--current {
    background-color: var(--violet--dark);
    color: var(--body-background);
  }

  .text-block-96 {
    font-size: 22px;
    font-weight: 600;
  }

  .text-block-97 {
    -webkit-text-stroke-color: var(--dark-blue);
    color: inherit;
    font-size: 22px;
    font-weight: 600;
  }

  .text-block-97.current {
    color: var(--off-white);
  }

  .section-136.padding-global-v2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-137.section_k_header1 {
    background-image: url('../images/hero-bg.webp');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    padding-left: 140px;
  }

  .tab-pane-property-owner {
    color: inherit;
  }

  .tab-pane-property-owner:lang(en) {
    color: var(--body-background);
  }

  .button-22 {
    color: var(--keyperblue);
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 22px;
    font-weight: 700;
  }

  .button-23 {
    color: var(--violet--dark);
    padding-top: 12px;
    font-size: 22px;
    font-weight: 700;
  }

  .column-49, .column-50 {
    padding-right: 0;
  }

  .column-51 {
    padding-left: 0;
  }

  .section-140 {
    text-align: left;
    width: 50%;
  }

  .text-span-9 {
    font-weight: 700;
  }

  .text-span-10 {
    letter-spacing: -5px;
  }

  .text-span-11 {
    font-weight: 700;
  }

  .image-118 {
    padding-bottom: 0;
  }

  .paragraph-5 {
    font-size: 20px;
    line-height: 27px;
  }

  .text-span-12 {
    color: var(--01297e);
    font-family: Nunito Sans;
    font-weight: 700;
  }

  .text-span-13 {
    color: var(--01297e);
    font-weight: 700;
    line-height: 27px;
  }

  .heading-67 {
    color: var(--01297e);
    font-family: Nunito Sans;
    font-weight: 700;
  }

  .section-141 {
    text-align: left;
    flex-flow: wrap;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .heading-68 {
    font-family: Nunito Sans;
    font-weight: 400;
  }

  .text-block-101, .text-block-101.mm {
    font-weight: 400;
  }

  .text-block-103 {
    margin-top: 10px;
    font-size: 20px;
  }

  .text-block-104 {
    font-size: 25px;
    font-weight: 500;
  }

  .text-span-17 {
    color: var(--01297e);
    font-size: 25px;
    font-weight: 700;
  }

  .text-block-105, .text-block-106, .text-block-107, .text-block-108 {
    font-size: 20px;
    font-weight: 500;
  }

  .image-120 {
    background-color: var(--01297e);
    width: 50px;
    height: 50px;
  }

  .text-span-19 {
    letter-spacing: -5.5px;
  }

  .text-span-20 {
    color: var(--newyellow);
  }

  .text-block-109 {
    width: 45%;
    font-size: 45px;
    left: 5%;
  }

  .button-24 {
    color: var(--cta-color);
    font-size: 25px;
    top: 30%;
    left: 5%;
  }

  .button-24.contact-btn {
    top: 40%;
  }

  .paragraph-6 {
    font-size: 13px;
  }

  .image-121 {
    z-index: 5;
    position: absolute;
    bottom: 30px;
    right: 150px;
  }

  .image-122 {
    display: none;
  }

  .text-block-112 {
    font-family: Nunito Sans;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
  }

  .col-md-6 {
    position: relative;
  }

  .col-md-6.right-media-col {
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    display: flex;
  }

  .background-video-7 {
    height: 100%;
  }

  .div-block-301.slide-item, .div-block-301.slide-item.oss-slide {
    height: 795px;
    padding-top: 0;
    padding-left: 230px;
  }

  .rich-text-block-3 {
    padding-right: 30px;
  }

  .rich-text-block-4 {
    padding-right: 90px;
  }

  .rich-text-block-5 {
    padding-right: 70px;
  }

  .image-125 {
    width: 72%;
  }

  .image-126 {
    width: 75%;
  }

  .section-142 {
    width: 20%;
  }

  .paragraph-12 {
    text-align: left;
  }
}

@media screen and (min-width: 1920px) {
  .k_header1_image-wrapper.fab.is-adib {
    width: 100%;
    margin-bottom: -6.5rem;
    position: static;
  }

  .k_header1_image-wrapper.is-813 {
    position: relative;
  }

  .container-large-v2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-large-v2.tp-tab-top-section {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global-v2 {
    max-width: none;
  }

  .padding-global-v2.z-index-1 {
    background-image: none;
    justify-content: center;
    align-items: center;
    height: 1000px;
    display: flex;
  }

  .k_layout3_content.nn {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-style-h1 {
    font-family: Nunito Sans;
    font-size: var(--heading--desktop--h1);
  }

  .heading-style-h1.x-visa {
    font-size: var(--big);
    letter-spacing: -5px;
    padding-left: 0;
  }

  .text-size-regular-v2 {
    color: var(--black);
    font-weight: 600;
  }

  .text-size-regular-v2.is-ar-wrap {
    color: var(--navi-blue);
    font-family: Twkeverett, Arial, sans-serif;
    font-weight: 400;
  }

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

  .text-size-large.text-weight-medium {
    color: var(--body-background);
    font-size: var(--text-size--regular);
    border: 0 solid #000;
    font-weight: 400;
    line-height: 26px;
  }

  .text-size-medium-v2.text-color-naviblue-copy {
    color: var(--dark-heading);
  }

  .heading-style-h2-v2.add2 {
    font-size: 50px;
    font-weight: 700;
  }

  .body-v2.twk-font {
    overflow: visible;
  }

  .button-v2.max-width-50.justify-right {
    color: var(--01297e);
    font-weight: 400;
  }

  .button-v2.max-width-50.align-center {
    max-width: 249px;
    color: var(--01297e);
    font-weight: 600;
  }

  .k_header1_content-v2.is-home {
    border: 1px solid #0000;
  }

  .counter.value.ar {
    font-size: var(--heading--desktop--h2);
  }

  .k_header1_image.x-home-new {
    vertical-align: baseline;
    width: 100%;
    margin-bottom: 0;
  }

  .faq_accordion {
    width: 100%;
  }

  .faq_question {
    color: var(--black);
    font-family: Nunito Sans;
    font-size: 20px;
    font-weight: 700;
  }

  .price_text-template {
    padding-left: 8px;
    font-size: 46px;
    line-height: 46px;
    display: block;
  }

  .navbar1_menu-links {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    font-family: Nunito Sans;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
  }

  .navbar1_container {
    background-color: var(--nav-bg);
    opacity: 1;
    border-radius: 10px;
    padding: 13px 30px;
  }

  .navbar1_logo {
    opacity: 1;
  }

  .navbar1_dropdown-toggle.text-color-offwhite {
    grid-column-gap: 0rem;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
  }

  .navbar1_dropdown-toggle.text-color-offwhite.is-noloink {
    grid-column-gap: 0rem;
    padding: 0;
    font-weight: 400;
  }

  .navbar1_menu {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    justify-content: center;
    align-items: center;
  }

  .div-block-189.white {
    border-right-width: 0;
    width: 10px;
    height: 10px;
  }

  .button-13-2.is-flex.hide-tablet.grren {
    background-color: var(--neutral--white);
    border-radius: 5px;
    width: auto;
    height: 28px;
    padding: 0 16px;
    font-family: Nunito Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 0;
  }

  .div_image_blue_clear {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .image_search_blue {
    width: 26px;
    height: 26px;
    position: static;
  }

  .no_div_search_dropdownlist {
    margin-bottom: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .search_inputbox_tag_close {
    margin-left: 4px;
  }

  .selected_header_div {
    padding: 32px 32px 0;
  }

  .div_search_dropdownlist {
    margin-bottom: 8px;
    padding: 0 32px;
  }

  .location_marker-2 {
    width: 18px;
    max-width: none;
    height: 20px;
  }

  .search_inputbox_tag_text {
    color: #3b4453;
    letter-spacing: .2px;
    margin-left: 8px;
    font-family: Twkeverett, Arial, sans-serif;
    font-size: 16px;
    line-height: 19px;
    position: static;
  }

  .div-block-169 {
    height: auto;
  }

  .div-block-163 {
    width: auto;
    height: 100%;
    max-height: none;
    padding-right: 0;
    display: flex;
    right: 0;
  }

  .div_image_search_blue {
    align-self: auto;
    margin-right: 0;
    padding-top: 16px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .image_blue_close {
    width: 28px;
    height: 28px;
  }

  .recent-location-item-text {
    letter-spacing: .2px;
    font-size: 16px;
  }

  .div_search_bar {
    width: 32%;
  }

  .recent-location-item {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-165 {
    background-color: #f8f8f8;
    border-radius: 128px;
    justify-content: center;
    align-self: center;
    align-items: center;
    height: 24px;
    padding: 2px 8px;
    display: flex;
  }

  .div_inputbox_search_tag {
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-right: 0;
    padding: 16px 20px;
    display: none;
    position: absolute;
  }

  .div_search_dropdownlist_header {
    padding: 32px 32px 20px;
  }

  .div-block-171 {
    display: flex;
  }

  .text-block-83 {
    color: #040042;
    letter-spacing: .2px;
    align-self: center;
    margin-right: 8px;
    font-family: Twkeverett, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
  }

  .no-recommend-location-item {
    align-items: flex-start;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .no-recommend-location-item-text {
    font-size: 16px;
  }

  .recommend-location-container {
    padding-top: 0;
    padding-left: 0;
  }

  .recommend-location-container.shadow-three.mobile-shadow-hide {
    border-style: none;
    border-width: 0;
    display: none;
    box-shadow: 0 30px 60px #0000001a;
  }

  .recommend-location-container.shadow-three.mobile-shadow-hide.w--open {
    z-index: auto;
    object-fit: fill;
    padding: 0;
  }

  .heading-42 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .recent_location_container {
    padding: 32px 32px 20px;
  }

  .keryper_filter_search_inputbox {
    color: #3b4453;
    letter-spacing: .2px;
    padding: 18px 22px;
    font-size: 18px;
  }

  .keryper_filter_search_inputbox::placeholder {
    color: #3b4453;
    font-size: 18px;
    line-height: 120%;
  }

  .recommend-location-item {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .recommend-location-item-text {
    letter-spacing: .2px;
    font-size: 16px;
  }

  .heading-43 {
    color: var(--headingblue);
    font-family: Twkeverett, Arial, sans-serif;
    font-size: 47px;
  }

  .link-block-8 {
    line-height: 1;
  }

  .section_k_layout2-copy.background-color-white-copy {
    background-image: url('../images/BG-2_1.webp');
    background-repeat: no-repeat;
    background-size: cover;
  }

  .padding-global-v2-copy.z-index-1-copy {
    margin-top: 80px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .section_k_layout2-copy-copy.background-color-white-copy {
    background-image: url('../images/banner-2---resize-w-text-2.webp');
    background-position: 30% 70%;
    background-size: 1920px 930px;
    width: 100%;
    height: 950px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .text-size-medium-v2-copy.text-color-naviblue, .text-size-medium-v2-copy.text-color-naviblue-copy, .text-size-medium-v2-copy.text-color-naviblue-copy {
    color: var(--dark-heading);
  }

  .heading-style-h5 {
    pointer-events: auto;
  }

  .pricing-card-three-2.rnpl_pricing-card.p-c {
    background-color: #01297e;
    background-image: none;
    height: 258px;
  }

  .pricing-grid {
    margin-bottom: 50px;
  }

  .heading-45.h-45 {
    font-family: Nunito Sans;
    font-weight: 700;
  }

  .heading-62.h-new {
    font-weight: 700;
  }

  .pricing-image.x-visa {
    border-radius: 15px;
    max-width: 62px;
  }

  .rnpl-heading-tagline.no-margin.rnpl_center.i-t {
    color: #01297e;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Nunito Sans;
  }

  .rnpl-heading-tagline.no-margin.rnpl_center.i-t.nn {
    color: #01297e;
    font-family: Nunito Sans;
  }

  .rnpl_section {
    padding-top: 30px;
  }

  .rnpl_section.rnpl_readytoapply {
    padding-top: 20px;
  }

  .rnpl_section.rnpl_section-bg-blue.new-section {
    background-color: #0e1640;
    background-image: none;
  }

  .rnpl_steps-bg.ggrid {
    margin-top: 0;
  }

  .pricing-card-three-2-copy.rnpl_pricing-card.p-c {
    background-color: #01297e;
    background-image: none;
  }

  .pricing-card-text-2.t-45 {
    font-family: Nunito Sans;
  }

  .image-105.x-visa {
    line-height: 1.1;
  }

  .rnpl_section-heading-main.n-heading {
    color: #01297e;
    margin-bottom: 53px;
    font-family: Nunito Sans;
  }

  .pricing-description.rnpl_section-subheading {
    color: #6a7181;
    font-weight: 400;
    line-height: 24px;
  }

  .pricing-description.rnpl_section-subheading.nn {
    font-family: Nunito Sans;
    font-size: 18px;
  }

  .centered-heading-2.rnpl_section-heading-main {
    color: #01297e;
    margin-bottom: 18px;
    font-size: 36px;
  }

  .hero-heading-left.right.padding-global-v2.keyper-middle-tabs {
    background-color: #425dab;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom-24px-2.new {
    width: 100%;
    font-size: 24px;
    font-weight: 400;
  }

  .margin-bottom-24px-2.add3 {
    font-size: 25px;
    font-weight: 500;
  }

  .margin-bottom-24px-2.add3.keyper-journey-padd {
    padding-left: 155px;
    padding-right: 155px;
  }

  .heading-65._66.nn {
    font-size: 64px;
    font-weight: 600;
  }

  .heading-65.new.ss.nn {
    text-transform: none;
    padding-right: 140px;
    font-weight: 500;
  }

  .renteryellow {
    font-weight: 400;
  }

  .landlord {
    color: #fff;
    font-weight: 500;
  }

  .tabs-menu-faq {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 3px;
  }

  .tabs-menu-faq.tab {
    border-color: var(--violet--dark);
    display: flex;
  }

  .tab-link-tenant {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tab-link-tenant.w--current, .tab-link-tenant.tab-btn-faq {
    color: var(--violet--dark);
  }

  .tab-link-faq-property-owner.tab-btn-faq.w--current {
    background-color: var(--violet--dark);
  }

  .text-block-96 {
    color: inherit;
    font-size: 22px;
    font-weight: 600;
  }

  .text-block-97 {
    font-size: 22px;
    font-weight: 600;
  }

  .heading-66 {
    font-weight: 400;
  }

  .container-64 {
    width: 100%;
    max-width: var(--container--large);
  }

  .section-136.padding-global-v2 {
    padding-top: 100px;
    padding-bottom: 92px;
  }

  .grid-6 {
    width: auto;
    min-width: auto;
  }

  .section-137 {
    width: auto;
  }

  .section-137.section_k_header1 {
    background-image: url('../images/hero-bg.webp');
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    padding-left: 70px;
    display: flex;
  }

  .columns-19, .columns-20 {
    font-weight: 700;
  }

  .button-22 {
    color: var(--keyperblue);
    font-size: 22px;
    font-weight: 700;
  }

  .button-23 {
    color: var(--violet--dark);
    font-size: 22px;
    font-weight: 700;
  }

  .column-49 {
    font-weight: 700;
  }

  .section-140 {
    width: 60%;
  }

  .text-span-9, .text-span-11 {
    font-weight: 700;
  }

  .image-118 {
    padding-bottom: 0;
  }

  .paragraph-5 {
    font-size: 20px;
    line-height: 27px;
  }

  .text-span-12 {
    color: var(--01297e);
    font-weight: 700;
    line-height: 26px;
  }

  .text-span-13 {
    color: var(--01297e);
    font-weight: 700;
  }

  .text-block-99 {
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-100 {
    line-height: 27px;
  }

  .heading-67 {
    color: var(--01297e);
    font-family: Nunito Sans;
    font-weight: 700;
  }

  .section-141 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-68 {
    font-family: Nunito Sans;
    font-weight: 700;
  }

  .text-block-101, .text-block-101.mm {
    font-weight: 400;
  }

  .text-block-103 {
    margin-top: 12px;
    font-size: 20px;
    font-weight: 500;
  }

  .text-block-104 {
    font-size: 25px;
    font-weight: 500;
  }

  .text-span-17 {
    color: var(--01297e);
    font-size: 25px;
    font-weight: 700;
  }

  .text-span-18 {
    background-color: var(--01297e);
  }

  .text-block-105, .text-block-106, .text-block-107, .text-block-108 {
    font-size: 20px;
    font-weight: 500;
  }

  .image-120 {
    background-color: var(--01297e);
    border-radius: 16px;
    width: 50px;
    height: 50px;
    padding: 0;
  }

  .text-span-19 {
    width: 100%;
    font-size: var(--big);
    text-align: right;
    letter-spacing: -5.5px;
    position: relative;
  }

  .text-span-20 {
    color: var(--newyellow);
    font-weight: 700;
  }

  .text-block-109 {
    width: 45%;
    font-size: 45px;
    left: 10%;
  }

  .button-24 {
    height: auto;
    color: var(--cta-color);
    font-size: 25px;
    top: 30%;
    left: 10%;
  }

  .button-24.contact-btn {
    top: 40%;
  }

  .play-pause-button {
    inset: auto 0% 0% auto;
  }

  .background-video-6.tp-tab-video {
    background-color: #3a529f;
  }

  .play-pause-button-2 {
    inset: auto 0% 0% auto;
  }

  .paragraph-6 {
    font-size: 13px;
  }

  .image-121 {
    z-index: 1;
    position: absolute;
    bottom: 0;
    right: 100px;
  }

  .bold-text-14 {
    padding-left: 10px;
  }

  .image-122 {
    display: none;
  }

  .text-block-110 {
    color: #000d41;
    -webkit-text-stroke-color: #000d41;
    font-family: Nunito Sans;
    font-size: 14px;
    font-weight: 700;
  }

  .text-block-111 {
    font-size: 15px;
    line-height: 20px;
  }

  .text-block-112 {
    font-weight: 400;
  }

  .div-block-297 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-around;
    align-items: center;
  }

  .image-123, .image-124 {
    width: 134px;
    height: 45px;
  }

  .col-md-6 {
    position: relative;
  }

  .col-md-6.right-media-col {
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    display: flex;
    position: relative;
  }

  .div-block-301.slide-item {
    height: 1010px;
    padding-top: 100px;
    padding-left: 220px;
  }

  .div-block-301.slide-item.oss-slide {
    height: 1010px;
    padding-top: 0;
    padding-left: 220px;
  }

  .rich-text-block-3 {
    padding-right: 220px;
  }

  .image-125, .image-126 {
    width: 75%;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .section-regular {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .nav-menu {
    background-color: #fff;
    padding-bottom: 10px;
  }

  .menu-button {
    border: 1px solid var(--neutral--200);
    padding: 10px;
  }

  .menu-button.w--open {
    background-color: var(--violet--base);
  }

  .search {
    top: -6%;
  }

  .navigation-button-wrap {
    display: none;
  }

  .regular-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .search_result_list {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .faq-block {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .fb-style-grid {
    grid-template-columns: 3fr;
  }

  .fb-typography-detail {
    margin-bottom: 16px;
  }

  .button-outline, .button-secondary {
    display: flex;
  }

  .fb-typography-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .fb-header-block {
    margin-top: 0;
  }

  .button-primary-right-icon, .button-secondary-right-icon {
    display: flex;
  }

  .image-cover {
    width: 350px;
    height: 350px;
    margin-left: -160px;
  }

  .footer-left-column {
    grid-template-columns: 1fr 1fr;
  }

  .footer-form-block {
    width: 100%;
  }

  .footer-legal-text-wrapper {
    margin-left: 0;
  }

  .footer-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .foooter-right-column {
    align-items: flex-start;
    max-width: 100%;
  }

  .search-button {
    display: flex;
  }

  .account-page-wrapper {
    flex-direction: column-reverse;
    justify-content: space-between;
  }

  .account-form-block {
    margin-right: auto;
  }

  .account-right-block {
    width: 100%;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .account-left-block {
    flex: 1;
    width: 100%;
    height: 100%;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .account-testimonial-wrap-inner {
    margin-top: 24px;
  }

  .account-button {
    display: flex;
  }

  .navbar-mobile-button-wrapper {
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .blog-text-wrapper {
    min-height: 160px;
  }

  .blog-title-wrap {
    margin-bottom: 82px;
  }

  .blog-slider-right-button {
    inset: -62px auto auto 60px;
  }

  .blog-slider-left-button {
    inset: -62px auto auto 0%;
  }

  .banner-container {
    justify-content: flex-start;
  }

  .heading-2 {
    font-size: 34px;
  }

  .pricing-overview {
    margin-left: 5%;
    margin-right: 5%;
  }

  .container-4 {
    max-width: 728px;
  }

  .pricing-grid-2 {
    grid-column-gap: 30px;
  }

  .heading-5, .heading-6, .heading-7 {
    font-size: 44px;
  }

  .container-5 {
    max-width: 728px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .container-6 {
    max-width: 728px;
  }

  .containersol {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .container-8.before {
    display: none;
  }

  .flex-block {
    flex-flow: column;
  }

  .container-13 {
    padding-bottom: 20px;
  }

  .section-4archi {
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-block-6 {
    font-size: 24px;
  }

  .container15 {
    width: 216px;
    margin-bottom: 10px;
  }

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

  .container-17 {
    height: 100%;
    font-size: 14px;
  }

  .text-block-7 {
    font-size: 26px;
  }

  .grid {
    flex-flow: column;
    justify-content: center;
    display: flex;
  }

  .container-19 {
    flex: 0 auto;
    align-self: center;
  }

  .container-20.ppt {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 79vw;
  }

  .image-ref-2 {
    margin-left: 10px;
  }

  .grid-2 {
    flex-flow: column;
    display: flex;
  }

  .flex-block-4 {
    flex-flow: column;
  }

  .container-23 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .image-6 {
    width: 180px;
  }

  .container-25 {
    width: 100%;
  }

  .background-video {
    height: 90vh;
  }

  .section-5 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .heading-13 {
    font-size: 52px;
  }

  .heading-14 {
    font-size: 37px;
  }

  .text-block-16 {
    font-size: 18px;
  }

  .section-6 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .heading-15 {
    font-size: 37px;
  }

  .heading-16 {
    padding-right: 0;
    font-size: 24px;
  }

  .text-block-17 {
    font-size: 17px;
  }

  .container-30 {
    height: 340px;
  }

  .container-30.tyx {
    padding-top: 3vh;
  }

  .section-7 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .text-block-18 {
    margin-top: 6px;
  }

  .container-31 {
    flex-flow: row;
    height: 251px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-32 {
    padding-top: 0;
  }

  .text-block-23 {
    font-size: 24px;
  }

  .column-3 {
    flex-flow: column;
    flex: 0 auto;
    align-items: flex-start;
    margin-top: 10px;
  }

  .column-3.addspacetop {
    flex-flow: column;
    flex: 0 auto;
    align-self: auto;
    padding-top: 10vh;
    display: flex;
  }

  .columns-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    margin-top: 10px;
  }

  .heading-17 {
    font-size: 52px;
  }

  .heading-18 {
    font-size: 54px;
  }

  .heading-19 {
    font-size: 48px;
  }

  .background-video-3 {
    min-height: 740px;
  }

  .section-10 {
    flex-flow: column;
    margin-left: 5%;
    margin-right: 5%;
    display: block;
  }

  .container-33 {
    padding-left: 0;
  }

  .text-1111112 {
    font-size: 20px;
  }

  .text-block-26 {
    font-size: 16px;
  }

  .k_header1_search_input {
    max-width: 98%;
    padding-right: 20px;
  }

  .heading-24 {
    font-size: 32px;
  }

  .columns-3 {
    flex-flow: row;
  }

  .column-6 {
    flex-flow: column;
    padding-right: 10px;
    display: block;
  }

  .columns-4 {
    flex-flow: column;
    display: block;
  }

  .heading-25 {
    font-size: 36px;
  }

  .text-block-34 {
    font-size: 19px;
  }

  .text-block-34.one {
    padding-right: 0;
    font-size: 17px;
  }

  .text-block-34-copy {
    font-size: 16px;
  }

  .flex-block-8.desk, .flex-block-8.desk.newsend {
    display: none;
  }

  .flex-block-9 {
    flex-flow: column;
    width: 680px;
    max-width: 700px;
  }

  .image-11 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-12 {
    text-align: right;
    border: 1px #000;
    width: 400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .flex-block-10 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
    display: grid;
  }

  .grid-3 {
    grid-template-columns: 1fr;
    place-content: stretch;
  }

  .image-13 {
    width: 140px;
    max-width: 100%;
  }

  .image-14, .image-15, .image-16 {
    width: 140px;
  }

  .column-13 {
    flex: 0 auto;
    align-self: center;
  }

  .image-17 {
    height: 185px;
  }

  .image-19 {
    align-self: center;
    width: 100px;
    margin-bottom: 20px;
  }

  .columns-8 {
    flex-flow: row;
  }

  .columns-9.custompadding {
    justify-content: space-around;
    align-self: auto;
    align-items: center;
  }

  .image-21 {
    max-width: 100%;
    max-height: 100%;
    overflow: clip;
  }

  .column-19 {
    align-self: center;
  }

  .feature-grid-copy {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .image-cover-copy {
    width: 350px;
    height: 350px;
  }

  .heading-33, .heading-34 {
    font-size: 34px;
  }

  .columns-11 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .swiper.is-prop {
    display: flex;
  }

  .swiper-wrapper.is-teammate {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .swiper-slide.is-prop {
    background-color: #f0eef3;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 336px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .collection-item-10 {
    width: 50%;
  }

  .code-embed-13 {
    display: block;
  }

  .container-47 {
    padding-bottom: 20px;
  }

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

  .button-group.show-tablet {
    display: block;
  }

  .k_header1_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

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

  .k_header1_image-wrapper.fab.is-adib {
    width: 65%;
  }

  .image-cover-copy {
    width: 350px;
    height: 350px;
    margin-left: -160px;
  }

  .services_layout1_list {
    grid-template-columns: 1fr 1fr;
  }

  .k_testimonial_slider {
    padding-left: 0;
    padding-right: 0;
  }

  .k_testimonial_mask {
    width: 100%;
  }

  .k_testimonial_slide {
    margin-right: 2.5rem;
    padding-right: 0;
  }

  .k_layout2_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .section_k_layout2.background-color-white.is-bg2 {
    background-color: #be8d4f;
    background-image: linear-gradient(#be8d4fb3, #be8d4fb3), url('../images/wood-adib.webp');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .k_contact_contact-list {
    grid-row-gap: 1rem;
  }

  .k_contact_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .padding-global-v2.z-index-1 {
    height: 440px;
  }

  .k_layout3_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .k_layout4_content {
    grid-column-gap: 3rem;
    grid-row-gap: 4px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-height: auto;
    display: grid;
  }

  .k_layout4_content.is-gap2 {
    grid-template-columns: 1fr 1fr;
  }

  .padding-section-medium-v2 {
    padding-left: .5rem;
  }

  .how-works_progress-bar-wrapper {
    height: 70%;
  }

  .how-works_progress-bar-wrapper.is-55 {
    height: 60%;
    margin-top: 0;
    left: 1.1rem;
  }

  .how-works_timeline-step {
    grid-column-gap: 1.5rem;
  }

  .how-works_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    padding: 40px;
  }

  .k_layout5_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .k_layout6_content-right {
    order: 1;
  }

  .padding-section-large-v2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-section-large-v2.is-hero {
    padding-top: 6rem;
  }

  .padding-section-large-v2.is-hero.is-m-l, .padding-section-large-v2.is-hero.is-m-m {
    padding-top: 7rem;
  }

  .k_layout6_image-wrapper {
    order: 1;
    width: 60%;
  }

  .k_layout6_content {
    grid-column-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
    display: flex;
  }

  .k-property_list-2 {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .max-width-25 {
    max-width: none;
  }

  .hide-tablet {
    display: none;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .heading-style-h3-v2 {
    font-size: 2.25rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .heading-style-h4-v2 {
    font-size: 1.75rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

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

  .padding-section-medium-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

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

  .margin-large {
    margin: 2.5rem;
  }

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

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .heading-style-h2-v2 {
    font-size: 2.75rem;
  }

  .heading-style-h2-v2.no-wrap {
    white-space: normal;
  }

  .padding-huge {
    padding: 5rem;
  }

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

  .button-v2.is-alternative {
    display: block;
  }

  .button-v2.max-width-50.align-center {
    max-width: 35%;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .k_navbar_menu-icon_line-bottom {
    background-color: var(--neutral--white);
    width: 24px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .k_navbar_menu-button {
    padding: 0;
  }

  .k_navbar_menu-button.w--open {
    background-color: #0000;
  }

  .k_navbar_menu-icon_line-top {
    background-color: var(--neutral--white);
    width: 24px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .k_navbar_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
    background-color: var(--neutral--white);
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .k_navbar_menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .k_navbar_link {
    text-align: left;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .k_navbar_button-wrapper {
    align-items: center;
  }

  .k_navbar_menu-icon_line-middle {
    background-color: var(--neutral--white);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 1px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .k_navbar_menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .k_header1_content-v2 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-auto-flow: row;
    min-height: auto;
  }

  .show-mobile-landscape {
    display: block;
  }

  .show-mobile-landscape.listing_filter_dropdown-button {
    display: flex;
  }

  .services_layout1_cms-list {
    grid-column-gap: 2rem;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .tenants_layout1_list {
    grid-column-gap: 2rem;
  }

  .tenants_cta_component {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .faq_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .k_header1_type_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .k-property_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .k-property_list {
    grid-template-columns: 1fr 1fr;
  }

  .k_layout9_content-left.is-pl2 {
    padding-left: 0;
  }

  .k_layout9_content-left.is-pr2 {
    padding-left: 0;
    padding-right: 0;
  }

  .k_layout9_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .k_navbar_dropdown-content {
    align-content: start;
    align-items: start;
    padding: 1rem 0;
  }

  .k_navbar_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .k_navbar_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .k_navbar_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .k_navbar_dropdown-list.w--open {
    border-style: none;
    width: auto;
  }

  .k_navbar_dropdown-link {
    white-space: normal;
  }

  .p-owner_layout1_tab-content {
    padding: 2rem 1rem;
  }

  .p-owner_money_list {
    grid-template-columns: 1fr 1fr;
  }

  .p-owner_money_icon {
    align-self: center;
  }

  .k_layout8_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .partners_contact_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .team_layout1_list {
    grid-column-gap: 2rem;
  }

  .team_layout2_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .insights_contact_content {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

  .k_contact-modal_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .k_layout7_image-wrapper {
    max-width: 15rem;
  }

  .k_layout7_image-wrapper.is-image5 {
    bottom: -5%;
  }

  .k_layout7_component {
    padding-bottom: 12%;
  }

  .k_layout7_inner-wrapper {
    justify-content: center;
  }

  .insights_research_list {
    grid-template-columns: 1fr 1fr;
  }

  .insights_research_list.grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .k_navbar_text {
    white-space: normal;
  }

  .listing_filter-tag_card {
    height: 28px;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .listing_header_col2 {
    height: 28px;
    margin-top: 4px;
  }

  .listing_filter-tag_close-icon {
    width: 9px;
    height: 9px;
  }

  .result_count {
    font-size: 12px;
  }

  .k_footer_stores-wrapper {
    width: 55%;
  }

  .price_text-template {
    font-size: 20px;
    line-height: 24px;
  }

  .inside-property_content-right {
    flex-direction: column;
    align-items: center;
    max-height: none;
    margin-top: 2rem;
    display: flex;
    position: static;
    overflow: visible;
  }

  .inside-property_content-inner-wrapper {
    max-width: none;
  }

  .inside-property_component {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .blog-post_header_image-wrapper {
    margin-bottom: 3rem;
  }

  .blog-post_layout1_content-right, .blog-post_layout1_content-left {
    width: 100%;
  }

  .blog-post_layout1_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .blog-post_content_content {
    margin-bottom: 3rem;
  }

  .related-blog_list {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .blog1_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .listing_filter_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-radius: 2rem;
    flex-flow: column;
    align-items: center;
  }

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

  .listing_filter_left-wrapper.is-hori {
    background-color: var(--off-white);
    border-radius: 1.25rem;
    flex-flow: column;
    align-items: stretch;
    margin-top: 1rem;
    padding: 1rem;
    position: static;
    overflow: hidden;
  }

  .listing_filter_dropdown-button {
    display: none;
  }

  .listing_filter_dropdown-button.show {
    background-color: #fff;
    display: flex;
  }

  .listing_filter_dropdown-button.is-search {
    width: 100%;
    max-width: none;
    display: flex;
  }

  .listing_filter_dropdown-list {
    background-color: #fff;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
    position: static;
  }

  .listing_filter_dropdown-option {
    background-color: #fff;
    width: 100%;
  }

  .listing_filter_dropdown-more-list {
    background-color: #0000;
    flex-flow: column;
    width: 100%;
    display: flex;
    position: static;
  }

  .listing_filter_form_card {
    width: auto;
  }

  .listing_filter_form {
    flex-flow: column;
    display: flex;
  }

  .listing_filter_map-list {
    position: relative;
    overflow: hidden;
  }

  .listing_filter_map-list.w--open {
    border-style: none;
    align-items: flex-start;
    padding: 0 0 0;
    position: relative;
    top: 0;
  }

  .listing_filter_map-dropdown-list, .listing_filter_dropdown {
    width: 100%;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    border-radius: 0;
    margin-top: 0;
    padding: 0;
  }

  .navbar1_menu-button {
    width: 2.25rem;
    height: 2.25rem;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-left: 3%;
    margin-right: 3%;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 3%;
  }

  .navbar1_menu-links {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    align-items: stretch;
    padding-left: 3%;
    padding-right: 3%;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_container {
    background-color: #0000;
    margin-top: 0;
    padding: 0;
  }

  .navbar1_container.offwhite-bg {
    background-color: var(--neutral--white);
  }

  .navbar1_dropdown-toggle {
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 3%;
    display: flex;
  }

  .navbar1_dropdown-toggle.text-color-offwhite {
    background-color: #05004480;
  }

  .navbar1_dropdown-toggle.text-color-offwhite.w--open {
    border-radius: 0;
  }

  .navbar1_component {
    background-color: var(--dark-blue);
    margin-top: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar1_component.is-white {
    background-color: var(--neutral--white);
  }

  .navbar1_menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-color: var(--dark-blue);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    flex-flow: column;
    align-items: stretch;
    padding: 0 0% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-offwhite {
    background-color: var(--neutral--white);
  }

  .div-block-189 {
    display: none;
  }

  .button-13-2 {
    color: #1147c1;
    width: 100%;
    margin-top: 1.625rem;
  }

  .button-13-2.is-blue.show-tablet {
    width: auto;
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
    display: block;
  }

  .button-13-2.show-tablet {
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
    display: block;
  }

  .button-13-2.is-flex.show-tablet {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .button-13-2.is-flex.show-tablet.green {
    background-color: var(--light-green);
  }

  .navbar_search_form-wrapper {
    width: 100%;
  }

  .search-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-color: #ffffff0f;
    border-radius: 6.25rem;
    margin: 1.25rem 3% 0;
    padding: 1.25rem 1.5rem;
    display: flex;
    overflow: hidden;
  }

  .search-2.is-blue {
    background-color: #1147c1cc;
  }

  .search-input {
    color: var(--neutral--white);
    background-color: #0000;
    border: 1px #000;
    margin-bottom: 0;
    font-family: Twkeverett, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 300;
  }

  .search-input::placeholder {
    color: #f0eef399;
    font-family: Twkeverett, Arial, sans-serif;
    font-size: var(--text-size--tiny);
    font-style: italic;
    font-weight: 300;
  }

  .search-button-2 {
    background-color: #0000;
    background-image: url('../images/w-search.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 1.5rem;
  }

  .footer1_left-wrapper {
    order: 1;
    max-width: none;
  }

  .footer1_logo-link {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer1_menu-wrapper {
    max-width: none;
  }

  .footer1_top-wrapper {
    grid-row-gap: .5rem;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .lottie-animation-2 {
    display: flex;
  }

  .listing_filter_main-dropdown-list {
    display: none;
  }

  .listing_filter_main-dropdown {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar2_link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .layout353_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .collection-item-11 {
    width: 100%;
  }

  .listing_filter_search_dropdown-list {
    background-color: #0000;
    flex-flow: column;
    width: 100%;
    position: static;
  }

  .div_image_blue_clear {
    display: none;
  }

  .no_div_search_dropdownlist {
    padding-bottom: 18px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .selected_header_div {
    padding: 20px 20px 12px;
  }

  .div_search_dropdownlist {
    padding-left: 18px;
    padding-right: 18px;
  }

  .location_marker-2 {
    width: 16px;
  }

  .div_image_search_blue {
    display: block;
  }

  .recent-location-item {
    margin-bottom: 12px;
  }

  .div_inputbox_search_tag {
    display: none;
  }

  .div_search_dropdownlist_header {
    padding: 20px 20px 12px;
  }

  .recommend-location-container.shadow-three.w--open {
    position: absolute;
  }

  .recommend-location-container.shadow-three.mobile-shadow-hide {
    z-index: 2;
  }

  .recent_location_container {
    padding: 20px 20px 12px;
  }

  .keryper_filter_search_inputbox {
    min-width: 0;
    height: 36px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .recommend-location-item {
    margin-bottom: 12px;
  }

  .k_contact-modal_content-wrapper-copy {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .difc_layout_form-filter_top-list {
    width: 100%;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .difc_layout_modal_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .difc_layout_form-filter_bottom-list {
    flex-flow: wrap;
  }

  .text-size-large-2.text-color-white {
    width: 100%;
  }

  .heading-43 {
    font-size: var(--heading--desktop--h3);
  }

  .heading-style-h4-v2-copy {
    font-size: 1.75rem;
  }

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

  .team2_list {
    grid-template-columns: 1fr 1fr;
  }

  .heading {
    font-size: 1.75rem;
  }

  .sticky-button_arrow {
    background-color: #0000;
    border-radius: 0;
    padding: 0;
  }

  .button-v2-5.is-alternative {
    display: block;
  }

  .div-block-248 {
    max-width: none;
  }

  .section_k_header1-copy {
    background-position: 50% 0;
    background-size: cover;
    background-attachment: scroll;
  }

  .padding-section-large-v2-copy {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-section-large-v2-copy.is-hero {
    padding-top: 6rem;
  }

  .k_header1_content-v2-copy {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-auto-flow: row;
    min-height: auto;
  }

  .section_k_layout2-copy-copy.background-color-white-copy {
    background-position: 50%;
    background-size: cover;
  }

  .section-134 {
    background-size: contain;
  }

  .blog-post_content_sidebar {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    cursor: pointer;
    order: -1;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-left: 0;
    position: relative;
    top: 0;
  }

  .blog-post_content_sidebar-heading {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-252 {
    padding-top: 3rem;
  }

  .div-block-257 {
    max-width: none;
  }

  .div-block-258 {
    max-width: 360.969px;
  }

  .image-96 {
    max-width: 20rem;
  }

  .heading-style-h1-v2-2 {
    font-size: 3.25rem;
  }

  .navbar1_menu-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    -webkit-text-fill-color: inherit;
    background-color: #012680;
    background-clip: border-box;
    flex-flow: column;
    align-items: stretch;
    padding: 0 0% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_dropdown-toggle-2 {
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 3%;
    display: flex;
  }

  .navbar1_dropdown-toggle-2.text-color-offwhite {
    background-color: #05004480;
  }

  .navbar1_dropdown-toggle-2.text-color-offwhite.w--open {
    border-radius: 0;
  }

  .search-input-2 {
    color: #fff;
    background-color: #0000;
    border: 1px #000;
    margin-bottom: 0;
    font-family: Twkeverett, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 300;
  }

  .search-input-2::placeholder {
    color: #f0eef399;
    font-family: Twkeverett, Arial, sans-serif;
    font-size: 1rem;
    font-style: italic;
    font-weight: 300;
  }

  .footer1_menu-wrapper-2 {
    max-width: none;
  }

  .navbar1_component-2 {
    background-color: #012680;
    margin-top: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .button-13-3 {
    color: #1147c1;
    width: 100%;
    margin-top: 1.625rem;
  }

  .button-13-3.is-flex.show-tablet {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .button-13-3.is-flex.show-tablet.green {
    background-color: #a9ffe4;
  }

  .navbar1_container-2 {
    background-color: #0000;
    margin-top: 0;
    padding: 0;
  }

  .sticky-button_arrow-2 {
    background-color: #0000;
    border-radius: 0;
    padding: 0;
  }

  .div-block-271 {
    display: none;
  }

  .k_contact-modal_content-wrapper-2 {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .footer1_left-wrapper-2 {
    order: 1;
    max-width: none;
  }

  .heading-44 {
    font-size: 2.5rem;
  }

  .lottie-animation-4 {
    display: flex;
  }

  .heading-style-h4-v2-2 {
    font-size: 1.75rem;
  }

  .heading-style-h2-v2-2 {
    font-size: 2.75rem;
  }

  .logo-2 {
    width: 120px;
  }

  .navbar1_menu-3 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    -webkit-text-fill-color: inherit;
    background-color: #012680;
    background-clip: border-box;
    flex-flow: column;
    align-items: stretch;
    padding: 0 0% 2rem;
    position: absolute;
    overflow: auto;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .button-19 {
    width: 100%;
  }

  .navbar1_dropdown-toggle-3 {
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 3%;
    display: flex;
  }

  .navbar1_dropdown-toggle-3.text-color-offwhite {
    background-color: #05004480;
  }

  .navbar1_dropdown-toggle-3.text-color-offwhite.w--open {
    border-radius: 0;
  }

  .k_contact-modal_content-wrapper-copy-2 {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .heading-58 {
    font-size: 13px;
  }

  .search-input-3 {
    color: #fff;
    background-color: #0000;
    border: 1px #000;
    margin-bottom: 0;
    font-family: Twkeverett, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 300;
  }

  .search-input-3::placeholder {
    color: #f0eef399;
    font-family: Twkeverett, Arial, sans-serif;
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
  }

  .text-block-91, .heading-62 {
    width: 100%;
  }

  .heading-style-h3-v2-2 {
    font-size: 2.25rem;
  }

  .pricing-image.x-visa {
    max-width: 25%;
    font-size: 24px;
  }

  .footer1_menu-wrapper-3 {
    max-width: none;
  }

  .navbar1_component-3 {
    background-color: #012680;
    margin-top: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .button-13-4 {
    color: #1147c1;
    width: 100%;
    margin-top: 1.625rem;
  }

  .button-13-4.is-flex.show-tablet {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .button-13-4.is-flex.show-tablet.green {
    background-color: #a9ffe4;
  }

  .heading-style-h1-v2-3 {
    font-size: 3rem;
  }

  .container-51 {
    max-width: 728px;
  }

  .navbar1_container-3 {
    background-color: #0000;
    margin-top: 0;
    padding: 0;
  }

  .rnpl_section, .rnpl_section.rnpl_section-bg-grey {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rnpl_steps-bg {
    background-image: url('../images/Group-6-3.jpg');
    background-position: 60%;
    border-radius: 20px;
    width: 100%;
  }

  .rnpl_steps-bg.step2 {
    background-image: url('../images/Group-6-5.jpg');
    width: 100%;
  }

  .rnpl_steps-bg.step3 {
    background-image: url('../images/step3bg.webp');
    width: 100%;
  }

  .hero-split {
    align-items: flex-end;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .heading-57 {
    font-size: 13px;
  }

  .div-block-289 {
    display: none;
  }

  .rnpl-inner-flex {
    flex-flow: column;
  }

  .lottie-animation-6 {
    display: flex;
  }

  .rnpl_steps-bg-sub {
    font-size: 26px;
  }

  .heading-style-h3 {
    font-size: 2.75rem;
  }

  .heading-style-h3-v2-3 {
    font-size: 2.25rem;
  }

  .heading-style-h2-v2-4 {
    font-size: 2.75rem;
  }

  .container-60, .container-61 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-62 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .tabs-menu-faq.tab {
    width: 56%;
  }

  .container-63 {
    max-width: 728px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

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

  .faq-block-copy {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .container-66 {
    width: 100%;
  }

  .text-block-102.x-visa {
    color: var(--neutral--400);
    font-size: 15px;
  }

  .image-120 {
    padding-right: 5px;
  }

  .text-block-109 {
    width: 54%;
  }

  .hero-copy-gap {
    font-size: 2.6rem;
    line-height: 1.1;
  }

  .visa-navy-h {
    font-size: 32px;
  }

  .visa-sky-band {
    background-attachment: scroll;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 40px;
  }

  .nav-menu {
    background-color: #fff;
  }

  .menu-button.w--open {
    background-color: #4640de;
  }

  .navigation-button-wrap {
    display: none;
  }

  .regular-collection-list, .search_result_list {
    grid-template-columns: 1fr;
  }

  .feature-grid {
    flex-flow: column;
  }

  .document-table-wrapper {
    white-space: nowrap;
  }

  .section-x-small, .section-regular-del-me {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h4-heading {
    font-size: 36px;
  }

  .fb-colour {
    margin-bottom: 25px;
  }

  .h3-heading {
    font-size: 40px;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .fb-class-base {
    margin-bottom: 25px;
  }

  .h1-heading {
    font-size: 48px;
  }

  .section-x-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h2-heading {
    font-size: 44px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 20px;
  }

  .footer-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-bottom: 60px;
  }

  .footer-logo-link {
    margin-bottom: 40px;
  }

  .footer-section {
    background-color: #f0eef3;
    background-image: none;
  }

  .footer-social-links {
    margin-top: 20px;
    margin-bottom: 24px;
  }

  .account-form-card {
    padding-left: 5%;
    padding-right: 5%;
  }

  .blog-mask {
    width: auto;
  }

  .blog-slider-right-button {
    inset: -72px auto auto 64px;
  }

  .blog-slider-left-button {
    inset: -72px auto auto 0%;
  }

  .banner-announcement {
    text-align: left;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .banner-container {
    grid-column-gap: 24px;
  }

  .banner-button-small {
    position: static;
  }

  .pricing-overview, .logos-title-small {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .logos-without-title {
    padding: 60px 15px;
  }

  .container-8.before, .container-9.dhide {
    display: none;
  }

  .head-sec-100 {
    font-size: 24px;
  }

  ._2313134 {
    font-size: 27px;
  }

  .background-video-2 {
    padding-left: 10px;
    padding-right: 20px;
  }

  .text-block-16 {
    padding-bottom: 20px;
  }

  .columns {
    flex-flow: column;
  }

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

  .text-block-18 {
    margin-top: 0;
    padding-top: 15px;
    padding-left: 15px;
    font-size: 16px;
  }

  .container-31 {
    height: 280px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-20 {
    padding-top: 10px;
    padding-left: 15px;
  }

  .container-32 {
    padding-bottom: 0;
  }

  .button-3 {
    width: 240px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-36 {
    flex-flow: column;
    display: flex;
  }

  .k_header1_search_input {
    max-width: 90%;
    padding-right: 20px;
  }

  .columns-3, .columns-4 {
    flex-flow: column;
  }

  .text-block-34.one.tects {
    font-size: 22px;
  }

  .flex-block-8.desk {
    display: none;
  }

  .section-10-copy {
    margin-left: 5%;
    margin-right: 5%;
  }

  .flex-block-9 {
    flex-flow: column;
    width: 505px;
  }

  .button-3-copy {
    width: 240px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .columns-8 {
    flex-flow: column;
  }

  .column-18 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-21 {
    align-self: flex-end;
  }

  .code-embed-5 {
    width: 100%;
  }

  .image-29 {
    max-width: 100%;
  }

  .column-20 {
    padding-left: 0;
    padding-right: 0;
  }

  .swiper-wrapper.is-teammate {
    grid-template-columns: 1fr 1fr;
  }

  .swiper-slide.is-team.v2:hover {
    background-color: #012680;
    border-radius: 10px;
  }

  .swiper-slide.is-prop {
    min-height: 336px;
  }

  .swiper-slide.is-team.v2:hover {
    background-color: #0000;
  }

  .swiperembedd {
    display: block;
  }

  .code-embed-13 {
    display: none;
  }

  .k_header1_content-left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section_k_header1 {
    padding-top: 30px;
  }

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

  .button-group.is-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    display: grid;
  }

  .button-group.is-center-landscape {
    flex-flow: wrap;
  }

  .k_header1_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .k_header1_content.is-property-software, .k_header1_content.is-thirty {
    flex-flow: column;
    display: flex;
  }

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

  .margin-top.margin-medium.hide-landscape {
    display: none;
  }

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

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

  .k_header1_image-wrapper.fab {
    align-self: flex-start;
  }

  .k_header1_image-wrapper.fab.hide.is-show-la {
    display: block;
  }

  .k_header1_image-wrapper.fab.is-adib {
    width: 55%;
    position: absolute;
  }

  .services_layout1_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    place-items: stretch stretch;
  }

  .services_layout1_list.is-col2.is-col1-m {
    flex-flow: column;
    display: flex;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .max-width-large.align-center.align-left-landscape {
    margin-left: 0;
    margin-right: 0;
  }

  .services_layout1_image-wrapper {
    margin-left: 0;
  }

  .services_layout1_item {
    padding: 1rem 1.25rem;
  }

  .services_layout1_item.is-white {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .services_layout1_item.is-white.is-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

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

  .k_testimonial_slider {
    padding-bottom: 5rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .k_testimonial_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .k_testimonial_arrow.is-left {
    right: 3.5rem;
  }

  .k_layout2_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .k_layout2_image.cover {
    object-fit: cover;
  }

  .form_field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

  .k_contact_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .k_contact_form-block {
    padding: 1.5rem 1rem;
  }

  .form_field-wrapper {
    flex-flow: column;
    display: flex;
  }

  .k_layout3_content-right.k-k {
    width: 100%;
  }

  .padding-global-v2.z-index-1 {
    height: 350px;
  }

  .padding-global-v2.is-r0 {
    padding-right: 3%;
  }

  .padding-global-v2.p-l-0 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .k_layout3_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    align-items: stretch;
    display: flex;
  }

  .k_layout3_content.is-reverse {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    display: flex;
  }

  .k_layout4_image-wrapper.is-60 {
    order: 1;
    width: 100%;
  }

  .k_layout4_content {
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .k_layout4_content.is-gap2 {
    grid-row-gap: 2rem;
  }

  .k_layout4_content.is-bt {
    padding-bottom: 3rem;
  }

  .section_k_layout4.is-white, .section_k_layout4.is-rotate {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .padding-section-medium-v2.is-header {
    padding-top: 6rem;
  }

  .padding-section-medium-v2.is-b-l {
    padding-bottom: 3.5rem;
  }

  .how-works_content-left {
    order: 1;
  }

  .how-works_progress-bar-wrapper {
    height: 78%;
    margin-top: 0;
    left: 1.2rem;
  }

  .how-works_progress-bar-wrapper.is-3 {
    margin-top: -1rem;
  }

  .how-works_progress-bar-wrapper.is-3.is-2 {
    margin-top: -.8rem;
  }

  .how-works_progress-bar-wrapper.is-55 {
    height: 75%;
  }

  .how-works_progress-bar-wrapper.is-3-copy {
    margin-top: -1rem;
  }

  .how-works_progress-bar-wrapper.is-3-copy.is-2 {
    margin-top: -.8rem;
  }

  .how-works_timeline-icon-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .how-works_content {
    border-radius: 20px;
    grid-template-columns: 1fr;
    padding: 2rem 1.5rem;
  }

  .k_layout5_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .k_layout5_content-item {
    padding: 2rem 1.5rem;
  }

  .k_layout5_content-item.content-item-2 {
    top: 12%;
  }

  .k_layout5_content-item.content-item-1 {
    top: 10%;
  }

  .k_layout5_content-item.content-item-3 {
    top: 14%;
  }

  .k_layout5_content-item.content-item-4 {
    top: 16%;
  }

  .k_layout5_content-left {
    position: static;
  }

  .k_layout6_image {
    object-fit: contain;
  }

  .k_layout6_content-right {
    padding: 2rem 1.5rem;
  }

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

  .padding-section-large-v2.is-hero {
    padding-top: 2rem;
  }

  .padding-section-large-v2.is-hero.is-m-m {
    padding-top: 5rem;
  }

  .padding-section-large-v2.is-hero.is-min-l {
    padding-top: 2rem;
  }

  .padding-section-large-v2.is-large {
    padding-top: 6rem;
  }

  .padding-section-large-v2.is-p3 {
    padding-bottom: 2rem;
  }

  .padding-section-large-v2.s-m-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-section-large-v2.is-herol {
    padding-top: 5rem;
  }

  .k_layout6_image-wrapper {
    width: 100%;
  }

  .k_layout6_content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-radius: 20px;
    grid-template-columns: 1fr;
  }

  .k-property_image-wrapper-2 {
    height: 100%;
  }

  .k-property_list-2 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .max-width-26, .div-block-17 {
    max-width: none;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .max-width-xxsmall.is-smaller {
    max-width: none;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

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

  .margin-xsmall {
    margin: .75rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1 {
    font-size: var(--heading--mobile--h1);
    margin-top: 0;
  }

  .heading-style-h1.text-blue-m {
    color: var(--navi-blue);
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .heading-style-h6-v2 {
    font-size: var(--heading--mobile--h6);
    line-height: 1.4;
  }

  .heading-style-h6-v2.h4-landscape {
    font-size: var(--heading--mobile--h5);
  }

  .heading-style-h3-v2 {
    font-size: var(--heading--mobile--h3);
  }

  .heading-style-h3-v2.text-color-white-l {
    color: var(--neutral--white);
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .heading-style-h5-v2 {
    font-size: var(--heading--mobile--h5);
    line-height: 1.4;
  }

  .heading-style-h5-v2.h4-landscape {
    font-size: var(--heading--mobile--h4);
  }

  .heading-style-h5-v2.h5-desktop-mobile {
    font-size: var(--heading--desktop--h5);
  }

  .text-size-regular-v2.text-color-teric {
    color: #74edc7;
  }

  .heading-style-h4-v2 {
    font-size: var(--heading--mobile--h4);
    line-height: 1.4;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

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

  .padding-section-medium-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

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

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

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

  .padding-xxhuge {
    padding: 5rem;
  }

  .heading-style-h2-v2 {
    font-size: var(--heading--mobile--h2);
  }

  .heading-style-h2-v2.h3-landscape {
    font-size: var(--heading--mobile--h3);
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .max-width-small.max-width-m-20 {
    max-width: 20rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

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

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-section-small.is-small {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .button-v2.is-blue-bg.no-wrap {
    white-space: normal;
  }

  .button-v2.is-outline-blue, .button-v2.is-outline-white {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .button-v2.is-lightblue.show-lanscape {
    display: block;
  }

  .k_navbar_component {
    min-height: 4rem;
  }

  .k_navbar_logo-link {
    max-width: 10rem;
  }

  .k_header1_content-left-v2 {
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .k_header1_content-v2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .k_header1_background-video.image {
    object-fit: cover;
    object-position: 0% 50%;
  }

  .k_header1_background-video.image.show-mobile {
    display: none;
  }

  .show-mobile-landscape {
    display: block;
  }

  .k_header1_stores-icons {
    width: 100%;
    height: 100%;
  }

  .k_header1_stores-icons.show-mobile-landscape {
    height: 5rem;
  }

  .home_solution_item {
    width: 100%;
  }

  .home_journey_component {
    padding: 2rem 1rem;
  }

  .home_journey_item-list {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .services_layout1_cms-list {
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .services_layout1_cms-item {
    padding: 1.5rem;
  }

  .services_layout1_cms-top {
    margin-top: 1.5rem;
  }

  .home_partners-_logo {
    max-height: 3rem;
  }

  .home_partners-_list {
    padding-top: 1rem;
  }

  .k_header1_image.fab {
    width: 23rem;
  }

  .k_layout3_content-left {
    width: 100%;
  }

  .k_layout3_content-left.k_layout3_content-right.img {
    background-position: 100% 20%;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .tenants_layout1_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .tenants_cta_component {
    height: auto;
    padding: 5rem 1rem 4rem;
  }

  .faq_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .faq_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .k_header1_type_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .k-property_content-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .k-property_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .k-property_list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .inside-property_2col.is-center-l {
    justify-content: center;
  }

  .k-property_image-layer {
    padding: 1rem;
  }

  .k-property_price-wrapper.text-size-large.text-weight-medium.text-color-lightgreen {
    font-size: 1.375rem;
  }

  .k_layout9_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .form_input-v2, .form_input-v2.is-outline {
    min-width: 100%;
  }

  .k_footer_top-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: left;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .k_footer_bottom-component {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
  }

  .footer-right-wrapper {
    border-left-style: none;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .k_navbar_dropdown-content {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .k_navbar_dropdown-link-list {
    grid-row-gap: .5rem;
    flex-flow: column;
    max-width: none;
    display: flex;
  }

  .home_news_link:hover {
    background-color: var(--dark-blue);
  }

  .p-owner_layout1_tab-content {
    padding: 1.5rem;
  }

  .p-owner_layout1_tabs-menu {
    border-right-style: none;
  }

  .p-owner_layout1_tabs {
    grid-template-columns: 1fr;
  }

  .p-owner_layout1_tab-link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .layout_columns2, .p-owner_money_list {
    flex-flow: column;
    display: flex;
  }

  .p-owner_money_item {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }

  .div-block-48 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .k_layout8_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .partners_contact_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .partners_contact_content-left, .form_col2-wrapper {
    flex-flow: column;
    display: flex;
  }

  .team_layout1_list {
    grid-template-columns: 1fr;
  }

  .team_layout2_image-wrapper {
    height: 100%;
  }

  .team_layout2_item-content {
    flex: 0 auto;
  }

  .team_layout2_image {
    overflow: hidden;
  }

  .team_layout2_item {
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .team_layout2_list, .insights_contact_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .k_contact-modal_content-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .k_contact-modal_component {
    align-items: flex-start;
  }

  .k_layout7_ix-trigger {
    margin-top: 50vh;
  }

  .k_layout7_image-wrapper.is-image5 {
    bottom: 12%;
    right: -3rem;
  }

  .k_layout7_image-wrapper.is-image1 {
    left: -2rem;
  }

  .k_layout7_image-wrapper.is-image2 {
    top: 60%;
    left: -6rem;
  }

  .k_layout7_image-wrapper.is-image4 {
    bottom: 72%;
    right: -6rem;
  }

  .k_layout7_image-wrapper.is-image3 {
    top: 65%;
    right: auto;
  }

  .k_layout7_images-wrapper {
    justify-content: center;
    width: 100%;
    margin-left: 0%;
    inset: 0%;
  }

  .k_layout7_images-wrapper.images-wrapper-right {
    justify-content: center;
    margin-right: 0%;
  }

  .k_layout7_component {
    height: 100vh;
    padding-bottom: 0;
  }

  .k_layout7_content {
    margin-top: -20%;
  }

  .k_layout7_inner-wrapper {
    min-height: 80vh;
    overflow: hidden;
  }

  .insights_research_list.grid {
    grid-template-columns: 1fr 1fr;
  }

  .max-width-8 {
    max-width: 5rem;
  }

  .k_footer_stores-wrapper {
    width: 100%;
  }

  .inside-property_content-right {
    margin-top: 0;
  }

  .inside-property_main-image-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .inside-property_content-inner-wrapper {
    flex-flow: column;
    display: flex;
  }

  .inside-property_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .inside-property_sticky-wrapper {
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .inside-property_grey-tag.rl-styleguide_shadows-list {
    display: flex;
  }

  .inside-property_top-content-inner-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1rem 3% 2rem;
  }

  .inside-property_middle-content, .inside-property_bottom-content-wrapper {
    order: -1;
  }

  .inside-property_slider_image-wrapper {
    border-radius: 0;
  }

  .inside-property_content-wrapper {
    background-color: var(--neutral--white);
    padding-bottom: 2rem;
  }

  .inside-property_details_wrapper {
    padding-left: 3%;
    padding-right: 3%;
  }

  .inside-property_slider_image-layer {
    padding: 1rem;
  }

  .inside-property_address-wrapper {
    display: none;
  }

  .inside-property_top-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .inside-property_blue-address {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    background-color: var(--dark-blue);
    color: var(--neutral--white);
    padding: 1rem 3%;
  }

  .inside-propert_features_wrapper {
    padding-left: 3%;
    padding-right: 3%;
  }

  .inside-property_button.background-color-blue, .inside-property_green-button {
    display: none;
  }

  .inside-property_green-button.show-l {
    display: flex;
  }

  .inside-property_sticky-left {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .inside-property_rent-wrapper {
    display: none;
  }

  .blog-post_header_author-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-post_header_image-wrapper {
    aspect-ratio: 3 / 2;
    height: auto;
    margin-bottom: 2rem;
  }

  .blog-post_header_content-bottom {
    flex-flow: row;
  }

  .blog-post_layout1_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .blog-post_content_content {
    margin-bottom: 2rem;
  }

  .blog_rich-text h2 {
    max-width: none;
    font-size: var(--heading--mobile--h2);
  }

  .blog_rich-text h3 {
    max-width: none;
    font-size: var(--heading--mobile--h3);
  }

  .blog_rich-text h4 {
    max-width: none;
    font-size: var(--heading--mobile--h4);
  }

  .blog_rich-text h5 {
    font-size: var(--heading--mobile--h5);
  }

  .blog_rich-text h1 {
    max-width: none;
    font-size: var(--heading--mobile--h1);
  }

  .related-blog_item {
    min-height: 0;
  }

  .related-blog_list {
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .related-blog_image-wrapper {
    min-height: auto;
  }

  .blog1_list {
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .p-owner_layout2_cms-item-wrapper {
    width: 48%;
    margin-bottom: .5rem;
    margin-right: .5rem;
  }

  .p-owner_layout2_cms-list {
    flex-flow: wrap;
  }

  .listing_filter_component {
    flex-flow: column;
  }

  .listing_filter_left-wrapper {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .listing_filter_left-wrapper.is-hori {
    display: flex;
  }

  .listing_filter_form_card {
    width: 100%;
    max-width: none;
  }

  .navbar1_menu-links {
    padding-left: 3%;
    padding-right: 3%;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .button-13-2.show-tablet {
    margin-left: 0%;
    margin-right: 0%;
  }

  .footer1_left-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 2rem 1rem;
  }

  .footer1_logo-link {
    max-width: 15rem;
  }

  .footer1_link-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-start;
    align-items: center;
  }

  .footer1_component {
    text-align: center;
  }

  .footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 2rem;
    padding: 2rem 1rem;
  }

  .footer1_link-column {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-190 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .div-block-195 {
    flex-flow: column;
    align-items: center;
  }

  .div-block-197 {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .link-block-6.is-first {
    order: -1;
  }

  .div-block-198 {
    grid-column-gap: 1.5625rem;
    grid-row-gap: 1.5625rem;
    flex-flow: column;
  }

  .footer5_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    order: -1;
    grid-auto-flow: row;
  }

  .link-block-7 {
    padding-left: 3%;
  }

  .div-block-205 {
    padding-left: 4%;
  }

  .div-block-206 {
    grid-row-gap: 1.5rem;
    flex-flow: column;
    padding-left: 4%;
  }

  .layout353_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout353_content-item {
    margin-left: 0;
    position: static;
  }

  .layout353_content-item.content-item-2 {
    margin-bottom: 0;
  }

  .layout353_content-left {
    position: static;
  }

  .difc_layout_card_wrapper.mychrt4 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .difc_layout_filter_chart-wrapper.mychrt4 {
    flex-flow: column;
  }

  .difc_layout_filter_chart_left-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
    max-width: none;
  }

  .difc_layout_switch-wrapper.switch {
    width: 65%;
    padding-top: 3rem;
    top: 2rem;
  }

  .form-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .select-field-4 {
    width: 96%;
  }

  .k_header1_difc_logo {
    max-width: 8.3125rem;
  }

  .div-block-221 {
    margin-bottom: 4rem;
  }

  .align-inline.result {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .align-inline.mobile {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .listing_filter_right-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .selected_header_div {
    font-weight: 500;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-search {
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
  }

  .div_search_bar {
    width: 50%;
  }

  .recent-location-item {
    font-weight: 300;
  }

  .div_search_dropdownlist_header {
    font-weight: 500;
  }

  .recommend-location-container.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .recommend-location-container.shadow-three.w--open {
    position: relative;
  }

  .recommend-location-container.shadow-three.mobile-shadow-hide {
    box-shadow: 0 8px 50px #0000000d;
  }

  .recommend-location-container.shadow-three.mobile-shadow-hide.w--open {
    z-index: 2;
  }

  .heading-42, .recent_location_container {
    font-weight: 500;
  }

  .recommend-location-item {
    font-weight: 300;
  }

  .k_contact-modal_component-copy {
    align-items: flex-start;
  }

  .k_contact-modal_content-wrapper-copy {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .difc_layout_form-filter_top-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .difc_layout_modal_component {
    align-items: flex-start;
  }

  .difc_layout_modal_component.is-1 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .difc_layout_modal_content-wrapper {
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 100vh;
    max-height: none;
    padding: 2rem 5% 1rem;
  }

  .heading-43 {
    font-size: var(--heading--mobile--h3);
  }

  .heading-style-h4-v2-copy {
    font-size: var(--heading--mobile--h4);
    line-height: 1.4;
  }

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

  .team2_list {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .team2_image-wrapper {
    height: 100%;
  }

  .heading {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .div-block-234 {
    margin-bottom: 1.5rem;
  }

  .div-block-235 {
    flex-flow: column;
  }

  .solution-item {
    flex-flow: column;
    min-width: 100%;
    height: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .solution-item.one {
    width: 100%;
  }

  .solution-content {
    flex-flow: column;
    padding-right: 2.5rem;
  }

  .div-block-238.two, .div-block-238.three {
    display: block;
  }

  .div-block-239 {
    max-width: none;
  }

  .solution-image {
    opacity: 1;
    height: 25rem;
    display: block;
    position: static;
    inset: auto 0% 0%;
  }

  .solution-image.one {
    opacity: 1;
    display: inline-flex;
    position: static;
    inset: 0%;
  }

  .solution-image.two, .solution-image.three {
    opacity: 1;
    display: block;
    position: static;
    inset: 0%;
  }

  .note-section {
    flex-flow: column;
    display: flex;
  }

  .div-block-242 {
    padding: 1.5rem 1rem;
  }

  .div-block-243 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .max-width-50, .max-width-70 {
    max-width: none;
  }

  .div-block-244 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    display: flex;
  }

  .sticky-button_arrow {
    text-transform: none;
    bottom: 5.5%;
  }

  .section_k_header1-copy {
    padding-top: 30px;
  }

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

  .padding-section-large-v2-copy.is-hero {
    padding-top: 2rem;
  }

  .padding-section-large-v2-copy.is-large {
    padding-top: 6rem;
  }

  .padding-section-large-v2-copy.is-p3 {
    padding-bottom: 2rem;
  }

  .padding-section-large-v2-copy.s-m-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-section-large-v2-copy.is-herol {
    padding-top: 5rem;
  }

  .k_header1_content-v2-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .section_k_layout2-copy-copy.background-color-white-copy {
    background-size: cover;
  }

  .padding-global-v2-copy.is-r0 {
    padding-right: 3%;
  }

  .padding-global-v2-copy.p-l-0 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-134 {
    height: 100px;
  }

  .heading-style-h5 {
    font-size: 1.5rem;
  }

  .image-94 {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: 78% 50%;
    display: block;
  }

  .heading-style-h1-v2-2 {
    margin-top: 0;
    font-size: 2.5rem;
  }

  .div-block-261 {
    flex-flow: column;
    align-items: center;
  }

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

  .div-block-262 {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .section_k_header1-2 {
    padding-top: 30px;
  }

  .div-block-264 {
    grid-column-gap: 1.5625rem;
    grid-row-gap: 1.5625rem;
    flex-flow: column;
  }

  .div-block-265 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .footer1_menu-wrapper-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 2rem;
    padding: 2rem 1rem;
  }

  .navbar1_component-2 {
    height: auto;
    min-height: 4rem;
  }

  .form_input-v2-2, .form_input-v2-2.is-outline {
    min-width: 100%;
  }

  .home_journey_component-2 {
    padding: 2rem 1rem;
  }

  .div-block-266 {
    max-width: none;
  }

  .div-block-269 {
    flex-flow: column;
  }

  .sticky-button_arrow-2 {
    text-transform: none;
    bottom: 5.5%;
  }

  .k_contact-modal_content-wrapper-2 {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer1_left-wrapper-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 2rem 1rem;
  }

  .heading-44 {
    font-size: 2rem;
  }

  .heading-style-h4-v2-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h2-v2-2 {
    font-size: 2.25rem;
  }

  .link-block-9.is-first {
    order: -1;
  }

  .logo-2 {
    width: 120px;
  }

  .div-block-274 {
    flex-flow: column;
    align-items: center;
  }

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

  .pricing-grid {
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-277 {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .k_contact-modal_content-wrapper-copy-2 {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .link-block-10.is-first {
    order: -1;
  }

  .div-block-279 {
    grid-column-gap: 1.5625rem;
    grid-row-gap: 1.5625rem;
    flex-flow: column;
  }

  .rnpl_steps-bg-inner.grid-new {
    text-align: center;
    border-radius: 20px;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 0;
  }

  .rnpl_steps-bg-inner.grid-new.step2, .rnpl_steps-bg-inner.grid-new.step3, .rnpl_steps-bg-inner.grid-new.step4 {
    border-radius: 20px;
  }

  .div-block-280 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .heading-style-h3-v2-2 {
    font-size: 2rem;
  }

  .pricing-image.x-visa {
    max-width: 16%;
  }

  .footer1_menu-wrapper-3 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 2rem;
    padding: 2rem 1rem;
  }

  .navbar1_component-3 {
    height: auto;
    min-height: 4rem;
  }

  .code-embed-36 {
    width: 100%;
  }

  .form_input-v2-3, .form_input-v2-3.is-outline {
    min-width: 100%;
  }

  .heading-style-h1-v2-3 {
    margin-top: 0;
    font-size: 2.5rem;
  }

  .rnpl_steps-bg.step2 {
    background-image: url('../images/Rectangle-2838.webp');
  }

  .rnpl_steps-bg.step3 {
    background-image: url('../images/Rectangle-2838-1.jpg');
  }

  .rnpl_steps-bg.ggrid {
    text-align: left;
    grid-template-columns: 1fr;
  }

  .div-block-283 {
    margin-top: 20px;
  }

  .section_k_header1-3 {
    padding-top: 30px;
  }

  .hero-split {
    align-items: flex-end;
    max-width: 70%;
  }

  .columns-15 {
    display: block;
  }

  .rnpl-inner-flex {
    flex-flow: wrap;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .form_input-v2-4, .form_input-v2-4.is-outline {
    min-width: 100%;
  }

  .heading-style-h3-v2-3 {
    font-size: 2rem;
  }

  .heading-style-h2-v2-4 {
    font-size: 2.25rem;
  }

  .hero-without-image, .hero-heading-left {
    padding: 60px 15px;
  }

  .margin-bottom-24px-2.border.hero-text {
    overflow-wrap: anywhere;
    width: 85%;
  }

  .heading-65.new.hero-heading {
    text-overflow: clip;
    word-break: keep-all;
    width: 80%;
  }

  .hero-heading-left-2, .hero-without-image-2 {
    padding: 60px 15px;
  }

  .tabs-menu-faq, .tabs-menu-faq.tab {
    width: 100%;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .section-137.section_k_header1 {
    background-image: url('../images/hero-bg.webp');
  }

  .image-114.hero-phone {
    text-align: right;
    align-self: auto;
    width: auto;
    height: 542px;
    position: static;
  }

  .blogs-list-slider:hover {
    background-color: var(--blue);
    border-radius: 10px;
  }

  .image-117 {
    border-radius: 10px;
  }

  .link-block-11:hover {
    background-color: var(--blue);
    border-radius: 10px;
  }

  .section_k_header_visa {
    background-position: 30%;
    display: none;
  }

  .column-40 {
    display: block;
  }

  .hero-copy-gap {
    max-width: none;
    font-size: 2rem;
  }

  .visa-offer-band {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    padding: 28px;
  }

  .visa-navy-band {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    padding: 32px 5vw;
  }

  .visa-navy-h {
    font-size: 28px;
  }

  .visa-navy-img {
    justify-content: center;
  }

  .hiw-mobile {
    display: block;
  }

  .hiw-desktop-only {
    display: none;
  }

  .vhero {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/Keyper-x-Visa-hero-background.webp');
    background-position: top;
    background-size: cover;
    background-clip: border-box;
    display: flex;
  }

  .visa-apply-btn.home {
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .section-regular {
    height: 48em;
  }

  .container-regular {
    padding-top: 20px;
  }

  .search {
    grid-row-gap: 12px;
    flex-flow: row;
  }

  .plus-icon {
    width: 25px;
    height: 25px;
  }

  .filters-drop-down-wrap {
    width: 40px;
    height: 40px;
  }

  .faq-block {
    margin-top: 10px;
    padding: 10px 0;
  }

  .feature-grid {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    display: none;
    overflow: visible;
  }

  .button-primary, .paragraph-large {
    width: 100%;
  }

  .paragraph-small {
    color: var(--headingblue);
  }

  .button-outline, .button-secondary {
    width: 100%;
  }

  .margin-bottom-64 {
    margin-left: 0%;
    padding-right: 0%;
  }

  .button-primary-right-icon, .document-table-header, .button-secondary-right-icon {
    width: 100%;
  }

  .image-cover {
    z-index: 1;
    clear: both;
    order: 0;
    align-self: auto;
    width: 60%;
    height: 100%;
    margin-left: 0;
    margin-right: -50px;
    position: relative;
  }

  .image-cover.dfff {
    z-index: -1;
  }

  .footer-left-column {
    grid-column-gap: 20px;
    grid-template-columns: 1fr;
  }

  .footer-legal-links {
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .footer-bottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-top-style: none;
    border-top-width: 0;
    flex-flow: column;
    margin-top: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #f0eef3;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 650px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .footer-social-links {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    padding-left: 0;
    font-size: 18px;
  }

  .form-text-field {
    line-height: 24px;
  }

  .footer-form {
    flex-wrap: wrap;
    max-width: 100%;
  }

  .footer-social {
    justify-content: center;
    align-items: center;
    font-size: 16px;
  }

  .footer-logo {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .search-button {
    width: 100%;
  }

  .account-right-block {
    display: none;
  }

  .account-button {
    width: 100%;
  }

  .blog-slider-right-button, .blog-slider-left-button {
    top: -60px;
  }

  .banner-button {
    display: none;
  }

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

  .heading-2 {
    text-align: center;
    letter-spacing: 0;
    margin-top: 2em;
    padding-bottom: 10px;
    font-size: 32px;
    display: block;
    position: relative;
  }

  .pricing-overview {
    border-bottom-width: 1px;
    margin-left: 5%;
    margin-right: 5%;
    padding: 40px 0;
  }

  .container-4 {
    background-position: 50%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
  }

  .centered-heading {
    margin-bottom: 10px;
    font-size: 38px;
  }

  .pricing-grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .pricing-card-three.borderformob {
    border-bottom: 1px solid #fff;
  }

  .logos-title-small {
    padding-top: 20px;
  }

  .container-5 {
    max-width: none;
  }

  .clients-tag {
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-wrapper-three.estd {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: stretch;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .clients-image-three {
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .logos-without-title {
    border-bottom-style: none;
    border-bottom-width: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-6 {
    max-width: none;
  }

  .section-2 {
    width: 100%;
  }

  .container-7 {
    flex-flow: column;
    display: flex;
  }

  .heading-9 {
    text-align: center;
    flex: 0 auto;
    width: 100%;
    min-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 20px;
    display: block;
  }

  .heading-10 {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .text-block-4 {
    padding-bottom: 16px;
  }

  .button-2 {
    flex: 0 auto;
    margin-bottom: 5px;
    padding: 10px 20px;
  }

  .button-2.w--current {
    display: block;
  }

  .container-8 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: wrap-reverse;
    padding: 10px 0;
  }

  .container-8.before {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    place-content: stretch center;
    align-items: flex-start;
    margin-top: 20px;
    display: none;
    position: static;
  }

  .container-9 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
    flex: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: auto;
    align-items: center;
    max-width: 100%;
    padding-left: 0%;
    display: flex;
  }

  .container-9.dhide {
    display: flex;
  }

  .flex-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px #000;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 52%;
    margin-top: 10px;
    padding-top: 0;
  }

  .container-10 {
    text-align: center;
    flex: 0 auto;
    width: 100%;
    height: 30px;
    min-height: 50%;
    padding-right: 0;
  }

  .container-11 {
    white-space: normal;
    border-left-style: none;
    border-left-width: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-left: 0;
    display: block;
  }

  .image-2 {
    height: 40px;
    padding-right: 0;
  }

  .image-2.htmt {
    min-width: 115px;
  }

  .image-3 {
    text-align: center;
    width: 130px;
    min-width: 130px;
    max-width: 100%;
    height: 36px;
    padding-left: 0;
  }

  .image-3.hgt {
    height: 40px;
  }

  .image-3.hgt.mainht {
    width: 130px;
    min-width: 115px;
    height: 40px;
  }

  .image-3.bannermain {
    height: 40px;
  }

  .flex-block-2 {
    border-bottom: 1px solid var(--electric-blue);
    border-top-color: var(--electric-blue);
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: auto;
    height: auto;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .container-13 {
    box-sizing: border-box;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    border-bottom-style: none;
    border-bottom-color: #000;
    flex-flow: row;
    flex: 0 auto;
    place-content: center;
    align-self: center;
    align-items: center;
    margin-left: 0;
    padding-bottom: 0;
    display: flex;
  }

  .container-13.addny {
    display: block;
  }

  .section-3 {
    z-index: 1;
    height: 800px;
    min-height: 800px;
  }

  .section-4archi {
    height: 100%;
    padding: 40px 0;
  }

  .text-block-6 {
    font-size: 29px;
  }

  .container15 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    display: flex;
  }

  .container-16 {
    margin-right: 0;
  }

  .bold-text {
    font-size: 34px;
    line-height: 25px;
  }

  .bold-text-2 {
    font-size: 34px;
  }

  .bold-text-3 {
    font-size: 34px;
    line-height: 40px;
  }

  .archivments {
    padding: 40px 5%;
  }

  .container-17 {
    margin-bottom: 10px;
    padding-left: 20px;
  }

  .max {
    padding-left: 0;
    padding-right: 0;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .container-19 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .code-embed-2 {
    text-align: center;
    padding-top: 20px;
    padding-right: 0;
    font-size: 32px;
  }

  .text-block-8 {
    text-align: center;
    font-size: 24px;
  }

  .head-sec-100 {
    font-size: 30px;
  }

  .container-20 {
    flex-flow: column;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  ._2313134 {
    font-size: 40px;
  }

  .container-21 {
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-5 {
    vertical-align: baseline;
    object-fit: fill;
    flex: 0 auto;
    align-self: center;
    width: 180px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-5.testinn {
    margin-bottom: -14px;
  }

  .heading-12 {
    text-align: center;
    font-size: 32px;
  }

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

  .image-ref-2 {
    align-self: center;
    width: 180px;
    height: auto;
  }

  .div {
    border-style: solid none none;
    margin-left: 5%;
    margin-right: 5%;
  }

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

  .text-block-10 {
    font-size: 33px;
  }

  .flex-block-4 {
    flex-flow: column;
  }

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

  .image-6 {
    width: 160px;
  }

  .container-25 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .container-25.padmob {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-15 {
    font-size: 32px;
  }

  .form {
    padding-left: 0;
    padding-right: 0;
  }

  .container-26-copy {
    width: 100%;
  }

  .container-27 {
    flex-flow: column;
  }

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

  .background-video {
    height: 100%;
  }

  .section-5 {
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .background-video-2 {
    height: 100vh;
  }

  .heading-13 {
    font-size: 40px;
  }

  .column.heading-style-h1-v2 {
    font-size: var(--heading--desktop--h6);
    text-align: center;
  }

  .column.heading-style-h1-v2.ar1 {
    width: auto;
  }

  .heading-14 {
    padding-bottom: 10px;
    font-size: 30px;
  }

  .text-block-16 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
  }

  .columns {
    flex-flow: column;
  }

  .image-7 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-15 {
    margin-top: 20px;
    padding-bottom: 40px;
    font-size: 32px;
  }

  .heading-16 {
    font-size: 26px;
  }

  .text-block-17 {
    font-size: 20px;
  }

  .container-30 {
    border-radius: 20px;
    height: 300px;
    margin: 20px 0;
    padding: 20px;
  }

  .text-block-18 {
    max-width: 100%;
    min-height: 8.7em;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .container-31 {
    flex-flow: column-reverse;
    height: 100%;
    padding-top: 550px;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .container-31.nopadding {
    padding-top: 625px;
    padding-bottom: 10px;
  }

  .container-32 {
    line-height: 1.2;
  }

  .body-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    overflow: visible;
  }

  .section-8.margintop {
    padding-top: 10px;
  }

  .text-block-21, .text-block-22 {
    text-align: center;
  }

  .text-block-23 {
    text-align: center;
    margin-top: 60px;
    font-size: 26px;
    line-height: 1.5;
  }

  .column-3 {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-3.addspacetop {
    align-self: center;
    padding-top: 40px;
  }

  .columns-2 {
    flex-flow: column;
    height: 100%;
  }

  .heading-17 {
    text-align: center;
    font-size: 36px;
    line-height: 1.3;
  }

  .heading-18 {
    font-size: 38px;
    line-height: 1.3;
  }

  .heading-19 {
    font-size: 34px;
    line-height: 1.3;
  }

  .button-3 {
    text-align: center;
    width: 280px;
    font-size: 16px;
    display: block;
    position: relative;
  }

  .button-3.lookingbutton {
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    display: block;
  }

  .background-video-3 {
    height: 48vw;
    min-height: 825px;
  }

  .section-10 {
    margin-bottom: 20px;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .container-33 {
    padding: 30px 15px;
  }

  .text-1111112 {
    font-size: 16px;
  }

  .text-block-26 {
    padding-top: 10px;
    font-size: 14px;
  }

  .container-34 {
    padding-left: 10px;
  }

  .heading-21 {
    font-size: 38px;
  }

  .text-block-27 {
    width: 100%;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 28px;
  }

  .container-35 {
    height: 340px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
  }

  .heading-22 {
    font-size: 24px;
    line-height: 1.3;
  }

  .heading-22.sizef {
    font-size: 30px;
  }

  .text-block-29 {
    padding-right: 0%;
    font-size: 16px;
    text-decoration: none;
  }

  .text-block-29.vbj {
    font-size: 16px;
  }

  .heading-23 {
    font-size: 32px;
  }

  .heading-23.tps.sd {
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-36 {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 2rem;
  }

  .flex-block-6 {
    text-align: right;
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-start;
    width: 90px;
    height: 56.25px;
    margin-bottom: 20px;
    display: flex;
  }

  .text-block-30 {
    padding-top: 30px;
  }

  .text-block-31 {
    width: 100%;
    padding-left: 20px;
  }

  .section-11.ddd {
    margin-left: 7%;
    margin-right: 7%;
  }

  .columns-3 {
    padding: 20px 5px;
  }

  .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-4 {
    flex-flow: column;
  }

  .heading-25 {
    padding-bottom: 10px;
    font-size: 34px;
  }

  .text-block-34.one {
    padding-top: 10px;
    padding-right: 100px;
    font-size: 22px;
  }

  .text-block-34.one.tects {
    text-align: center;
    align-self: center;
    padding-right: 0;
  }

  .text-block-34-copy {
    max-width: 100%;
  }

  .text-block-34-copy.align {
    text-align: center;
    align-self: center;
  }

  .flex-block-8 {
    flex-flow: column;
  }

  .flex-block-8.desk, .flex-block-8.mob {
    display: none;
  }

  .heading-26 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 34px;
  }

  .heading-26.c1 {
    text-align: center;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-10-copy {
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 10px;
  }

  .heading-27 {
    text-align: center;
    font-size: 34px;
  }

  .heading-28 {
    color: #030043;
    font-size: 34px;
  }

  .heading-28.as1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block-9 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-bottom: 0;
    margin-right: 0%;
    display: block;
  }

  .image-11 {
    padding-top: 20px;
    padding-left: 20px;
  }

  .flex-block-10 {
    text-align: center;
    flex: 0 auto;
    align-self: center;
    padding-top: 20px;
    display: block;
  }

  .button-3-copy {
    vertical-align: middle;
    width: 280px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 12.4px;
    padding-bottom: 12px;
  }

  .button-3-copy.dsdd {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .image-13 {
    order: 0;
    width: 95px;
    max-width: 38%;
    height: 88px;
  }

  .image-14, .image-15, .image-16 {
    width: 95px;
    max-width: 38%;
    height: 88px;
  }

  .column-10 {
    padding: 0 15px 20px;
  }

  .div-block {
    font-size: 22px;
  }

  .column-13 {
    margin-top: 4.5vh;
  }

  .image-17 {
    width: 200px;
    height: auto;
  }

  .image-18 {
    width: 50px;
    height: auto;
  }

  .collection-list-3, .collection-list-3.flow {
    flex-flow: column;
  }

  .image-19 {
    align-self: center;
    width: 38%;
    margin-bottom: 10px;
  }

  .heading-29 {
    text-align: center;
    font-size: 34px;
  }

  .heading-30 {
    text-align: center;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
  }

  .flex-block-11 {
    display: flex;
  }

  .columns-8 {
    flex-flow: column;
  }

  .columns-9 {
    flex-flow: column;
    min-width: 100%;
    margin-top: 100px;
    margin-bottom: 0;
    margin-left: 0%;
    padding-top: 0;
    padding-left: 5%;
    padding-right: 5%;
    position: static;
  }

  .columns-9.custompadding {
    padding-left: 3%;
    padding-right: 3%;
  }

  .text-block-36 {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
  }

  .columns-10 {
    flex-flow: column;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .column-18 {
    margin-bottom: 5%;
  }

  .image-21 {
    text-align: center;
    align-self: center;
    width: 78%;
    height: auto;
    overflow: visible;
  }

  .background-video-4 {
    height: 80vh;
    padding-left: 5%;
    padding-right: 5%;
  }

  .code-embed-5 {
    width: 100%;
    margin-bottom: 60px;
  }

  .column-19 {
    align-self: center;
    margin-top: .25em;
  }

  .image-22.spacing {
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .newclassnews {
    aspect-ratio: auto;
    max-width: 100%;
    overflow: hidden;
  }

  .form-block {
    padding: 0 0 3px;
  }

  .image-29 {
    text-align: center;
    align-self: center;
    width: 100%;
    height: 100%;
  }

  .heading-31 {
    font-size: 34px;
  }

  .heading-31.ncncc {
    color: var(--navi-blue);
  }

  .text-block-40 {
    font-size: 18px;
  }

  .image-30 {
    display: none;
  }

  .image-31 {
    text-align: right;
    width: 25%;
    height: auto;
    position: absolute;
    right: 0;
  }

  .feature-grid-copy {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    display: block;
    overflow: visible;
  }

  .container-44 {
    flex: 0 auto;
    align-self: auto;
    width: 98%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-cover-copy {
    width: 60%;
    margin-right: -50px;
  }

  .image-34 {
    text-align: right;
    margin-top: 20px;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .heading-33 {
    text-align: center;
    padding-bottom: 10px;
    padding-left: 1px;
    font-size: 34px;
  }

  .heading-34 {
    text-align: center;
    padding-bottom: 10px;
    font-size: 34px;
  }

  .recaptcha-2 {
    object-fit: fill;
    margin-left: 0;
  }

  .columns-11 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .columns-11.sidepad {
    padding-left: 0;
    padding-right: 0;
  }

  .link-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    display: flex;
    position: static;
  }

  .scroll-container.container-9 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    place-items: start;
    display: grid;
  }

  .section-slider {
    overflow: visible;
  }

  .section-slider.sdd {
    padding-left: 5%;
  }

  .code-embed-9 {
    box-sizing: border-box;
    margin-top: 40px;
    display: flex;
  }

  .swiper.is-free {
    padding-left: 10px;
    padding-right: 10px;
  }

  .swiper.is-prop {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .swiper.is-teammate {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .swiper-wrapper.is-tenant-rent {
    overflow: visible;
  }

  .swiper-wrapper.is-free {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .swiper-slide.is-team.v2:hover {
    background-color: #012680;
    border-top-left-radius: 10px;
  }

  .swiper-slide.is-tanant-rent {
    width: 18rem;
    min-height: 290px;
  }

  .swiper-slide.is-achie {
    padding-top: 20px;
  }

  .swiper-slide.is-free {
    flex: none;
    align-self: stretch;
    align-items: stretch;
  }

  .swiper-slide.is-prop {
    background-color: #f0eef3;
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-self: stretch;
    align-items: stretch;
    width: 20rem;
    height: 336px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .is-achie-image {
    height: auto;
    min-height: 100%;
  }

  .service-heading {
    font-size: 24px;
  }

  .service-sub-text {
    font-size: 16px;
  }

  .swiperembedd {
    display: block;
  }

  .div-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: block;
  }

  .collection-item-10 {
    width: 100%;
  }

  .code-embed-13 {
    display: none;
  }

  .column-23 {
    flex-flow: column;
    display: flex;
  }

  .code-embed-16 {
    text-align: center;
    align-self: center;
    font-size: 22px;
  }

  .bold-text-7 {
    padding-left: 0;
  }

  .container-47 {
    box-sizing: border-box;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    border-bottom-style: none;
    border-bottom-color: #000;
    flex-flow: row;
    flex: 0 auto;
    place-content: center;
    align-self: center;
    align-items: center;
    margin-left: 0;
    padding-bottom: 0;
    display: flex;
  }

  .container-47.flx {
    flex-flow: column;
  }

  .heading-36 {
    text-align: center;
    flex: 0 auto;
    width: 100%;
    min-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 20px;
    display: block;
  }

  .container-48 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
    flex: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: auto;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .image-44 {
    width: 138px;
    height: 40px;
    padding-right: 0;
  }

  .image-44.htt {
    width: 128px;
  }

  .k_header1_content-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .section_k_header1.adib {
    background-image: linear-gradient(#0000001a, #0000001a);
    height: 97vh;
  }

  .button-group.is-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .button-group.is-center-landscape {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .button-group.is-grid-m {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
  }

  .k_header1_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .margin-top.margin-large {
    align-self: center;
  }

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

  .margin-bottom.margin-small {
    text-align: center;
  }

  .margin-bottom.margin-small.m-s {
    text-align: center;
    font-size: 20%;
  }

  .margin-bottom.margin-medium.m-0 {
    margin-bottom: .5rem;
  }

  .margin-bottom.margin-62 {
    margin-bottom: 2.5rem;
  }

  .k_header1_image-wrapper.fab {
    order: -1;
  }

  .k_header1_image-wrapper.fab.hide.is-show-la {
    display: block;
  }

  .k_header1_image-wrapper.fab.is-adib {
    order: 1;
    width: 100%;
    margin-bottom: -3rem;
    margin-left: 3%;
    display: none;
    position: static;
  }

  .k_header1_image-wrapper.is-813, .k_header1_home-wrapper.show.hide {
    display: block;
  }

  .image-cover-copy {
    z-index: 1;
    clear: both;
    order: 0;
    align-self: auto;
    width: 60%;
    height: 100%;
    margin-left: 0;
    margin-right: -50px;
    position: relative;
  }

  .k_header1_home-image {
    vertical-align: baseline;
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    position: relative;
  }

  .services_layout1_list {
    flex-flow: column;
  }

  .services_layout1_image-wrapper {
    order: -1;
    margin-left: 0;
  }

  .services_layout1_image-wrapper.is-secondary {
    margin-left: 0;
  }

  .services_layout1_item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .services_layout1_item.is-white {
    padding: 10px;
  }

  .services_layout1_item.is-white.is-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .services_layout1_image {
    max-width: 4rem;
  }

  .k_layout2_content {
    grid-template-columns: 1fr;
  }

  .section_k_layout2.background-color-white.is-bg2 {
    background-color: #fbfbfb00;
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/wood-adib.webp');
    background-position: 0 0, 80%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .form_field-2col {
    flex-flow: column;
    display: flex;
  }

  .k_contact_content-left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .k_contact_content {
    grid-template-columns: 1fr;
  }

  .k_layout3_content-right.k-k {
    width: 100%;
  }

  .k_layout3_component.k-new {
    padding-left: 20px;
    padding-right: 20px;
  }

  .padding-global-v2.z-index-1 {
    background-image: none;
    background-size: auto;
    height: auto;
  }

  .padding-global-v2.z-index-1.banner-final {
    background-image: none;
    background-size: auto;
  }

  .padding-global-v2.nnn {
    background-image: url('../images/realkeyper-20.png');
    background-size: cover;
  }

  .k_layout3_content, .k_layout4_content {
    grid-template-columns: 1fr;
  }

  .padding-section-medium-v2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .padding-section-medium-v2.is-header {
    padding-top: 5rem;
  }

  .how-works_progress-bar-wrapper {
    height: 70%;
  }

  .how-works_progress-bar-wrapper.is-3, .how-works_progress-bar-wrapper.is-3-copy {
    height: 75%;
  }

  .how-works_timeline-step {
    grid-column-gap: 1rem;
  }

  .how-works_content {
    grid-template-columns: 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .k_layout5_component {
    grid-template-columns: 1fr;
  }

  .k_layout5_content-item {
    margin-bottom: 1rem;
    padding: 1.5rem 1rem;
  }

  .k_layout6_content-right {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-section-large-v2.is-hero {
    padding-top: 0;
  }

  .padding-section-large-v2.is-hero.is-min-l {
    padding-bottom: 0;
  }

  .padding-section-large-v2.is-hero.rnpl_is-hero {
    padding-top: 1rem;
  }

  .padding-section-large-v2.is-large {
    padding-top: 5rem;
  }

  .padding-section-large-v2.is-herol {
    padding-top: 3rem;
  }

  .k_layout6_image-wrapper {
    order: -1;
  }

  .k_layout6_content {
    grid-template-columns: 1fr;
  }

  .k_layout6_item.is-no-bg {
    color: var(--neutral--white);
  }

  .text-size-small.text-color-blue.is-m-small, .text-size-small.is-m-small {
    font-size: 3.5vw;
  }

  .k-property_list-2 {
    grid-row-gap: 2rem;
  }

  .k-property_title-wrapper-2 {
    flex-flow: column;
    display: flex;
  }

  .div-block-10 {
    justify-content: center;
    align-items: flex-start;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1 {
    text-align: center;
    font-family: Nunito Sans;
    font-size: 32px;
    font-weight: 500;
    line-height: 36px;
  }

  .heading-style-h1.x-visa {
    letter-spacing: 0;
    padding-left: 0;
  }

  .heading-style-h6-v2.h4-landscape {
    font-size: var(--heading--mobile--h5);
  }

  .max-width-xsmall.max-m-20 {
    max-width: 18rem;
  }

  .heading-style-h5-v2.h5-desktop-mobile {
    line-height: 1.2;
  }

  .heading-style-h5-v2.text-align-m-center {
    text-align: center;
  }

  .text-size-regular-v2 {
    color: var(--black);
    font-size: var(--text-size--small);
    font-weight: 600;
  }

  .text-size-regular-v2.is-ar-wrap {
    color: var(--navi-blue);
    font-family: Twkeverett, Arial, sans-serif;
    font-weight: 400;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-tiny.text-weight-normal {
    font-family: Nunito Sans;
  }

  .text-size-large {
    font-size: var(--text-size--regular);
  }

  .text-size-large.text-weight-medium {
    color: var(--neutral--white);
    font-size: var(--text-size--tiny);
  }

  .hide-mobile-portrait {
    display: none;
  }

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

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

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

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

  .text-size-medium-v2.text-color-white {
    font-size: var(--text-size--tiny);
  }

  .text-size-medium-v2.text-color-white.ar {
    font-size: var(--text-size--tiny);
    text-align: center;
  }

  .text-size-medium-v2.text-color-white.ar.neww {
    text-align: center;
    padding-right: 0;
  }

  .text-size-medium-v2.text-color-naviblue-copy {
    color: var(--navi-blue);
  }

  .heading-style-h2-v2 {
    font-size: var(--heading--mobile--h4);
  }

  .heading-style-h2-v2.add2 {
    font-size: 25px;
  }

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

  .button-v2 {
    padding: 1rem;
    font-size: 5vw;
  }

  .button-v2.is-blue-bg {
    font-size: 5vw;
  }

  .button-v2.max-width-50.justify-right {
    color: var(--01297e);
  }

  .button-v2.max-width-50.align-center {
    max-width: 50%;
    color: var(--01297e);
    border-radius: 6.2rem;
  }

  .k_header1_content-left-v2 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .k_header1_content-left-v2.is-last {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .k_header1_content-v2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .k_header1_background-video.image.hide-mobile-portrait {
    inset: 0%;
  }

  .k_header1_background-video.image.show-mobile {
    object-fit: cover;
    object-position: 70% 50%;
    display: block;
    inset: 0% 0% 0% auto;
  }

  .show-mobile-landscape.listing_filter_dropdown-button {
    width: 100%;
  }

  .k_header1_stores-icons.show-mobile-landscape {
    height: 3.7rem;
  }

  .home_journey_component.add1 {
    padding: 40px 10px 60px;
  }

  .home_journey_item-list {
    box-sizing: border-box;
    grid-column-gap: 2.7rem;
    grid-row-gap: 2.7rem;
    text-align: center;
    object-fit: fill;
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    align-self: center;
    align-items: stretch;
    width: auto;
    min-width: auto;
    font-size: 1rem;
    display: flex;
    position: static;
    top: 0;
    right: auto;
    overflow: visible;
  }

  .home_journey_text-wrapper {
    text-align: center;
    text-decoration: none;
  }

  .home_journey_text-wrapper.count {
    text-align: center;
    align-self: center;
    font-size: 1rem;
  }

  .counter.value.ar {
    font-size: var(--heading--desktop--h6);
    text-align: left;
  }

  .counter.value.ar.nnn {
    padding-left: 0;
  }

  .services_layout1_cms-list {
    grid-template-columns: 1fr;
  }

  .home_partners-_list {
    justify-content: center;
  }

  .home_partners-_list.is-1 {
    grid-template-columns: 1fr 1fr;
  }

  .k_header1_image.fab {
    width: 100%;
  }

  .k_header1_image.x-home-new {
    margin-bottom: -40px;
  }

  .k_layout3_content-left.k_layout3_content-right.img {
    border-top-left-radius: 0;
    border-bottom-right-radius: 10px;
    min-height: 80%;
  }

  .tenants_layout1_list {
    grid-template-columns: 1fr;
  }

  .tenants_layout1_item, .tenants_layout1_item.is-p0 {
    grid-template-columns: 1fr .5fr;
  }

  .tenants_layout1_image-wrapper {
    width: auto;
    height: auto;
  }

  .tenants_cta_component {
    padding-left: 1rem;
  }

  .faq_accordion {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq_content {
    grid-template-columns: 1fr;
  }

  .faq_question {
    color: var(--black);
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 700;
  }

  .k_testimonial_slide-qoute-icon {
    text-align: right;
  }

  .k_header1_type_content {
    grid-template-columns: 1fr;
  }

  .k-property_item {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .k-property_image-wrapper {
    height: 12.5rem;
  }

  .k-property_list {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .k_layout9_content {
    grid-template-columns: 1fr;
  }

  .k_footer_top-component {
    border-bottom: 1px solid var(--electric-blue);
    border-top-color: var(--electric-blue);
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .k_footer_bottom-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .k_footer_links-wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .k_footer_details-wrapper {
    flex-flow: column;
    place-items: center;
    display: flex;
  }

  .k_navbar_dropdown-content {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .k_navbar_dropdown-link {
    padding-left: 0;
  }

  .home_news_link:hover {
    border-radius: 10px;
  }

  .p-owner_layout1_tab-content {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .p-owner_layout1_tabs {
    grid-template-columns: 1fr;
  }

  .p-owner_layout1_video {
    width: 20rem;
    height: 36.9rem;
  }

  .p-owner_layout1_image {
    width: 85%;
  }

  .p-owner_layout1_image.is-s-m {
    width: 67%;
  }

  .p-owner_money_icon {
    align-self: center;
    margin-bottom: 10px;
  }

  .k_layout8_content {
    grid-template-columns: 1fr;
  }

  .partners_contact_component {
    overflow: hidden;
  }

  .partners_contact_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .partners_contact_image-wrapper {
    width: 100%;
  }

  .team_layout1_list {
    grid-template-columns: 1fr;
  }

  .team_layout2_image-wrapper {
    overflow: hidden;
  }

  .team_layout2_item {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .insights_contact_content {
    grid-template-columns: 1fr;
  }

  .k_layout7_image-wrapper {
    max-width: 9rem;
  }

  .k_layout7_image-wrapper.is-image5 {
    bottom: 15%;
    right: -4rem;
  }

  .k_layout7_image-wrapper.is-image1 {
    bottom: 80%;
    left: -4rem;
  }

  .k_layout7_image-wrapper.is-image2 {
    top: 72%;
    left: -2rem;
  }

  .k_layout7_image-wrapper.is-image4 {
    bottom: 78%;
    right: -2rem;
  }

  .k_layout7_image-wrapper.is-image3 {
    top: 75%;
    right: auto;
  }

  .insights_research_list {
    flex-flow: column;
    display: flex;
  }

  .insights_research_list.grid {
    grid-template-columns: 1fr;
  }

  .reviews-v2 {
    width: 18rem;
    min-height: 290px;
  }

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

  .max-width-13 {
    max-width: 7.4rem;
  }

  .listing_filter-tag_wrapper {
    display: none;
  }

  .listing_header_col2 {
    flex-flow: row;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
  }

  .listing_filter-clear {
    color: #2e6cf6;
    background-color: #0000;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    font-weight: 400;
    text-decoration: underline;
  }

  .k-property_empty-state {
    position: relative;
  }

  .max-width-m-20 {
    max-width: 20rem;
  }

  .max-width-m-30 {
    max-width: 23.8rem;
  }

  .max-width-m-25 {
    max-width: 25rem;
  }

  .price_text-template {
    font-size: 28px;
    line-height: 140%;
  }

  .breadcrumb_component {
    padding-left: 3%;
  }

  .inside-property_component {
    grid-template-columns: 1fr;
  }

  .inside-property_slider_image-wrapper {
    aspect-ratio: 1;
    height: 100%;
  }

  .k-property_left-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .inside-property_button, .inside-property_green-button {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 3.6vw;
  }

  .blog-post_header_image-wrapper {
    aspect-ratio: 1;
  }

  .blog-post_header_content-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-post_header_content-bottom.is-right {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .blog-post_layout1_content {
    grid-template-columns: 1fr;
  }

  .related-blog_item:first-child {
    background-color: var(--neutral--white);
    color: var(--navi-blue);
  }

  .related-blog_list {
    grid-row-gap: 3rem;
  }

  .related-blog_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .blog1_list {
    grid-row-gap: 1.5rem;
  }

  .p-owner_layout2_cms-item-wrapper {
    width: auto;
    margin-bottom: 0;
    margin-right: 0;
  }

  .p-owner_layout2_cms-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .listing_filter_component {
    border-radius: 2rem;
    flex-flow: column;
    align-items: stretch;
    padding-top: 1rem;
  }

  .listing_filter_left-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .k_footer_legal-wrapper {
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .listing_filter_form_card {
    max-width: none;
  }

  .listing_filter_dropdown {
    width: 100%;
  }

  .navbar1_component {
    background-color: var(--nav-bg);
  }

  .button-13-2.is-flex.hide-tablet.grren {
    background-color: var(--neutral--white);
    color: #000d41;
    border-radius: 5px;
    width: auto;
    height: 28px;
    padding: 0 16px;
    font-family: Nunito Sans;
    font-size: 14px;
    font-weight: 700;
  }

  .button-13-2.is-flex.show-tablet.green {
    background-color: var(--neutral--white);
    color: #000d41;
    border-radius: 5px;
    font-family: Nunito Sans;
    font-size: 14px;
    font-weight: 700;
  }

  .navbar_search_form_input {
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .navbar_search_form_button {
    padding-left: 3.09em;
    padding-right: 3.09em;
    font-size: 12.5px;
  }

  .navbar_search_form_button:hover {
    height: 55px;
  }

  .footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .text-block {
    font-size: 1.25rem;
  }

  .listing_filter_main-dropdown {
    width: 100%;
  }

  .layout353_component {
    grid-template-columns: 1fr;
  }

  .layout353_content-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 2rem;
  }

  .div-block-207 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-209 {
    padding: 1rem 1rem 2rem;
  }

  .difc_layout_card_item {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .difc_layout_switch-wrapper.switch {
    width: 90%;
  }

  .calculator {
    padding: 2rem 1.25rem;
  }

  .align-inline {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .form-4 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .div-block-224 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    display: flex;
  }

  .input-group {
    flex-flow: column;
  }

  .nav-dropdown-3 {
    z-index: 2;
  }

  .nav-dropdown-toggle-search {
    display: none;
  }

  .div_search_bar {
    width: 100%;
  }

  .recommend-location-container.shadow-three.mobile-shadow-hide, .recommend-location-container.shadow-three.mobile-shadow-hide.w--open {
    z-index: 2;
  }

  .k_contact-modal_component-copy {
    display: none;
  }

  .difc_layout_form-filter_top-list {
    grid-template-columns: 1fr 1fr;
  }

  .difc_layout_modal_component {
    display: none;
  }

  .difc_layout_modal_component.is-1 {
    display: flex;
  }

  .button-v2-2 {
    padding: 1rem;
    font-size: 5vw;
  }

  .text-size-large-2.text-color-white {
    width: auto;
  }

  .k-property_item-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-v2-3, .button-v2-4 {
    padding: 1rem;
    font-size: 5vw;
  }

  .heading-43 {
    color: var(--headingblue);
    text-align: center;
    font-family: Twkeverett, Arial, sans-serif;
  }

  .team2_list {
    grid-template-columns: 1fr;
  }

  .button-18.is-secondary {
    margin-left: 0;
  }

  .solution-item {
    flex-flow: column;
    padding: 1.5rem 0 0 1.5rem;
    position: relative;
  }

  .div-block-238 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .div-block-238.one {
    margin-bottom: 0;
    margin-left: 0;
    position: static;
  }

  .div-block-239 {
    max-width: none;
  }

  .solution-image.one, .solution-image.two {
    opacity: 1;
  }

  .solution-image.three {
    opacity: 1;
    inset: 0%;
  }

  .sticky-button_arrow {
    bottom: 2%;
  }

  .button-v2-5 {
    padding: 1rem;
    font-size: 5vw;
  }

  .section_k_header1-copy {
    background-position: 60% 40%;
    background-size: cover;
    padding-top: 0;
  }

  .section_layout353-copy {
    background-color: #000;
  }

  .padding-section-large-v2-copy.is-hero {
    padding-top: 0;
  }

  .padding-section-large-v2-copy.is-herol {
    padding-top: 3rem;
  }

  .k_header1_content-v2-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .section_k_layout2-copy-copy.background-color-white-copy {
    background-position: 10%;
    background-size: cover;
    width: 100%;
    height: 200px;
  }

  .section-134 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px;
  }

  .text-size-medium-v2-copy {
    color: var(--off-white);
  }

  .text-size-medium-v2-copy.text-color-naviblue-copy {
    color: var(--navi-blue);
  }

  .link-3 {
    font-size: var(--text-size--tiny);
  }

  .blog-post_content_sidebar-heading {
    align-self: auto;
  }

  .heading-style-h5 {
    color: var(--headingblue);
  }

  .image-92 {
    max-width: 30%;
  }

  .image-93 {
    margin-left: -9.4rem;
  }

  .div-block-254 {
    flex-flow: column;
  }

  .image-94 {
    display: block;
  }

  .div-block-255 {
    order: 1;
  }

  .div-block-256 {
    margin-top: 1rem;
  }

  .div-block-259 {
    grid-row-gap: 0rem;
    flex-flow: wrap;
  }

  .container-27-ccopy {
    flex-flow: column;
  }

  .heading-style-h1-v2-2 {
    text-align: left;
  }

  .button-v2-6 {
    padding: 1rem;
    font-size: 5vw;
  }

  .footer1_menu-wrapper-2 {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .div-block-266 {
    max-width: none;
  }

  .navbar_search_form_input-2 {
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .sticky-button_arrow-2 {
    bottom: 2%;
  }

  .button-v2-7 {
    padding: 1rem;
    font-size: 5vw;
  }

  .button-v2-7.is-blue-bg {
    font-size: 5vw;
  }

  .heading-style-h2-v2-2 {
    font-size: 1.5rem;
  }

  .logo-2 {
    width: 100px;
  }

  .pricing-card-three-2.rnpl_pricing-card.p-c {
    background-color: #01297e;
    background-image: none;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .logo-carousel-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .button-19 {
    width: 100%;
  }

  .heading-45.h-45 {
    font-family: Nunito Sans;
    font-weight: 700;
  }

  .rnpl_container.rnpl-margin.rnpl_container-small {
    margin-left: 0;
    margin-right: 0;
  }

  .rnpl_steps-bg-inner {
    text-align: left;
    mix-blend-mode: normal;
    width: 100%;
    margin-left: 0;
    position: relative;
  }

  .text-block-91, .text-block-91.t-91, .heading-62 {
    width: 100%;
  }

  .heading-62.h-new {
    width: 100%;
    font-weight: 700;
  }

  .calculator-2 {
    padding: 2rem 1.25rem;
  }

  .footer1_menu-wrapper-3 {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .code-embed-36 {
    width: 100%;
    margin-bottom: 60px;
  }

  .rnpl-heading-tagline.no-margin.rnpl_center.i-t {
    color: #01297e;
    font-family: Nunito Sans;
  }

  .column-34 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-style-h1-v2-3 {
    text-align: center;
    font-size: 32px;
    line-height: 36px;
  }

  .container-51 {
    max-width: none;
  }

  .form-6 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .column-33 {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .rnpl_section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rnpl_section.rnpl_readytoapply {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .rnpl_section.rnpl_section-bg-blue.new-section {
    background-color: #0e1640;
    background-image: none;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .rnpl_steps-bg {
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-image: url('../images/Group-6-3.jpg');
    background-position: 75%;
    background-size: cover;
    background-attachment: scroll;
    background-clip: border-box;
    border-radius: 20px;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    overflow: visible;
  }

  .rnpl_steps-bg.step2 {
    background-image: url('../images/Group-6-5.jpg');
    background-position: 50%;
    width: 95vw;
  }

  .rnpl_steps-bg.step3 {
    opacity: 1;
    filter: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-image: url('../images/Group-7.webp');
    background-clip: border-box;
  }

  .rnpl_steps-bg.ggrid {
    grid-template-columns: 1fr;
    padding: 30px 0;
  }

  .div-block-283 {
    margin-top: 20px;
  }

  .pricing-card-three-2-copy.rnpl_pricing-card.p-c {
    background-color: #01297e;
    background-image: none;
  }

  .pricing-card-text-2.t-45 {
    font-family: Nunito Sans;
  }

  .hero-split {
    align-items: flex-start;
    max-width: 100%;
  }

  .columns-15 {
    display: block;
  }

  .column-32 {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar_search_form_input-3 {
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .rnpl_section-heading-main.n-heading {
    color: #01297e;
    font-family: Nunito Sans;
    font-size: 30px;
  }

  .pricing-description {
    width: 100%;
    margin-bottom: 0;
  }

  .pricing-description.rnpl_section-subheading {
    font-weight: 300;
  }

  .pricing-description.rnpl_section-subheading.nn {
    font-family: Nunito Sans;
  }

  .button-v2-8 {
    padding: 1rem;
    font-size: 5vw;
  }

  .div-block-287 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    display: flex;
  }

  .columns-16 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: block;
  }

  .rnpl-inner-flex {
    flex-flow: column;
  }

  .centered-heading-2 {
    margin-bottom: 10px;
    font-size: 2rem;
    line-height: 1;
  }

  .centered-heading-2.rnpl_section-heading-main {
    color: #01297e;
    font-size: 30px;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .rnpl-testimonial-box.rnpl-col-3 {
    width: 75%;
  }

  .form-7 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .calculator-3 {
    padding: 2rem 1.25rem;
  }

  .button-v2-9 {
    padding: 1rem;
    font-size: 5vw;
  }

  .heading-style-h2-v2-4 {
    font-size: 1.5rem;
  }

  .container-60 {
    max-width: none;
  }

  .hero-heading-left.right.ari {
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-heading-left.right.padding-global-v2 {
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-heading-left.right.padding-global-v2.keyper-middle-tabs {
    background-color: #425dab;
  }

  .container-61 {
    max-width: none;
  }

  .hero-wrapper.new {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .hero-split-2.neww {
    max-width: none;
    margin-top: 0;
    padding-bottom: 30px;
  }

  .hero-split-2.headingnew {
    min-width: auto;
  }

  .margin-bottom-24px-2.new {
    text-align: justify;
    width: 100%;
    font-size: 16px;
    line-height: 25px;
  }

  .margin-bottom-24px-2.add3, .margin-bottom-24px-2.border.hero-text {
    width: auto;
    font-size: 16px;
  }

  .heading-65._66.nn {
    font-size: 32px;
    font-weight: 600;
  }

  .heading-65.new {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-65.new.ss.nn {
    text-align: center;
    margin-top: 40px;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
  }

  .heading-65.new.hero-heading {
    width: auto;
    font-size: 35px;
  }

  .renteryellow {
    font-weight: 400;
  }

  .landlord {
    color: #fff;
    font-weight: 400;
  }

  .container-62 {
    max-width: none;
  }

  .tabs-menu-faq {
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-menu-faq.tab {
    border-color: var(--violet--dark);
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-bottom: 3px;
  }

  .tabs {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tabs.tab {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-tenant {
    text-align: center;
    width: 48%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .tab-link-tenant.w--current {
    width: 50%;
    color: var(--violet--dark);
  }

  .tab-link-tenant.tab-btn-faq {
    color: var(--violet--dark);
    padding-left: 30px;
    padding-right: 30px;
  }

  .tab-link-faq-property-owner.tab-btn-faq.w--current {
    background-color: var(--violet--dark);
  }

  .text-block-96, .text-block-97 {
    font-size: 14px;
  }

  .heading-66 {
    font-size: 25px;
  }

  .heading-66.nw.nww {
    margin: 0;
    padding-top: 0;
    font-size: 22px;
  }

  .container-63 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .logo-track {
    overflow: visible;
  }

  .container-64 {
    padding-top: 30px;
  }

  .columns-17 {
    text-align: left;
    padding-left: 0;
  }

  .image-111 {
    height: auto;
    display: block;
    position: relative;
  }

  .grid-6 {
    grid-template-columns: 1fr;
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-137.section_k_header1 {
    background-image: url('../images/realkeyper-20.png');
    background-size: cover;
  }

  .image-114 {
    display: none;
  }

  .image-115 {
    max-width: none;
  }

  .video {
    margin-top: 0;
  }

  .columns-18 {
    flex-flow: wrap-reverse;
    justify-content: flex-start;
    display: flex;
  }

  .column-37 {
    align-self: auto;
    padding-bottom: 0;
    top: auto;
    bottom: 0;
  }

  .faq-block-copy {
    margin-top: 10px;
    padding: 10px 0;
  }

  .blogs-list-slider {
    pointer-events: auto;
    background-color: #0000;
    transition: opacity .2s;
  }

  .link-block-11 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .columns-19 {
    justify-content: center;
    align-items: center;
    width: 50%;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 20rem;
    display: flex;
  }

  .columns-20 {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .columns-21 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .columns-22 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .columns-23 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: space-around;
    align-items: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .column-38 {
    padding-left: 0;
  }

  .column-38.counter-box {
    display: flex;
  }

  .section_k_header_visa {
    opacity: 1;
    background-position: 64%;
  }

  .button-22 {
    color: var(--keyperblue);
    font-size: 16px;
    font-weight: 700;
  }

  .button-23 {
    color: var(--violet--dark);
    font-size: 16px;
    font-weight: 700;
  }

  .column-41 {
    padding-left: 0;
  }

  .column-41.counter-box {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-42 {
    padding-left: 0;
  }

  .column-43, .column-44 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-44.counter-box {
    display: flex;
  }

  .column-45 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-45.counter-box {
    display: flex;
  }

  .column-46 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-47 {
    padding-left: 0;
  }

  .column-48, .column-49, .column-50, .column-51 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-51.counter-box {
    display: flex;
  }

  .section-140 {
    background-image: linear-gradient(#080d288c 0%, #080d28e6 78%);
    border-radius: 14px;
    width: 100%;
    padding: 20px 18px 24px;
  }

  .text-span-9 {
    font-weight: 700;
  }

  .text-span-10 {
    letter-spacing: -2px;
  }

  .text-span-11 {
    font-weight: 700;
  }

  .paragraph-4 {
    font-size: 18px;
    line-height: 27px;
  }

  .image-118 {
    margin-bottom: 0;
  }

  .paragraph-5 {
    font-size: 18px;
    line-height: 27px;
  }

  .text-span-12 {
    color: var(--01297e);
    font-weight: 700;
  }

  .heading-67 {
    color: var(--01297e);
  }

  .section-141 {
    margin-bottom: 50px;
  }

  .heading-68 {
    font-size: 30px;
  }

  .text-block-101 {
    font-size: 14px;
    display: block;
  }

  .div-block-294 {
    opacity: .33;
    background-color: #fff;
    background-image: linear-gradient(#fff7f7 24%, #fff);
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
  }

  .text-block-103 {
    margin-top: 10px;
  }

  .text-block-104 {
    color: var(--neutral--900);
  }

  .text-span-17 {
    color: var(--01297e);
    font-weight: 700;
  }

  .text-span-18 {
    background-color: var(--01297e);
  }

  .text-block-105, .text-block-106 {
    text-align: left;
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 500;
  }

  .text-block-107 {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
  }

  .text-block-108 {
    font-size: 18px;
    font-weight: 500;
  }

  .image-120 {
    background-color: var(--01297e);
    width: 40px;
    height: 40px;
    margin-left: 5%;
  }

  .text-span-19 {
    letter-spacing: -2.5px;
  }

  .text-span-20 {
    color: var(--newyellow);
    font-weight: 700;
  }

  .button-24 {
    color: var(--cta-color);
    font-size: 18px;
    top: 17%;
  }

  .button-24.contact-btn {
    top: 27%;
  }

  .background-video-5 {
    height: 400px;
  }

  .background-video-6.tp-tab-video {
    background-color: #3a529f;
  }

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

  .image-121 {
    z-index: 9;
    width: 80px;
    max-width: 100%;
    position: absolute;
    inset: auto 5% 3% auto;
  }

  .column-53, .column-54 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-122 {
    display: block;
  }

  .text-block-110 {
    color: #000d41;
    font-family: Nunito Sans;
    font-size: 14px;
    font-weight: 700;
  }

  .keyper-footer {
    background-color: #5180e4;
    padding: 40px 15px 20px;
  }

  .rich-text-block-2 {
    color: var(--neutral--white);
    font-family: Nunito Sans;
  }

  .div-block-297 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-298 {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-299, .div-block-300 {
    width: 100%;
    margin-bottom: 40px;
  }

  .image-123 {
    object-fit: contain;
    width: 135px;
    height: 45px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .image-124 {
    object-fit: contain;
    width: 100%;
    max-width: 135px;
    height: 45px;
    display: block;
  }

  .col-md-6.right-media-col {
    padding-top: 20px;
  }

  .col-md-6.only-mobile-main {
    background-color: var(--keyperblue);
  }

  .background-video-7 {
    z-index: 0;
    width: 100%;
    height: 250px;
    position: relative;
    inset: 0%;
  }

  .div-block-301.slide-item {
    background-color: var(--keyperblue);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .div-block-301.slide-item.oss-slide {
    background-image: url('../images/realkeyper-20.png');
    background-position: 50%;
    background-size: cover;
    justify-content: flex-end;
    height: 950px;
    position: relative;
  }

  .rich-text-block-3, .rich-text-block-4, .rich-text-block-5 {
    background-color: var(--keyperblue);
    text-align: center;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-125, .image-126 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .only-mobile {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }

  .image-127 {
    width: 0;
  }

  .section-142 {
    width: 100%;
  }

  .hero-copy-gap {
    font-size: 1.7rem;
  }

  .visa-navy-h {
    font-size: 24px;
  }

  .visa-sky-band {
    padding: 48px 5vw;
  }

  .visa-sky-h {
    font-size: 26px;
  }

  .visa-voucher {
    flex-direction: column;
  }

  .vv-info {
    border-top: 2px dashed #d9deea;
  }

  .vhero-cta {
    flex-flow: wrap;
  }

  .visa-apply-btn.home {
    width: 170px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 17px;
  }
}

#w-node-_1c1471b3-6c18-c51d-f807-825c3fb6cb47-fff11359 {
  justify-self: start;
}

#w-node-_5851b197-3bdd-fe6a-58ff-dc6f9f77239c-f4b93919 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_975b21ab-758c-055d-2ef5-1c64f4b93939-f4b93919 {
  justify-self: start;
}

#w-node-e7c4a6b0-c9bf-d4a0-d8ad-e8253dfdc194-3dfdc126, #w-node-_6058231e8140675366f5c23f000000000014-fff1136f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70cff182-7054-9e9b-486f-61f38f377262-8f37725b, #w-node-_322627b5-105d-836b-d311-e37e1aabfe17-fff1137b, #w-node-_322627b5-105d-836b-d311-e37e1aabfe23-fff1137b {
  justify-self: end;
}

#w-node-_322627b5-105d-836b-d311-e37e1aabfe5e-fff1137b {
  justify-self: start;
}

#w-node-cc09c596-294e-374d-10fa-87fa32e4bcae-32e4bca8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc09c596-294e-374d-10fa-87fa32e4bcc2-32e4bca8 {
  justify-self: start;
}

#w-node-_9eefa8f0-3960-942e-0ea4-b0762fc982f2-fff1137d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9eefa8f0-3960-942e-0ea4-b0762fc98307-fff1137d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_309e8edd-4c6f-482c-8b95-2f9e23668d56-fff1137d, #w-node-_248eb397-b2cc-1e76-589c-e78a1286e661-fff1137d, #w-node-_248eb397-b2cc-1e76-589c-e78a1286e665-fff1137d, #w-node-_5afedf87-1feb-008d-961d-b97ac2d1f798-fff1137e, #w-node-f1fa3eda-115b-3b2d-5023-743ba27b2d61-fff1137e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1fa3eda-115b-3b2d-5023-743ba27b2d74-fff1137e {
  justify-self: start;
}

#w-node-_1ea9e10d-7dfe-a4b9-0bb1-2fdcdda16be4-dda16bd4, #w-node-_1ea9e10d-7dfe-a4b9-0bb1-2fdcdda16be9-dda16bd4, #w-node-_1ea9e10d-7dfe-a4b9-0bb1-2fdcdda16bee-dda16bd4 {
  align-self: start;
}

#w-node-_0d53ed56-df29-02b5-9b86-4e9c55bdf58c-dda16bd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ea9e10d-7dfe-a4b9-0bb1-2fdcdda16c1a-dda16bd4 {
  justify-self: stretch;
}

#w-node-_2ea7a5a0-9999-175d-fa11-cd9a2d5676a9-c08a8b26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b79552e-0a04-a511-979c-d9ecdbe7a94e-62a3ed35 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_46511ffc-adbd-2901-7fd8-c9b2953ae50d-62a3ed35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44de2faf-3b0a-2784-6a8c-927787f5eedd-62a3ed35, #w-node-_25ce0d7d-d350-6735-df34-c9fe9630fd28-62a3ed35, #w-node-_3caa4c6a-f6d2-618f-056e-d5fb84c869e6-62a3ed35, #w-node-b986bae4-80ac-5b39-0d86-9e4782c68544-62a3ed35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_46511ffc-adbd-2901-7fd8-c9b2953ae50d-ec45b255 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c379ee-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c379f0-47f9eb3d {
  justify-self: center;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37a08-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37a09-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37a0d-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37a0e-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37a12-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37a13-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37a17-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37a18-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37a1c-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37a1d-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37a21-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37a22-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37a2c-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37a2d-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37a2f-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37a31-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37a32-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37a36-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37a37-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37a3b-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37a3c-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37a40-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37a41-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37a45-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37a46-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37a50-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37a51-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37a55-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37a56-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37a5a-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37a5b-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37a5f-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37a60-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37a69-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37a6a-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37a73-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37a74-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37a86-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37a87-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37a8b-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37a8c-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37a90-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37a91-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37a95-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37a96-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37a9a-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37a9b-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37aa5-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37aa6-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37aaa-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37aab-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37aaf-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37ab0-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37ab4-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37ab5-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37ab9-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37aba-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37abe-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37abf-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37aca-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37acb-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37acf-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37ad0-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37ad4-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37ad5-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37ad9-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37ada-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37ade-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37adf-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37ae3-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37ae4-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37ae8-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37ae9-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37aed-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37aee-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37af2-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37af3-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37afd-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37afe-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37b02-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37b03-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37b07-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37b08-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37b0f-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37b10-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37b54-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37b74-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37b7c-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37b7d-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37b82-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37b83-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37b92-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37b9e-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37ba8-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37bab-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37bac-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37baf-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37bb0-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37bb3-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37bb4-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37bb8-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37bbb-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37bbc-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37bbf-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37bc0-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37bc3-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37bcb-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37bcc-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37bcd-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37bcf-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37bd2-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37bd3-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37bd4-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37bd8-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37bdb-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37bdc-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37bdd-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37be1-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37be5-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37be6-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37bec-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37bf0-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37bf1-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37bf5-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37bf8-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37bfd-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37bfe-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37bff-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37c03-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37c06-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37c07-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37c08-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37c0e-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37c11-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37c12-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37c13-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37c19-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37c1c-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37c1d-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37c1e-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37c26-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37c29-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37c2a-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37c2b-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37c37-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37c38-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37c39-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37c3d-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37c42-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37c43-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37c44-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37c4a-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37c4f-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37c50-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37c51-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37c57-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37c5c-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37c5d-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37c5e-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37c66-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37c6c-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37c6d-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37c73-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37c7d-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37c7e-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37c7f-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37c80-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37c82-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37c85-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37c89-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37c8a-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37c8b-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37c94-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37c95-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37c96-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37c9f-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37ca0-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37ca1-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37ca2-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37ca8-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37ca9-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37caa-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37cab-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37cad-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37cb1-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37cb2-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37cb3-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37cb4-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37cb6-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d22-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37d26-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d27-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d29-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d2b-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d2c-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d2e-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d30-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d31-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d33-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d35-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d36-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d38-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d3a-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d3b-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d3d-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d3f-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d40-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d42-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37d44-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d45-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d47-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37d48-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37d4a-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d4b-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d4d-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37d4e-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37d50-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d51-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d53-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37d54-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37d56-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d57-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d59-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37d5f-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37d63-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d64-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d66-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37d68-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d69-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d6b-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d6d-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d6e-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d70-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d72-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d73-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d75-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d77-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d78-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d7a-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d7c-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d7d-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d7f-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d81-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d82-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d84-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d86-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d87-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d89-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d8b-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d8c-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d8e-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d90-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d91-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d93-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d95-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d96-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d98-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37d9d-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37da1-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37da3-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37da6-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37dab-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37db0-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37db5-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37dba-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37dc1-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37dc2-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37dc4-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37dc5-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37dc7-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37dc8-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37dca-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37dcb-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37dcd-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37dce-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37dd0-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37dd1-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37dd3-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37dd4-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37dd6-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37dd7-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37dd9-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37dda-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37ddc-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37ddd-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37ddf-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37de0-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37de2-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37de3-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37de5-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37de6-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37de8-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37de9-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37deb-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37dec-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37dee-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37def-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37df1-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37df2-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37df4-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37df5-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37df7-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37df8-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37dfa-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37dfb-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37dfd-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37dfe-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37e00-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37e01-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37e03-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37e04-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37e06-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37e07-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37e09-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37e0a-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37e0c-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37e0d-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37e0f-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37e10-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37e12-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37e13-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37e15-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37e16-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37e18-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37e19-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37e1e-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37e22-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37e24-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37e27-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37e2c-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37e31-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37e36-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37e3b-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37e42-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37e43-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37e45-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37e46-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37e48-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37e49-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37e4b-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37e4c-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37e4e-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37e4f-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37e51-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37e52-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37e54-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37e55-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37e57-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37e58-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37e5a-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37e5b-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37e5d-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37e5e-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37e60-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37e61-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37e63-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37e64-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37e66-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37e67-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37e69-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37e6a-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37e6c-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37e6d-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37e6f-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37e70-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37e72-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37e73-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37e75-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37e76-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37e78-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37e79-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37e7b-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37e7c-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37e7e-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37e7f-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37e81-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37e82-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37e84-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37e85-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37e87-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37e88-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37e8a-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37e8b-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37e8d-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37e8e-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37e90-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37e91-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37e93-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37e94-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37e96-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37e97-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37e99-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37e9a-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37f8c-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37f90-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37f91-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37f95-47f9eb3d, #w-node-c85d7278-2470-d871-a56d-386e13c37f97-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37f98-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37f9c-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37f9d-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37fa1-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37fa2-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37fa6-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37fa7-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37fab-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37fac-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37fb0-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37fb1-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37fb5-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37fb6-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37fba-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37fbb-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37fbf-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37fc0-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37fc4-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37fc5-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37fc8-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37fc9-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37fcc-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37fcd-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37fd1-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37fd2-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37fd6-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37fd7-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37fdb-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37fdc-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37fe0-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37fe1-47f9eb3d {
  justify-self: start;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37fe5-47f9eb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c85d7278-2470-d871-a56d-386e13c37fe6-47f9eb3d {
  justify-self: start;
}

#w-node-e3a616e0-0d42-974a-c671-6a61d01a7dfa-411d0c3a {
  grid-area: 3 / 1 / 4 / 3;
}

#bottomimage.w-node-d4aae21e-d75d-574d-b0cd-82d52b4f861a-55024066 {
  grid-area: Area;
}

#topimage.w-node-_46a69890-590b-19c9-56fa-c2a3ecd5014f-55024066 {
  grid-area: Area;
  place-self: auto end;
}

#w-node-_0cc26688-c1cb-dc1b-4f40-cf3ceb279e44-55024066, #w-node-_0cc26688-c1cb-dc1b-4f40-cf3ceb279e4e-55024066, #w-node-_0cc26688-c1cb-dc1b-4f40-cf3ceb279e58-55024066 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_742ac8d5-6070-9f84-bbb4-097d86006b69-f1317e21, #w-node-_3c2581b3-51be-280c-a736-226f29f4ae6f-e1c89245 {
  place-self: auto stretch;
}

#w-node-_3d9f19bd-859c-ef68-2763-c0d91a515074-5d36132a {
  place-self: center;
}

#w-node-_30158653-2be5-289b-a7d0-3f4d69e42135-69e42130, #w-node-_30158653-2be5-289b-a7d0-3f4d69e4219e-69e42130 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b35f350-dfef-452d-6035-40baaacd9c67-7f88527a {
  justify-self: center;
}

#w-node-_23d5479d-5dbd-17e4-9a6a-0389c26f9b7d-7f88527a, #w-node-_23d5479d-5dbd-17e4-9a6a-0389c26f9b7d-5bf158f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b79552e-0a04-a511-979c-d9ecdbe7a94e-290d4889 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_46511ffc-adbd-2901-7fd8-c9b2953ae50d-290d4889 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44de2faf-3b0a-2784-6a8c-927787f5eedd-290d4889, #w-node-_25ce0d7d-d350-6735-df34-c9fe9630fd28-290d4889, #w-node-_3caa4c6a-f6d2-618f-056e-d5fb84c869e6-290d4889, #w-node-b986bae4-80ac-5b39-0d86-9e4782c68544-290d4889 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1b79552e-0a04-a511-979c-d9ecdbe7a94e-3b299198 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_46511ffc-adbd-2901-7fd8-c9b2953ae50d-3b299198 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44de2faf-3b0a-2784-6a8c-927787f5eedd-3b299198, #w-node-_25ce0d7d-d350-6735-df34-c9fe9630fd28-3b299198, #w-node-_3caa4c6a-f6d2-618f-056e-d5fb84c869e6-3b299198, #w-node-b986bae4-80ac-5b39-0d86-9e4782c68544-3b299198 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_46511ffc-adbd-2901-7fd8-c9b2953ae50d-5dd27952 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b35f350-dfef-452d-6035-40baaacd9c67-defc6f2f {
  justify-self: center;
}

#w-node-_5edc5279-79b5-2d28-5b97-a9a82be06ba8-defc6f2f {
  place-self: center;
}

#w-node-_23d5479d-5dbd-17e4-9a6a-0389c26f9b7d-defc6f2f, #w-node-_46511ffc-adbd-2901-7fd8-c9b2953ae50d-630ee0e4, #w-node-_46511ffc-adbd-2901-7fd8-c9b2953ae50d-109c39f8, #w-node-_46511ffc-adbd-2901-7fd8-c9b2953ae50d-a0090507 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b35f350-dfef-452d-6035-40baaacd9c67-dc0cee93 {
  justify-self: center;
}

#w-node-_5edc5279-79b5-2d28-5b97-a9a82be06ba8-dc0cee93 {
  place-self: center;
}

#w-node-_23d5479d-5dbd-17e4-9a6a-0389c26f9b7d-dc0cee93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b35f350-dfef-452d-6035-40baaacd9c67-b1eb8e89 {
  justify-self: center;
}

#w-node-_5edc5279-79b5-2d28-5b97-a9a82be06ba8-b1eb8e89 {
  place-self: center;
}

#w-node-_23d5479d-5dbd-17e4-9a6a-0389c26f9b7d-b1eb8e89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da6c2130-a62f-a46f-8787-995edd59bb11-6baf8056 {
  place-self: center;
}

#w-node-_23d5479d-5dbd-17e4-9a6a-0389c26f9b7d-6baf8056 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9eefa8f0-3960-942e-0ea4-b0762fc982f2-a2b36f8f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9eefa8f0-3960-942e-0ea4-b0762fc98307-a2b36f8f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_309e8edd-4c6f-482c-8b95-2f9e23668d56-a2b36f8f, #w-node-_248eb397-b2cc-1e76-589c-e78a1286e661-a2b36f8f, #w-node-_248eb397-b2cc-1e76-589c-e78a1286e665-a2b36f8f, #w-node-_62b5f102-1071-bab6-c9d0-557f81684aa3-f0042f05, #w-node-_7b132469-f61c-60b9-1887-1a2efb6ed570-f0042f05, #w-node-_7b132469-f61c-60b9-1887-1a2efb6ed57b-f0042f05, #w-node-_7b132469-f61c-60b9-1887-1a2efb6ed586-f0042f05, #w-node-_7b132469-f61c-60b9-1887-1a2efb6ed5d5-f0042f05, #w-node-c3514ee3-3994-dbbc-7cfc-61fda1d0e676-3011ba9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eaf38fd4-ba06-0759-ec27-d0d4112dc839-3011ba9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-dde56f62-407a-6238-4426-21aecd1f1185-3011ba9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_50dc45a0-bc1c-2c19-1b5f-c69fd71199a9-3011ba9f {
  justify-self: auto;
}

#w-node-_58506c0b-d04a-8b5e-7fbb-fda5c82f8cee-796de645, #w-node-f2aff276-7744-2927-1c6f-e6c3ea370569-796de645 {
  justify-self: end;
}

#w-node-_62b5f102-1071-bab6-c9d0-557f81684aa3-796de645 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_62b5f102-1071-bab6-c9d0-557f81684a75-796de645 {
  place-self: center;
}

#w-node-_7b132469-f61c-60b9-1887-1a2efb6ed570-796de645, #w-node-_7b132469-f61c-60b9-1887-1a2efb6ed57b-796de645, #w-node-_7b132469-f61c-60b9-1887-1a2efb6ed586-796de645, #w-node-_7b132469-f61c-60b9-1887-1a2efb6ed59f-796de645 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40259ab1-7be5-858c-be95-33666e239bf7-796de645 {
  order: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8aac4a22-1749-6648-6f7a-e21d0c9ea050-796de645, #w-node-_8e964192-f8f5-aa31-754e-e9580f6d339d-796de645 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58506c0b-d04a-8b5e-7fbb-fda5c82f8cee-d9de89c0 {
  justify-self: start;
}

#w-node-_62b5f102-1071-bab6-c9d0-557f81684aa3-d9de89c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_62b5f102-1071-bab6-c9d0-557f81684a75-d9de89c0 {
  place-self: center;
}

#w-node-_7b132469-f61c-60b9-1887-1a2efb6ed586-d9de89c0, #w-node-_7b132469-f61c-60b9-1887-1a2efb6ed570-d9de89c0, #w-node-_7b132469-f61c-60b9-1887-1a2efb6ed57b-d9de89c0, #w-node-_4e8422a8-8142-4eaf-a634-6143da666001-d9de89c0, #w-node-_7b132469-f61c-60b9-1887-1a2efb6ed59f-d9de89c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40259ab1-7be5-858c-be95-33666e239bf7-d9de89c0 {
  order: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8aac4a22-1749-6648-6f7a-e21d0c9ea050-d9de89c0, #w-node-_8e964192-f8f5-aa31-754e-e9580f6d339d-d9de89c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58506c0b-d04a-8b5e-7fbb-fda5c82f8cee-ac84224a {
  justify-self: start;
}

#w-node-_62b5f102-1071-bab6-c9d0-557f81684aa3-ac84224a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_62b5f102-1071-bab6-c9d0-557f81684a75-ac84224a {
  place-self: center;
}

#w-node-_7b132469-f61c-60b9-1887-1a2efb6ed586-ac84224a, #w-node-_7b132469-f61c-60b9-1887-1a2efb6ed570-ac84224a, #w-node-_7b132469-f61c-60b9-1887-1a2efb6ed57b-ac84224a, #w-node-_4e8422a8-8142-4eaf-a634-6143da666001-ac84224a, #w-node-_7b132469-f61c-60b9-1887-1a2efb6ed59f-ac84224a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40259ab1-7be5-858c-be95-33666e239bf7-ac84224a {
  order: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8aac4a22-1749-6648-6f7a-e21d0c9ea050-ac84224a, #w-node-_8e964192-f8f5-aa31-754e-e9580f6d339d-ac84224a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a1aeaced-8d8d-826e-d519-8037cb2fcc44-c08a8b26, #w-node-_3b67c765-77bd-1d68-89f2-76cab4933417-b5d4bfae, #w-node-cecdbf12-1586-2d98-6978-d5ed97fd6236-b5d4bfae, #w-node-_01d9881b-4fc4-f17b-1e1b-c612d745282b-b5d4bfae, #w-node-ab3f7d01-b6b2-e247-2d7d-f60b015689d6-b5d4bfae {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_9b8fcd5a-0d13-e44d-0490-f9b3393516fb-393516f5 {
    order: 9999;
  }

  #w-node-_1b79552e-0a04-a511-979c-d9ecdbe7a94e-290d4889, #w-node-_1b79552e-0a04-a511-979c-d9ecdbe7a94e-3b299198 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e02bae14-29a6-fae7-e340-d28399df645c-99df645c {
    order: -9999;
  }

  #w-node-_9eefa8f0-3960-942e-0ea4-b0762fc982f2-fff1137d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_42d97375-7a57-b318-2d97-c42b838271ee-fff1137d, #w-node-_9eefa8f0-3960-942e-0ea4-b0762fc98339-fff1137d {
    order: -9999;
  }

  #w-node-add435a5-c1ef-56e5-7815-3f19ac13d968-ea0a1422, #w-node-_85f038d0-2d49-775f-59f1-9ae198d082e0-ea0a1422, #w-node-_05c73fc6-351d-e7da-056e-0a7e3c60da5a-ea0a1422, #w-node-_3e97173a-ecd1-f344-274f-f92b84bbbcbb-ea0a1422, #w-node-_56bbcfd9-ecd1-7e88-b62f-8b58792c1290-ea0a1422, #w-node-_23dbbb99-a111-99fb-889b-23b24755dfff-ea0a1422, #w-node-_6e52313d-83cf-3342-a65b-8edd101f0cea-ea0a1422, #w-node-_927667f0-2f23-62c5-8a81-8a19557e4349-ea0a1422, #w-node-_26c1aeac-bebd-9616-4d4b-84789a4db112-ea0a1422, #w-node-_6fa98b26-774d-aba9-2689-067657de2a3c-ea0a1422 {
    justify-self: end;
  }

  #w-node-eb3b34b7-94bd-2af2-4d7e-d48841bf4fa2-c08a8b26, #w-node-caa1c274-2b90-898f-8576-7450fb77c7a9-c08a8b26 {
    order: -9999;
  }

  #w-node-a1aeaced-8d8d-826e-d519-8037cb2fcc44-c08a8b26 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-a1aeaced-8d8d-826e-d519-8037cb2fcc42-c08a8b26, #w-node-_3891fded-09e8-62b4-88e6-84ea8353688b-83536885 {
    order: -9999;
  }

  #w-node-_7d7b180a-c59e-a2a5-9c84-6731db3735da-62a3ed35, #w-node-_7d7b180a-c59e-a2a5-9c84-6731db3735df-62a3ed35, #w-node-_7d7b180a-c59e-a2a5-9c84-6731db3735da-ec45b255, #w-node-_7d7b180a-c59e-a2a5-9c84-6731db3735df-ec45b255 {
    justify-self: end;
  }

  #w-node-bce81387-9738-bc1e-6a96-766dc789879b-7f88527a, #w-node-_67ef6783-5026-0874-a6ef-1fefd538cc5b-5bf158f2 {
    order: -9999;
  }

  #w-node-_7d7b180a-c59e-a2a5-9c84-6731db3735da-290d4889, #w-node-_7d7b180a-c59e-a2a5-9c84-6731db3735df-290d4889 {
    justify-self: end;
  }

  #w-node-_1b79552e-0a04-a511-979c-d9ecdbe7a94e-290d4889 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_078d4c47-7156-ed92-3426-8aebaaba9814-290d4889 {
    order: -9999;
  }

  #w-node-_7d7b180a-c59e-a2a5-9c84-6731db3735df-3b299198, #w-node-_7d7b180a-c59e-a2a5-9c84-6731db3735da-3b299198 {
    justify-self: end;
  }

  #w-node-_1b79552e-0a04-a511-979c-d9ecdbe7a94e-3b299198 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_078d4c47-7156-ed92-3426-8aebaaba9814-3b299198 {
    order: -9999;
  }

  #w-node-_7d7b180a-c59e-a2a5-9c84-6731db3735da-5dd27952, #w-node-_7d7b180a-c59e-a2a5-9c84-6731db3735df-5dd27952 {
    justify-self: end;
  }

  #w-node-bce81387-9738-bc1e-6a96-766dc789879b-defc6f2f {
    order: -9999;
  }

  #w-node-_7d7b180a-c59e-a2a5-9c84-6731db3735da-630ee0e4, #w-node-_7d7b180a-c59e-a2a5-9c84-6731db3735df-630ee0e4, #w-node-_196cfe04-68d5-4fbc-49c0-c38d3dd58e55-630ee0e4, #w-node-_196cfe04-68d5-4fbc-49c0-c38d3dd58e5b-630ee0e4, #w-node-_7d7b180a-c59e-a2a5-9c84-6731db3735da-109c39f8, #w-node-_7d7b180a-c59e-a2a5-9c84-6731db3735df-109c39f8, #w-node-_196cfe04-68d5-4fbc-49c0-c38d3dd58e55-109c39f8, #w-node-_196cfe04-68d5-4fbc-49c0-c38d3dd58e5b-109c39f8, #w-node-_7d7b180a-c59e-a2a5-9c84-6731db3735da-a0090507, #w-node-_7d7b180a-c59e-a2a5-9c84-6731db3735df-a0090507, #w-node-_196cfe04-68d5-4fbc-49c0-c38d3dd58e55-a0090507, #w-node-_196cfe04-68d5-4fbc-49c0-c38d3dd58e5b-a0090507 {
    justify-self: end;
  }

  #w-node-bce81387-9738-bc1e-6a96-766dc789879b-dc0cee93, #w-node-bce81387-9738-bc1e-6a96-766dc789879b-b1eb8e89, #w-node-bce81387-9738-bc1e-6a96-766dc789879b-6baf8056 {
    order: -9999;
  }

  #w-node-_9eefa8f0-3960-942e-0ea4-b0762fc982f2-a2b36f8f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_42d97375-7a57-b318-2d97-c42b838271ee-a2b36f8f, #w-node-_9eefa8f0-3960-942e-0ea4-b0762fc98339-a2b36f8f, #w-node-_62b5f102-1071-bab6-c9d0-557f81684a75-f0042f05, #w-node-_62b5f102-1071-bab6-c9d0-557f81684a75-796de645 {
    order: -9999;
  }

  #w-node-_7b132469-f61c-60b9-1887-1a2efb6ed59f-796de645 {
    grid-column: span 1 / span 1;
    justify-self: center;
  }

  #w-node-_40259ab1-7be5-858c-be95-33666e239bf7-796de645, #w-node-_8aac4a22-1749-6648-6f7a-e21d0c9ea050-796de645, #w-node-_8e964192-f8f5-aa31-754e-e9580f6d339d-796de645 {
    justify-self: center;
  }

  #w-node-_62b5f102-1071-bab6-c9d0-557f81684a75-d9de89c0 {
    order: -9999;
  }

  #w-node-_7b132469-f61c-60b9-1887-1a2efb6ed59f-d9de89c0 {
    grid-column: span 1 / span 1;
    justify-self: center;
  }

  #w-node-_40259ab1-7be5-858c-be95-33666e239bf7-d9de89c0, #w-node-_8aac4a22-1749-6648-6f7a-e21d0c9ea050-d9de89c0, #w-node-_8e964192-f8f5-aa31-754e-e9580f6d339d-d9de89c0 {
    justify-self: center;
  }

  #w-node-_62b5f102-1071-bab6-c9d0-557f81684a75-ac84224a {
    order: -9999;
  }

  #w-node-_7b132469-f61c-60b9-1887-1a2efb6ed59f-ac84224a {
    grid-column: span 1 / span 1;
    justify-self: center;
  }

  #w-node-_40259ab1-7be5-858c-be95-33666e239bf7-ac84224a, #w-node-_8aac4a22-1749-6648-6f7a-e21d0c9ea050-ac84224a, #w-node-_8e964192-f8f5-aa31-754e-e9580f6d339d-ac84224a {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_309e8edd-4c6f-482c-8b95-2f9e23668d56-fff1137d, #w-node-_248eb397-b2cc-1e76-589c-e78a1286e661-fff1137d, #w-node-_5afedf87-1feb-008d-961d-b97ac2d1f798-fff1137e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1ea9e10d-7dfe-a4b9-0bb1-2fdcdda16be4-dda16bd4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_0d53ed56-df29-02b5-9b86-4e9c55bdf58c-dda16bd4, #w-node-eb3b34b7-94bd-2af2-4d7e-d48841bf4fa2-c08a8b26, #w-node-_0cc26688-c1cb-dc1b-4f40-cf3ceb279e44-55024066, #w-node-_0cc26688-c1cb-dc1b-4f40-cf3ceb279e4e-55024066, #w-node-_309e8edd-4c6f-482c-8b95-2f9e23668d56-a2b36f8f, #w-node-_248eb397-b2cc-1e76-589c-e78a1286e661-a2b36f8f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dde56f62-407a-6238-4426-21aecd1f1185-3011ba9f {
    align-self: center;
  }

  #w-node-c53e8521-2b53-cf3d-99ed-0906b0f3fb91-3011ba9f, #w-node-_50dc45a0-bc1c-2c19-1b5f-c69fd71199a0-3011ba9f, #w-node-_50dc45a0-bc1c-2c19-1b5f-c69fd71199a9-3011ba9f {
    place-self: center;
  }

  #w-node-_7b132469-f61c-60b9-1887-1a2efb6ed59f-796de645 {
    justify-self: center;
  }

  #w-node-_40259ab1-7be5-858c-be95-33666e239bf7-796de645 {
    place-self: auto center;
  }

  #w-node-_8aac4a22-1749-6648-6f7a-e21d0c9ea050-796de645, #w-node-_8e964192-f8f5-aa31-754e-e9580f6d339d-796de645, #w-node-_7b132469-f61c-60b9-1887-1a2efb6ed59f-d9de89c0 {
    justify-self: center;
  }

  #w-node-_40259ab1-7be5-858c-be95-33666e239bf7-d9de89c0 {
    place-self: auto center;
  }

  #w-node-_8aac4a22-1749-6648-6f7a-e21d0c9ea050-d9de89c0, #w-node-_8e964192-f8f5-aa31-754e-e9580f6d339d-d9de89c0, #w-node-_7b132469-f61c-60b9-1887-1a2efb6ed59f-ac84224a {
    justify-self: center;
  }

  #w-node-_40259ab1-7be5-858c-be95-33666e239bf7-ac84224a {
    place-self: auto center;
  }

  #w-node-_8aac4a22-1749-6648-6f7a-e21d0c9ea050-ac84224a, #w-node-_8e964192-f8f5-aa31-754e-e9580f6d339d-ac84224a {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Everett Jana';
  src: url('../fonts/Everett-Jana.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Twkeverett';
  src: url('../fonts/TWKEverett-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Everett';
  src: url('../fonts/Everett-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Everett';
  src: url('../fonts/Everett-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Everett';
  src: url('../fonts/Everett-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Twkeverett';
  src: url('../fonts/TWKEverett-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adam Ladd Lufga';
  src: url('../fonts/Adam-Ladd---Lufga-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adam Ladd Lufga';
  src: url('../fonts/Adam-Ladd---Lufga-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adam Ladd Lufga';
  src: url('../fonts/Adam-Ladd---Lufga-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adam Ladd Lufga';
  src: url('../fonts/Adam-Ladd---Lufga-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adam Ladd Lufga';
  src: url('../fonts/Adam-Ladd---Lufga-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}