.pricing-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 
.pricing-pricing {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-sixunits);
  padding-left: var(--dl-layout-space-sevenunits);
  padding-right: var(--dl-layout-space-sevenunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-sixunits);
  justify-content: center;
  background-color: #5228F5;
}
 
.pricing-centered {
  width: 100%;
  display: flex;
  max-width: 1200px;
  box-sizing: initial;
  align-items: center;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: 50px;
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: row;
  justify-content: space-between;
  background-color: #ffffff;
}
 
.pricing-left {
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 38px;
  flex-direction: row;
  padding-bottom: 38px;
}
 
.pricing-links {
  display: flex;
  align-items: center;
  margin-left: 33px;
  flex-direction: row;
}
 
.pricing-navlink1 {
  font-size: 25px;
  font-family: "Mr Dafoe";
  text-decoration: none;
}
 
.pricing-navlink2 {
  text-decoration: none;
}
 
.pricing-right {
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
}
 
.pricing-get-started1 {
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-unit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: 56px;
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-unit);
  background-color: #000000;
}
 
.pricing-get-started1:hover {
  background-color: #5228F5;
}
 
.pricing-text11 {
  color: rgb(255, 255, 255);
  font-style: normal;
  font-weight: 600;
}
 
.pricing-burger-menu {
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.pricing-mobile-menu-button {
  width: 40px;
  height: 40px;
  display: none;
}
 
.pricing-centered-container {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.pricing-heading {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.pricing-text12 {
  color: var(--dl-color-gray-white);
  margin-top: 30px;
  text-align: center;
}
 
.pricing-text13 {
  color: #EEE9FE;
  width: 600px;
  text-align: center;
  margin-bottom: var(--dl-layout-space-twounits);
}
 
.pricing-selection {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.pricing-text14 {
  color: rgb(238, 233, 254);
  width: 128px;
  font-style: normal;
  text-align: center;
  font-weight: 600;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  border-color: #ffffff;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  border-bottom-width: 2px;
}
 
.pricing-text15 {
  color: rgb(255, 255, 255);
  width: 128px;
  font-style: normal;
  text-align: center;
  font-weight: 600;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  border-color: rgba(255, 255, 255, 0.3);
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  border-bottom-width: 2px;
}
 
.pricing-cards {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  margin-top: var(--dl-layout-space-fiveunits);
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
  grid-template-columns: 1fr 1fr 1fr;
}
 
.pricing-card1 {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-fiveunits);
  padding-left: var(--dl-layout-space-threeunits);
  border-radius: 50px;
  padding-right: var(--dl-layout-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-fiveunits);
  justify-content: flex-start;
  background-color: #ffffff;
}
 
.pricing-text16 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: var(--dl-layout-space-oneandhalfunits);
}
 
.pricing-text17 {
  color: rgb(0, 0, 0);
  line-height: 24px;
  margin-bottom: var(--dl-layout-space-fourunits);
}
 
.pricing-link1 {
  display: contents;
}
 
.pricing-get-started2 {
  transition: 0.3s;
  text-decoration: none;
}
 
.pricing-get-started2:hover {
  color: var(--dl-color-gray-white);
  background-color: var(--dl-color-template-blue-bg);
}
 
.pricing-text18 {
  font-size: 18px;
  font-style: normal;
  text-align: center;
  font-weight: 600;
}
 
.pricing-text19 {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: var(--dl-layout-space-oneandhalfunits);
}
 
.pricing-bullet-points1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.pricing-point10 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-halfunit);
  flex-direction: row;
}
 
.pricing-text20 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-layout-space-halfunit);
}
 
.pricing-point11 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-halfunit);
  flex-direction: row;
}
 
.pricing-text21 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-layout-space-halfunit);
}
 
.pricing-text22 {
  font-size: 14px;
  font-style: normal;
  font-weight: 100;
  margin-left: var(--dl-layout-space-halfunit);
}
 
.pricing-card2 {
  flex: 1;
  height: 100%;
  display: flex;
  position: relative;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-fiveunits);
  padding-left: 40px;
  border-radius: 50px;
  padding-right: 40px;
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-fiveunits);
  justify-content: flex-start;
  background-color: #ffffff;
}
 
.pricing-text23 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: var(--dl-layout-space-oneandhalfunits);
}
 
.pricing-text24 {
  color: rgb(0, 0, 0);
  line-height: 24px;
  margin-bottom: var(--dl-layout-space-fourunits);
}
 
.pricing-link2 {
  display: contents;
}
 
.pricing-get-started3 {
  transition: 0.3s;
  text-decoration: none;
}
 
.pricing-get-started3:hover {
  color: var(--dl-color-gray-white);
  background-color: var(--dl-color-template-blue-bg);
}
 
.pricing-text25 {
  font-size: 18px;
  font-style: normal;
  text-align: center;
  font-weight: 600;
}
 
.pricing-text28 {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: var(--dl-layout-space-oneandhalfunits);
}
 
.pricing-bullet-points2 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.pricing-point12 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-halfunit);
  flex-direction: row;
}
 
