@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font-family: "Inter", sans-serif;
  margin: 0px;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}


*,
::after,
::before {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.textAlign_center {
  text-align: center;
}

.textAlign_right {
  text-align: right;
}

.textAlign_left {
  text-align: left;
}

.Display_Flex {
  display: flex !important;
}

.Display_InlineFlex {
  display: inline-flex !important;
}

.Display_Block {
  display: block !important;
}

.Display_inlineBlock {
  display: inline-block !important;
}

.DeskFlex_Mobileblock {
  display: flex;
}

.justify_content_End {
  justify-content: flex-end;
}

.justify_content_Center {
  justify-content: center;
}

.justify-content_Spacebetween {
  justify-content: space-between;
}

.align_item_Center {
  align-items: center;
}

.align_item_End {
  align-items: end;
}

.align_item_Stretch {
  align-items: stretch;
}

.flex_direction_Column {
  flex-direction: column;
}

.flex_wrap_Wrap {
  flex-wrap: wrap;
}

.gap_5 {
  gap: 5px
}

.gap_12 {
  gap: 12px;
}

.gap_16 {
  gap: 16px;
}

.gap_20 {
  gap: 20px;
}

.gap_30 {
  gap: 30px;
}

.width_100per {
  width: 100%;
}

.width_100per_import {
  width: 100% !important;
}

.width_24px {
  width: 24px !important;
}

.width_20px {
  width: 20px !important;
}

.width_18px {
  width: 18px !important;
}

.width_16px {
  width: 16px !important;
}

.width_10px {
  width: 10px !important;
}

.width_14px {
  width: 14px !important;
}

.height_100per {
  height: 100%;
}

.position_Relative {
  position: relative;
}

.emptyBtn {
  background: transparent;
  border: 1px solid transparent;
  outline: unset;
  padding: 0px;
  margin: 0px;
}

.zindex_999 {
  z-index: 999;
}

.font_Size10 {
  font-size: 10px;
}
.font_Size12 {
  font-size: 12px;
}

.font_Size14 {
  font-size: 14px;
}

.font_Size15 {
  font-size: 15px;
}

.font_Size16 {
  font-size: 16px;
}

.font_Size18 {
  font-size: 18px;
}

.font_Size20 {
  font-size: 20px;
}

.font_Size22 {
  font-size: 22px;
}

.font_Size24 {
  font-size: 24px;
}

.font_Size28 {
  font-size: 28px;
}

.font_Size30 {
  font-size: 30px;
}

.font_Size32 {
  font-size: 32px;
}

.font_Size34 {
  font-size: 34px;
}

.font_Size40 {
  font-size: 40px;
}

.font_Size44 {
  font-size: 44px;
}

.font_Size50 {
  font-size: 50px;
}

.font_Weight300 {
  font-weight: 300;
}

.font_Weight400 {
  font-weight: 400;
}

.font_Weight500 {
  font-weight: 500;
}

.font_Weight600 {
  font-weight: 600;
}

.font_Weight700 {
  font-weight: 700;
}

.font_StyleItalic {
  font-style: italic;
}

.cursor_Pointer {
  cursor: pointer;
}

.opacity_point3 {
  opacity: 0.3;
}


.blackClrText {
  color: #000;
  line-height: 1.5;
  margin: 0px;
}

.whiteColor_Text {
  color: #fff;
  line-height: 1.5;
  margin: 0px;
}

.bneiBrakBayClrText {
  color: #1E4DD8;
  line-height: 1.5;
  margin: 0px;
}

.doveGreyClrText {
  color: #6D6D6D;
  line-height: 1.5;
  margin: 0px;
}

.rainmakerClrText {
  color: #475569;
  line-height: 1.5;
  margin: 0px;
}

a.hrefLinkHover:hover {
  color: #1E4DD8;
  text-decoration: unset !important;
}


.borderRadius_8px {
  border-radius: 8px;
}

.borderRadius_16px {
  border-radius: 16px;
}


.marginLeftRight_Auto {
  margin: 0px auto !important;
}

.marginLeft25 {
  margin-left: 25px !important;
}

.margin_Bottom8 {
  margin-bottom: 8px !important;
}

.margin_Bottom4 {
  margin-bottom: 4px !important;
}

.margin_Bottom12 {
  margin-bottom: 12px !important;
}

.margin_Bottom16 {
  margin-bottom: 16px !important;
}

.margin_Bottom24 {
  margin-bottom: 24px !important;
}

.margin_Bottom34 {
  margin-bottom: 34px !important;
}

.margin_Top34 {
  margin-top: 34px !important;
}

.margin_Top24 {
  margin-top: 24px !important;
}

.margin_Top12 {
  margin-top: 12px !important;
}

.margin_Bottom50 {
  margin-bottom: 50px !important;
}

.margin_Right12 {
  margin-right: 12px;
}

.margin_LeftRight16 {
  margin: 0px 16px;
}

.padding_16px {
  padding: 16px;
}

.padding_LeftRight34_TopBottom24 {
  padding: 24px 34px;
}

.padding_Top12 {
  padding-top: 12px;
}

.padding_Top20 {
  padding-top: 20px;
}
select{
  padding: 15px 12px !important;
}
 
.padding_Right20 {
  padding-right: 20px;
}

.padding_Bottom16 {
  padding-bottom: 16px;
}

.padding_Bottom12 {
  padding-bottom: 12px;
}

.padding_TopBottom80 {
  padding: 80px 0px;
}

.paddingLeftright_12 {
  padding: 0px 12px;
}

.paddingLeft24 {
  padding-left: 24px !important;
}

.dotted_UnorderList {
  margin: 0px;
  padding-left: 20px;
}

.textDecoration_Underline {
  text-decoration: underline !important;
}

.textDecoration_Underline_unset {
  text-decoration: unset !important;
}

.columnCount_two {
  column-count: 2;
}

.maincontent {
  position: relative;
}

.noColor_btn {
  background: transparent;
  border: 1px solid transparent;
  padding: 0px;
  outline: unset !important;
}


.whiteButton {
  padding: 0px 10px;
  height: 34px;
  border-radius: 10px;
  background: #5B3DFD;
  border: 1px solid #5B3DFD;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  outline: unset;
  color: #fff;
  text-decoration: unset;
  -webkit-transition: .5s;
  transition: .5s;
  pointer-events: all;
  cursor: pointer;
  z-index: 0;
}







.Mainbutton {
  padding: 0px 20px;
  height: 44px;
  border-radius: 10px;
  background: #5B3DFD;
  border: 1px solid #5B3DFD;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  outline: unset;
  color: #fff;
  text-decoration: unset;
  -webkit-transition: .5s;
  transition: .5s;
  pointer-events: all;
  cursor: pointer;
  z-index: 0;
}

.divInputwidth input{
width: inherit !important;

}

.applynowButton {
  padding: 10px 20px;
  height: 44px;
  border-radius: 10px;
  background: #5B3DFD;
  border: 1px solid #5B3DFD;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  outline: unset;
  color: #fff;
  text-decoration: unset;
  -webkit-transition: .5s;
  transition: .5s;
  pointer-events: all;
  cursor: pointer;
  z-index: 0;
  display: flex;

  align-items: center;
  justify-content: center;
}

.applynowButton:hover {
  color: #fff;
  text-decoration: none;
  background: #2b1d78;
  border: 1px solid #2b1d78;
}






.whiteFilter {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(6%) hue-rotate(190deg) brightness(104%) contrast(104%);
}





/* Input Group Wrapper */
.inputMate {
  display: flex;
  align-items: stretch;
  width: 80%;
  border-radius: 90px;
  overflow: hidden;
  margin-bottom: 24px;
}

/* Prepend and Append */
.inputMatePrepend,
.inputMateAppend {
  display: flex;
  align-items: center;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #fff;
  background: #FFF;
}

.inputMateAppend {
  border-left: 1px solid transparent;
  padding-right: 20px;
}


.inputMatePrepend {
  border-right: 1px solid transparent;
  padding-left: 20px;
}


.inputMateAppend button {
  border-radius: 60px;
  background: #5A2DD5;
  border: 1px solid #5A2DD5;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  padding: 8px 16px;
  outline: unset;
}

/* Input Field */
.inputMate input {

  /* border-radius: 90px; */
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #fff;

  background: #FFF;
  flex: 1;
  width: 100%;
  outline: none;
  padding: 0px 16px 0px 26px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
  height: 54px;
}

.inputMate input::placeholder {
  color: #6D6D6D;
}

.inputMate>.inputMateAppend>.inputMateText,
.inputMate>.inputMatePrepend>.inputMateText {
  line-height: 1.5;
}


@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1020;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

/* Header Code Start */
.MobileToggle {
  display: none;
}


.siteHeader_wrapper .navbar-expand-lg .navbar-nav .dropdown-menu {

  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  top: 48px;
  /* display: block; */
  opacity: 0;
  transform: translateY(10px);
  /* Slide a little down */
  visibility: hidden;
  transition: all 0.3s ease;

}

.siteHeader_wrapper .navbar-expand-lg .navbar-nav .dropdown-menu.show {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.siteHeader_wrapper .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
  margin-right: 0px;
  font-size: 14px !important;
  font-weight: 400 !important;
  display: flex;
  align-items: center;
  -webkit-transition: .5s;
  transition: .5s;
  padding: 6px 16px !important;
  text-align: left;
  gap: 12px;
  color: #252525;
  border-bottom: 1px solid #f8f8f8;
}

.siteHeader_wrapper .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item img {
  filter: brightness(0) saturate(100%) invert(61%) sepia(24%) saturate(0%) hue-rotate(212deg) brightness(101%) contrast(84%);
}

.siteHeader_wrapper .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover {
  padding-left: 30px !important;
  transition: all .5s ease;
}

.siteHeader_wrapper .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover img {
  filter: unset;
}


.siteHeader_wrapper {
  /* background: #FFFFFF; */
  padding: 10px 0px;
  /* border-bottom: 1px solid #d4d1d1; */
  -webkit-backdrop-filter: blur(.6rem);
  backdrop-filter: blur(.6rem);
  background: hsla(0, 0%, 100%, .5);
}

.siteHeader_wrapper .glenzy_brandLogo {
  padding: 0px;
  margin: 0px;
}

.siteHeader_wrapper .glenzy_brandLogo img {
  width: 140px;
}

.siteHeader_wrapper nav {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0px !important;
}

.siteHeader_wrapper ul.navbar-nav {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.siteHeader_wrapper ul.navbar-nav li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #252525;
  margin-right: 24px;
  /* padding: 24px 8px; */
  /* padding: 28px 8px; */
  text-decoration: none !important;
  gap: 4px;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer;
}

.siteHeader_wrapper ul.navbar-nav li:last-child a {
  margin-right: 0px;
}

.siteHeader_wrapper ul.navbar-nav li a:hover,
.siteHeader_wrapper ul.navbar-nav li a.active {
  color: #1E4DD8;
}

.siteHeader_wrapper .dropdown-menu a:hover,
.siteHeader_wrapper .dropdown-menu a.active {
  background: #f8f9fa !important;
  color: #000 !important;
}

.siteHeader_wrapper ul.navbar-nav li a span.leaf_icon {
  position: relative;
}

.Sustanability_text {
  color: #00D26A !important;
}

.siteHeader_wrapper ul.navbar-nav li a span.leaf_icon::after {
  content: "";
  background: url("../slices/leaf_icon.svg");
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: 10px;
  background-size: 14px;
  transform: translateX(-50%);
  background-position: center;
}

.siteHeader_wrapper ul.navbar-nav li.nav-item.dropdown {
  display: inline-block;
}

.siteHeader_wrapper ul.navbar-nav li.nav-item.dropdown:hover ul.dropdown-menu {
  display: block;
}

.siteHeader_wrapper ul.navbar-nav .dropdown-toggle::after {
  margin-left: 8px;
}

.siteHeader_wrapper ul.navbar-nav li.nav-item.dropdown:hover .dropdown-toggle::after {
  transform: rotate(180deg);
}

/* .siteHeader_wrapper ul.navbar-nav li.dropdown ul.dropdown-menu li a.dropdown-item:focus,
.siteHeader_wrapper ul.navbar-nav li.dropdown ul.dropdown-menu li a.dropdown-item:hover {
  background-color: transparent;
} */

.siteHeader_wrapper ul.navbar-nav li.dropdown ul.dropdown-menu {
  border: unset;
  display: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
  border-top: 2px solid #1E4DD8;
  border-radius: 2px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

.siteHeader_wrapper ul.navbar-nav li.dropdown ul.dropdown-menu li a {
  margin: 0px !important;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: #252525;
  background: #FFF;
  display: flex;
  align-items: center;
  gap: 12px;
}

.siteHeader_wrapper ul.navbar-nav li.dropdown ul.dropdown-menu li a:hover {
  /* padding-left: 16px !important; */
  transform: translateX(12px);
  transition: all 0.5s ease;
  color: #1E4DD8;
  text-shadow: unset;
}

.siteHeader_wrapper ul.navbar-nav li.dropdown ul.dropdown-menu li a:focus span,
.siteHeader_wrapper ul.navbar-nav li.dropdown ul.dropdown-menu li a:focus-within span {
  text-shadow: unset;
}

.siteHeader_wrapper ul.navbar-nav li.dropdown ul.dropdown-menu li a:focus,
.siteHeader_wrapper ul.navbar-nav li.dropdown ul.dropdown-menu li a:focus-within {
  text-shadow: unset;
}

/* Header Code end */










/* Home code */




:root {
  --ink: #0F172A;
  --navy: #0B1B3B;
  --purple: #5B3DFD;
  --teal: #0EA5A6;
  --slate-900: #0f172a;
  --slate-800: #1f2937;
  --slate-700: #334155;
  --slate-600: #475569;
  --slate-300: #cbd5e1;
  --slate-200: #e2e8f0;
  --slate-100: #f1f5f9
}


.homeframeParent {
  margin-top: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  display: grid;
  gap: 24px;
  /* display: none; */
}

.homeframeItem {
  background: #fff;
  border: 1px solid var(--slate-200);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(2, 6, 23, .08);

}

.persona-card {
  transition: .5s;
}

.persona-card:hover {
  /* background: #f5f5f5; */
  transform: translateY(-7px);
}

.pill {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  border: 1px solid #e2e8f0;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #475569
}

/* .pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600
} */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 600;
  border: 0;
  cursor: pointer
}

.btn-primary {
  background: var(--purple);
  color: #fff
}

.muted {
  color: var(--slate-600)
}

section {
  padding: 56px 0
}

.mainbrn {
  padding: 64px 0;
  background: url('../slices/bnr.png');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 700px;
  display: flex;
  align-items: center;
}

.mainbrn h1 {
  font-size: 84px;
  /* margin-bottom: 12px; */
  font-weight: 600;
  color: #fff;
  /* -webkit-text-stroke: 2px #000; */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.mainbrn p {
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 24px;
  font-weight: 600;
  color: #fff;
  font-style: italic;
}

.homebnrParent {
  height: 100vh;
  /* overflow-x: hidden; */
  scroll-snap-type: y mandatory;
  /* overflow-y: auto; */
}

.homebrn {
  position: relative;
  z-index: 0;
  scroll-snap-align: start;
  height: 100vh;
  width: 100vw;
}

.homebrn {
  padding: 64px 0;
  background: url('../slices/bnr.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  /* height: 700px; */
  display: flex;
  align-items: center;
}

.homebrn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to right, #000, transparent);
  opacity: .8;
  transition: .5s;
}

.bnrContent {
  z-index: 999;
  position: relative;
  margin-top: -40px;
}

.homebrn h1 {
  font-size: 60px;
  /* margin-bottom: 12px; */
  font-weight: 600;
  color: #fff;
}

.homebrn h5 {
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 24px;
  font-weight: 400;
  color: #fff;
  font-style: italic;
}

/* .teal {
  color: var(--teal);
  font-weight: 600
} */

/* .searchHomeBnr {
  display: flex;
  max-width: 560px;
  margin-top: 18px
}

.searchHomeBnr input {
  flex: 1;
  border: 1px solid rgba(148, 163, 184, .8);
  padding: 12px 14px;
  border-radius: 12px 0 0 12px;
  outline: 0
}

.searchHomeBnr button {
  border-radius: 0 12px 12px 0
} */



.trustbar {
  padding: 14px 0;
  /* border-top: 1px solid var(--slate-200); */
  /* border-bottom: 1px solid var(--slate-200); */
  background: #000000b8;
  margin-top: -142px;
  position: absolute;
  width: 100%;
}

.trustwrap {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff
}

.personas {
  background: #f8fafc
}

.persona-row {
  grid-template-columns: repeat(3, minmax(0, 1fr))
}

.persona-card img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 12px
}

.value-grid-one {
  grid-template-columns: repeat(3, minmax(0, 1fr))
}


.client-row {
  grid-template-columns: repeat(5, minmax(0, 1fr))
}

.comingSoonSection {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px
}

.How-it-works {
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center
}

.twocol {
  grid-template-columns: 1fr 1fr
}

.threecol {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.legalPolicySec {
  padding: 80px 0px;
}

.userSaydp img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #ccc;
}



@media(max-width:960px) {
  .askGlenzyParent {
    grid-template-columns: 1fr
  }

  .value-grid {
    grid-template-columns: 1fr
  }

  .steps {
    grid-template-columns: 1fr
  }

  .persona-row {
    grid-template-columns: 1fr
  }

  .How-it-works {
    grid-template-columns: 1fr
  }

  .client-row {
    grid-template-columns: 1fr;
  }


  .comingSoonSection {
    grid-template-columns: 1fr
  }

  .twocol {
    grid-template-columns: 1fr
  }

  .threecol {
    grid-template-columns: repeat(1, minmax(0, 1fr));

  }



}

.clientlogo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.margin35 {
  margin: 0px 35px;
}


.howItworksItem {
  /* background: #fff; */
  /* border: 1px solid var(--slate-200); */
  border-radius: 16px;
  padding: 20px;
  /* height: 132px; */
  /* box-shadow: 0 10px 30px rgba(2, 6, 23, .08); */
}

.howItWorksSec {
  background: #f8fafc;
  padding: 56px 0;
}

.howItWorksSec h2 {}


/* .howItWorksSec .row .col-md-3:nth-child(1) .howItworksItem {
  border: 1px solid #bae6fd;
  background: #eff6ff;
}

.howItWorksSec .row .col-md-3:nth-child(2) .howItworksItem {
  border: 1px solid #99f6e4;
  background: #ecfeff;
}

.howItWorksSec .row .col-md-3:nth-child(3) .howItworksItem {
  border: 1px solid #c7d2fe;
  background: #eef2ff;
}

.howItWorksSec .row .col-md-3:nth-child(4) .howItworksItem {
  border: 1px solid #fed7aa;
  background: #fff7ed;
} */

/* borrowers */


:root {
  --purple: #5B3DFD;
  --teal: #0EA5A6;
  --slate-700: #334155;
  --slate-600: #475569;
  --slate-300: #cbd5e1;
  --slate-200: #e2e8f0;
  --slate-100: #f1f5f9
}






.grid {
  display: grid;
  gap: 24px
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 700;
  cursor: pointer
}

.btn-primary {
  background: var(--purple);
  color: #fff
}

.btn-ghost {
  background: #fff;
  border-color: var(--slate-300);
  color: var(--slate-700)
}

.card {
  background: #fff;
  border: 1px solid var(--slate-200);
  border-radius: 16px;
  padding: 18px
}

.shadow {
  box-shadow: 0 10px 30px rgba(2, 6, 23, .08)
}

.borrowers_bnr h1 {
  font-size: 44px;
  line-height: 1.1;
  margin: 0 0 8px;
  font-weight: 800
}

.borrowers_bnr h2 {
  font-size: 26px;
  margin: 0 0 8px;
  font-weight: 800
}

.muted {
  color: var(--slate-600)
}


.aboutBanner {
  padding: 0px 0 40px;
  border-bottom: 1px solid var(--slate-200);
  background: radial-gradient(900px 360px at 85% -10%, rgba(91, 61, 253, .06), transparent 60%);
  background: url(../slices/about_banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  min-height: 600px;

}

.aboutBannertxt {
  background-color: #00000091;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: #fff;
  font-size: 30px;
  text-align: center;
  flex-direction: column;
}

.aboutGlenzytxt {

  background: #fff;
  border-radius: 8px;
  padding: 25px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-top: -50px;
}

.borrowers_bnr {
  padding: 56px 0 40px;
  border-bottom: 1px solid var(--slate-200);
  background: radial-gradient(900px 360px at 85% -10%, rgba(91, 61, 253, .06), transparent 60%);
  background: url(../slices/borrower-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  min-height: 600px;

}

.hero-grid {
  grid-template-columns: 1.2fr .8fr;
  align-items: center
}

.hero .teal {
  color: var(--teal)
}

.hero-img {
  border: 1px solid var(--slate-200);
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(#f8fafc, #f1f5f9)
}

.hero-img>div {
  /* height: 320px; */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8
}

.value-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr))
}

.icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px
}



