.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;
  }
  .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;
  }
}

.advisor-container {
  width: 100%;
  display: flex;
  z-index: 1;
  overflow: auto;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  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;
}
.advisor-container1 {
  width: 100%;
  display: flex;
  z-index: 5;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.advisor-text {
  color: var(--dl-color-default-heading);
  width: 100%;
  font-size: 50px;
  align-self: center;
  margin-top: var(--dl-space-space-twounits);
  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;
}
.advisor-text01 {
  font-style: normal;
  font-weight: 600;
}
.advisor-text02 {
  color: var(--dl-color-default-blue);
  font-weight: 700;
}
.advisor-image {
  width: 303px;
  height: 342px;
  object-fit: cover;
  margin-bottom: var(--dl-space-space-fourunits);
}
.advisor-points {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.advisor-container2 {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}
.advisor-container3 {
  gap: 150px;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.advisor-step {
  width: 100%;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  border-color: rgba(41, 50, 65, 0.45);
  border-width: 1px;
  padding-left: var(--dl-space-space-twounits);
  border-radius: 30px;
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  background-color: var(--dl-color-gray-white);
  border-bottom-width: 4px;
}
.advisor-step:hover {
  box-shadow: 0px 5px 15px 0px rgba(196, 196, 196, 0.53);
  border-color: var(--dl-color-default-blue);
}
.advisor-image01 {
  width: 56px;
  height: 56px;
  object-fit: cover;
}
.advisor-text03 {
  width: var(--dl-size-size-large);
  font-size: 16px;
  font-style: normal;
  margin-top: var(--dl-space-space-twounits);
  text-align: center;
  font-family: Montserrat;
  font-weight: 600;
}
.advisor-step1 {
  width: 100%;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  border-color: rgba(41, 50, 65, 0.45);
  border-width: 1px;
  padding-left: var(--dl-space-space-twounits);
  border-radius: 30px;
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  background-color: var(--dl-color-gray-white);
  border-bottom-width: 4px;
}
.advisor-step1:hover {
  box-shadow: 0px 5px 15px 0px rgba(196, 196, 196, 0.53);
  border-color: var(--dl-color-default-blue);
}
.advisor-image02 {
  width: 56px;
  height: 56px;
  object-fit: cover;
}
.advisor-text04 {
  width: var(--dl-size-size-large);
  font-size: 16px;
  font-style: normal;
  margin-top: var(--dl-space-space-twounits);
  text-align: center;
  font-family: Montserrat;
  font-weight: 600;
  margin-bottom: 0px;
}
.advisor-step2 {
  width: 100%;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  border-color: rgba(41, 50, 65, 0.45);
  border-width: 1px;
  padding-left: var(--dl-space-space-twounits);
  border-radius: 30px;
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  background-color: var(--dl-color-gray-white);
  border-bottom-width: 4px;
}
.advisor-step2:hover {
  box-shadow: 0px 5px 15px 0px rgba(196, 196, 196, 0.53);
  border-color: var(--dl-color-default-blue);
}
.advisor-image03 {
  width: 56px;
  height: 56px;
  object-fit: cover;
}
.advisor-text05 {
  width: var(--dl-size-size-large);
  font-size: 16px;
  font-style: normal;
  margin-top: var(--dl-space-space-twounits);
  text-align: center;
  font-family: Montserrat;
  font-weight: 600;
}
.advisor-container4 {
  gap: 150px;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.advisor-step3 {
  width: 100%;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  border-color: rgba(41, 50, 65, 0.45);
  border-width: 1px;
  padding-left: var(--dl-space-space-twounits);
  border-radius: 30px;
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  background-color: var(--dl-color-gray-white);
  border-bottom-width: 4px;
}
.advisor-step3:hover {
  box-shadow: 0px 5px 15px 0px rgba(196, 196, 196, 0.53);
  border-color: var(--dl-color-default-blue);
}
.advisor-image04 {
  width: 56px;
  height: 56px;
  object-fit: cover;
}
.advisor-text06 {
  width: var(--dl-size-size-large);
  font-size: 16px;
  font-style: normal;
  margin-top: var(--dl-space-space-twounits);
  text-align: center;
  font-family: Montserrat;
  font-weight: 600;
}
.advisor-step4 {
  width: 100%;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  border-color: rgba(41, 50, 65, 0.45);
  border-width: 1px;
  padding-left: var(--dl-space-space-twounits);
  border-radius: 30px;
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  background-color: var(--dl-color-gray-white);
  border-bottom-width: 4px;
}
.advisor-step4:hover {
  box-shadow: 0px 5px 15px 0px rgba(196, 196, 196, 0.53);
  border-color: var(--dl-color-default-blue);
}
.advisor-image05 {
  width: 56px;
  height: 56px;
  object-fit: cover;
}
.advisor-text10 {
  width: var(--dl-size-size-large);
  font-size: 16px;
  font-style: normal;
  margin-top: var(--dl-space-space-twounits);
  text-align: center;
  font-family: Montserrat;
  font-weight: 600;
  margin-bottom: 0px;
}
.advisor-step5 {
  width: 100%;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  border-color: rgba(41, 50, 65, 0.45);
  border-width: 1px;
  padding-left: var(--dl-space-space-twounits);
  border-radius: 30px;
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  background-color: var(--dl-color-gray-white);
  border-bottom-width: 4px;
}
.advisor-step5:hover {
  box-shadow: 0px 5px 15px 0px rgba(196, 196, 196, 0.53);
  border-color: var(--dl-color-default-blue);
}
.advisor-image06 {
  width: 56px;
  height: 56px;
  object-fit: cover;
}
.advisor-text11 {
  width: var(--dl-size-size-large);
  font-size: 16px;
  font-style: normal;
  margin-top: var(--dl-space-space-twounits);
  text-align: center;
  font-family: Montserrat;
  font-weight: 600;
}
.advisor-features {
  gap: var(--dl-space-space-fourunits);
  width: 1127px;
  height: 995px;
  display: flex;
  /* z-index: 100; */
  z-index: 5;
  position: relative;
  margin-top: var(--dl-space-space-sixunits);
  align-items: center;
  flex-direction: column;
}
.advisor-text16 {
  color: var(--dl-color-default-heading);
  width: 100%;
  font-size: 50px;
  align-self: center;
  font-style: Bold;
  margin-top: 0px;
  text-align: center;
  font-family: Montserrat;
  font-weight: bold;
  line-height: 140%;
  font-stretch: normal;
  margin-bottom: 0px;
  text-decoration: none;
}
.advisor-text18 {
  color: var(--dl-color-default-blue);
}
.advisor-card {
  height: var(--dl-size-size-xlarge);
  display: flex;
  z-index: 10;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-threeunits);
  border-color: var(--dl-color-default-blue);
  border-style: solid;
  border-width: 0px;
  border-radius: 30px;
  flex-direction: row;
  padding-bottom: var(--dl-space-space-threeunits);
  border-top-width: 2px;
  border-left-width: 15px;
  border-right-width: 2px;
  border-bottom-width: 2px;
}
.advisor-card:hover {
  cursor: default;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  border-color: var(--dl-color-default-blue);
  background-size: auto;
  background-image: url("public/SVGs/card%20back.svg");
  border-top-width: 2px;
  background-repeat: no-repeat;
  border-left-width: 15px;
  border-right-width: 2px;
  background-position: top right;
  border-bottom-width: 2px;
}
.advisor-container5 {
  display: flex;
  min-width: 150px;
  align-items: center;
  flex-direction: column;
}
.advisor-image07 {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.advisor-text19 {
  color: var(--dl-color-default-paragraph);
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 500;
  margin-left: var(--dl-space-space-threeunits);
  margin-right: var(--dl-space-space-sixunits);
}
.advisor-text20 {
  color: var(--dl-color-default-blue);
  font-size: 25px;
  font-weight: 700;
}
.advisor-text21 {
  font-style: normal;
}
.advisor-text22 {
  font-style: normal;
}
.advisor-text24 {
  font-style: normal;
}
.advisor-text25 {
  font-style: normal;
}
.advisor-card1 {
  height: 215px;
  display: flex;
  z-index: 10;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-threeunits);
  border-color: var(--dl-color-default-blue);
  border-style: solid;
  border-width: 0px;
  border-radius: 30px;
  flex-direction: row-reverse;
  padding-bottom: var(--dl-space-space-threeunits);
  border-top-width: 2px;
  border-left-width: 15px;
  border-right-width: 2px;
  border-bottom-width: 2px;
}
.advisor-card1:hover {
  cursor: default;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  border-color: var(--dl-color-default-blue);
  background-size: auto;
  background-image: url("public/SVGs/card%20back.svg");
  border-top-width: 2px;
  background-repeat: no-repeat;
  border-left-width: 15px;
  border-right-width: 2px;
  background-position: top right;
  border-bottom-width: 2px;
}
.advisor-container6 {
  display: flex;
  min-width: 150px;
  align-items: center;
  flex-direction: column;
}
.advisor-image08 {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.advisor-text26 {
  color: var(--dl-color-default-paragraph);
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 500;
  margin-left: var(--dl-space-space-threeunits);
  margin-right: var(--dl-space-space-sixunits);
}
.advisor-text27 {
  color: var(--dl-color-default-blue);
  font-size: 25px;
  font-weight: 700;
}
.advisor-card2 {
  height: var(--dl-size-size-xlarge);
  display: flex;
  z-index: 10;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-threeunits);
  border-color: var(--dl-color-default-blue);
  border-style: solid;
  border-width: 0px;
  border-radius: 30px;
  flex-direction: row;
  padding-bottom: var(--dl-space-space-threeunits);
  border-top-width: 2px;
  border-left-width: 15px;
  border-right-width: 2px;
  border-bottom-width: 2px;
}
.advisor-card2:hover {
  cursor: default;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  border-color: var(--dl-color-default-blue);
  background-size: auto;
  background-image: url("public/SVGs/card%20back.svg");
  border-top-width: 2px;
  background-repeat: no-repeat;
  border-left-width: 15px;
  border-right-width: 2px;
  background-position: top right;
  border-bottom-width: 2px;
}
.advisor-container7 {
  display: flex;
  min-width: 150px;
  align-items: center;
  flex-direction: column;
}
.advisor-image09 {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.advisor-text32 {
  color: var(--dl-color-default-paragraph);
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 500;
  margin-left: var(--dl-space-space-threeunits);
  margin-right: var(--dl-space-space-sixunits);
}
.advisor-text33 {
  color: var(--dl-color-default-blue);
  font-size: 25px;
  font-weight: 700;
}
.advisor-text34 {
  font-style: normal;
}
.advisor-text35 {
  font-style: normal;
}
.advisor-text37 {
  font-style: normal;
}
.advisor-text38 {
  font-style: normal;
}
.advisor-button {
  width: auto;
  align-self: center;
  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);
}
.advisor-button:hover {
  color: var(--dl-color-gray-white);
  box-shadow: 0px 0px 0px 3px rgba(47, 90, 250, 0.65);
  background-color: #1c43d6;
}
.advisor-button:active {
  box-shadow: 0px 0px 0px 1px rgba(47, 90, 250, 0.5);
  background-color: #1c43d6;
}
.advisor-image10 {
  left: -16px;
  width: 112px;
  bottom: 305px;
  height: 114px;
  opacity: 0.5;
  z-index: 100;
  position: absolute;
  object-fit: cover;
}
.advisor-image11 {
  top: 90em;
  left: 0px;
  right: 0px;
  width: 812px;
  height: 74px;
  margin: auto;
  z-index: 95;
  position: absolute;
  object-fit: cover;
}
.advisor-image12 {
  top: 107.5em;
  left: 0px;
  right: 0px;
  width: 812px;
  height: 74px;
  margin: auto;
  z-index: 95;
  position: absolute;
  transform: scaleX(-1);
  object-fit: cover;
}
.advisor-back {
  top: 134px;
  left: 0px;
  right: 0px;
  width: 1200px;
  height: 712px;
  margin: auto;
  position: absolute;
  object-fit: cover;
}
@media(max-width: 991px) {
  .advisor-points {
    gap: var(--dl-space-space-fiveunits);
  }
  .advisor-container3 {
    gap: var(--dl-space-space-sixunits);
  }
  .advisor-text03 {
    text-align: center;
  }
  .advisor-text04 {
    text-align: center;
  }
  .advisor-text05 {
    text-align: center;
  }
  .advisor-container4 {
    gap: var(--dl-space-space-sixunits);
  }
  .advisor-text06 {
    text-align: center;
  }
  .advisor-text10 {
    text-align: center;
  }
  .advisor-text11 {
    text-align: center;
  }
  .advisor-text12 {
    text-align: center;
  }
  .advisor-features {
    width: 100%;
    height: 1184px;
  }
  .advisor-card {
    height: var(--dl-size-size-xxlarge);
  }
  .advisor-text19 {
    margin-left: var(--dl-space-space-threeunits);
    margin-right: var(--dl-space-space-threeunits);
  }
  .advisor-card1 {
    height: var(--dl-size-size-xxlarge);
  }
  .advisor-text26 {
    margin-left: var(--dl-space-space-threeunits);
    margin-right: var(--dl-space-space-threeunits);
  }
  .advisor-card2 {
    height: var(--dl-size-size-xxlarge);
  }
  .advisor-text32 {
    margin-left: var(--dl-space-space-threeunits);
    margin-right: var(--dl-space-space-threeunits);
  }
  .advisor-button {
    align-self: center;
  }
  .advisor-image11 {
    top: 1545px;
    left: 0px;
    right: 0px;
    margin: auto;
  }
  .advisor-image12 {
    top: 1815px;
    left: 0px;
    right: 0px;
    margin: auto;
  }
}
@media(max-width: 767px) {
  .advisor-text {
    color: var(--dl-color-default-heading);
    font-size: 35px;
    margin-top: var(--dl-space-space-fourunits);
    font-family: Montserrat;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: var(--dl-space-space-threeunits);
    text-decoration: none;
  }
  .advisor-container2 {
    gap: var(--dl-space-space-twounits);
    padding: 0px;
    flex-direction: column;
  }
  .advisor-container3 {
    gap: var(--dl-space-space-twounits);
    align-self: center;
  }
  .advisor-step {
    padding: var(--dl-space-space-twounits);
  }
  .advisor-step1 {
    padding: var(--dl-space-space-twounits);
  }
  .advisor-step2 {
    padding: var(--dl-space-space-twounits);
  }
  .advisor-container4 {
    gap: var(--dl-space-space-twounits);
    justify-content: center;
  }
  .advisor-step3 {
    padding: var(--dl-space-space-twounits);
  }
  .advisor-step4 {
    padding: var(--dl-space-space-twounits);
  }
  .advisor-step5 {
    padding: var(--dl-space-space-twounits);
  }
  .advisor-text16 {
    color: var(--dl-color-default-heading);
    font-size: 35px;
    margin-top: var(--dl-space-space-fourunits);
    font-family: Montserrat;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: var(--dl-space-space-threeunits);
    text-decoration: none;
  }
  .advisor-card {
    width: 100%;
    height: 400px;
    flex-direction: column;
  }
  .advisor-text19 {
    margin-top: var(--dl-space-space-twounits);
    text-align: center;
    margin-left: var(--dl-space-space-twounits);
    margin-right: var(--dl-space-space-twounits);
    margin-bottom: var(--dl-space-space-twounits);
  }
  .advisor-card1 {
    width: 100%;
    height: 400px;
    flex-direction: column;
  }
  .advisor-text26 {
    margin-top: var(--dl-space-space-twounits);
    text-align: center;
    margin-left: var(--dl-space-space-twounits);
    margin-right: var(--dl-space-space-twounits);
    margin-bottom: var(--dl-space-space-twounits);
  }
  .advisor-card2 {
    width: 100%;
    height: 400px;
    flex-direction: column;
  }
  .advisor-text32 {
    margin-top: var(--dl-space-space-twounits);
    text-align: center;
    margin-left: var(--dl-space-space-twounits);
    margin-right: var(--dl-space-space-twounits);
    margin-bottom: var(--dl-space-space-twounits);
  }
}
@media(max-width: 479px) {
  .advisor-container {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .advisor-points {
    gap: var(--dl-space-space-twounits);
  }
  .advisor-container3 {
    align-self: center;
    flex-direction: column;
    justify-content: center;
  }
  .advisor-container4 {
    flex-direction: column;
  }
  .advisor-features {
    width: 401px;
    height: 1543px;
    margin-top: 0px;
  }
  .advisor-text16 {
    margin-top: var(--dl-space-space-fiveunits);
    margin-bottom: 0px;
  }
  .advisor-card {
    height: 469px;
  }
  .advisor-text19 {
    margin-left: var(--dl-space-space-unit);
    margin-right: var(--dl-space-space-unit);
  }
  .advisor-card1 {
    height: 469px;
  }
  .advisor-text26 {
    margin-left: var(--dl-space-space-unit);
    margin-right: var(--dl-space-space-unit);
  }
  .advisor-card2 {
    height: 469px;
  }
  .advisor-text32 {
    margin-left: var(--dl-space-space-unit);
    margin-right: var(--dl-space-space-unit);
  }
  .advisor-image10 {
    left: -167px;
    bottom: 338px;
    z-index: 0;
  }
  .advisor-image11 {
    top: 2596px;
    left: 32px;
    width: 402px;
    height: 36px;
    display: none;
  }
  .advisor-image12 {
    top: 2866px;
    left: 844px;
    display: none;
  }
  .advisor-back {
    top: 107px;
    left: -370px;
  }
}
