/*=========== TABLE OF CONTENTS ===========
1. Common CSS
2. Page CSS
==========================================*/

/*-------------------------------------
  1. Common CSS
--------------------------------------*/

:root {
  --default-font-family: Poppins,var(--default-font-family);
}

.body{
  font-family:Poppins,var(--default-font-family) ;
}
.row-1 {
  margin-right: 36px;
  gap: var(--space-xl);
  flex: 1;
  display: flex;
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
    margin-right: 0px;
  }
}

.rownolongterm {
  gap: var(--space-sm);
  display: flex;
  width: 100%;
  align-items: center;
}

.rowgrowswithyou {
  gap: var(--space-sm);
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.image {
  height: 28px;
  width: 28px;
}

.getintouch {
  color: var(--white_a700) !important;
}

.dhi-group-1 {
  background-color: var(--white_a700);
  box-shadow: var(--shadow-xs);
  width: 36px;
  height: 18px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--blue_800);
}

.columnpr {
  width: 85%;
  display: flex;
  flex-direction: column;
}

.columnsubscribe {
  gap: var(--space-xs);
  display: flex;
  flex-direction: column;
}

.columnlimited-1 {
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.columnlimited-3 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rowprice-2 {
  margin-top: -8px;
  position: relative;
  align-self: stretch;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.price-2 {
  text-transform: uppercase;
  font-weight: 400 !important;
}

.ninetynine {
  color: var(--black_900) !important;
  letter-spacing: -1px;
}

.class-1y {
  font-weight: 400 !important;
}

.rowprice {
  margin-top: 0px;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 10px;
}

.price {
  color: var(--red_500_01) !important;
  text-transform: uppercase;
}

.onehundredninet {
  color: var(--red_500_01) !important;
  letter-spacing: -1px;
  text-decoration: line-through;
}

.subscribe {
  color: var(--white_a700);
  padding-left: 28px;
  padding-right: 28px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  background-color: var(--indigo_600);
  align-self: stretch;
  text-align: center;
  height: 40px;
  border-radius: var(--radius-sm);
  @media only screen and (max-width: 550px) {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.check_three {
  height: 56px;
  border-left-width: 1px;
  width: 30%;
  border-bottom: 1px solid var(--indigo_100);
}

.list {
  align-self: stretch;
  display: flex;
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.rowintuitivecar {
  flex: 1;
  display: flex;
  padding: var(--space-md) 12px;
  border-bottom: 1px solid var(--indigo_100);
  @media only screen and (max-width: 1050px) {
    align-self: stretch;
  }
}

.intuitivecare {
  font-weight: 500 !important;
  align-self: end;
}

.check {
  border-left-width: 1px;
  width: 30%;
  display: flex;
  justify-content: center;
  padding: var(--space-lg);
  border-bottom: 1px solid var(--indigo_100);
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }

  @media only screen and (max-width: 550px) {
    padding: 20px;
  }
}

.checkmark_seven {
  height: 12px;
  width: 12px;
}

.class-19170001212goea {
  color: var(--white_a700) !important;
  line-height: 21px;
}

/*-------------------------------------
  2. Page CSS
--------------------------------------*/
.pricing {
  background-color: var(--white_a700);
  width: 100%;
}

.header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.rowheaderlogo {
  padding-left: var(--space-sm);
  padding-right: var(--space-sm);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.headerlogo_one {
  width: 250px;
  object-fit: contain;
}

.prnav {
  display: flex;
  align-items: center;
  @media only screen and (max-width: 550px) {
    flex-direction: column;
  }
}

.rowfeatures {
  gap: var(--space-2xl);
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 35px;
}

.get_started {
  color: var(--indigo_600);
  margin-left: 20px;
  padding-left: 23px;
  padding-right: 23px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  height: 48px;
  min-width: 130px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--indigo_600);
  @media only screen and (max-width: 550px) {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0px;
  }
}

.login {
  color: var(--white_a700);
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 34px;
  padding-right: 34px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  background-color: var(--indigo_600);
  text-align: center;
  height: 48px;
  min-width: 130px;
  border-radius: var(--radius-sm);
  @media only screen and (max-width: 550px) {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0px;
  }
}

.newscreenbody {
  gap: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    gap: 87px;
  }

  @media only screen and (max-width: 550px) {
    gap: 58px;
  }
}

.row_one {
  align-self: stretch;
}

.rowpr {
  padding-top: 50px;
  padding-bottom: 50px;
  background: linear-gradient(180deg, #255baa, #3635b2);
  display: flex;
  justify-content: center;
  @media only screen and (max-width: 1050px) {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.rowexploretheto {
  margin-bottom: 4px;
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
  justify-content: center;
  @media only screen and (max-width: 1050px) {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.columnexploreth {
  gap: 34px;
  display: flex;
  width: 70%;
  flex-direction: column;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.stackfeatures {
  height: 90px;
  margin-left: 62px;
  margin-right: 58px;
  position: relative;
  @media only screen and (max-width: 1050px) {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.stackexplorethe {
  height: 82px;
  flex: 1;
  position: absolute;
  bottom: 1.47px;
  right: 0px;
  left: -250px;
  margin: auto;
}

.explorethetop {
  color: var(--white_a700) !important;
  /* position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  top: 0px;
  height: max-content;
  width: max-content;
  margin: auto; */
}

.explore {
  color: var(--white_a700) !important;
  position: absolute;
  left: 0px;
  bottom: 0px;
  top: 0px;
  margin-top: auto;
  margin-bottom: auto;
  height: max-content;
}

.features_three {
  color: transparent !important;
  background: linear-gradient(106deg, #d2e9ff, #ff8ac7, #feba75);
  background-clip: text;
/*   position: absolute;
  right: 1px;
  top: 0px;
  margin: auto; */
}

.listnolongterm {
  margin-left: 36px;
  gap: var(--space-2xl);
  display: flex;
  flex-direction: column;
  @media only screen and (max-width: 1050px) {
    margin-left: 0px;
  }
}

.columnlimited {
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.rowlimited {
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.columnthumbsup {
  margin-bottom: 30px;
  align-self: end;
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    align-self: auto;
  }
}

.rowthumbsup_one {
  display: flex;
  align-items: start;
}

.thumbsup_one {
  height: 26px;
  align-self: end;
  object-fit: cover;
}

.saveuptothirty {
  color: var(--blue_a700_01) !important;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.rowmonthly {
  gap: 9px;
  align-self: stretch;
  display: flex;
  align-items: center;
}

.background_one {
  border: 1px solid var(--blue_800);
}

.dhi-group {
  height: 14px;
  background-color: var(--blue_800);
  width: 14px;
  border-radius: var(--radius-xs);
}

.listlimited {
  margin-right: 25px;
  gap: var(--space-3xl);
  display: flex;
  width: 100%;
  @media only screen and (max-width: 1050px) {
    flex-direction: row;
    margin-right: 0px;
  }
}

.expandablelistf {
  gap: var(--space-md);
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

.columnfullservi {
  flex: 1;
}

.rowfullservice {
  background-color: var(--indigo_50);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
  cursor: pointer;
  padding: 6px 12px;
  border-radius: var(--radius-xs);
  &::before {
    content: "";
    position: absolute;
    inset: 0;
    left: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    aspect-ratio: 1;
    background-image: url(../images/img_arrow_indigo_400.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
  }
}

details[open] .rowfullservice::before {
  background-image: url(../images/img_arrow.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
}

.fullservice {
  align-self: end;
}

.columnintuitive {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footerfooterlog {
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  background-color: var(--blue_900);
  justify-content: center;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.row_two {
  padding-left: var(--space-2xl);
  padding-right: var(--space-2xl);
  display: flex;
  justify-content: center;
  @media only screen and (max-width: 1050px) {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.rowfooterlogo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
  }
}

.columnfooterlog {
  gap: 18px;
  display: flex;
  width: 26%;
  flex-direction: column;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.footerlogo_one {
  width: 250px;
  object-fit: contain;
}

.loremipsumis {
  color: var(--indigo_200) !important;
  line-height: 22px;
}

.columncall_one {
  gap: 44px;
  align-self: center;
  display: flex;
  width: 42%;
  flex-direction: column;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.rowcall_one {
  gap: 8px;
  display: flex;
  align-items: start;
  @media only screen and (max-width: 550px) {
    flex-direction: column;
  }
}

.three {
  margin-bottom: 6px;
  gap: var(--space-sm);
  display: flex;
  width: 100%;
  flex-direction: column;
  @media only screen and (max-width: 550px) {
    width: 100%;
  }
}

.title {
  gap: 6px;
  display: flex;
  align-items: center;
}

.call_one {
  height: 16px;
  margin-bottom: 4px;
  align-self: end;
  width: 16px;
}

.two {
  gap: var(--space-sm);
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: start;
  @media only screen and (max-width: 550px) {
    width: 100%;
  }
}

.title-1 {
  gap: var(--space-sm);
  display: flex;
  align-items: center;
}

.linkedin_one {
  height: 14px;
  margin-bottom: 4px;
  align-self: end;
}

.columnlinesixte {
  gap: 12px;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.linesixteen_one {
  height: 1.38px;
  background-color: var(--indigo_50_1c);
  align-self: stretch;
  width: 100%;
}

.copyrighteray {
  color: var(--indigo_50) !important;
  letter-spacing: 0.24px;
}

.subscribenw {
  color: #ffffff;
  background-color: #255baa;
}
.social-icons {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 16px;
  position: relative;
  width: 144px;
  z-index: 321;
  margin-top:-30px;
  margin-bottom: -25px;
}
.facebook {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 322;
  overflow: hidden;
}
.path {
  position: relative;
  width: 23px;
  height: 22.86px;
  margin: 0.57px 0 0 0.5px;
  background: url(../images/facebook.png)
    no-repeat center;
  background-size: cover;
  z-index: 323;
}
.twitter {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 324;
  overflow: hidden;
}
.linkedin {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 1.869px 0 0 1.773px;
  background: url(../images/twitter.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 325;
}
.linkedin-d9 {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 326;
  overflow: hidden;
}
.instagram {
  position: relative;
  width: 19.5px;
  height: 19.5px;
  margin: 2px 0 0 2px;
  background: url(../images/linkedin.png)
    no-repeat center;
  background-size: cover;
  z-index: 327;
}
.instagram-da {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 328;
  overflow: hidden;
}
.frame-db {
  position: relative;
  width: 19.5px;
  height: 19.489px;
  margin: 2px 0 0 2px;
  background: url(../images/insta.png)
    no-repeat center;
  background-size: cover;
  z-index: 329;
}
.buttonf {
  color: var(--white_a700);
  margin-left: 15px;
  padding-left: 34px;
  padding-right: 34px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  background: #9b06b5;
  text-align: center;
  height: 48px;
  min-width: 130px;
  border-radius: var(--radius-sm);
  @media only screen and (max-width: 550px) {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0px;
  }
}

.footer-content
{
  width:100vw;
  height:100%;
}

.frame-cd {
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  min-width: 0;
  height: 375px;
  background: #1f4d91;
  z-index: 304;
  overflow: hidden;
}
.logo-d0 {
  flex-shrink: 0;
  position: relative;
  width: 237px;
  height: 53px;
  background: url(../images/img_footer_logo.png)
    no-repeat center;
  background-size: cover;
  z-index: 307;
  overflow: hidden;
}

.simplifies-hr-vendor {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  width: 333px;
  min-width: 0;
  height: 88px;
  color: #a1b8da;
  font-family: Poppins, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  z-index: 308;
}

.frame-d2 {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  min-width: 0;
  padding: 10px 0 10px 0;
  z-index: 310;
}

.frame-d3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 15px;
  position: relative;
  z-index: 311;
}

.title-d4 {
  flex-shrink: 0;
  position: relative;
  width: 178.387px;
  height: 20px;
  z-index: 312;
}

.get-in-touch {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: 20px;
  top: 0;
  left: 24.387px;
  color: #ffffff;
  font-family: Poppins, var(--default-font-family);
  font-size: 18px;
  font-weight: 600;
  line-height: 19.89px;
  text-align: left;
  white-space: nowrap;
  z-index: 313;
}
.vector-d5 {
  position: absolute;
  width: 9.88%;
  height: 88.13%;
  top: 4.69%;
  left: -0.32%;
  background: url(../images/f64a27af-326b-4d15-8463-1e242f75dc85.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 314;
}

.contact-info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  width: 258.887px;
  height: 42px;
  color: #ffffff;
  font-family: Poppins, var(--default-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  z-index: 315;
}

.frame-d6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 15px;
  position: relative;
  z-index: 316;
}
.title-d7 {
  flex-shrink: 0;
  position: relative;
  width: 101px;
  height: 20px;
  z-index: 317;
}
.location {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: 20px;
  top: 0;
  left: 22px;
  color: #ffffff;
  font-family: Poppins, var(--default-font-family);
  font-size: 18px;
  font-weight: 600;
  line-height: 19.89px;
  text-align: left;
  white-space: nowrap;
  z-index: 318;
}
.icon-d8 {
  position: absolute;
  width: 11.88%;
  height: 78.75%;
  top: 11.25%;
  left: 0;
  background: url(../images/9dc594b6-14c7-4d44-bce6-4ac90eba46d2.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 319;
}

.location-info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  width: 258.887px;
  height: 42px;
  color: #ffffff;
  font-family: Poppins, var(--default-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  z-index: 320;
}
.social-icons {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 16px;
  position: relative;
  width: 144px;
  z-index: 321;
}
.facebook {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 322;
  overflow: hidden;
}
.path {
  position: relative;
  width: 23px;
  height: 22.86px;
  margin: 0.57px 0 0 0.5px;
  background: url(../images/1278bd7a-2ab6-40ba-8e39-e404b161ffdd.png)
    no-repeat center;
  background-size: cover;
  z-index: 323;
}
.twitter {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 324;
  overflow: hidden;
}
.linkedin {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 1.869px 0 0 1.773px;
  background: url(../images/7ffe4c0f-57f1-4b61-ada2-1f5175b77247.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 325;
}
.linkedin-d9 {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 326;
  overflow: hidden;
}
.instagram {
  position: relative;
  width: 19.5px;
  height: 19.5px;
  margin: 2px 0 0 2px;
  background: url(../images/78451dd2-9dcf-4043-83df-fd928ee8c8c7.png)
    no-repeat center;
  background-size: cover;
  z-index: 327;
}
.instagram-da {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 328;
  overflow: hidden;
}
.frame-db {
  position: relative;
  width: 19.5px;
  height: 19.489px;
  margin: 2px 0 0 2px;
  background: url(../images/76bf9dea-23b2-4400-8a62-4199ae83cdec.png)
    no-repeat center;
  background-size: cover;
  z-index: 329;
}
.line-dc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 15px;
  position: relative;
  min-width: 0;
  z-index: 330;
}
.copy-right {
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  height: 1.383px;
  background: url(../images/ab2d32b6-b246-408f-819b-554cdda973c8.png)
    no-repeat center;
  background-size: cover;
  z-index: 331;
}

.text-56 {
  align-self: stretch;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 18px;
  color: #e9eff7;
  font-family: Poppins, var(--default-font-family);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  white-space: nowrap;
  letter-spacing: 0.24px;
  z-index: 332;
}

.everything{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: 82px;
  top: 0;
  left: 18px;
  font-family: Poppins,var(--default-font-family);
  font-size: 60px;
  font-weight: 600;
  line-height: 82px;
  text-align: left;
  white-space:nowrap;
  letter-spacing: -1.5px;
  background:linear-gradient(106.66deg, #d2e9ff, #ff8ac7);
  background-clip: border-box;
  z-index: 236;
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent
}