.loan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px
}

.loan-tile {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid var(--slate-200);
  transition: transform .15s ease, box-shadow .15s ease;
  background-size: cover;
  background-position: center;
  color: #fff;
  min-height: 180px;
  position: relative;
  overflow: hidden
}

.loan-tile:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(2, 6, 23, .2)
}

.badge-live {
  background: #ecfdf5;
  color: #047857;
  border: 1px solid #a7f3d0;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
  background: #fff
}

.badge-soon {
  background: #f1f5f9;
  color: #334155;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700
}

.loan-icon {
  position: absolute;
  right: 12px;
  top: 12px;
  background: rgba(15, 23, 42, .25);
  backdrop-filter: blur(2px);
  border-radius: 10px;
  padding: 6px
}

.loan-icon svg {
  width: 22px;
  height: 22px;
  stroke: #fff
}

@media(max-width:980px) {
  .hero-grid {
    grid-template-columns: 1fr
  }

  .value-grid {
    grid-template-columns: 1fr;
  }

  .loan-grid {
    grid-template-columns: 1fr
  }
}



/* SBA Loan */



.sbaLoanBnr h1 {
  font-size: 44px;
  font-weight: 800;
  margin-bottom: 12px;
  color: #fff;
}

.sbaLoanBnr h2 {
  font-size: 26px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 10px
}

.sbaLoanBnr p {
  color: #475569;
  line-height: 1.6
}

.sbaLoanBnr {
  /* padding: 60px 20px; */
  padding: 60px 0px;
  /* text-align: center; */
  background: #0f172a;
}

.sbaLoanBnr h1 span {
  color: #0EA5A6
}

.badge-soon {
  display: inline-block;
  background: #f1f5f9;
  color: #334155;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px
}

form.applyForSbaloan {
  margin-top: 24px;
  width: 100%;
  max-width: 100%;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--slate-200);
  border-radius: 14px;
  overflow: hidden;
}

