:root {
  --midnight-blue: #140652;
  --medium-purple: #9576ff;
  --midnight-blue-2: #2d0e7a;
  --medium-purple-2: #f3c106;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.hero-section {
  background-color: #5f5f5f;
  background-image: url('../images/banner3.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  padding-top: 20px;
  padding-left: 0%;
  padding-right: 0%;
  line-height: 21px;
  display: flex;
  overflow: hidden;
}

.logo {
  object-fit: contain;
  width: 80px;
}

.hero {
  flex-direction: column;
  padding-top: 0%;
  display: flex;
}

.image {
  object-fit: cover;
  width: 42vw;
  max-width: none;
  height: 100%;
  display: inline-block;
}

.contents {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  display: flex;
}

.hero-image-wrap {
  text-align: center;
  width: 50%;
  margin-bottom: -6px;
}

.hero-font {
  color: #d6d3d1;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora Variablefont Wght, sans-serif;
  font-size: 46px;
  line-height: 50px;
}

.heading.h {
  font-size: 46px;
  line-height: 50px;
}

.button-contents {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 40px;
  display: flex;
}

.button-2 {
  color: #140652;
  text-align: center;
  background-color: #f3c106;
  border-radius: 8px;
  padding: 1.5rem 3rem;
  font-family: Sora Variablefont Wght, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 24px;
}

.button-2:hover {
  color: var(--midnight-blue);
  background-color: #fff;
}

.button-2._1 {
  padding: 1.5rem 3rem;
}

.text-block-3 {
  color: #fff;
  font-family: Sora Variablefont Wght, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.hero-contents {
  align-items: stretch;
  margin-top: 20px;
  padding-left: 5%;
  padding-right: 0%;
  display: flex;
}

.body {
  background-color: #959595;
}

.link-block-2 {
  color: red;
  text-align: center;
  background-color: #fff;
  border-radius: 90px;
  flex-wrap: wrap;
  padding: 16px;
  font-size: 30px;
  text-decoration: none;
  overflow: visible;
}

.link-block-2:hover {
  color: #fff;
  background-color: #ff0f0f;
}

.nav-links {
  text-decoration: none;
}

.section-2 {
  background-color: var(--midnight-blue);
  background-image: url('../images/banner3.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 60px 5%;
  display: block;
}

.container {
  max-width: none;
}

.heading-3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 0;
  font-family: Sora Variablefont Wght, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.text-block-10 {
  color: #dbdbdb;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 20px;
}

.div-block-9 {
  padding-bottom: 0;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 140px;
  margin-right: 0;
  display: flex;
}

.div-block-7.mob {
  display: none;
}

.text-block-11 {
  color: #ccc;
  text-align: left;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 12px;
}

.divider {
  background-color: #ccc;
  width: 1px;
  margin-left: 30px;
  margin-right: 30px;
}

.rating-2 {
  color: #fff;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 20px;
}

.div-block-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.text-block-12 {
  color: #ccc;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 12px;
}

.div-block-8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 20px;
  display: flex;
}

.star-section-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.ratings {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  display: flex;
}

.wbs-hero-2-rating-wrap {
  margin-left: 15px;
  display: flex;
}

.wbs-hero-2-rating-client-image {
  object-fit: cover;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-left: -15px;
}

.section-3 {
  background-color: var(--midnight-blue);
  flex-direction: column;
  align-items: center;
  height: auto;
  padding: 120px 5% 100px;
  display: block;
}

.columns-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.columns {
  background-color: rgba(45, 14, 122, .5);
  border: 1px solid rgba(149, 118, 255, .5);
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  min-width: auto;
  padding: 20px 20px 30px;
  display: flex;
}

.columns:hover {
  mix-blend-mode: normal;
  background-color: #2d0e7a;
  border-style: solid;
  border-color: rgba(149, 118, 255, .5);
  transform: translate(0, -4px);
  box-shadow: 0 4px 4px rgba(255, 255, 255, .2);
}

.head-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  height: 70%;
  margin-bottom: 20px;
  display: flex;
}

.heading-wrap {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
  display: flex;
}

.image-wrapper {
  background-color: var(--medium-purple);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 0 10px;
  display: flex;
}

.paragraph {
  color: rgba(255, 255, 255, .7);
  margin-bottom: 0;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 18px;
  line-height: 27px;
  display: none;
}

.card-heading {
  font-family: Sora Variablefont Wght, sans-serif;
  font-size: 24px;
  line-height: 34px;
}

.bold-text {
  font-size: 48px;
  font-weight: 400;
  line-height: 72px;
}

.heading-7 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Sora Variablefont Wght, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.div-block-18 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
}

