:root {
  --main1: #2e1a47;
  --main2: #2cd5c4;
  --accent: #ac4fc6;
  --color: #db3eb1;
}

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

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

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

.main-wrapper {
  background-color: var(--main1);
  min-height: auto;
}

.block-1 {
  background-color: var(--main1);
  padding-top: 32px;
  padding-bottom: 32px;
}

.body {
  font-family: Geologica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.text-block {
  margin-bottom: 24px;
}

.text-block.wh {
  color: #fff;
}

.block-2 {
  padding-top: 32px;
  padding-bottom: 0;
}

.heading {
  color: var(--main1);
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 150%;
}

.heading-2 {
  border: 5px solid var(--main1);
  border-radius: 40px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding: 20px;
  display: block;
}

.block-3 {
  padding-top: 32px;
  padding-bottom: 0;
}

.block-4 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.block-main {
  position: relative;
}

.logo {
  justify-content: center;
  align-items: center;
  padding-top: 2%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.logo-link {
  width: 128px;
}

.link-block {
  width: 120px;
}

.block-heading {
  background-image: linear-gradient(0deg, #2e1a47, #4b3a61db 54%, #fff0);
  padding-top: 5%;
  padding-bottom: 2%;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 150%;
}

.fin-sec {
  background-color: var(--main1);
  color: #000;
  padding-top: 32px;
  padding-bottom: 32px;
}

.littl-text {
  color: #fff;
  font-size: 12px;
}

.block-data {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.block-date {
  background-color: var(--main2);
  border-radius: 40px;
  padding: 8px 10px;
}

.text-block-2, .text-block-3 {
  color: #fff;
  font-size: 14px;
}

.image {
  width: 100px;
}

.block-logo-reso {
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.image-2 {
  width: 140px;
}

.block-ph {
  margin-top: 32px;
  margin-bottom: 32px;
}

.image-3 {
  border-radius: 20px;
}

.block-ph-big {
  margin-top: 32px;
}

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

.image-16, .image-14 {
  border-radius: 20px;
}

.slide-nav-hidden {
  display: none;
}

.slider-control-row {
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.text-block-5 {
  margin-top: 8px;
  font-style: italic;
}

.slider-nav-inactive {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: #fff0;
  border: .1px solid #0e2f1e;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  padding: 0;
  box-shadow: 0 2.4px 7.2px #122b690a, 0 1.2px 2.4px #122b6914, 0 0 0 1.2px #122b6914;
}

.slider-nav {
  z-index: 2;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  padding: 16px;
  display: flex;
}

.slide {
  height: auto;
}

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

.image-15 {
  border-radius: 20px;
}

.slider-nav-active {
  background-color: var(--accent);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  padding: 0;
  box-shadow: inset 0 4.8px 14.4px #9b8eff4d, inset 0 1.2px #9b8eff99, 0 1.2px 1.2px #5b29ffcc, 0 0 0 1.2px #9b1308;
}

.slider-arrow-right {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--accent);
  color: #fff;
  white-space: nowrap;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.image-17 {
  border-radius: 20px;
}

.slider-arrow-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.slider-wrapper {
  width: 100%;
  max-width: 990px;
  margin: 24px auto;
}

.slider-arrow-left {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: .5px solid var(--accent);
  color: #000;
  white-space: nowrap;
  background-color: #fff0;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.slider-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.slider-testimonial {
  background-color: #ddd0;
  height: auto;
}

.gide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: none;
}

.link-block-2 {
  color: var(--main1);
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.text-block-6 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.icon1 {
  background-color: var(--accent);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
  display: flex;
}

.text-block-7 {
  color: #fff;
}

@media screen and (min-width: 1280px) {
  .logo {
    padding-top: 2%;
    padding-left: 0;
  }
}

@media screen and (min-width: 1920px) {
  .logo-link {
    width: 168px;
  }
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 32px;
  }

  .logo {
    text-align: center;
    padding-right: 20px;
  }

  .block-heading {
    background-color: var(--main1);
    background-image: none;
    padding-top: 2%;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .container, .container-2 {
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    margin-left: 5%;
    margin-right: 5%;
  }

  .heading {
    font-size: 26px;
  }

  .logo {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    padding-bottom: 2%;
    padding-right: 0%;
    position: static;
  }

  .heading-3 {
    font-size: 27px;
  }

  .container-2 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .block-date {
    padding-top: 4px;
    padding-bottom: 4px;
  }

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

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

  .slider-arrow-icon {
    color: #fff;
  }

  .slider-arrow-left {
    background-color: var(--accent);
    border-style: none;
  }
}