input {
  padding: 12px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font-size: 15px
}





/* scf style */




:root {
  --purple: #5B3DFD;
  --teal: #0EA5A6;
  --slate-700: #334155;
  --slate-600: #475569;
  --slate-300: #cbd5e1;
  --slate-200: #e2e8f0;
  --slate-100: #f1f5f9
}




a {
  text-decoration: none;
  color: inherit
}


.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 700;
  cursor: pointer
}

.btn-primary {
  background: var(--purple);
  color: #fff
}

.btn-ghost {
  background: #fff;
  border-color: var(--slate-300);
  color: var(--slate-700)
}

.scf_bnr h1 {
  font-size: 44px;
  line-height: 1.1;
  margin: 0 0 12px;
  font-weight: 800
}

.scf_bnr h2 {
  font-size: 26px;
  margin: 0 0 8px;
  font-weight: 800
}

.muted {
  color: var(--slate-600)
}

.scf_bnr {
  padding: 64px 0 48px;
  text-align: center;
  background: radial-gradient(900px 360px at 85% -10%, rgba(91, 61, 253, .05), transparent 60%)
}

form {
  margin-top: 24px;
  display: grid;
  gap: 16px
}

input {
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid var(--slate-300);
  font-size: 15px
}




/* smb Loan */


.homeframeItem2 {
    background: #fff;
    /* border: 1px solid var(--slate-200); */
    border-radius: 16px;
 
    /* box-shadow: 0 10px 30px rgba(2, 6, 23, .08); */
    /* align-items: center; */
    /* display: inline-flex; */
    justify-content: center;
    /* text-align: center; */
}

.homeframeItem2 img{ width: 100%;}



.smbLoan_bnr h1 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 12px
}

.smbLoan_bnr h2 {
  font-size: 26px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 10px
}

.smbLoan_bnr p {
  color: #475569;
  line-height: 1.6
}

.smbLoan_bnr {
  padding: 60px 0px;
  text-align: center;
  /* background: radial-gradient(circle at top right, rgba(91, 61, 253, .06), transparent 70%) */
}

.smbLoan_bnr h1 span {
  color: #0EA5A6
}

.badge-soon {
  display: inline-block;
  background: #f1f5f9;
  color: #334155;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px
}

form {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto
}

input {
  padding: 12px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font-size: 15px
}







/* Partner page */


:root {
  --purple: #5B3DFD;
  --teal: #0EA5A6;
  --slate-700: #334155;
  --slate-600: #475569;
  --slate-300: #cbd5e1;
  --slate-200: #e2e8f0;
  --slate-100: #f1f5f9
}



a {
  text-decoration: none;
  color: inherit
}



.partnerBnr {
  padding: 64px 0 36px;
  border-bottom: 1px solid var(--slate-200);
  background: radial-gradient(900px 360px at 85% -10%, rgba(91, 61, 253, .06), transparent 60%)
}

.partnerBnr h1 {
  font-size: 36px;
  margin: 0 0 8px;
  font-weight: 800
}

.partnerBnr p {
  color: var(--slate-700);
  margin: 0
}

.section {
  padding: 32px 0
}

.grid {
  display: grid;
  gap: 18px
}

.cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr))
}

.card {
  background: #fff;
  border: 1px solid var(--slate-200);
  border-radius: 14px;
  padding: 16px
}

/* .card .row {
  display: flex;
  gap: 12px;
  align-items: flex-start
} */

.icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px
}

.icon path,
.icon circle,
.icon rect,
.icon polyline,
.icon line {
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}

.icon.teal path,
.icon.teal circle,
.icon.teal rect,
.icon.teal polyline,
.icon.teal line {
  stroke: var(--teal)
}

.icon.purple path,
.icon.purple circle,
.icon.purple rect,
.icon.purple polyline,
.icon.purple line {
  stroke: var(--purple)
}



@media(max-width:980px) {
  .cols-3 {
    grid-template-columns: 1fr
  }
}


/* compliance legal */


:root {
  --purple: #5B3DFD;
  --teal: #0EA5A6;
  --slate-800: #1f2937;
  --slate-700: #334155;
  --slate-600: #475569;
  --slate-300: #cbd5e1;
  --slate-200: #e2e8f0;
  --slate-100: #f1f5f9
}






.grid {
  display: grid;
  gap: 24px
}

h1 {
  font-size: 40px;
  line-height: 1.1;
  margin: 0 0 8px;
  font-weight: 800
}

h2 {
  font-size: 26px;
  margin: 0 0 10px;
  font-weight: 800
}

h3 {
  font-size: 18px;
  margin: 0 0 6px;
  font-weight: 800
}

p {
  margin: 8px 0
}

.muted {
  color: var(--slate-600)
}

.hero {
  padding: 64px 0 40px;
  border-bottom: 1px solid var(--slate-200);
  background: radial-gradient(900px 360px at 85% -10%, rgba(91, 61, 253, .06), transparent 60%)
}

.badge {
  display: inline-block;
  background: #ecfeff;
  color: #0e7490;
  border: 1px solid #a5f3fc;
  border-radius: 999px;
  padding: 6px 12px;
  font-weight: 700;
  font-size: 12px
}

.section {
  padding: 40px 0
}

.card {
  background: #fff;
  border: 1px solid var(--slate-200);
  border-radius: 16px;
  padding: 18px
}

.shadow {
  box-shadow: 0 10px 30px rgba(2, 6, 23, .08)
}

.cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr))
}

.cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr))
}

.cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr))
}

.note {
  font-size: 12px;
  color: var(--slate-600)
}

.callout {
  background: #f8fafc;
  border: 1px solid var(--slate-200);
  border-radius: 12px;
  padding: 14px
}



@media(max-width:980px) {
  .cols-4 {
    grid-template-columns: 1fr
  }


  .cols-3 {
    grid-template-columns: 1fr
  }

  .cols-2 {
    grid-template-columns: 1fr
  }
}



/* privacy page */




:root {
  --purple: #5B3DFD;
  --teal: #0EA5A6;
  --slate-700: #334155;
  --slate-600: #475569;
  --slate-300: #cbd5e1;
  --slate-200: #e2e8f0;
  --slate-100: #f1f5f9
}




a {
  text-decoration: none;
  color: inherit
}







h1 {
  font-size: 36px;
  font-weight: 800;
  margin: 20px 0
}

h2 {
  font-size: 22px;
  margin: 28px 0 12px;
  font-weight: 700
}

p {
  margin: 14px 0;
  color: var(--slate-700)
}

ul {
  margin: 14px 0 14px 20px;
  color: var(--slate-700)
}



/* terms  */




h1 {
  font-size: 32px;
  margin-bottom: 20px
}

h2 {
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 10px
}

p {
  margin: 10px 0
}

a {
  color: #2563eb;
  text-decoration: none
}

a:hover {
  text-decoration: underline
}




/* disclosures */


:root {
  --purple: #5B3DFD;
  --teal: #0EA5A6;
  --slate-700: #334155;
  --slate-600: #475569;
  --slate-300: #cbd5e1;
  --slate-200: #e2e8f0;
  --slate-100: #f1f5f9
}




a {
  text-decoration: none;
  color: inherit
}



.hero {
  padding: 64px 0 36px;
  border-bottom: 1px solid var(--slate-200);
  background: radial-gradient(900px 360px at 85% -10%, rgba(91, 61, 253, .06), transparent 60%)
}

.hero h1 {
  font-size: 36px;
  margin: 0 0 8px;
  font-weight: 800
}

.hero p {
  color: var(--slate-700);
  margin: 0
}

.section {
  padding: 32px 0
}

.grid {
  display: grid;
  gap: 18px
}

.cards {
  grid-template-columns: repeat(3, minmax(0, 1fr))
}

.card {
  background: #fff;
  border: 1px solid var(--slate-200);
  border-radius: 14px;
  padding: 16px
}

.badge {
  display: inline-block;
  background: #ecfeff;
  color: #0e7490;
  border: 1px solid #a5f3fc;
  border-radius: 999px;
  padding: 6px 12px;
  font-weight: 700;
  font-size: 12px
}

h2 {
  font-size: 22px;
  margin: 0 0 10px;
  font-weight: 800
}

h3 {
  font-size: 18px;
  margin: 0 0 6px;
  font-weight: 800
}

p,
li {
  color: var(--slate-700)
}

.callout {
  background: #f8fafc;
  border: 1px solid var(--slate-200);
  border-radius: 12px;
  padding: 14px;
  margin: 12px 0
}

.note {
  font-size: 12px;
  color: var(--slate-600)
}



@media(max-width:980px) {
  .cards {
    grid-template-columns: 1fr
  }
}


/* about us page  */



:root {
  --purple: #5B3DFD;
  --teal: #0EA5A6;
  --slate-700: #334155;
  --slate-600: #475569;
  --slate-300: #cbd5e1;
  --slate-200: #e2e8f0;
  --slate-100: #f1f5f9
}




.hero {
  padding: 64px 0 36px;
  border-bottom: 1px solid var(--slate-200);
  background: radial-gradient(900px 360px at 85% -10%, rgba(91, 61, 253, .06), transparent 60%)
}

.hero h1 {
  font-size: 36px;
  margin: 0 0 8px;
  font-weight: 800
}

.hero p {
  color: var(--slate-700);
  margin: 0
}

.section {
  padding: 32px 0
}

h2 {
  font-size: 24px;
  margin: 0 0 10px;
  font-weight: 800
}

.grid {
  display: grid;
  gap: 18px
}

.cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr))
}

.card {
  background: #fff;
  border: 1px solid var(--slate-200);
  border-radius: 14px;
  padding: 16px
}

/* .card .row {
  display: flex;
  gap: 12px;
  align-items: flex-start
} */

.note {
  font-size: 12px;
  color: var(--slate-600)
}

.cta {
  display: flex;
  gap: 12px;
  margin-top: 16px
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 700;
  cursor: pointer
}

.btn-primary {
  background: var(--purple);
  color: #fff
}

.btn-ghost {
  background: #fff;
  border-color: var(--slate-300);
  color: var(--slate-700)
}

.icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px
}

.icon path,
.icon circle,
.icon polyline,
.icon line {
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}

.icon.teal path,
.icon.teal circle,
.icon.teal polyline,
.icon.teal line {
  stroke: var(--teal)
}

.icon.purple path,
.icon.purple circle,
.icon.purple polyline,
.icon.purple line {
  stroke: var(--purple)
}



@media(max-width:980px) {
  .cols-3 {
    grid-template-columns: 1fr
  }
}


/* contact us page */




:root {
  --purple: #5B3DFD;
  --teal: #0EA5A6;
  --slate-700: #334155;
  --slate-600: #475569;
  --slate-300: #cbd5e1;
  --slate-200: #e2e8f0;
  --slate-100: #f1f5f9
}




.contactUs_bnr {
  padding: 56px 0 24px;
  border-bottom: 1px solid var(--slate-200);
  background: radial-gradient(900px 360px at 85% -10%, rgba(91, 61, 253, .06), transparent 60%)
}

.contactUs_bnr h1 {
  font-size: 36px;
  margin: 0 0 8px;
  font-weight: 800
}

.contactUs_bnr p {
  color: var(--slate-700);
  margin: 0
}

/* main {
  padding: 28px 0
} */

.grid {
  display: grid;
  gap: 24px
}

form.contactForm {
  display: block;
  margin-top: 0px;
  padding: 24px;
  gap: 12px;
  max-width: 100%;

  background: #fff;
  border: 1px solid var(--slate-200);
  border-radius: 14px;
  overflow: hidden;
}