.div-block-21 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: stretch;
  margin-bottom: 60px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.section-4 {
  background-color: var(--midnight-blue);
  padding-top: 40px;
  padding-bottom: 40px;
}

.paragraph-3 {
  color: rgba(255, 255, 255, .7);
  align-self: flex-start;
  margin-bottom: 0;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.paragraph-6 {
  color: rgba(255, 255, 255, .7);
  margin-bottom: 0;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.div-block-17 {
  text-align: left;
}

.div-block-47 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 50%;
  display: flex;
}

.paragraph-4 {
  color: rgba(255, 255, 255, .7);
  margin-bottom: 0;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.image-5 {
  object-fit: contain;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  width: 300px;
  height: 400px;
}

.image-5._1 {
  object-fit: contain;
  object-position: 55% 50%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 0;
  width: 300px;
  height: 400px;
  display: inline-block;
}

.heading-6 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.heading-5 {
  color: #fff;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 32px;
}

.div-block-16 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.bold-text-2 {
  flex: 1;
  margin-right: 10px;
  font-family: Sora Variablefont Wght, sans-serif;
  font-size: 24px;
  line-height: 34px;
}

.image-6, .image-7, .image-8, .image-9 {
  width: 60px;
  max-width: none;
}

.bold-text-3 {
  margin-right: 10px;
  font-family: Sora Variablefont Wght, sans-serif;
  font-size: 24px;
  line-height: 34px;
}

.bold-text-4 {
  text-align: left;
  justify-content: flex-start;
  font-family: Sora Variablefont Wght, sans-serif;
  font-weight: 400;
  display: flex;
}

.bold-text-5 {
  font-family: Sora Variablefont Wght, sans-serif;
  font-weight: 400;
}

.bold-text-6 {
  font-weight: 400;
}

.sticky-wrap {
  border: 0px none var(--medium-purple);
  border-radius: 16px;
  width: 40vw;
  padding: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.image-15 {
  border: 2px solid var(--medium-purple);
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 16px;
  width: auto;
  height: auto;
  margin-right: 0;
}

.services-grid {
  grid-column-gap: 20px;
  grid-row-gap: 80px;
  background-color: var(--midnight-blue);
  background-image: url('../images/banner3.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.services-grid._7 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: center;
  padding: 100px 5% 60px;
}

.sticky {
  border: 2px rgba(199, 49, 49, .7);
  border-radius: 28px;
  margin-right: 40px;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.sticky.tabmob {
  display: block;
}

.main-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: stretch;
  width: 54%;
}

.main-wrapper.exp {
  display: block;
}

.content-text {
  color: rgba(255, 255, 255, .7);
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 27px;
}

.content-text.certificate {
  margin-bottom: 60px;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
}

.content-wrap {
  background-color: rgba(45, 14, 122, .7);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.icon-wrap {
  justify-content: center;
  align-items: center;
  width: 40%;
  display: none;
}

.icon-wrap.mob {
  display: none;
}

.section-7 {
  background-color: var(--midnight-blue);
  color: #fff;
  text-align: left;
  background-image: url('../images/banner3.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding: 100px 5%;
  display: none;
}

.container-4 {
  justify-content: space-between;
  max-width: none;
  margin-top: 30px;
  display: flex;
}

.paragraph-2 {
  color: #fff;
  align-self: center;
  max-width: 60%;
  margin-bottom: 0;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.paragraph-2._1, .paragraph-2._2, .paragraph-2._3 {
  max-width: 60%;
}

.heading-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  font-size: 38px;
  line-height: 44px;
  display: flex;
}

.row-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  display: flex;
}

.logos {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 0 8px 8px 0;
  flex-direction: row;
  justify-content: space-around;
  width: 60%;
  max-width: none;
  margin-top: 40px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.image-17 {
  object-fit: cover;
  border-radius: 8px;
  width: 150px;
  height: 110px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.left-side {
  width: 70%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.logimage {
  object-fit: contain;
  width: 120px;
}

.logimage._1, .logimage._2, .logimage._3, .logimage._4 {
  width: 120px;
}

.columns-wrapped {
  flex-direction: column;
  display: flex;
}

.section-8 {
  background-color: var(--midnight-blue);
  flex-direction: column;
  padding: 60px 0%;
  display: flex;
  position: relative;
}

.heading-11 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora Variablefont Wght, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 44px;
}

.bold-text-8 {
  font-size: 28px;
}

.image-18 {
  width: 600px;
  box-shadow: 0 -2px 5px #6b6092, 0 2px 5px #6b6092;
}

.right-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.section-9 {
  background-color: var(--midnight-blue);
  text-align: center;
  height: auto;
  margin-right: 0%;
  padding: 60px 5%;
}

.heading-26 {
  color: #fff;
  text-align: center;
  margin-bottom: 100px;
  font-family: Sora Variablefont Wght, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.text-span-2 {
  color: #f3c108;
  -webkit-text-stroke-color: transparent;
  text-transform: uppercase;
  text-shadow: 0 1px 3px #a59757;
}

.rl-heading-style-h2-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Sora Variablefont Wght, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 44px;
}

.rl_faq1_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl-padding-section-large-3 {
  padding-top: 0;
  padding-bottom: 0;
}

.rl_faq1_answer {
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  overflow: hidden;
}

.rl-padding-global-2 {
  background-color: var(--midnight-blue);
  background-image: url('../images/banner3.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 5%;
}

.rl_faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl-container-small {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.rl_faq1_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl_faq1_list {
  border: 0 solid #49146b;
}

.bold-text-30 {
  font-size: 20px;
}

.bold-text-31 {
  font-family: Sora Variablefont Wght, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.heading-27 {
  margin-bottom: 60px;
}

.text-span-4 {
  color: #fff;
}

.heading-28 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.bullet {
  background-color: #bda3e6;
  border-radius: 20px;
  padding: 5px;
}

.image-25 {
  object-fit: contain;
  width: 200px;
  height: 200px;
  margin-bottom: 40px;
}

.div-block-55 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.heading-29 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 14px;
  font-size: 28px;
}

.module-2 {
  color: #fff;
  text-align: center;
  background-color: #2d0e7a;
  border: 1px solid #9576ff;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: 120px;
  margin-top: -19px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.contentss {
  display: flex;
}

.contentss.b {
  margin-top: 20px;
}

.bottom-line {
  background-color: #bda3e6;
  width: 1px;
  height: 100%;
}

.bottom-line.bottom-list {
  width: 0;
}

.bullet-text {
  color: #c7c7c7;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 27px;
}

.top-line {
  background-color: #bda3e6;
  width: 1px;
  height: 28px;
}

.top-line.top-list {
  width: 0;
}

.top-line.top-list.single {
  height: 20px;
}

.bullet-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contents-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: stretch;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.list-item-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  display: flex;
}

.html-embed {
  color: red;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.html-embed:hover {
  color: #fff;
}

.wrap {
  display: none;
}

.section-12 {
  background-color: var(--midnight-blue);
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.heading-18 {
  color: #b82b2b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 30px;
}

.text-span-5 {
  color: #fff;
  -webkit-text-stroke-color: rgba(61, 30, 30, 0);
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.divider-2 {
  background-color: #fff;
  width: 100%;
  max-width: 80vw;
  height: .25px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.text-block-26 {
  color: #fff;
  margin-top: 20px;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 16px;
}

.accordion-icon_horizontal-line-2 {
  background-color: #e4e0d8;
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.uui-faq01_component {
  margin-top: 0;
}

.uui-text-size-medium {
  color: #e4e0d8;
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.accordion-icon_vertical-line-2 {
  background-color: #e4e0d8;
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.uui-faq01_answer {
  overflow: hidden;
}

.uui-faq01_list-2 {
  border: 1px #000;
  border-radius: 16px;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.accordion-icon_component-2 {
  color: #e4e0d8;
  -webkit-text-stroke-color: #e4e0d8;
  border: 2px solid #e4e0d8;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.uui-faq01_accordion-2 {
  border: 2px solid var(--midnight-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 20px;
  padding-right: 20px;
}

.uui-faq01_accordion-2.last-item {
  border-style: solid;
  border-color: var(--midnight-blue);
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.uui-faq01_accordion-2._1 {
  border-width: 2px;
  border-color: var(--midnight-blue);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.uui-faq01_icon-wrapper-2 {
  color: #7f56d9;
}

.uui-faq01_question {
  -webkit-text-stroke-color: #fff;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-faq01_heading {
  color: #e4e0d8;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.pricing-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-2 {
  background-color: var(--midnight-blue-2);
  border: 1px solid #9576ff;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  transition: transform 1s cubic-bezier(.075, .82, .165, 1), box-shadow 1s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.pricing-2:hover {
  transform: translate(0, -6px);
  box-shadow: 0 0 10px #9576ff;
}

.image-27 {
  object-fit: cover;
  border-radius: 8px;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-bottom: 30px;
}

.image-27.a {
  object-fit: fill;
}

.heading-30 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
}

.text-block-27 {
  color: rgba(255, 255, 255, .7);
  text-align: center;
  font-size: 18px;
  line-height: 27px;
}

.text-span-6 {
  color: var(--medium-purple);
}

.wrapperr {
  margin-left: 5%;
  margin-right: 5%;
  position: relative;
}

.image-29 {
  border: 3px solid rgba(255, 255, 255, .6);
  border-radius: 16px;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.topbar-2 {
  justify-content: space-between;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.burger {
  display: none;
}

.nav-right-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-buttons-2 {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.button-11 {
  color: #f3c106;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #f3c106;
  border-radius: 2rem;
  padding: .5rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
}

.button-11:hover {
  color: #fff;
  background-color: #f3c108;
}

.timeline {
  background-color: #9576ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1px;
  display: flex;
}

.timebullet {
  background-color: #140652;
  border: 3px solid #9576ff;
  border-radius: 100%;
  width: 16px;
  height: 16px;
}

.exp {
  justify-content: flex-start;
  align-items: center;
  margin-top: -20px;
  display: flex;
}

.module-count-2 {
  z-index: 1;
  color: #fff;
  background-color: #2d0e7a;
  border: 1px solid #bba8ff;
  border-right-style: none;
  border-radius: 4px 0 0 4px;
  padding: 8px 24px 8px 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
  position: relative;
}

.rotarrow {
  background-color: #2d0e7a;
  border-top: 1px solid #bba8ff;
  border-bottom: 1px #000;
  border-left: 1px #000;
  border-right: 1px solid #bba8ff;
  border-radius: 4px;
  width: 31px;
  height: 32px;
  margin-left: -16px;
  display: inline-block;
  transform: rotate(45deg);
}

.testimonial-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--midnight-blue);
  background-image: url('../images/banner3.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 60px 20px;
  display: flex;
}

.testimonial-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.testimonial-image {
  border-radius: 10px;
}

.head {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Sora Variablefont Wght, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
}

.testimonial-columns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.test-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  display: flex;
}

.test-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.test-item-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--midnight-blue-2);
  border-radius: 10px;
  flex-direction: column;
  padding: 10px;
  display: flex;
}

.test-text {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.name-wrap {
  justify-content: space-between;
  display: flex;
}

.text-block-28 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.t2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 0px solid var(--midnight-blue);
  box-shadow: none;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  padding: 20px;
  display: flex;
}

.image-30 {
  color: #fff;
  width: 50px;
}

.paragraph-7 {
  color: #000;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
}

.nameplate {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.text-block-13 {
  color: red;
  background-color: #713a3a;
  border-radius: 20px;
  align-items: center;
  padding: 10px;
  font-size: 20px;
  display: flex;
}

.name-star {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.name {
  color: #000;
  letter-spacing: 1px;
  order: 0;
  align-self: flex-start;
  font-size: 18px;
  font-weight: 400;
}

.div-block-56 {
  background-color: #ff3c3c;
  border-radius: 100px;
  flex-direction: column;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.image-31 {
  height: 30px;
}

.image-32 {
  color: #7d7676;
  height: 30px;
}

.highlight {
  color: var(--midnight-blue);
  background-color: rgba(243, 193, 6, .3);
  padding-left: 4px;
  padding-right: 4px;
}

.cta-sectoid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(45, 14, 122, .7);
  border-radius: 16px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
}

.ct-img {
  border-radius: 16px;
  width: 100%;
}

.divisor {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), gray 50%, rgba(255, 255, 255, 0));
  align-self: stretch;
  height: 1px;
}

.descrip {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #140652;
  border-radius: 8px;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  padding: 20px 24px 20px 20px;
  display: flex;
}

.descrip.less-space {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.desc-icon {
  border: 1px solid gray;
  border-radius: 10px;
  width: 36px;
}

.text-block-29 {
  color: #fff;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.desc-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.colorap {
  background-image: linear-gradient(270deg, #292929, #5c5c5c);
  border-radius: 8px;
  align-self: stretch;
  padding: 1px;
}

.colorap.short {
  width: 90%;
}

.colorap.left {
  align-self: flex-start;
}

.whity {
  color: #c7c7c7;
}

.txt-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.getter {
  color: #c7c7c7;
  letter-spacing: .5px;
  font-size: 18px;
  line-height: 1.5;
}

.getter.l {
  font-size: 17px;
}

.get {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-33 {
  width: 24px;
}

@media screen and (min-width: 1280px) {
  .hero-section {
    background-repeat: no-repeat;
  }

  .heading.h {
    line-height: 56px;
  }

  .button-2:hover {
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  }

  .button-2.bonus {
    align-self: center;
    margin-top: 0;
  }

  .section-2 {
    background-position: 0 0;
    background-repeat: no-repeat;
  }

  .head-block {
    height: 70%;
  }

  .image-wrapper {
    width: 80px;
    height: 80px;
  }

  .heading-7 {
    color: #fff;
    font-size: 36px;
  }

  .container-2 {
    max-width: none;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 12%;
    padding-right: 12%;
  }

  .div-block-21 {
    grid-template-columns: .75fr 1fr;
    justify-content: space-between;
  }

  .div-block-21._3 {
    justify-content: space-between;
  }

  .section-4 {
    background-color: var(--midnight-blue);
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-3 {
    color: rgba(255, 255, 255, .7);
    font-size: 18px;
    line-height: 27px;
  }

  .paragraph-6, .paragraph-4 {
    color: rgba(255, 255, 255, .7);
    line-height: 27px;
  }

  .image-5 {
    object-fit: contain;
    object-position: 50% 50%;
    border: 1px #000;
    width: 350px;
    height: 450px;
  }

  .image-5._1 {
    object-position: 55% 50%;
    width: 350px;
    height: 450px;
    margin-right: 0;
  }

  .heading-6, .heading-5 {
    color: #fff;
    font-size: 36px;
  }

  .div-block-16 {
    align-items: flex-start;
  }

  .image-6 {
    flex: 0 auto;
    width: 60px;
  }

  .sticky-wrap {
    max-width: none;
  }

  .image-15 {
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: auto;
  }

  .services-grid {
    background-color: var(--midnight-blue);
    flex-direction: row;
    padding-left: 5%;
    padding-right: 5%;
    line-height: 24px;
  }

  .sticky {
    flex: 1;
  }

  .main-wrapper {
    justify-content: flex-start;
  }

  .icon-wrap {
    display: none;
  }

  .paragraph-2, .paragraph-2._1, .paragraph-2._2, .paragraph-2._3 {
    max-width: 70%;
  }

  .logos {
    padding: 10px 20px;
  }

  .left-side {
    border-radius: 16px;
    width: 76%;
  }

  .logimage {
    object-fit: contain;
  }

  .section-8 {
    background-position: 100% 100%;
  }

  .bold-text-8 {
    font-family: Inter Variablefont Slnt Wght, sans-serif;
  }

  .image-18 {
    border: 1px solid #fff;
    box-shadow: 0 0 7px 4px #6b6092, 0 2px 5px #6b6092;
  }

  .section-9 {
    text-align: center;
    padding-top: 60px;
  }

  .rl-padding-global-2 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .heading-28 {
    font-family: Sora Variablefont Wght, sans-serif;
  }

  .image-25 {
    display: none;
  }

  .div-block-55 {
    width: 100%;
  }

  .bullet-text, .bold-text-32, .bold-text-33, .bold-text-34, .bold-text-35, .bold-text-36 {
    font-family: Inter Variablefont Slnt Wght, sans-serif;
  }

  .accordion-icon_component-2 {
    color: #ce3130;
  }

  .uui-faq01_heading {
    font-size: 20px;
    line-height: 30px;
  }

  .image-29 {
    margin-right: 0%;
  }

  .topbar-2 {
    align-items: stretch;
  }

  .module-count-2, .bold-text-37, .bold-text-38, .bold-text-39, .bold-text-40 {
    font-family: Inter Variablefont Slnt Wght, sans-serif;
  }

  .testimonial-section {
    background-color: var(--midnight-blue);
    flex-direction: column;
    padding-left: 5%;
    padding-right: 5%;
    line-height: 24px;
  }

  .nameplate {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .name-star {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
}

@media screen and (min-width: 1920px) {
  .sticky-wrap {
    width: 28vw;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    background-color: #180758;
    background-image: none;
    height: auto;
  }

  .image {
    width: 100vw;
    height: auto;
  }

  .contents {
    width: 100%;
  }

  .hero-image-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
  }

  .hero-font {
    text-align: center;
  }

  .heading {
    text-align: center;
    font-size: 36px;
    line-height: 54px;
  }

  .button-contents {
    text-align: center;
    justify-content: center;
  }

  .button-2 {
    padding: 16px 30px;
    font-size: 18px;
  }

  .button-2._1 {
    padding: 16px 30px;
    font-size: 14px;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .hero-contents {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    padding-right: 5%;
  }

  .link-block-2 {
    padding: 20px 15px;
  }

  .section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-3 {
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 48px;
  }

  .div-block-8 {
    justify-content: center;
  }

  .section-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .columns-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .bold-text {
    font-size: 32px;
    line-height: 48px;
  }

  .heading-7 {
    font-size: 36px;
  }

  .section-4 {
    padding: 40px 5%;
  }

  .bold-text-4 {
    font-size: 28px;
    line-height: 42px;
  }

  .sticky-wrap {
    justify-content: center;
    align-items: center;
    width: 400px;
    display: flex;
  }

  .services-grid {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .sticky {
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: flex;
    position: relative;
    top: auto;
  }

  .sticky.comp {
    display: block;
  }

  .main-wrapper {
    width: 100%;
  }

  .content-text.certificate {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .section-7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-4 {
    margin-top: 0;
  }

  .paragraph-2 {
    max-width: 100%;
  }

  .paragraph-2._1 {
    max-width: 60%;
  }

  .paragraph-2._2, .paragraph-2._3 {
    max-width: 100%;
  }

  .logos {
    width: 100%;
  }

  .left-side {
    width: 100%;
    padding-bottom: 20px;
  }

  .section-8 {
    background-position: 50% 100%;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .heading-11 {
    font-size: 32px;
    line-height: 48px;
  }

  .image-18 {
    object-fit: contain;
    width: 350px;
    height: 250px;
  }

  .right-content {
    padding-left: 20px;
    padding-right: 0;
  }

  .section-9 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-26 {
    margin-bottom: 80px;
    font-size: 32px;
    line-height: 48px;
  }

  .rl-heading-style-h2-2 {
    font-size: 32px;
    line-height: 48px;
  }

  .rl-padding-section-large-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rl-padding-global-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bold-text-31 {
    text-align: center;
    font-size: 32px;
    line-height: 48px;
  }

  .heading-27 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 48px;
  }

  .image-29 {
    position: static;
  }

  .testimonial-section {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .head {
    font-size: 32px;
    line-height: 48px;
  }

  .t2 {
    padding: 10px;
  }

  .colorap {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  .image {
    height: auto;
  }

  .columns-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .services-grid {
    grid-row-gap: 40px;
    padding-bottom: 0;
  }

  .content-text.certificate {
    text-align: center;
  }

  .container-4 {
    flex-direction: column;
    align-items: center;
  }

  .section-8 {
    background-size: 550px;
  }

  .image-18 {
    margin-bottom: 40px;
  }

  .right-content {
    align-items: center;
  }

  .section-9 {
    padding-top: 20px;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .rl-padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-12 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-18 {
    margin-bottom: 0;
  }

  .text-span-5 {
    font-size: 20px;
    line-height: 30px;
  }

  .divider-2 {
    margin-bottom: 10px;
  }

  .text-block-26 {
    font-size: 12px;
  }

  .uui-faq01_component {
    margin-top: 3rem;
  }

  .uui-text-size-medium {
    font-size: 12px;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-faq01_heading {
    font-size: 16px;
    line-height: 22px;
  }

  .testimonial-wrap {
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  .head {
    font-size: 2.25rem;
  }

  .testimonial-columns {
    width: 100%;
  }

  .test-wrap {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    width: 76px;
  }

  .image {
    width: 300px;
    height: auto;
    display: block;
  }

  .contents {
    flex-direction: column;
  }

  .hero-image-wrap {
    flex-wrap: nowrap;
    display: none;
  }

  .hero-font {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  .heading {
    text-align: center;
    margin-top: 40px;
    font-size: 32px;
    line-height: 42px;
  }

  .heading.h {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 42px;
  }

  .button-contents {
    flex-direction: row;
  }

  .button-2 {
    width: 100%;
    padding: 16px 30px;
    font-size: 16px;
    font-weight: 700;
  }

  .button-2.bonus {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: inline-block;
  }

  .text-block-3 {
    font-size: 16px;
    display: none;
  }

  .hero-contents {
    margin-top: 0;
    padding-left: 14px;
    padding-right: 14px;
  }

  .link-block-2 {
    padding: 10px;
  }

  .section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-3 {
    font-size: 24px;
    line-height: 36px;
  }

  .text-block-10 {
    font-size: 16px;
    font-weight: 600;
  }

  .div-block-9 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
  }

  .div-block-7.comp {
    display: none;
  }

  .div-block-7.mob {
    flex-direction: row;
    max-width: none;
    margin-left: -32px;
    display: flex;
  }

  .divider {
    display: none;
  }

  .rating-2 {
    font-size: 16px;
    font-weight: 600;
  }

  .div-block-3 {
    flex-direction: column;
    align-items: center;
  }

  .text-block-12 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .div-block-8 {
    flex-direction: row;
    align-items: center;
  }

  .star-section-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    margin-bottom: 6px;
  }

  .ratings {
    justify-content: center;
    align-items: center;
  }

  .wbs-hero-2-rating-wrap {
    margin-left: 0;
    margin-right: 20px;
  }

  .section-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .card-heading {
    font-size: 20px;
    line-height: 30px;
  }

  .bold-text {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
  }

  .heading-7 {
    text-align: left;
    font-size: 20px;
    line-height: 26px;
  }

  .div-block-18 {
    flex-direction: column;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-2 {
    text-align: center;
    flex-flow: column wrap-reverse;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .div-block-21 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column wrap;
    order: -1;
    align-content: space-between;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .div-block-21.middle {
    flex-direction: column-reverse;
  }

  .div-block-46 {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .section-4 {
    padding-top: 0;
    padding-bottom: 20px;
    display: flex;
  }

  .paragraph-3 {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-6 {
    text-align: left;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-17 {
    order: 1;
    position: static;
  }

  .div-block-47 {
    align-items: stretch;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-4 {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }

  .image-5 {
    width: auto;
    height: auto;
  }

  .image-5._1 {
    object-fit: cover;
    width: auto;
    height: auto;
  }

  .heading-6 {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-5 {
    text-align: left;
    font-size: 20px;
    line-height: 26px;
    display: flex;
  }

  .div-block-16 {
    max-width: 100%;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text-2, .bold-text-3 {
    font-size: 20px;
    line-height: 30px;
  }

  .bold-text-4 {
    font-size: 24px;
    line-height: 36px;
  }

  .sticky-wrap {
    border-radius: 16px;
    padding: 10px;
  }

  .image-15 {
    object-fit: cover;
    border-radius: 10px;
  }

  .services-grid {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .services-grid._7 {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sticky {
    margin-right: 0;
  }

  .main-wrapper {
    width: 100%;
  }

  .content-text.certificate {
    margin-bottom: 40px;
  }

  .content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-wrap {
    display: none;
  }

  .icon-wrap.mob {
    justify-content: flex-start;
    width: 100%;
    display: none;
  }

  .section-7 {
    padding-top: 40px;
  }

  .paragraph-2 {
    color: rgba(255, 255, 255, .7);
    text-align: center;
    align-self: center;
    max-width: 100%;
    font-size: 16px;
  }

  .paragraph-2._1, .paragraph-2._2 {
    max-width: 100%;
  }

  .paragraph-2._3 {
    max-width: 100%;
    margin-bottom: 0;
  }

  .heading-block {
    margin-bottom: 20px;
  }

  .row-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }

  .logos {
    text-align: center;
    border-radius: 16px;
    flex-direction: row;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px;
    display: block;
  }

  .image-17 {
    object-fit: cover;
    object-position: 50% 50%;
    width: 200px;
    height: 140px;
    margin-bottom: 0;
  }

  .left-side {
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
  }

  .logimage {
    width: 120px;
  }

  .logimage._1 {
    flex: 0 auto;
    width: 120px;
    margin-right: 10px;
    padding-right: 0;
  }

  .logimage._2 {
    flex: 0 auto;
    width: 120px;
    margin-right: 0;
  }

  .logimage._3 {
    width: 120px;
    margin-right: 10px;
  }

  .logimage._4 {
    width: 120px;
    margin-right: 0;
  }

  .columns-wrapped {
    margin-bottom: 0;
  }

  .section-8 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    padding-top: 40px;
    padding-bottom: 0;
    padding-left: 0%;
    display: flex;
  }

  .heading-11 {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
  }

  .bold-text-8 {
    font-family: Sora Variablefont Wght, sans-serif;
    font-size: 22px;
  }

  .image-18 {
    width: 300px;
    height: 200px;
  }

  .right-content {
    padding-left: 0;
  }

  .section-9 {
    padding: 40px 5%;
  }

  .heading-26 {
    margin-top: 0;
    margin-bottom: 60px;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
  }

  .rl-heading-style-h2-2 {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
  }

  .bold-text-27 {
    font-family: Lato, sans-serif;
  }

  .rl-padding-section-large-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .bold-text-29, .bold-text-28 {
    font-family: Lato, sans-serif;
  }

  .rl-padding-global-2 {
    padding-top: 40px;
  }

  .bold-text-30 {
    font-family: Lato, sans-serif;
    font-size: 16px;
  }

  .bold-text-31 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
  }

  .heading-27 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 36px;
  }

  .text-span-4 {
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .heading-28 {
    text-align: center;
    font-family: Sora Variablefont Wght, sans-serif;
    font-size: 28px;
    font-weight: 600;
  }

  .image-25 {
    width: 150px;
    height: 150px;
    margin-bottom: 0;
  }

  .div-block-55 {
    width: 100%;
  }

  .heading-29 {
    text-align: left;
    font-family: Sora Variablefont Wght, sans-serif;
    font-size: 22px;
  }

  .module-2 {
    font-family: Sora Variablefont Wght, sans-serif;
  }

  .contentss {
    flex-direction: column;
  }

  .bullet-text {
    color: rgba(255, 255, 255, .7);
    text-align: left;
    font-family: Inter Variablefont Slnt Wght, sans-serif;
    font-size: 16px;
  }

  .bold-text-32, .bold-text-33, .bold-text-34 {
    font-family: Sora Variablefont Wght, sans-serif;
    font-size: 22px;
  }

  .bold-text-35, .bold-text-36 {
    font-family: Sora Variablefont Wght, sans-serif;
  }

  .wrap {
    margin-bottom: -4px;
    display: block;
  }

  .section-12 {
    padding-top: 40px;
  }

  .heading-18 {
    margin-bottom: 10px;
    line-height: 30px;
  }

  .text-span-5 {
    font-size: 22px;
    line-height: 30px;
  }

  .divider-2 {
    margin-bottom: 10px;
  }

  .text-block-26 {
    font-size: 12px;
  }

  .uui-faq01_component {
    margin-top: 0;
  }

  .uui-text-size-medium {
    font-size: 16px;
    line-height: 20px;
  }

  .uui-faq01_question {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .uui-faq01_heading {
    font-size: 16px;
    line-height: 20px;
  }

  .pricing-wrap {
    grid-template-columns: 1fr;
  }

  .pricing-2 {
    width: 100%;
    margin-bottom: 60px;
  }

  .pricing-2.last {
    margin-bottom: 20px;
  }

  .image-27 {
    object-fit: fill;
  }

  .heading-30 {
    font-size: 22px;
  }

  .text-block-27 {
    font-size: 16px;
    line-height: 24px;
  }

  .wrapperr {
    margin-left: 5%;
    position: static;
  }

  .image-29 {
    object-fit: cover;
    margin-bottom: 10px;
    position: static;
  }

  .burger {
    height: 40px;
    display: block;
  }

  .nav-right-3 {
    background-color: #9576ff;
    border-radius: 20px;
    flex-direction: column;
    margin-top: 22%;
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .nav-buttons-2.t {
    margin-top: 20px;
  }

  .button-11 {
    margin-bottom: 20px;
  }

  .timebullet {
    display: none;
  }

  .bold-text-38 {
    text-align: left;
  }

  .testimonial-section {
    padding-top: 24px;
    padding-bottom: 24px;
    display: block;
  }

  .head {
    text-align: center;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
  }

  .paragraph-7 {
    font-size: 16px;
  }

  .descrip {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 12px;
  }

  .descrip.less-space {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: left;
  }

  .desc-item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .colorap, .colorap.left {
    align-self: stretch;
  }

  .txt-block {
    text-align: left;
  }

  .getter {
    font-size: 15px;
  }
}

#w-node-_17054202-40dc-f812-394e-9c9cfd94a700-714368a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_17054202-40dc-f812-394e-9c9cfd94a702-714368a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_17054202-40dc-f812-394e-9c9cfd94a709-714368a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_17054202-40dc-f812-394e-9c9cfd94a70e-714368a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_17054202-40dc-f812-394e-9c9cfd94a713-714368a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_17054202-40dc-f812-394e-9c9cfd94a715-714368a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8c902d29-2d14-f9bc-586e-b0203daf5524-714368a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_17054202-40dc-f812-394e-9c9cfd94a700-714368a5, #w-node-_17054202-40dc-f812-394e-9c9cfd94a702-714368a5, #w-node-_17054202-40dc-f812-394e-9c9cfd94a709-714368a5, #w-node-_17054202-40dc-f812-394e-9c9cfd94a715-714368a5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Readme';
  src: url('../fonts/README_1.txt') format('undefined'), url('../fonts/README.txt') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ofl';
  src: url('../fonts/OFL_1.txt') format('undefined'), url('../fonts/OFL.txt') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora Variablefont Wght';
  src: url('../fonts/Sora-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Variablefont Slnt Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}