.pricing-icon10 {
  fill: #5228F5;
  width: 8px;
  height: 8px;
}
 
.pricing-text29 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-layout-space-halfunit);
}
 
.pricing-point13 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-halfunit);
  flex-direction: row;
}
 
.pricing-icon12 {
  fill: #5228F5;
  width: 8px;
  height: 8px;
}
 
.pricing-text30 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-layout-space-halfunit);
}
 
.pricing-point14 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-halfunit);
  flex-direction: row;
}
 
.pricing-icon14 {
  fill: #5228F5;
  width: 8px;
  height: 8px;
}
 
.pricing-text31 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-layout-space-halfunit);
}
 
.pricing-point15 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-halfunit);
  flex-direction: row;
}
 
.pricing-icon16 {
  fill: #5228F5;
  width: 8px;
  height: 8px;
}
 
.pricing-text32 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-layout-space-halfunit);
}
 
.pricing-card3 {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-fiveunits);
  padding-left: 40px;
  border-radius: 50px;
  padding-right: 40px;
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-fiveunits);
  justify-content: flex-start;
  background-color: #000000;
}
 
.pricing-text33 {
  color: rgb(255, 255, 255);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: var(--dl-layout-space-oneandhalfunits);
}
 
.pricing-text36 {
  color: rgb(255, 255, 255);
  line-height: 24px;
  margin-bottom: var(--dl-layout-space-fourunits);
}
 
.pricing-link3 {
  display: contents;
}
 
.pricing-get-started4 {
  color: var(--dl-color-gray-black);
  transition: 0.3s;
  text-decoration: none;
  background-color: #ffffff;
}
 
.pricing-get-started4:hover {
  color: var(--dl-color-gray-white);
  background-color: var(--dl-color-template-blue-bg);
}
 
.pricing-text39 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
 
.pricing-text42 {
  color: #ffffff;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: var(--dl-layout-space-oneandhalfunits);
}
 
.pricing-bullet-points3 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.pricing-point16 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-halfunit);
  flex-direction: row;
}
 
.pricing-icon18 {
  fill: #5228F5;
  width: 8px;
  height: 8px;
}
 
.pricing-text43 {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-layout-space-halfunit);
}
 
.pricing-point17 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-halfunit);
  flex-direction: row;
}
 
.pricing-icon20 {
  fill: #5228F5;
  width: 8px;
  height: 8px;
}
 
.pricing-text44 {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-layout-space-halfunit);
}
 
.pricing-point18 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-halfunit);
  flex-direction: row;
}
 
.pricing-icon22 {
  fill: #5228F5;
  width: 8px;
  height: 8px;
}
 
.pricing-text45 {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-layout-space-halfunit);
}
 
.pricing-point19 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-halfunit);
  flex-direction: row;
}
 
.pricing-icon24 {
  fill: #5228F5;
  width: 8px;
  height: 8px;
}
 
.pricing-text46 {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-layout-space-halfunit);
}
 
@media(max-width: 991px) {
  .pricing-centered {
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .pricing-left {
    margin-left: var(--dl-layout-space-halfunit);
  }
  .pricing-links {
    display: none;
  }
  .pricing-get-started1 {
    display: none;
  }
  .pricing-mobile-menu-button {
    display: flex;
  }
  .pricing-text13 {
    width: 100%;
    max-width: 600px;
  }
  .pricing-cards {
    display: flex;
    flex-direction: column;
  }
  .pricing-card1 {
    width: 100%;
    align-items: flex-start;
    padding-top: var(--dl-layout-space-fourunits);
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-fourunits);
  }
  .pricing-text17 {
    font-size: 16px;
    margin-bottom: var(--dl-layout-space-twounits);
  }
  .pricing-text19 {
    font-size: 16px;
  }
  .pricing-card2 {
    width: 100%;
    align-items: flex-start;
  }
  .pricing-card3 {
    width: 100%;
    align-items: flex-start;
  }
}
 
@media(max-width: 767px) {
  .pricing-pricing {
    width: 100%;
    padding-left: var(--dl-layout-space-fourunits);
    padding-right: var(--dl-layout-space-fourunits);
  }
  .pricing-centered {
    padding-left: 0px;
    padding-right: 0px;
  }
  .pricing-left {
    margin-left: var(--dl-layout-space-unit);
  }
  .pricing-right {
    margin-right: var(--dl-layout-space-unit);
  }
  .pricing-get-started1 {
    display: none;
  }
  .pricing-card1 {
    padding-bottom: var(--dl-layout-space-twounits);
  }
  .pricing-text16 {
    font-size: 28px;
  }
  .pricing-card2 {
    padding-top: var(--dl-layout-space-fourunits);
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-threeunits);
  }
  .pricing-text23 {
    font-size: 28px;
  }
  .pricing-card3 {
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-threeunits);
  }
  .pricing-text33 {
    font-size: 28px;
  }
}
 
@media(max-width: 479px) {
  .pricing-pricing {
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
  }
  .pricing-get-started4 {
    background-color: var(--dl-color-gray-white);
  }
}