.cols-2 {
  grid-template-columns: 1.2fr .8fr
}

.card {
  background: #fff;
  border: 1px solid var(--slate-200);
  border-radius: 14px;
  padding: 16px
}

label {
  font-weight: 600;
  display: block;
  margin-bottom: 6px
}

input,
select,
textarea {
  width: 100%;
  padding: 12px 12px;
  border: 1px solid var(--slate-300);
  border-radius: 12px;
  font: inherit
}

textarea {
  min-height: 140px;
  resize: vertical
}



.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 700;
  cursor: pointer
}

.btn-primary {
  background: var(--purple);
  color: #fff
}

.note {
  font-size: 12px;
  color: var(--slate-600)
}

.success {
  display: none;
  margin-top: 12px;
  padding: 12px;
  border-radius: 10px;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #065f46
}


@media(max-width:980px) {
  .cols-2 {
    grid-template-columns: 1fr
  }
}


/* platform api */


:root {
  --purple: #5B3DFD;
  --teal: #0EA5A6;
  --slate-700: #334155;
  --slate-600: #475569;
  --slate-300: #cbd5e1;
  --slate-200: #e2e8f0;
  --slate-100: #f1f5f9
}





.platformApisec {
  padding: 64px 0 36px;
  border-bottom: 1px solid var(--slate-200);
  background: radial-gradient(900px 360px at 85% -10%, rgba(91, 61, 253, .06), transparent 60%)
}

.platformApisec h1 {
  font-size: 36px;
  margin: 0 0 8px;
  font-weight: 800
}

.platformApisec p {
  color: var(--slate-700);
  margin: 0
}

.sampleEndpoints_sec {
  padding: 32px 0
}

.grid {
  display: grid;
  gap: 18px
}

.cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr))
}

.card {
  background: #fff;
  border: 1px solid var(--slate-200);
  border-radius: 14px;
  padding: 16px
}

pre {
  background: var(--ink);
  color: #e5e7eb;
  padding: 16px;
  border-radius: 12px;
  overflow: auto
}




.note {
  font-size: 12px;
  color: var(--slate-600)
}

label {
  font-weight: 600;
  display: block;
  margin-bottom: 6px
}

input,
select,
textarea {
  width: 100%;
  padding: 12px 12px;
  border: 1px solid var(--slate-300);
  border-radius: 12px;
  font: inherit
}

textarea {
  min-height: 120px;
  resize: vertical
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 700;
  cursor: pointer
}

.btn-primary {
  background: var(--purple);
  color: #fff
}

form.requestApiAccess {
  margin: 0px;
  display: block;
  max-width: 100%;
}

@media(max-width:980px) {
  .cols-3 {
    grid-template-columns: 1fr
  }
}


/* resources blog */


:root {
  --purple: #5B3DFD;
  --teal: #0EA5A6;
  --slate-800: #1f2937;
  --slate-700: #334155;
  --slate-600: #475569;
  --slate-300: #cbd5e1;
  --slate-200: #e2e8f0;
  --slate-100: #f1f5f9
}


.resourceBlog {
  padding: 64px 0 36px;
  border-bottom: 1px solid var(--slate-200);
  background: radial-gradient(900px 360px at 85% -10%, rgba(91, 61, 253, .06), transparent 60%)
}

.resourceBlog h1 {
  font-size: 36px;
  margin: 0 0 8px;
  font-weight: 800
}

.resourceBlog p {
  color: var(--slate-700);
  margin: 0
}

.section {
  padding: 32px 0
}

.grid {
  display: grid;
  gap: 18px
}

.cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr))
}

.featured {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 18px
}

.card {
  background: #fff;
  border: 1px solid var(--slate-200);
  border-radius: 14px;
  overflow: hidden
}

.card .pad {
  padding: 16px
}

.label {
  display: inline-block;
  background: #ecfeff;
  color: #0e7490;
  border: 1px solid #a5f3fc;
  border-radius: 999px;
  padding: 6px 12px;
  font-weight: 700;
  font-size: 12px
}

.meta {
  font-size: 12px;
  color: var(--slate-600);
  margin-top: 6px
}

.title {
  font-weight: 800;
  font-size: 18px;
  margin-top: 8px;
  display: block;
}

.excerpt {
  color: var(--slate-700);
  margin-top: 6px
}

.thumb {
  height: 160px;
  /* background: linear-gradient(135deg, #E9D5FF, #DBEAFE); */
  background-image: radial-gradient(circle at 67% 83%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 1%,transparent 1%, transparent 5%,transparent 5%, transparent 100%),radial-gradient(circle at 24% 80%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 27%,transparent 27%, transparent 63%,transparent 63%, transparent 100%),radial-gradient(circle at 23% 5%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 26%,transparent 26%, transparent 82%,transparent 82%, transparent 100%),radial-gradient(circle at 21% 11%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 35%,transparent 35%, transparent 45%,transparent 45%, transparent 100%),radial-gradient(circle at 10% 11%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 21%,transparent 21%, transparent 81%,transparent 81%, transparent 100%),radial-gradient(circle at 19% 61%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 20%,transparent 20%, transparent 61%,transparent 61%, transparent 100%),radial-gradient(circle at 13% 77%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 63%,transparent 63%, transparent 72%,transparent 72%, transparent 100%),radial-gradient(circle at 30% 93%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 33%,transparent 33%, transparent 82%,transparent 82%, transparent 100%),linear-gradient(90deg, rgb(22, 176, 207),rgb(103, 7, 215));
      display: flex;

    align-items: center;
    flex-direction: column;
    padding: 20px;
    justify-content: center;
    color: #fff;
}
.blogbanner{

  background-image: radial-gradient(circle at 67% 83%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 1%,transparent 1%, transparent 5%,transparent 5%, transparent 100%),radial-gradient(circle at 24% 80%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 27%,transparent 27%, transparent 63%,transparent 63%, transparent 100%),radial-gradient(circle at 23% 5%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 26%,transparent 26%, transparent 82%,transparent 82%, transparent 100%),radial-gradient(circle at 21% 11%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 35%,transparent 35%, transparent 45%,transparent 45%, transparent 100%),radial-gradient(circle at 10% 11%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 21%,transparent 21%, transparent 81%,transparent 81%, transparent 100%),radial-gradient(circle at 19% 61%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 20%,transparent 20%, transparent 61%,transparent 61%, transparent 100%),radial-gradient(circle at 13% 77%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 63%,transparent 63%, transparent 72%,transparent 72%, transparent 100%),radial-gradient(circle at 30% 93%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 33%,transparent 33%, transparent 82%,transparent 82%, transparent 100%),linear-gradient(90deg, rgb(22, 176, 207),rgb(103, 7, 215));
      display: flex;

    align-items: center;
    flex-direction: column;
    padding: 50px 20px;
    justify-content: center;
    color: #fff;
    text-align: center;

}

.blogbanner h1{
text-align: center;
margin-bottom: 0px;

}

.toolbar {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 18px
}

.chip {
  padding: 8px 12px;
  border: 1px solid var(--slate-300);
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
  color: var(--slate-700);
  background: #fff
}

.chip.active {
  background: var(--teal);
  color: #fff;
  border-color: transparent
}

.search {
  display: flex;
  gap: 10px;
  align-items: center;
  border: 1px solid var(--slate-300);
  border-radius: 12px;
  padding: 10px 12px;
  flex: 1
}

.search input {
  border: none;
  outline: none;
  width: 100%;
  font: inherit
}

.subscribeforUpdates {
  background: #f8fafc;
  border: 1px solid var(--slate-200);
  border-radius: 14px;
  padding: 24px;
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap
}

.subscribeforUpdates input {
  padding: 12px;
  border: 1px solid var(--slate-300);
  border-radius: 12px;
  flex: 1;
  min-width: 220px
}

.subscribeforUpdatesForm {

  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-right: unset;
  flex-direction: unset;
  margin-top: 0px;
  margin-left: auto;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 700;
  cursor: pointer
}

.btn-primary {
  background: var(--purple);
  color: #fff
}


@media(max-width:980px) {
  .featured {
    grid-template-columns: 1fr
  }

  .cols-4 {
    grid-template-columns: 1fr
  }

  .cols-3 {
    grid-template-columns: 1fr
  }
}


/* decision ready borrowers vs lead */




:root {
  --purple: #5B3DFD;
  --teal: #0EA5A6;
  --slate-800: #1f2937;
  --slate-700: #334155;
  --slate-600: #475569;
  --slate-300: #cbd5e1;
  --slate-200: #e2e8f0;
  --slate-100: #f1f5f9
}






.blogdetail_sec {
  padding: 56px 0 18px;
  border-bottom: 1px solid var(--slate-200);
  background: radial-gradient(900px 360px at 85% -10%, rgba(91, 61, 253, .06), transparent 60%)
}

.blogdetail_sec .wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px
}

.blogdetail_sec h1 {
  font-size: 36px;
  margin: 0 0 10px;
  font-weight: 800
}

.meta {
  color: var(--slate-600);
  font-size: 14px
}


.blogContent h2 {
  font-size: 24px;
  margin-top: 26px
}

.blogContent h2 h3 {
  font-size: 18px;
  margin-top: 18px
}

.blogContent h2 p {
  margin: 10px 0
}

.blogContent h2 ul {
  padding-left: 20px;
  margin: 8px 0 8px 20px
}

blockquote {
  border-left: 4px solid var(--slate-200);
  padding: 8px 14px;
  background: #f8fafc;
  color: var(--slate-800);
  border-radius: 6px
}

.callout {
  background: #f8fafc;
  border: 1px solid var(--slate-200);
  border-radius: 12px;
  padding: 14px;
  margin: 18px 0
}

.cta-back {
  display: inline-block;
  margin-top: 18px;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid var(--slate-300);
  font-weight: 700
}




/* decision ready packaging */



:root {
  --purple: #5B3DFD;
  --teal: #0EA5A6;
  --slate-800: #1f2937;
  --slate-700: #334155;
  --slate-600: #475569;
  --slate-300: #cbd5e1;
  --slate-200: #e2e8f0;
  --slate-100: #f1f5f9
}



a {
  text-decoration: none;
  color: inherit
}



.hero {
  padding: 56px 0 18px;
  border-bottom: 1px solid var(--slate-200);
  background: radial-gradient(900px 360px at 85% -10%, rgba(91, 61, 253, .06), transparent 60%)
}

.hero .wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px
}

h1 {
  font-size: 36px;
  margin: 0 0 10px;
  font-weight: 800
}

.meta {
  color: var(--slate-600);
  font-size: 14px
}

h2 {
  font-size: 24px;
  margin-top: 26px
}

h3 {
  font-size: 18px;
  margin-top: 18px
}

p {
  margin: 10px 0
}

ul {
  margin: 8px 0 8px 20px
}

blockquote {
  border-left: 4px solid var(--slate-200);
  padding: 8px 14px;
  background: #f8fafc;
  color: var(--slate-800);
  border-radius: 6px
}

.callout {
  background: #f8fafc;
  border: 1px solid var(--slate-200);
  border-radius: 12px;
  padding: 14px;
  margin: 18px 0
}

.cta-back {
  display: inline-block;
  margin-top: 18px;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid var(--slate-300);
  font-weight: 700
}




/* glba-fcra-soc2-simple */



:root {
  --purple: #5B3DFD;
  --teal: #0EA5A6;
  --slate-800: #1f2937;
  --slate-700: #334155;
  --slate-600: #475569;
  --slate-300: #cbd5e1;
  --slate-200: #e2e8f0;
  --slate-100: #f1f5f9
}



