.navigation-links1-nav {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.navigation-links1-text {
  font-style: normal;
  transition: 0.3s;
  font-family: Montserrat;
  font-weight: 500;
  margin-left: var(--dl-space-space-twounits);
}
.navigation-links1-text:hover {
  color: var(--dl-color-default-blue);
  cursor: pointer;
  border-color: var(--dl-color-default-blue);
  border-style: solid;
  border-width: 0px;
  border-bottom-width: 1px;
}
.navigation-links1-text1 {
  font-style: normal;
  transition: 0.3s;
  font-family: Montserrat;
  font-weight: 500;
  margin-left: var(--dl-space-space-twounits);
}
.navigation-links1-text1:hover {
  color: var(--dl-color-default-blue);
  cursor: pointer;
  transition: initial;
  border-color: var(--dl-color-default-blue);
  border-style: solid;
  border-width: 0px;
  border-bottom-width: 1px;
}
.navigation-links1-text2 {
  font-style: normal;
  transition: 0.3s;
  font-family: Montserrat;
  font-weight: 500;
  margin-left: var(--dl-space-space-twounits);
}
.navigation-links1-text2:hover {
  color: var(--dl-color-default-blue);
  cursor: pointer;
  transition: initial;
  border-color: var(--dl-color-default-blue);
  border-style: solid;
  border-width: 0px;
  border-bottom-width: 1px;
}
.navigation-links1-text3 {
  font-style: normal;
  transition: 0.3s;
  font-family: Montserrat;
  font-weight: 500;
  margin-left: var(--dl-space-space-twounits);
}
.navigation-links1-text3:hover {
  color: var(--dl-color-default-blue);
  cursor: pointer;
  border-color: var(--dl-color-default-blue);
  border-style: solid;
  border-width: 0px;
  border-bottom-width: 1px;
}
























@media(max-width: 767px) {
  .navigation-links1-nav {
    align-items: flex-start;
    flex-direction: column;
    line-height: 2.3;
  }
  .navigation-links1-text {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links1-text1 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links1-text2 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links1-text3 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
}

.header-header {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-oneandhalfunits);
  z-index: 100;
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-twounits);
  padding-right: var(--dl-space-space-twounits);
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
}
.header-navlink {
  display: contents;
}
.header-image {
  width: 185px;
  height: 46px;
  object-fit: cover;
  text-decoration: none;
}
.header-nav {
  display: flex;
}
.header-btn-group {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.header-button {
  color: var(--dl-color-default-heading);
  width: auto;
  align-self: flex-start;
  box-shadow: 0px 0px 0px 0px rgba(70, 117, 214, 0.5);
  font-style: normal;
  transition: 0.3s;
  font-family: Montserrat;
  font-weight: 600;
  padding-top: var(--dl-space-space-unit);
  border-color: var(--dl-color-default-heading);
  border-style: solid;
  border-width: 2px;
  padding-left: var(--dl-space-space-twounits);
  padding-right: var(--dl-space-space-twounits);
  padding-bottom: var(--dl-space-space-unit);
  background-color: transparent;
}
.header-button:hover {
  color: #151920;
  box-shadow: 0px 0px 0px 0px rgba(200, 200, 200, 0.65);
  border-color: #151920;
  background-color: var(--dl-color-default-back);
}
.header-button:active {
  box-shadow: 0px 0px 0px 0px rgba(47, 90, 250, 0.5);
  background-color: var(--dl-color-default-back);
}
.header-burger-menu {
  display: none;
}
.header-icon {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.header-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: 32px;
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}
.header-nav1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.header-container {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.header-image1 {
  height: 2rem;
}
.header-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-icon02 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.header-icon04 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
.header-icon06 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
.header-icon08 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}







@media(max-width: 991px) {
  .header-button {
    align-self: center;
    box-shadow: 0px 0px 0px 0px rgba(47, 90, 250, 0.5);
    font-style: normal;
    font-family: Montserrat;
    font-weight: 600;
    background-color: transparent;
  }
}
@media(max-width: 767px) {
  .header-header {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .header-nav {
    display: none;
  }
  .header-btn-group {
    display: none;
  }
  .header-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media(max-width: 479px) {
  .header-header {
    padding: var(--dl-space-space-unit);
    z-index: 2;
  }
  .header-image {
    width: 141px;
    height: 35px;
  }
  .header-mobile-menu {
    padding: 16px;
  }
  .header-root-class-name {
    width: auto;
    max-width: auto;
  }
}

.home1-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  padding-left: var(--dl-space-space-sixunits);
  padding-right: var(--dl-space-space-sixunits);
  flex-direction: column;
  justify-content: flex-start;
}
.home1-hero {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  z-index: 5;
  padding-top: 0;
  max-width: var(--dl-size-size-maxwidth);
  min-height: 80vh;
  align-items: center;
  border-radius: var(--dl-radius-radius-radius4);
  flex-direction: row;
  justify-content: space-between;
}
.home1-container01 {
  flex: 0 0 auto;
  width: 521px;
  height: auto;
  display: flex;
  align-items: space-between;
  flex-direction: column;
}
.home1-container02 {
  width: 521px;
  display: flex;
  margin-right: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  flex-direction: column;
}
.home1-text {
  cursor: default;
  font-size: 2rem;
  max-width: 450px;
  font-family: Montserrat;
}
.home1-text01 {
  color: #2f5afa;
  font-size: 5rem;
  font-style: normal;
  font-weight: 900;
}
.home1-text02 {
  color: var(--dl-color-default-heading);
}
.home1-text03 {
  color: var(--dl-color-default-heading);
}
.home1-text04 {
  color: var(--dl-color-default-paragraph);
  cursor: default;
  margin-top: var(--dl-space-space-twounits);
  margin-bottom: var(--dl-space-space-twounits);
}
.home1-text05 {
  font-family: Montserrat;
}
.home1-navlink {
  width: 164px;
  font-size: 16px;
  align-self: flex-start;
  box-shadow: rgba(47, 90, 250, 0.5) 0px 0px 0px 3px;
  font-style: normal;
  transition: 0.3s;
  font-family: Montserrat;
  font-weight: 600;
  padding-top: var(--dl-space-space-unit);
  border-style: hidden;
  padding-left: 13px;
  padding-right: 40px;
  padding-bottom: var(--dl-space-space-unit);
  text-decoration: none;
  background-color: rgb(47, 90, 250);
  background-image: url("public/SVGs/arrow%2011.svg");
  background-repeat: no-repeat;
  background-position: 110px;
}
.home1-navlink:hover {
  color: var(--dl-color-gray-white);
  box-shadow: 0px 0px 0px 3px rgba(47, 90, 250, 0.65);
  background-color: #1c43d6;
  background-position: 120;
}
.home1-navlink:active {
  font-size: 16px;
  box-shadow: 0px 0px 0px 1px rgba(47, 90, 250, 0.5);
  background-color: #1c43d6;
}
.home1-container03 {
  flex: 0 0 auto;
  width: 386px;
  height: auto;
  display: flex;
  align-items: space-between;
  flex-direction: column;
}
.home1-container04 {
  flex: 0 0 auto;
  /* width: 386px;
  height: 300px; */
  display: flex;
  align-items: space-between;
  flex-direction: column;
}
img.homegif{
  margin-left: -12em;
  margin-top: -4em;
}
.home1-lottie-node {
  width: 300px;
  height: 300px;
}
.home1-clients {
  width: 100%;
  height: 0;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  z-index: 5;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
}
.home1-text08 {
  color: var(--dl-color-default-heading);
  width: 100%;
  font-size: 24px;
  align-self: center;
  font-style: Bold;
  text-align: center;
  font-family: Montserrat;
  font-weight: 700;
  line-height: 140%;
  font-stretch: normal;
  margin-bottom: var(--dl-space-space-twounits);
  text-decoration: none;
}
.home1-container05 {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.home1-container06 {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home1-step {
  gap: 50;
  width: 100%;
  height: var(--dl-size-size-medium);
  display: flex;
  padding: var(--dl-space-space-oneandhalfunits);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  align-items: center;
  border-color: rgba(68, 75, 88, 0.10000000149011612);
  border-width: 1px;
  border-radius: 17px;
  flex-direction: column;
  justify-content: center;
}
.home1-step:hover {
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}
.home1-image {
  width: var(--dl-size-size-xlarge);
  height: var(--dl-size-size-medium);
  padding: var(--dl-space-space-unit);
  object-fit: cover;
}
.home1-step1 {
  gap: 50;
  width: 100%;
  height: var(--dl-size-size-medium);
  display: flex;
  padding: var(--dl-space-space-oneandhalfunits);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  align-items: center;
  border-color: rgba(68, 75, 88, 0.10000000149011612);
  border-width: 1px;
  border-radius: 17px;
  flex-direction: column;
  justify-content: center;
}
.home1-step1:hover {
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}
.home1-image01 {
  width: var(--dl-size-size-xlarge);
  height: var(--dl-size-size-medium);
  padding: var(--dl-space-space-unit);
  object-fit: cover;
}
.home1-container07 {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home1-step2 {
  gap: 50;
  width: 100%;
  height: var(--dl-size-size-medium);
  display: flex;
  padding: var(--dl-space-space-oneandhalfunits);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  align-items: center;
  border-color: rgba(68, 75, 88, 0.10000000149011612);
  border-width: 1px;
  border-radius: 17px;
  flex-direction: column;
  justify-content: center;
}
.home1-step2:hover {
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}
.home1-image02 {
  width: var(--dl-size-size-xlarge);
  height: var(--dl-size-size-medium);
  padding: var(--dl-space-space-unit);
  object-fit: cover;
}
a.home1-navlink.white.button {
  text-align: center;
  padding: 15px;
}
.home1-step3 {
  gap: 50;
  width: 100%;
  height: var(--dl-size-size-medium);
  display: flex;
  padding: var(--dl-space-space-oneandhalfunits);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  align-items: center;
  border-color: rgba(68, 75, 88, 0.10000000149011612);
  border-width: 1px;
  border-radius: 17px;
  flex-direction: column;
  justify-content: center;
}
.home1-step3:hover {
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}
.home1-image03 {
  width: var(--dl-size-size-xlarge);
  height: var(--dl-size-size-medium);
  padding: var(--dl-space-space-unit);
  object-fit: cover;
}
.home1-ui-ux {
  width: 100%;
  height: 451px;
  display: flex;
  z-index: 5;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  padding-top: var(--dl-space-space-threeunits);
  padding-left: var(--dl-space-space-sixunits);
  border-radius: 50px;
  margin-bottom: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-sixunits);
  padding-bottom: var(--dl-space-space-threeunits);
  background-size: auto;
  justify-content: space-between;
  background-color: var(--dl-color-default-back);
  background-image: url("public/New Folder/card%20ui%20ux.svg");
  background-repeat: no-repeat;
}
.home1-container08 {
  gap: var(--dl-space-space-twounits);
  width: 485px;
  display: flex;
  align-items: flex-start;
  margin-right: var(--dl-space-space-sixunits);
  flex-direction: column;
  justify-content: center;
}
.home1-text09 {
  cursor: default;
  font-size: 32px;
  font-style: normal;
  text-align: left;
  font-family: Montserrat;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: var(--dl-space-space-unit);
  text-transform: none;
  text-decoration: none;
}
.home1-text10 {
  color: var(--dl-color-default-heading);
}
.home1-text12 {
  cursor: default;
  font-style: normal;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 1.55;
  margin-right: var(--dl-space-space-sixunits);
}
.home1-text14 {
  font-style: normal;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 1.55;
}
.home1-button {
  width: auto;
  align-self: flex-start;
  box-shadow: rgba(47, 90, 250, 0.5) 0px 0px 0px 3px;
  font-style: normal;
  transition: 0.3s;
  font-family: Montserrat;
  font-weight: 600;
  padding-top: var(--dl-space-space-unit);
  border-style: hidden;
  padding-left: var(--dl-space-space-twounits);
  padding-right: var(--dl-space-space-twounits);
  padding-bottom: var(--dl-space-space-unit);
  background-color: rgb(47, 90, 250);
}
.home1-button:hover {
  color: var(--dl-color-gray-white);
  box-shadow: 0px 0px 0px 3px rgba(47, 90, 250, 0.65);
  background-color: #1c43d6;
}
.home1-button:active {
  box-shadow: 0px 0px 0px 1px rgba(47, 90, 250, 0.5);
  background-color: #1c43d6;
}
.home1-image04 {
  width: 352px;
  height: auto;
  object-fit: cover;
}
.home1-broker {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  /* z-index: 100; */
  z-index: 5;
  max-width: var(--dl-size-size-maxwidth);
  margin-bottom: var(--dl-space-space-fourunits);
  flex-direction: column;
}
.home1-text17 {
  cursor: default;
  font-size: 35px;
  font-family: Montserrat;
  margin-left: var(--dl-space-space-halfunit);
  margin-bottom: var(--dl-space-space-unit);
}
.home1-text19 {
  color: var(--dl-color-default-blue);
}
.home1-separator {
  width: 100px;
  height: 2px;
  margin-left: var(--dl-space-space-halfunit);
  background-color: var(--dl-color-default-blue);
}
.home1-container09 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home1-container10 {
  width: 633px;
  height: 356px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.home1-container11 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home1-car1 {
  width: 198px;
  cursor: default;
  height: 190px;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  box-shadow: 0px 5px 20px 0px rgba(212, 212, 212, 0.4);
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  border-color: rgba(68, 75, 88, 0.13);
  border-width: 2px;
  padding-left: var(--dl-space-space-unit);
  border-radius: 33px;
  padding-right: var(--dl-space-space-unit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}
.home1-car1:hover {
  border-color: var(--dl-color-default-blue);
}
.home1-image05 {
  width: var(--dl-size-size-small);
  height: var(--dl-size-size-small);
  align-self: center;
  object-fit: cover;
}
.home1-text20 {
  font-size: 16px;
  align-self: center;
  font-style: normal;
  margin-top: var(--dl-space-space-twounits);
  text-align: center;
  font-family: Montserrat;
  font-weight: 600;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.home1-car11 {
  width: 198px;
  cursor: default;
  height: 190px;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  box-shadow: 0px 5px 20px 0px rgba(212, 212, 212, 0.4);
  margin-top: var(--dl-space-space-threeunits);
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  border-color: rgba(68, 75, 88, 0.13);
  border-width: 2px;
  padding-left: var(--dl-space-space-unit);
  border-radius: 33px;
  padding-right: var(--dl-space-space-unit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}
.home1-car11:hover {
  border-color: var(--dl-color-default-blue);
}
.home1-image06 {
  width: var(--dl-size-size-small);
  height: var(--dl-size-size-small);
  align-self: center;
  object-fit: cover;
}
.home1-text24 {
  font-size: 16px;
  align-self: center;
  font-style: normal;
  margin-top: var(--dl-space-space-twounits);
  text-align: center;
  font-family: Montserrat;
  font-weight: 600;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.home1-container12 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home1-car12 {
  width: 198px;
  cursor: default;
  height: 190px;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  box-shadow: 0px 5px 20px 0px rgba(212, 212, 212, 0.4);
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  border-color: rgba(68, 75, 88, 0.13);
  border-width: 2px;
  padding-left: var(--dl-space-space-unit);
  border-radius: 33px;
  padding-right: var(--dl-space-space-unit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}
.home1-car12:hover {
  border-color: var(--dl-color-default-blue);
}
.home1-image07 {
  width: var(--dl-size-size-small);
  height: var(--dl-size-size-small);
  align-self: center;
  object-fit: cover;
}
.home1-text28 {
  font-size: 16px;
  align-self: center;
  font-style: normal;
  margin-top: var(--dl-space-space-twounits);
  text-align: center;
  font-family: Montserrat;
  font-weight: 600;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.home1-car13 {
  width: 198px;
  cursor: default;
  height: 190px;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  box-shadow: 0px 5px 20px 0px rgba(212, 212, 212, 0.4);
  margin-top: var(--dl-space-space-threeunits);
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  border-color: rgba(68, 75, 88, 0.13);
  border-width: 2px;
  padding-left: var(--dl-space-space-unit);
  border-radius: 33px;
  padding-right: var(--dl-space-space-unit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}
.home1-car13:hover {
  border-color: var(--dl-color-default-blue);
}
.home1-image08 {
  width: var(--dl-size-size-small);
  height: var(--dl-size-size-small);
  align-self: center;
  object-fit: cover;
}
.home1-text29 {
  font-size: 16px;
  align-self: center;
  font-style: normal;
  margin-top: var(--dl-space-space-twounits);
  text-align: center;
  font-family: Montserrat;
  font-weight: 600;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.home1-container13 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home1-image09 {
  width: 399px;
  height: 387px;
  object-fit: cover;
}
.home1-navlink1 {
  width: auto;
  align-self: center;
  box-shadow: rgba(47, 90, 250, 0.5) 0px 0px 0px 3px;
  font-style: normal;
  margin-top: var(--dl-space-space-twounits);
  transition: 0.3s;
  font-family: Montserrat;
  font-weight: 600;
  padding-top: var(--dl-space-space-unit);
  border-style: hidden;
  padding-left: var(--dl-space-space-twounits);
  padding-right: var(--dl-space-space-twounits);
  padding-bottom: var(--dl-space-space-unit);
  text-decoration: none;
  background-color: rgb(47, 90, 250);
}
.home1-navlink1:hover {
  color: var(--dl-color-gray-white);
  box-shadow: 0px 0px 0px 3px rgba(47, 90, 250, 0.65);
  background-color: #1c43d6;
}
.home1-navlink1:active {
  box-shadow: 0px 0px 0px 1px rgba(47, 90, 250, 0.5);
  background-color: #1c43d6;
}
.home1-advisor {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  /* z-index: 100; */
  z-index: 5;
  max-width: var(--dl-size-size-maxwidth);
  margin-bottom: 104px;
  flex-direction: column;
}
.home1-text30 {
  cursor: default;
  font-size: 35px;
  font-family: Montserrat;
  margin-left: var(--dl-space-space-halfunit);
  margin-bottom: var(--dl-space-space-unit);
}
.home1-text32 {
  color: var(--dl-color-default-blue);
}
.home1-separator1 {
  width: 100px;
  height: 2px;
  margin-left: var(--dl-space-space-halfunit);
  background-color: var(--dl-color-default-blue);
}
.home1-container14 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.home1-container15 {
  width: 633px;
  height: 356px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.home1-container16 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home1-car14 {
  width: 198px;
  cursor: default;
  height: 190px;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  box-shadow: 0px 5px 20px 0px rgba(212, 212, 212, 0.4);
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  border-color: rgba(68, 75, 88, 0.13);
  border-width: 2px;
  padding-left: var(--dl-space-space-unit);
  border-radius: 33px;
  padding-right: var(--dl-space-space-unit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}
.home1-car14:hover {
  border-color: var(--dl-color-default-blue);
}
.home1-image10 {
  width: var(--dl-size-size-small);
  height: var(--dl-size-size-small);
  align-self: center;
  object-fit: cover;
}
.home1-text33 {
  font-size: 16px;
  align-self: center;
  font-style: normal;
  margin-top: var(--dl-space-space-twounits);
  text-align: center;
  font-family: Montserrat;
  font-weight: 600;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.home1-car15 {
  width: 198px;
  cursor: default;
  height: 190px;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  box-shadow: 0px 5px 20px 0px rgba(212, 212, 212, 0.4);
  margin-top: var(--dl-space-space-threeunits);
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  border-color: rgba(68, 75, 88, 0.13);
  border-width: 2px;
  padding-left: var(--dl-space-space-unit);
  border-radius: 33px;
  padding-right: var(--dl-space-space-unit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}
.home1-car15:hover {
  border-color: var(--dl-color-default-blue);
}
.home1-image11 {
  width: var(--dl-size-size-small);
  height: var(--dl-size-size-small);
  align-self: center;
  object-fit: cover;
}
.home1-text34 {
  font-size: 16px;
  align-self: center;
  font-style: normal;
  margin-top: var(--dl-space-space-twounits);
  text-align: center;
  font-family: Montserrat;
  font-weight: 600;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.home1-container17 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home1-car16 {
  width: 198px;
  cursor: default;
  height: 190px;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  box-shadow: 0px 5px 20px 0px rgba(212, 212, 212, 0.4);
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  border-color: rgba(68, 75, 88, 0.13);
  border-width: 2px;
  padding-left: var(--dl-space-space-unit);
  border-radius: 33px;
  padding-right: var(--dl-space-space-unit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}
.home1-car16:hover {
  border-color: var(--dl-color-default-blue);
}
.home1-image12 {
  width: var(--dl-size-size-small);
  height: var(--dl-size-size-small);
  align-self: center;
  object-fit: cover;
}
.home1-text38 {
  font-size: 16px;
  align-self: center;
  font-style: normal;
  margin-top: var(--dl-space-space-twounits);
  text-align: center;
  font-family: Montserrat;
  font-weight: 600;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.home1-car17 {
  width: 198px;
  cursor: default;
  height: 190px;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  box-shadow: 0px 5px 20px 0px rgba(212, 212, 212, 0.4);
  margin-top: var(--dl-space-space-threeunits);
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  border-color: rgba(68, 75, 88, 0.13);
  border-width: 2px;
  padding-left: var(--dl-space-space-unit);
  border-radius: 33px;
  padding-right: var(--dl-space-space-unit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}
.home1-car17:hover {
  border-color: var(--dl-color-default-blue);
}
.home1-image13 {
  width: var(--dl-size-size-small);
  height: var(--dl-size-size-small);
  align-self: center;
  object-fit: cover;
}
.home1-text39 {
  font-size: 16px;
  align-self: center;
  font-style: normal;
  margin-top: var(--dl-space-space-twounits);
  text-align: center;
  font-family: Montserrat;
  font-weight: 600;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.home1-container18 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home1-image14 {
  width: auto;
  height: 309px;
  margin-top: var(--dl-space-space-fourunits);
  object-fit: cover;
}
.home1-navlink2 {
  width: auto;
  align-self: center;
  box-shadow: rgba(47, 90, 250, 0.5) 0px 0px 0px 3px;
  font-style: normal;
  margin-top: var(--dl-space-space-threeunits);
  transition: 0.3s;
  font-family: Montserrat;
  font-weight: 600;
  padding-top: var(--dl-space-space-unit);
  border-style: hidden;
  padding-left: var(--dl-space-space-twounits);
  padding-right: var(--dl-space-space-twounits);
  padding-bottom: var(--dl-space-space-unit);
  text-decoration: none;
  background-color: rgb(47, 90, 250);
}
.home1-navlink2:hover {
  color: var(--dl-color-gray-white);
  box-shadow: 0px 0px 0px 3px rgba(47, 90, 250, 0.65);
  background-color: #1c43d6;
}
.home1-navlink2:active {
  box-shadow: 0px 0px 0px 1px rgba(47, 90, 250, 0.5);
  background-color: #1c43d6;
}
.home1-bar-1 {
  top: 0px;
  left: 0px;
  width: 152px;
  height: 255px;
  display: flex;
  z-index: 105;
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home1-bar-up-1 {
  left: -63px;
  width: 150px;
  bottom: -1549px;
  height: 130px;
  position: absolute;
  object-fit: cover;
}
.home1-bar-up-2 {
  left: -61px;
  width: 150px;
  bottom: -1674px;
  height: 130px;
  position: absolute;
  object-fit: cover;
}
.home1-bar-2 {
  top: 2457px;
  right: 0px;
  width: 169px;
  height: 204px;
  display: flex;
  z-index: 105;
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home1-bar-down-1 {
  right: 0px;
  width: 150px;
  bottom: 134px;
  height: 130px;
  position: absolute;
  object-fit: cover;
}
.home1-bar-down-2 {
  right: 7px;
  width: 150px;
  bottom: 22px;
  height: 130px;
  position: absolute;
  object-fit: cover;
}
.home1-image15 {
  top: -1694px;
  left: 57px;
  width: 1658px;
  height: 953px;
  margin: auto;
  position: absolute;
  object-fit: cover;
}
.home1-hero-dot {
  top: 677px;
  right: 11px;
  width: 65px;
  height: 115px;
  opacity: 0.4;
  position: absolute;
  object-fit: cover;
}
.home1-back-bar-1 {
  left: -118px;
  width: auto;
  bottom: 248px;
  height: auto;
  margin: auto;
  opacity: 0.5;
  position: absolute;
  object-fit: cover;
}
.home1-back-bar-2 {
  top: 1681px;
  left: -147px;
  width: auto;
  height: auto;
  margin: auto;
  opacity: 0.5;
  position: absolute;
  object-fit: cover;
}
@media(max-width: 991px) {
  .home1-hero {
    flex-direction: column-reverse;
  }
  .home1-container02 {
    align-items: center;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-twounits);
    padding-right: 0px;
  }
  .home1-text {
    margin-top: var(--dl-space-space-fourunits);
    text-align: center;
  }
  .home1-text04 {
    text-align: center;
    padding-left: var(--dl-space-space-threeunits);
    padding-right: var(--dl-space-space-threeunits);
  }
  .home1-navlink {
    align-self: center;
  }
  .home1-clients {
    display: none;
  }
  .home1-ui-ux {
    height: 635px;
    flex-direction: column-reverse;
  }
  .home1-container08 {
    width: 786px;
    align-items: center;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .home1-text12 {
    text-align: center;
    margin-left: var(--dl-space-space-sixunits);
    margin-right: var(--dl-space-space-sixunits);
  }
  .home1-button {
    align-self: center;
  }
  .home1-image04 {
    width: 280px;
    height: 279px;
    margin-bottom: var(--dl-space-space-twounits);
  }
  .home1-broker {
    align-items: center;
  }
  .home1-separator {
    margin-bottom: var(--dl-space-space-threeunits);
  }
  .home1-container09 {
    flex-direction: column;
  }
  .home1-container10 {
    width: 100%;
    height: 431px;
    align-self: flex-end;
  }
  .home1-car1 {
    width: var(--dl-size-size-xlarge);
    align-items: center;
    justify-content: center;
  }
  .home1-car11 {
    width: var(--dl-size-size-xlarge);
    align-items: center;
    justify-content: center;
  }
  .home1-car12 {
    width: var(--dl-size-size-xlarge);
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .home1-car13 {
    width: var(--dl-size-size-xlarge);
    align-items: center;
    justify-content: center;
  }
  .home1-image09 {
    margin-top: var(--dl-space-space-threeunits);
  }
  .home1-advisor {
    align-items: center;
  }
  .home1-separator1 {
    margin-bottom: var(--dl-space-space-threeunits);
  }
  .home1-container14 {
    flex-direction: column;
  }
  .home1-container15 {
    width: 100%;
    height: 431px;
    position: relative;
    align-self: flex-end;
  }
  .home1-car14 {
    width: var(--dl-size-size-xlarge);
    align-items: center;
    justify-content: center;
  }
  .home1-car15 {
    width: var(--dl-size-size-xlarge);
    margin-top: var(--dl-space-space-twounits);
    align-items: center;
    justify-content: center;
  }
  .home1-car16 {
    width: var(--dl-size-size-xlarge);
    align-items: center;
    justify-content: center;
  }
  .home1-car17 {
    width: var(--dl-size-size-xlarge);
    margin-top: var(--dl-space-space-twounits);
    align-items: center;
    justify-content: center;
  }
  .home1-image14 {
    width: 371px;
    height: 349px;
    margin-bottom: var(--dl-space-space-threeunits);
  }
  .home1-back-bar-1 {
    top: 2977px;
    left: -261px;
  }
}
@media(max-width: 767px) {
  .home1-hero {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home1-text04 {
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .home1-clients {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home1-container05 {
    flex-direction: column;
  }
  .home1-container06 {
    gap: var(--dl-space-space-twounits);
    align-self: center;
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }
  .home1-step {
    padding: var(--dl-space-space-unit);
  }
  .home1-step1 {
    padding: var(--dl-space-space-unit);
  }
  .home1-container07 {
    gap: var(--dl-space-space-twounits);
    align-self: center;
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }
  .home1-step2 {
    padding: var(--dl-space-space-unit);
  }
  .home1-step3 {
    padding: var(--dl-space-space-unit);
  }
  .home1-ui-ux {
    height: 668px;
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home1-container08 {
    width: 511px;
  }
  .home1-text12 {
    margin-left: var(--dl-space-space-unit);
    margin-right: var(--dl-space-space-unit);
  }
  .home1-image04 {
    width: 322px;
    height: auto;
  }
  .home1-broker {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home1-text17 {
    text-align: center;
  }
  .home1-separator {
    margin-bottom: var(--dl-space-space-threeunits);
  }
  .home1-container09 {
    flex-direction: column;
  }
  .home1-container10 {
    position: relative;
  }
  .home1-image09 {
    width: 367px;
    height: 355px;
    margin-top: var(--dl-space-space-twounits);
  }
  .home1-advisor {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home1-text30 {
    text-align: center;
  }
  .home1-separator1 {
    margin-left: 0px;
    margin-bottom: var(--dl-space-space-threeunits);
  }
  .home1-container14 {
    flex-direction: column;
  }
  .home1-bar-1 {
    top: 1626px;
    left: -1px;
    z-index: 110;
  }
  .home1-bar-2 {
    top: 2857px;
    right: -85px;
    margin: auto;
  }
  .home1-back-bar-1 {
    top: 2828px;
    left: -317px;
  }
  .home1-back-bar-2 {
    top: 1671px;
    left: -334px;
  }
}
@media(max-width: 479px) {
  .home1-container {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
    justify-content: center;
  }
  .home1-hero {
    width: var(--dl-size-size-xxlarge);
    z-index: 2;
    padding-top: var(--dl-space-space-twounits);
    margin-right: 0px;
    padding-left: var(--dl-space-space-fourunits);
    padding-right: var(--dl-space-space-fourunits);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home1-container02 {
    width: 479px;
    height: 459px;
    align-self: center;
    margin-left: 0px;
    padding-top: 0px;
    margin-right: 0px;
    padding-left: var(--dl-space-space-threeunits);
    margin-bottom: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-threeunits);
    padding-bottom: 0px;
  }
  .home1-text {
    width: auto;
    height: auto;
    font-size: 2rem;
    max-width: auto;
    align-self: center;
    margin-top: 0px;
    font-family: Montserrat;
  }
  .home1-text01 {
    color: #2f5afa;
    font-style: normal;
    font-weight: 900;
  }
  .home1-text02 {
    color: var(--dl-color-default-heading);
  }
  .home1-text03 {
    color: var(--dl-color-default-heading);
  }
  .home1-text04 {
    padding-left: var(--dl-space-space-threeunits);
    padding-right: var(--dl-space-space-threeunits);
  }
  .home1-clients {
    height: 270px;
    display: none;
    z-index: 2;
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home1-container06 {
    flex-direction: column;
  }
  .home1-container07 {
    flex-direction: column;
  }
  .home1-ui-ux {
    top: 956px;
    left: 0px;
    right: 0px;
    width: auto;
    height: auto;
    margin: auto;
    z-index: 2;
    position: absolute;
    max-width: auto;
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
    justify-content: center;
  }
  .home1-container08 {
    width: 407px;
    height: 399px;
  }
  .home1-text12 {
    width: auto;
  }
  .home1-image04 {
    height: auto;
  }
  .home1-broker {
    width: 100%;
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    margin-bottom: 0px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home1-separator {
    margin-left: 0px;
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .home1-container09 {
    flex-direction: column;
  }
  .home1-container10 {
    width: auto;
    height: auto;
    align-self: center;
    grid-template-columns: 1fr;
  }
  .home1-container11 {
    gap: var(--dl-space-space-twounits);
    display: flex;
    margin-top: var(--dl-space-space-threeunits);
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }
  .home1-car1 {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .home1-text20 {
    font-style: normal;
    font-weight: 600;
  }
  .home1-car11 {
    margin-top: 0px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .home1-text24 {
    font-style: normal;
    font-weight: 600;
  }
  .home1-container12 {
    gap: var(--dl-space-space-twounits);
    display: flex;
    margin-top: var(--dl-space-space-threeunits);
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }
  .home1-car12 {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .home1-text28 {
    font-style: normal;
    font-weight: 600;
  }
  .home1-car13 {
    margin-top: 0px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .home1-text29 {
    font-style: normal;
    font-weight: 600;
  }
  .home1-container13 {
    margin-bottom: var(--dl-space-space-threeunits);
  }
  .home1-image09 {
    margin-top: var(--dl-space-space-threeunits);
  }
  .home1-advisor {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    margin-bottom: 0px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home1-separator1 {
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .home1-container14 {
    flex-direction: column;
  }
  .home1-container15 {
    width: auto;
    height: auto;
    align-self: center;
    grid-template-columns: 1fr;
  }
  .home1-container16 {
    gap: var(--dl-space-space-twounits);
    display: flex;
    margin-top: var(--dl-space-space-threeunits);
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }
  .home1-car14 {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .home1-text33 {
    font-style: normal;
    font-weight: 600;
  }
  .home1-car15 {
    margin-top: 0px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .home1-text34 {
    font-style: normal;
    font-weight: 600;
  }
  .home1-container17 {
    gap: var(--dl-space-space-twounits);
    display: flex;
    margin-top: var(--dl-space-space-threeunits);
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }
  .home1-car16 {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .home1-text38 {
    font-style: normal;
    font-weight: 600;
  }
  .home1-car17 {
    margin-top: 0px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .home1-text39 {
    font-style: normal;
    font-weight: 600;
  }
  .home1-container18 {
    margin-bottom: var(--dl-space-space-threeunits);
  }
  .home1-image14 {
    width: auto;
    height: 294px;
    margin-bottom: 0px;
  }
  .home1-bar-1 {
    top: 1473px;
    left: -88px;
  }
  .home1-bar-up-1 {
    top: 37px;
    left: 6px;
  }
  .home1-bar-up-2 {
    top: 162px;
    left: 8px;
  }
  .home1-bar-2 {
    top: 2816px;
    left: 0px;
    right: 0px;
    margin: auto;
    position: absolute;
  }
  .home1-bar-down-1 {
    top: 0px;
    left: 19px;
  }
  .home1-bar-down-2 {
    top: 74px;
    left: 0px;
  }
  .home1-image15 {
    width: 478px;
  }
  .home1-hero-dot {
    top: 677px;
    right: 11px;
    width: 41px;
    height: 72px;
    opacity: 1;
  }
  .home1-back-bar-1 {
    left: -451px;
    width: auto;
    bottom: 432px;
    position: absolute;
  }
  .home1-back-bar-2 {
    top: 1713px;
    left: -420px;
    width: auto;
    position: absolute;
  }
}

/* client slider */

/* Slick Slider */

.slick-prev, .slick-next {
  position: absolute;
  top: 135%;
  font-size: 1.8rem;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slide {
    transition: filter .4s;
    margin: 0px 40px;
}

.fas {
    color: #6a6a6a;
}
.slick-prev {
    left: 0;
}
.slick-prev, .slick-next {
    position: absolute;
    top: 35%;
    font-size: 1.8rem;
}

.section {
  max-width: 1150px;
  margin: 0 auto 6em;
}