a {
  text-decoration: none;
  color: inherit
}

.hero {
  padding: 56px 0 18px;
  border-bottom: 1px solid var(--slate-200);
  background: radial-gradient(900px 360px at 85% -10%, rgba(91, 61, 253, .06), transparent 60%)
}

.hero .wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px
}

h1 {
  font-size: 36px;
  margin: 0 0 10px;
  font-weight: 800
}

.meta {
  color: var(--slate-600);
  font-size: 14px
}

h2 {
  font-size: 24px;
  margin-top: 26px
}

h3 {
  font-size: 18px;
  margin-top: 18px
}

p {
  margin: 10px 0
}

ul {
  margin: 8px 0 8px 20px
}

blockquote {
  border-left: 4px solid var(--slate-200);
  padding: 8px 14px;
  background: #f8fafc;
  color: var(--slate-800);
  border-radius: 6px
}

.callout {
  background: #f8fafc;
  border: 1px solid var(--slate-200);
  border-radius: 12px;
  padding: 14px;
  margin: 18px 0
}

.cta-back {
  display: inline-block;
  margin-top: 18px;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid var(--slate-300);
  font-weight: 700
}



/* no-hard-pull-eligibility */



:root {

  --purple: #5B3DFD;
  --teal: #0EA5A6;
  --slate-800: #1f2937;
  --slate-700: #334155;
  --slate-600: #475569;
  --slate-300: #cbd5e1;
  --slate-200: #e2e8f0;
  --slate-100: #f1f5f9
}


a {
  text-decoration: none;
  color: inherit
}


.hero {
  padding: 56px 0 18px;
  border-bottom: 1px solid var(--slate-200);
  background: radial-gradient(900px 360px at 85% -10%, rgba(91, 61, 253, .06), transparent 60%)
}

.hero .wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px
}

h1 {
  font-size: 36px;
  margin: 0 0 10px;
  font-weight: 800
}

.meta {
  color: var(--slate-600);
  font-size: 14px
}

/* main {
  max-width: 900px;
  margin: 0 auto;
  padding: 24px
} */

h2 {
  font-size: 24px;
  margin-top: 26px
}

h3 {
  font-size: 18px;
  margin-top: 18px
}

p {
  margin: 10px 0
}

ul {
  margin: 8px 0 8px 20px
}

blockquote {
  border-left: 4px solid var(--slate-200);
  padding: 8px 14px;
  background: #f8fafc;
  color: var(--slate-800);
  border-radius: 6px
}

.callout {
  background: #f8fafc;
  border: 1px solid var(--slate-200);
  border-radius: 12px;
  padding: 14px;
  margin: 18px 0
}

.cta-back {
  display: inline-block;
  margin-top: 18px;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid var(--slate-300);
  font-weight: 700
}


/* personal loans responsible signals */


:root {
  --purple: #5B3DFD;
  --teal: #0EA5A6;
  --slate-800: #1f2937;
  --slate-700: #334155;
  --slate-600: #475569;
  --slate-300: #cbd5e1;
  --slate-200: #e2e8f0;
  --slate-100: #f1f5f9
}


a {
  text-decoration: none;
  color: inherit
}


.hero {
  padding: 56px 0 18px;
  border-bottom: 1px solid var(--slate-200);
  background: radial-gradient(900px 360px at 85% -10%, rgba(91, 61, 253, .06), transparent 60%)
}

.hero .wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px
}

h1 {
  font-size: 36px;
  margin: 0 0 10px;
  font-weight: 800
}

.meta {
  color: var(--slate-600);
  font-size: 14px
}

/* main {
  max-width: 900px;
  margin: 0 auto;
  padding: 24px
} */

h2 {
  font-size: 24px;
  margin-top: 26px;
}

h3 {
  font-size: 18px;
  margin-top: 18px
}

p {
  margin: 10px 0
}

ul {
  margin: 8px 0 8px 20px
}

blockquote {
  border-left: 4px solid var(--slate-200);
  padding: 8px 14px;
  background: #f8fafc;
  color: var(--slate-800);
  border-radius: 6px
}

.callout {
  background: #f8fafc;
  border: 1px solid var(--slate-200);
  border-radius: 12px;
  padding: 14px;
  margin: 18px 0
}

.cta-back {
  display: inline-block;
  margin-top: 18px;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid var(--slate-300);
  font-weight: 700
}




/* sba lenders look for */



:root {
  --purple: #5B3DFD;
  --teal: #0EA5A6;
  --slate-800: #1f2937;
  --slate-700: #334155;
  --slate-600: #475569;
  --slate-300: #cbd5e1;
  --slate-200: #e2e8f0;
  --slate-100: #f1f5f9
}



.hero {
  padding: 56px 0 18px;
  border-bottom: 1px solid var(--slate-200);
  background: radial-gradient(900px 360px at 85% -10%, rgba(91, 61, 253, .06), transparent 60%)
}

.hero .wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px
}

h1 {
  font-size: 36px;
  margin: 0 0 10px;
  font-weight: 800
}

.meta {
  color: var(--slate-600);
  font-size: 14px
}

/* main {
  max-width: 900px;
  margin: 0 auto;
  padding: 24px
} */

h2 {
  font-size: 24px;
  margin-top: 26px
}

h3 {
  font-size: 18px;
  margin-top: 18px
}

p {
  margin: 10px 0
}

ul {
  margin: 8px 0 8px 20px
}

blockquote {
  border-left: 4px solid var(--slate-200);
  padding: 8px 14px;
  background: #f8fafc;
  color: var(--slate-800);
  border-radius: 6px
}

.callout {
  background: #f8fafc;
  border: 1px solid var(--slate-200);
  border-radius: 12px;
  padding: 14px;
  margin: 18px 0
}

.cta-back {
  display: inline-block;
  margin-top: 18px;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid var(--slate-300);
  font-weight: 700
}



/* smb working capital lines vs term */


:root {
  --purple: #5B3DFD;
  --teal: #0EA5A6;
  --slate-800: #1f2937;
  --slate-700: #334155;
  --slate-600: #475569;
  --slate-300: #cbd5e1;
  --slate-200: #e2e8f0;
  --slate-100: #f1f5f9
}



a {
  text-decoration: none;
  color: inherit
}


.hero {
  padding: 56px 0 18px;
  border-bottom: 1px solid var(--slate-200);
  background: radial-gradient(900px 360px at 85% -10%, rgba(91, 61, 253, .06), transparent 60%)
}

.hero .wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px
}

h1 {
  font-size: 36px;
  margin: 0 0 10px;
  font-weight: 800
}

.meta {
  color: var(--slate-600);
  font-size: 14px
}

h2 {
  font-size: 24px;
  margin-top: 26px
}

h3 {
  font-size: 18px;
  margin-top: 18px
}

p {
  margin: 10px 0
}

ul {
  margin: 8px 0 8px 20px
}

blockquote {
  border-left: 4px solid var(--slate-200);
  padding: 8px 14px;
  background: #f8fafc;
  color: var(--slate-800);
  border-radius: 6px
}

.callout {
  background: #f8fafc;
  border: 1px solid var(--slate-200);
  border-radius: 12px;
  padding: 14px;
  margin: 18px 0
}

.cta-back {
  display: inline-block;
  margin-top: 18px;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid var(--slate-300);
  font-weight: 700
}



/* supply chain finance friendly suppliers */


:root {
  --purple: #5B3DFD;
  --teal: #0EA5A6;
  --slate-800: #1f2937;
  --slate-700: #334155;
  --slate-600: #475569;
  --slate-300: #cbd5e1;
  --slate-200: #e2e8f0;
  --slate-100: #f1f5f9
}


a {
  text-decoration: none;
  color: inherit
}



.hero {
  padding: 56px 0 18px;
  border-bottom: 1px solid var(--slate-200);
  background: radial-gradient(900px 360px at 85% -10%, rgba(91, 61, 253, .06), transparent 60%)
}

.hero .wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px
}

h1 {
  font-size: 36px;
  margin: 0 0 10px;
  font-weight: 800
}

.meta {
  color: var(--slate-600);
  font-size: 14px
}

/* main {
  max-width: 900px;
  margin: 0 auto;
  padding: 24px
} */

h2 {
  font-size: 24px;
  margin-top: 26px
}

h3 {
  font-size: 18px;
  margin-top: 18px
}

p {
  margin: 10px 0
}

ul {
  margin: 8px 0 8px 20px
}

blockquote {
  border-left: 4px solid var(--slate-200);
  padding: 8px 14px;
  background: #f8fafc;
  color: var(--slate-800);
  border-radius: 6px
}

.callout {
  background: #f8fafc;
  border: 1px solid var(--slate-200);
  border-radius: 12px;
  padding: 14px;
  margin: 18px 0
}

.cta-back {
  display: inline-block;
  margin-top: 18px;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid var(--slate-300);
  font-weight: 700
}


/* whats new sba intake updates */




:root {
  --purple: #5B3DFD;
  --teal: #0EA5A6;
  --slate-800: #1f2937;
  --slate-700: #334155;
  --slate-600: #475569;
  --slate-300: #cbd5e1;
  --slate-200: #e2e8f0;
  --slate-100: #f1f5f9
}






.hero {
  padding: 56px 0 18px;
  border-bottom: 1px solid var(--slate-200);
  background: radial-gradient(900px 360px at 85% -10%, rgba(91, 61, 253, .06), transparent 60%)
}

.hero .wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px
}

h1 {
  font-size: 36px;
  margin: 0 0 10px;
  font-weight: 800
}

.meta {
  color: var(--slate-600);
  font-size: 14px
}

/* main {
  max-width: 900px;
  margin: 0 auto;
  padding: 24px
} */

h2 {
  font-size: 24px;
  margin-top: 26px
}

h3 {
  font-size: 18px;
  margin-top: 18px
}

p {
  margin: 10px 0
}

ul {
  margin: 8px 0 8px 20px
}

blockquote {
  border-left: 4px solid var(--slate-200);
  padding: 8px 14px;
  background: #f8fafc;
  color: var(--slate-800);
  border-radius: 6px
}

.callout {
  background: #f8fafc;
  border: 1px solid var(--slate-200);
  border-radius: 12px;
  padding: 14px;
  margin: 18px 0
}

.cta-back {
  display: inline-block;
  margin-top: 18px;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid var(--slate-300);
  font-weight: 700
}






/* footer code */

.gz-footer {
  background: var(--ink);

  border-top: 1px solid #E2E8F0;
  margin-top: 40px;
  /* padding: 36px 24px; */
  padding: 36px 0px;
}

/* 
 .gz-foot {
   max-width: 1100px;
   margin: 0 auto;
   padding: 36px 24px;
   display: grid;
   gap: 20px;
   grid-template-columns: repeat(auto-fit, minmax(200px, 1fr))
 } */

.gz-footer .logo {
  font-weight: 800;
  font-size: 20px;
  color: var(--ink);
  margin-bottom: 8px
}

.gz-footer p {
  color: #a3b2c5;
  margin: 0 0 8px;
  /* font-size: 14px; */
}

.gz-footer h4 {
  font-size: 14px;
  font-weight: 800;
  margin: 0 0 10px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .04em
}

.gz-footer a {
  display: block;
  color: #cbd5e1;
  text-decoration: none;
  margin: 6px 0;
  /* font-size: 14px; */
}

.gz-footera:hover {
  color: var(--ink)
}

.gz-copy {
  border-top: 1px solid #334155;
  margin-top: 12px;
  padding-top: 12px;
  color: #94a3b8;
  text-align: center;
  font-size: 14px;
  font-size: 14px;
}

.footerlogo {
  margin-bottom: 24px;
}





/* faq */



:root {
  --purple: #5B3DFD;
  --teal: #0EA5A6;
  --slate-800: #1f2937;
  --slate-700: #334155;
  --slate-600: #475569;
  --slate-300: #cbd5e1;
  --slate-200: #e2e8f0;
  --slate-100: #f1f5f9
}



a {
  text-decoration: none;
  color: inherit
}



h2 {
  font-size: 26px;
  margin: 0 0 10px;
  font-weight: 600
}

h4 {
  margin: 0 0 6px;
  font-size: 16px
}

p {
  margin: 0 0 8px
}

/* FAQ */
#faq {
  background: #fff;
  padding: 40px 0
}

.faq-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr
}

details {
  border: 1px solid var(--slate-200);
  border-radius: 12px;
  padding: 12px 14px
}

summary {
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;

}

details[open] summary {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--slate-200);
}

details[open] summary img {
  transform: rotate(180deg);
}

summary::-webkit-details-marker {
  display: none
}

details[open] {
  background: #f8fafc
}

/* Newsletter */
.newsletter {
  background: #f8fafc;
  padding: 26px 0;
  border-top: 1px solid var(--slate-200);
  border-bottom: 1px solid var(--slate-200)
}

.newsletter .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px
}

.newsletter h4 {
  font-size: 18px;
  font-weight: 800;
  color: var(--ink);
  margin: 0
}

.newsletter form {
  display: flex;
  gap: 8px;
  flex-wrap: wrap
}

.newsletter input {
  padding: 10px 14px;
  border: 1px solid var(--slate-300);
  border-radius: 10px;
  font-size: 14px;
  min-width: 240px
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid transparent;
  font-weight: 700;
  cursor: pointer
}

.btn-primary {
  background: var(--purple);
  color: #fff
}


.alignitemstart {
  align-items: flex-start;
}

.circle1 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #061b2b;

  display: flex;

  align-items: center;
  justify-content: center;
  border: 1px solid #061b2b;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.circle1:before {
  content: "1";
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #5b3dfd;
  position: absolute;
  margin-left: -100px;
  margin-top: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.circle1:after {
  content: "";
  background-image: url("../slices/arrow-1.svg");
  position: absolute;
  width: 215px;
  height: 16px;
  margin-left: 315px;
}

.simplifiedbyGlenzy_secBox {
  display: flex;
  gap: 12px;
  align-items: center;
}

.circle2 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #061b2b;

  display: flex;

  align-items: center;
  justify-content: center;
  border: 1px solid #061b2b;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.circle2:before {
  content: "2";
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #5b3dfd;
  position: absolute;
  margin-left: -100px;
  margin-top: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.circle2:after {
  content: "";
  background-image: url("../slices/arrow-1.svg");
  position: absolute;
  width: 215px;
  height: 16px;
  margin-left: 315px;
}






.circle3 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #061b2b;

  display: flex;

  align-items: center;
  justify-content: center;
  border: 1px solid #061b2b;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.circle3:before {
  content: "3";
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #5b3dfd;
  position: absolute;
  margin-left: -100px;
  margin-top: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.circle3:after {
  content: "";
  background-image: url("../slices/arrow-1.svg");
  position: absolute;
  width: 215px;
  height: 16px;
  margin-left: 315px;
}




.circle4 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #061b2b;

  display: flex;

  align-items: center;
  justify-content: center;
  border: 1px solid #061b2b;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.circle4:before {
  content: "4";
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #5b3dfd;
  position: absolute;
  margin-left: -100px;
  margin-top: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

/* .dot:before {
      content: "  ";
      position: absolute;
        background: url("../slices/checkmark.svg");
 
  width: 24px;
  height: 24px;
 
      
    } */


ul.dot {
  list-style-image: url('../slices/checkmark.svg');

  /* height: 24px;
  position: absolute; */
}

.legalPolicySec h2 {
  font-size: 24px;
}

.privacydatahandling_sec h2 {
  font-size: 34px;
}

.availabilitylimitations_sec h2 {
  font-size: 34px;
}

.borrowercardBlock {
  height: 400px;
  display: flex;
  flex-direction: row;
  gap: 15px;

}

.borrowercardBlock>div {
  flex: 1;
}

.absolutePosition {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}




.whitetxt {
  color: #fff;
}

.whiteBg {
  background-color: #fff !important;
}


.quickcheck {
  background: #fff;
  border: 1px solid var(--slate-200);
  border-radius: 16px;
  padding: 15px;
  box-shadow: 0 10px 30px rgba(2, 6, 23, .08);
  width: 450px;
  /* margin-bottom: 80px; */
  margin: 0px 0px 80px;
  display: block;
  max-width: unset;
}

.audio-progress {
  height: .5rem;
  width: 100%;
  background-color: #C0C0C0;
  border-radius: 10px;
}

.audio-progress .bar {
  height: 100%;
  background-color: #5b3dfd;
  border-radius: 10px;
}


#audio-player-container {
  margin: 10px 0px;


}

#audio-progress-handle {
  display: block;
  position: absolute;
  z-index: 1;
  margin-top: -6px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  border: 4px solid #D3D5DF;
  border-top-color: #D3D5DF;
  border-right-color: #D3D5DF;
  /* transform: rotate(45deg); */
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
  cursor: pointer;
}

.draggable {
  float: left;
  margin: 0 10px 10px 0;
}

.radioButtonGroup {

  align-items: center;
  justify-content: center;
}

.whitespace {
  white-space: nowrap;
}

.mtopmin5 {
  margin-top: -5px;
}

.fontWeightNormal {
  font-weight: normal !important;
}

.paddingTB10 {
  padding: 5px 0px;
}

.minheight600 {
  min-height: 600px;
}

.mtb10 {
  margin: 10px 0px;
}

.loan-stack {
  display: grid;
  gap: 20px;
  margin: 18px 0 36px;
}

.loan-banner {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  padding: 18px;
  background: linear-gradient(135deg, #5b3dfd, #0ea5a6);
  color: #fff;
  box-shadow: 0 6px 20px rgba(16, 24, 40, .08);
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 18px;
  align-items: center;
}

.loan-banner .img-wrap {
  height: 180px;
  border-radius: 14px;

  box-shadow: 0 8px 26px rgba(0, 0, 0, .18);
}

.loan-content h3 {
  margin: 2px 0 6px;
  font-size: 22px;
}

.sub {
  opacity: .95;
}

.apply {
  background: #fff;
  color: #0f172a;
}

.pill {
  background: #fff;
  color: #0b1320;
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 700;
  font-size: 13px;
}

.borrowersBox {
  background: #fff;
  border-radius: 16px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 16px;
  margin-bottom: 50px;

}




article.cards {
  position: relative;
  /* left: 50%; */
  /* top: 50%; */
  /* left: 50%; */
  /* width: 300px; */
  width: 100%;
  height: 350px;
  /* transform: translate(-50%, -50%) translateZ(0); */
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

article.cards .thumb {
  /* width: auto; */
  height: 260px;
  ;
  border-radius: 3px;
}

article.cards .thumb img {
  width: 100%;
}

article.cards .infos {
  width: auto;
  height: 350px;
  position: relative;
  padding: 14px 24px;
  background: #fff;
  transition: 0.4s 0.15s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}

article.cards .infos .title {
  position: relative;
  margin: 10px 0;
  /* letter-spacing: 3px; */
  color: #152536;
  /* font-family: "Grotesque Black", sans-serif; */
  font-size: 20px;
  text-transform: uppercase;
  /* text-shadow: 0 0 0px #32577f; */
  font-weight: 600;
}

article.cards .infos .flag {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 35px;
  height: 23px;

  background-size: 100% auto;
  display: inline-block;
}

article.cards .infos .date,
article.cards .infos .seats {
  margin-bottom: 10px;
  text-transform: uppercase;
  /* font-size: 0.85rem; */
  color: rgba(21, 37, 54, 0.7);
  /* font-family: "Grotesque", sans-serif; */
}

article.cards .infos .seats {
  display: inline-block;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}

article.cards .infos .txt {
  font-family: "Merriweather", sans-serif;
  line-height: 2;
  font-size: 0.95rem;
  color: rgba(21, 37, 54, 0.7);
  opacity: 0;
  transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}

article.cards .infos .details {
  position: absolute;
  left: 0;
  left: 0;
  bottom: 0;
  margin: 10px 0;
  padding: 20px 24px;
  /* letter-spacing: 1px; */
  color: #4e958b;
  /* font-family: "Grotesque Black", sans-serif; */
  font-size: 0.9rem;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0;
  transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}

article.cards:hover .infos {
  transform: translateY(-100px);
}

article.cards:hover .infos .seats,
article.cards:hover .infos .txt,
article.cards:hover .infos .details {
  opacity: 1;
}

.comingsoonBtn {
  border: 1px solid #5B3DFD;
  border-radius: 50px;
  color: #5B3DFD;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}


.testimonial {
  text-align: center;
  margin: 20px 30px 40px;
  background: #fff;
  border-radius: 25px;
  padding: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.testimonial .pic {
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 25px;
  /* border: 4px solid #6b2014;
    box-shadow: 0 7px rgba(0, 0, 0, 0.1), 0 5px #e4ac01; */
  /* margin-bottom: 15px; */
  /* overflow: hidden; */
}

.testimonial .pic img {
  width: 100%;
  height: auto;
}

.testimonial .description {
  padding: 0 20px 20px;
  font-size: 15px;
  color: #333;
  line-height: 25px;
  border-radius: 25px;
  /* border-bottom: 4px solid #6b2014; */
  /* box-shadow: 0 7px rgba(0, 0, 0, 0.1), 0 5px #e4ac01; */
  /* margin-bottom: 25px; */
}

.testimonial .title {
  display: block;
  margin: 0 0 7px 0;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  /* padding-bottom: 10px; */
  margin: 0px;
}

.testimonial .post {
  display: block;
  font-size: 15px;
  color: #ccc;
  text-transform: capitalize;
  padding-bottom: 20px;
}

.owl-theme .owl-controls {
  margin-top: 0;
}

.owl-theme .owl-controls .owl-page span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #6b2014;
  opacity: 0.8;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
  transition: all 0.3s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span {
  background: #e4ac01;
}

.icon.brand {
  stroke: #5b3dfd;
}

@media only screen and (max-width: 479px) {
  .homebnrParent {
    height: inherit;
  }

  .aboutBanner {

    width: 100%;
    min-height: 300px;
  }

  .font_Size40 {
    font-size: 18px;
  }

  .quickcheck {
    width: 100%;
        margin: 0px 0px 0px;
  }

  .testimonial {
    padding: 20px 15px 40px;
  }

  .testimonial .description {
    padding: 0 5px 20px;
  }
}

.testimonialBanner {
  background: url('../slices/map.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.borrowersFooter {

  background: #0a0b1f;
  padding: 40px 0px;
  color: #fff;

}

.borrowersFooterContent {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

}


.borrowersFooterContent h2 {
  font-size: 56px;
}

.aboutbox {
  display: flex;
  gap: 20px;
}

.aboutcard {
  background: #fff;
  border: 1px solid var(--slate-200);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(2, 6, 23, .08);
  /* align-items: center;
    display: inline-flex;
    justify-content: center; */
}

.homeframeItem {
  background: #fff;
  border: 1px solid var(--slate-200);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(2, 6, 23, .08);
  /* align-items: center; */
  /* display: inline-flex; */
  justify-content: center;
  /* text-align: center; */
}


.draggabletxt {
  position: relative;
  top: -23px;
  font-size: 12px;
  left: -4px;
}

.platformBnr {
  position: relative;
}

/* .platformBnr::before {
  content: "";
  width: 140px;
  height: 70px;
  position: absolute;
  right: 10px;
  background-color: #fff;
  bottom: 10px;
  border-radius: 30px;
} */



/* platform */


.bannerContent h2 {
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  padding-top: 50px;
}

.rotatePertext {
  transform: rotate(270deg);
  position: relative;
}

.neroText {
  color: #252525;
  line-height: 1.5;
  margin: 0;
}

.rotatePertext::after {
  content: "";
  background: linear-gradient(90deg, #6C4DD5 0%, #BF37A3 100%);
  height: 10px;
  width: 100%;
  display: block;
  position: absolute;
  /* bottom: -12px; */
}

.mb_40 {
  margin-bottom: 40px !important;
}

.ml_min34 {
  margin-left: -34px;
}

.gap_12 {
  gap: 12px;
}

.displayFlex {
  display: flex !important;
}

.fontWeight400 {
  font-weight: 400;
}

.fontSize44 {
  font-size: 44px;
}

.emptyList {
  margin: 0;
  list-style: none;
  padding: 0;
  /* margin-left: -35px; */
}

.mb_24 {
  margin-bottom: 24px !important;
}


.getStartedBox {
  background: #fff;
  border-radius: 10px;
  width: 450px;
  /* height: 250px; */
  border: 1px solid #ccc;
  /* border-bottom: 3px solid #BF37A3; */
  box-shadow: #ccc 1px 0 10px -2px;
  padding: 15px;

}

.getStartedtitleTxt {
  font-size: 18px;
  /* padding-top: 20px; */
  padding-bottom: 5px;
}

.getStartedsubtitle {

  font-size: 12px;
  color: #ccc;
  padding-bottom: 35px;
}

.getStartedBox2 {

  background: #fff;
  border-radius: 10px;
  width: 100%;
  /* height: 250px; */
  border: 1px solid #ccc;
  /* border-bottom: 3px solid #BF37A3; */
  box-shadow: #ccc 1px 0 10px -2px;
  padding: 15px;
  margin-bottom: 50px;
}

.shapeAnimationRightTop,
.shapeAnimationLeftTop,
.shapeAnimationCenterSecTop {
  position: relative;
  -webkit-animation: translatey 10s infinite linear;
  animation: translatey 10s infinite linear
}

.whoweare {
  background: var(--lightgray);
  padding: 70px 0
}

.linebg {
  background-image: url(../slices/line.svg);
  min-height: 500px;
  width: 100%;
  background-repeat: no-repeat
}

.whowearegrayBox {
  background: #fff;
  border-radius: 10px;
  width: 200px;
  height: 160px;
  border: 1px solid #ccc;
  border-bottom: 3px solid #BF37A3;
  box-shadow: #ccc 1px 0 10px -2px
}

.whowearecircle {
  background: #fff;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid #ccc;
  box-shadow: #ccc 1px 0 10px -2px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -27px;
  position: relative
}

.mt150px {
  margin-top: 150px
}

.mt70px {
  margin-top: 70px
}

.boxcontent {
  padding: 10px;
  margin-top: -25px;
  font-size: 13px;
  text-align: center
}

.pb100px {
  padding-bottom: 100px
}

.listdisc {
  list-style: disc !important
}

.tmtext {
  font-size: 15px;
  top: -35px
}

.gap50 {
  gap: 50px
}

.whowearecircle img {
  filter: brightness(0) saturate(100%) invert(29%) sepia(14%) saturate(7316%) hue-rotate(234deg) brightness(107%) contrast(92%)
}

.commonSec_spacing {
  padding: 0 0 70px;
}

.justifyContent_spaceEvenly {
  justify-content: space-evenly;
}

.flexWrap {
  flex-wrap: wrap;
}

.aconitePurpleText {
  color: #6C4DD5;
  line-height: 1.5;
  margin: 0;
}

.mb_50 {
  margin-bottom: 50px !important;
}




.shapeAnimationLeftTop::before {
  content: "";
  background: url(../slices/countingBig_rec.svg);
  position: absolute;
  -webkit-animation: translatey 5s infinite linear;
  animation: translatey 5s infinite linear;
  display: block;
  width: 100px;
  height: 165px;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  margin-right: auto;
  background-position: center
}

.shapeAnimationLeftTop::after {
  content: "";
  background: url(../slices/plat_smallRec.svg);
  position: absolute;
  top: 180px;
  -webkit-animation: translatey 5s infinite linear;
  animation: translatey 5s infinite linear;
  display: block;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: cover;
  left: 16px;
  margin-right: auto
}

.shapeAnimationCenterSecTop::before {
  content: "";
  background: url(../slices/countingBig_rec.svg);
  position: absolute;
  -webkit-animation: translatey 5s infinite linear;
  animation: translatey 5s infinite linear;
  display: block;
  width: 100px;
  height: 165px;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  margin-right: auto;
  background-position: center
}

.shapeAnimationCenterSecTop::after {
  content: "";
  background: url(../slices/plat_smallRec.svg);
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-animation: translatey 5s infinite linear;
  animation: translatey 5s infinite linear;
  display: block;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: cover;
  left: 16px;
  margin-right: auto;
  top: 180px
}

.fontSize24 {
  font-size: 24px;
}

.fontWeight400 {
  font-weight: 400;
}

.fontSize16 {
  font-size: 16px;
}

.steelWoolText {
  color: #777;
  line-height: 1.5;
  margin: 0
}

.showmorecontent .more {
  display: none
}

.showmorecontent a.showLink,
a.hideLink {
  text-decoration: none;
  color: #6C4DD5;
  font-weight: 400
}

.mb_16 {
  margin-bottom: 16px !important;
}

.decisionAI_img {
  height: 600px;
  width: 100%;
  border-radius: 10px;
  z-index: 999;
  position: relative;
}

.decisionAI_bg {
  position: relative;
      border: 2px solid #6C4DD5;
      background-color: #fbfbfb;
}
.decisionAI_bg object svg{
  overflow: hidden !important;
  padding: 0px !important;
}

.logoBlock {
  border: 1px solid #ccc;
  border-radius: 5px;
}

.logosection {
  display: flex;
  width: 100%;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.fontSize20 {
  font-size: 20px;
}

.flexStart {

  align-items: flex-start;
}

.emptyList li {
  align-items: flex-start;
}

.emptyList li img {
  margin-top: 5px;
}

.home h2 {
  font-size: 55px;
}


.cookiesFrame {
  background: #000000db;
  padding: 10px 0px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1034;
}

.whiteBtn_clr {
  border: 1px solid #080B36;
  color: #080B36 !important;
  background: #fff;
}

.whiteBtn_clr:hover {
  color: #fff !important;
  background: #5B3DFD;
  border: 1px solid #5B3DFD;
}

.cookiepreferencesModal {
  z-index: 99999;
}

.blackClrText {
  color: #000;
  line-height: 1.5;
  margin: 0px;
}

.customPopup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Modal Box */
.customPopup-content {
  background: linear-gradient(135deg, #ffffff, #f0f8ff);
  border-radius: 20px;
  padding: 25px;
  width: 700px;
  max-width: 90%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  animation: slideUp 0.4s ease;
}

@keyframes slideUp {
  from {
    transform: translateY(40px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}


/* Container for cookie items */
.cookie-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  gap: 12px;
}

/* Toggle switch wrapper */
.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 24px;
}

/* Hide default checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* Slider background */
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.3s;
  border-radius: 24px;
}

/* The circle inside */
.switch .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.3s;
  border-radius: 50%;
}

/* Checked state */
.disableButton .switch input:checked+.slider {
  background-color: #ccc;
  cursor: default;
}



.switch input:checked+.slider {
  background-color: #5B3DFD;
}

.switch input:checked+.slider:before {
  transform: translateX(21px);
}

/* Rcounded style */
.switch .slider.round {
  border-radius: 24px;
}

.slider-container input {
  padding: 4px;
}
.newsletterArea {
  display: flex;
  align-items: center;
  gap: 12px;
}

#nlForm {
  display: block !important;
  white-space: unset !important;
  position: relative;
}

#formMessageNl {
  font-size: 10px;
  padding: 2px 10px;
  margin: 0px !important;
  position: absolute;
  top: 50px;
}


@media (max-width: 769px) {

  #submitLoaderNl{
    font-size: 10px;
  }
  .mt150px {
    margin-top: 0px;
  }

  .mt70px {
    margin-top: 0px;
  }

  .bannerContent h2 {
    font-size: 44px;
    padding-top: 0px;
  }

  .commonSec_spacing {
    padding: 0 0 40px;
  }

  .linebg {
    background-image: none;
    min-height: auto;

  }

  .borrowers_bnr {
    min-height: auto;
    padding: 40px 0px 40px;
    background-position: center;
  }

  .minheight600 {
    min-height: auto;
  }

  .borrowersFooterContent h2 {
    font-size: 44px;
  }

  .testimonial {
    margin: 20px 0px 0px;
  }

  .home h2 {
    font-size: 44px !important;
  }

  .homebnrParent {
    height: inherit;
  }

  .siteHeader_wrapper .navbar-expand-lg .navbar-nav .dropdown-menu {
    display: none;
    box-shadow: unset;
  }
/* 
  .platformBnr::before {
    content: "";
    width: 139px;
    height: 50px;
    position: absolute;
    right: 12px;
    background-color: #fff;
    bottom: 20px;
    border-radius: 30px;
  } */

  article.cards .thumb img {
    width: 100%;
    object-fit: cover;
  }

  .borrowercardBlock {
    height: inherit;
    display: flex;
    flex-direction: column;
    gap: 15px;

  }

  article.cards {
    width: 100%;
  }

  .toolbar .search {
    width: 100%;
    flex: unset;
  }

  .ourcomplianceposture_sec h2 {
    font-size: 44px;
  }

  .regulatoryGeneraldisclaimers_sec h2 {
    font-size: 44px;
  }

  #disclosures h2 {
    font-size: 44px;
  }

  .pageContentGoesHere h2 {
    font-size: 44px;
  }

  .lendingPartners_sec h2 {
    font-size: 44px;
  }

  .ourInfrahaspowered_sec h2 {
    font-size: 44px;
  }

  .whypartnerwithGlenzy_sec h2 {
    font-size: 44px;
  }

  section {
    padding: 40px 0;
  }

  .personas h2 {
    font-size: 44px;
    line-height: 1.5;
  }

  .howItWorksSec {
    padding: 40px 0 0px;
  }

  .howItWorksSec h2 {
    font-size: 44px;
  }

  .howItworksItem {
    padding: 12px;
  }

  .bg-slate h2 {
    font-size: 44px;
  }

  .whyGlenzy_sec h2 {
    font-size: 44px;
  }

  .simplifiedbyGlenzy_sec h2 {
    font-size: 44px;
  }

  .creditNetwork_sec h2 {
    font-size: 44px;
  }

  .distributionOs_sec h2 {
    font-size: 44px;
  }

  #faq h2 {
    font-size: 44px;
  }

  .borrowers_bnr h1 {
    line-height: 1.5;
    font-size: 24px;
  }

  .howGlenzyhelpsyou_sec h2 {
    font-size: 44px;
  }



  .beThefirsttoknow_sec {
    padding: 0px 0 40px;
  }

  .loan-tile {
    min-height: auto;
  }

  .loan-icon {
    position: unset;
  }

  .sbaLoanBnr {
    padding: 40px 0px;
  }

  .whyChooseSba h2 {
    font-size: 44px;
  }

  #apply h2 {
    font-size: 44px;
  }

  .waitlist_section h2 {
    font-size: 44px;
  }

  .gz-footer .col:first-child {
    margin-bottom: 34px;
  }

  .gz-footer .col:nth-child(2) {
    margin-bottom: 34px;
  }

  .homeframeParent {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .mobSpaceMb24 {
    margin-bottom: 24px;
  }

  .mobSpaceMb16 {
    margin-bottom: 16px;
  }

  .homebrn h1 {
    font-size: 54px;
  }

  .beThefirsttoknow_sec h2 {
    font-size: 44px;
  }

  .requestApiAccess_sec h2 {
    font-size: 44px;
  }

  .homebrn {
    /* height: 460px; */
    height: auto;
    padding: 64px 0px 44px;
    background-position: center;
  }

  .submitappGetOffer h2 {
    font-size: 44px;
  }

  .trustbar {
    position: unset;
    margin: 0px;
  }

  .navbar-toggler {
    outline: unset !important;
  }

  .navbar-toggler:hover {
    background-color: transparent;
    border-color: transparent;

  }

  .dropdown-menu {
    background: #f8fafc;
    border-color: transparent;
    border-radius: 10px;

  }

  .mobileSearch {
    display: block;
  }

  /* mobile Header Responsive start */
  .mobileHeader {
    padding: 12px 24px;
    border-bottom: 1px solid #d4d1d1;
    background: #080B36;
  }



  .siteHeader_wrapper .container {
    max-width: none;
  }

  .MobileToggle {
    display: block;
  }

  .mobileMenu {
    display: none;
  }

  .mobileMenu.showMenu {
    display: block;
  }

  .siteHeader_wrapper {
    box-shadow: -.64px -.77px 32px #0000000d;
    padding: 12px;
    backdrop-filter: unset;
    background-color: #fff;
  }


  .siteHeader_wrapper .glenzy_brandLogo img {
    width: 100px;
    /* filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(346deg) brightness(105%) contrast(103%); */
  }


  .siteHeader_wrapper nav {
    display: flex !important;
    padding: 0px !important;
  }

  .siteHeader_wrapper ul.navbar-nav {
    display: block;
  }

  .siteHeader_wrapper ul.navbar-nav li a {
    margin: 0px;
    padding: 12px 24px !important;
    border-bottom: 1px solid #f9f9f9;
    color: #000;
    font-weight: 500;
    font-size: 14px;
  }

  .siteHeader_wrapper ul.navbar-nav li.nav-item.dropdown:hover ul.dropdown-menu {
    display: none;

  }

  .siteHeader_wrapper ul.navbar-nav li.dropdown ul.dropdown-menu {
    box-shadow: unset !important;
    border-top: unset !important;
  }

  .siteHeader_wrapper ul.navbar-nav .dropdown-toggle::after {
    position: absolute;
    right: 20px;
    top: 50%;
  }

  .siteHeader_wrapper ul.navbar-nav li.nav-item.dropdown {
    display: block;
  }

  .siteHeader_wrapper ul.dropdown-menu.show {
    display: block !important;
  }



  .MobileToggle button span {
    width: 32px;
    background: #FFFFFF;
    height: 3px;
    display: block;
    margin-top: 5px;
    -webkit-transition: all 600ms linear 0s;
    -o-transition: all 600ms linear 0s;
    transition: all 600ms linear 0s;
  }

  .MobileToggle button:hover span:nth-child(2) {
    width: 20px;
  }

  /* mobile Header Responsive end */
  .dropdown-menu.show {
    display: block !important;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    border: 1px solid transparent;
  }

  br.mobileHide {
    display: none;
  }

  .circle1:after {
    content: unset !important;
  }

  .circle2:after {
    content: unset !important;
  }

  .circle3:after {
    content: unset !important;
  }

  .value-grid-one {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .disclosuresContact h2 {
    font-size: 44px;
  }

  .legalPolicySec h2 {
    font-size: 24px;
  }

  .legalPolicySec {
    padding: 80px 0px 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .homebrn {

    background-position: center;
    height: 700px;
  }

  .homebnrParent {
    height: 700px;
  }





}

@media (min-width: 768px) and (max-width: 992px) {
  .siteHeader_wrapper .navbar-expand-lg .navbar-nav .dropdown-menu {
    box-shadow: unset !important;
  }

  .card.benefit {
    height: 250px;
  }

  .cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 768px) and (max-width: 1026px) {



  .borrowercardBlock {
    height: auto;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }

  .testimonial {
    margin: 0px 10px;

  }

  .value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .borrowers_bnr {
    padding: 50px 0 50px;
    min-height: auto;
  }

  .borrowercardBlock>div {
    flex: unset;
  }

  .minheight600 {
    min-height: auto;
  }

  .twocol {
    grid-template-columns: 1fr 1fr;
  }

  .simplifiedbyGlenzy_secBox {
    align-items: inherit;
  }

  /* mobile common Class  start */
  .legalPolicySec h2 {
    font-size: 24px;
  }

  .disclosuresContact h2 {
    font-size: 44px;
  }

  .privacydatahandling_sec h2 {
    font-size: 44px;
  }

  .ourcomplianceposture_sec h2 {
    font-size: 44px;
  }

  #disclosures h2 {
    font-size: 44px;
  }

  .mobSpaceMb24 {
    margin-bottom: 24px;
  }

  .pageContentGoesHere h2 {
    font-size: 44px;
  }

  .submitappGetOffer h2 {
    font-size: 44px;
  }

  .requestApiAccess_sec h2 {
    font-size: 44px;
  }

  .beThefirsttoknow_sec h2 {
    font-size: 44px;
  }

  #apply h2 {
    font-size: 44px;
  }

  .waitlist_section h2 {
    font-size: 44px;
  }

  .scf_bnr {
    padding: 64px 0 0px;
  }

  .MobileToggle {
    display: block;
  }

  .mobileMenu {
    display: none;
  }

  .mobileMenu.showMenu {
    display: block;
  }

  .siteHeader_wrapper {
    padding: 12px;
  }

  /* .siteHeader_wrapper .glenzy_brandLogo img {
    width: 70px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(346deg) brightness(105%) contrast(103%);
  } */

  .siteHeader_wrapper nav {
    /* display: block !important; */
    padding: 0px !important;
  }

  .siteHeader_wrapper ul.navbar-nav {
    display: block;
  }

  .siteHeader_wrapper ul.navbar-nav li a {
    margin: 0px;
    padding: 8px 16px;
    /* padding: 12px 24px !important; */
    border-bottom: 1px solid #f9f9f9;
    color: #777;
    font-weight: 500;
  }

  .siteHeader_wrapper ul.navbar-nav li.nav-item.dropdown:hover ul.dropdown-menu {
    display: none;

  }

  .siteHeader_wrapper ul.navbar-nav li.dropdown ul.dropdown-menu {
    box-shadow: unset !important;
    border-top: unset !important;
  }

  .siteHeader_wrapper ul.navbar-nav .dropdown-toggle::after {
    position: absolute;
    right: 20px;
    top: 50%;
  }

  .siteHeader_wrapper ul.navbar-nav li.nav-item.dropdown {
    /* display: block; */
  }




  .MobileToggle button span {
    width: 32px;
    background: #FFFFFF;
    height: 3px;
    display: block;
    margin-top: 5px;
    -webkit-transition: all 600ms linear 0s;
    -o-transition: all 600ms linear 0s;
    transition: all 600ms linear 0s;
  }

  .MobileToggle button:hover span:nth-child(2) {
    width: 20px;
  }

  /* mobile Header Responsive end */

  .homeframeParent {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 30px;
  }

  .trustbar {
    margin-top: -92px;
    position: absolute;
  }

  .circle1 {
    width: 60px;
    height: 60px;
  }

  .circle1 img {
    width: 30px;
  }

  .circle1:before {
    margin-left: -60px;
    width: 30px;
    height: 30px;
  }

  .circle1::after {
    width: 100%;
    margin-left: 245px;
  }

  .circle2 {
    width: 60px;
    height: 60px;
  }

  .circle2 img {
    width: 30px;
  }

  .circle2:before {
    margin-left: -60px;
    width: 30px;
    height: 30px;
  }

  .circle2:after {
    margin-left: 245px;
    width: 100%;
  }

  .circle3 {
    width: 60px;
    height: 60px;
  }

  .circle3 img {
    width: 30px;
  }

  .circle3:after {
    width: 100%;
    margin-left: 245px;
  }

  .circle3:before {
    margin-left: -60px;
    width: 30px;
    height: 30px;
  }

  .circle4 {
    width: 60px;
    height: 60px;
  }

  .circle4 img {
    width: 30px;
  }

  .circle4:before {
    margin-left: -60px;
    width: 30px;
    height: 30px;
  }

  .howItworksItem {
    padding: 0px;
    text-align: center;
  }

  .homeframeItem>div {
    flex-direction: column;
  }

  .personas h2 {
    font-size: 44px;
    line-height: 1.5;
  }

  .howItWorksSec {
    padding: 40px 0 0px;
  }

  .howItWorksSec h2 {
    font-size: 44px;
  }

  .howItworksItem {
    padding: 12px;
  }

  .bg-slate h2 {
    font-size: 44px;
  }

  .whyGlenzy_sec h2 {
    font-size: 44px;
  }

  .simplifiedbyGlenzy_sec h2 {
    font-size: 44px;
  }

  .creditNetwork_sec h2 {
    font-size: 44px;
  }

  .distributionOs_sec h2 {
    font-size: 44px;
  }

  #faq h2 {
    font-size: 44px;
  }

  .borrowers_bnr h1 {
    line-height: 1.5;
  }

  .howGlenzyhelpsyou_sec h2 {
    font-size: 44px;
  }



  .loan-tile {
    min-height: auto;
  }

  .loan-icon {
    position: unset;
  }

  .sbaLoanBnr {
    padding: 40px 0px;
  }

  .whyChooseSba h2 {
    font-size: 44px;
  }

  #apply h2 {
    font-size: 44px;
  }


  .pageContentGoesHere h2 {
    font-size: 44px;
  }

  .lendingPartners_sec h2 {
    font-size: 44px;
  }

  .ourInfrahaspowered_sec h2 {
    font-size: 44px;
  }

  .whypartnerwithGlenzy_sec h2 {
    font-size: 44px;
  }

}

@media (min-width: 1027px) and (max-width: 1229px) {
  .gz-footer .row .col-lg-1 img {
      width: 100%;
    }
  .siteHeader_wrapper .glenzy_brandLogo img {
    width: 70px;
  }

  .siteHeader_wrapper ul.navbar-nav li a {
    font-size: 12px;
    margin-right: 16px;
    padding: 12px 8px;
  }

  .siteHeader_wrapper {
    padding: 12px 0px;
  }



}

@media (min-width: 1200px) and (max-width: 1229px) {}

@media (min-width: 1230px) and (max-width: 1396px) {
    .gz-footer .row .col-lg-1 img {
        width: 100%;
      }
}

/* chart Responsive */
@media (min-width: 1396px) and (max-width: 1399px) {}

@media (min-width: 1400px) and (max-width: 1535px) {}

@media screen and (-moz-min-device-pixel-ratio: 1.5) {
  /* Your styles for Firefox-specific query */
}


.minheight145{ min-height: 145px;}

 