.hero-section-wrapper {
  padding: 200px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-section-wrapper .hero-inner {
  position: relative;
}

.hero-section-wrapper .hero-inner .logo-holder {
  position: absolute;
  top: -160px;
  left: 0;
}

.hero-section-wrapper .hero-inner .logo-holder img {
  max-width: 188px;
}

.hero-section-wrapper .hero-inner .info-holder {
  max-width: 560px;
}

.hero-section-wrapper .hero-inner .info-holder img {
  max-width: 66px;
  margin-bottom: 15px;
}

.hero-section-wrapper .hero-inner .info-holder h1 {
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  background: var(--Gradient-blue, linear-gradient(90deg, #B175E1 0.12%, #3595F0 81.39%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
}

.hero-section-wrapper .hero-inner .info-holder p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 30px;
}

.hero-section-wrapper .hero-inner .info-holder .buttons-holder {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.btn-primary {
  width: 170px;
  height: 50px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  background-color: #5E33BF;
  border-radius: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-primary:hover {
  background-color: #B175E1;
  color: #fff;
}

.btn-secondary {
  border-radius: 0px;
  background-color: #F0FE4F;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  padding: 16px;
  width: 170px;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-secondary:hover {
  background-color: #93FF9E;
  color: #000;
}

.download-btn {
  display: flex;
  height: 50px;
  align-items: center;
  padding-left: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}
.download-btn.btn-purpal {
  border: 1px solid #5E33BF;
  color: #5E33BF;
}
.download-btn.btn-purpal:hover {
  background-color: #B175E1;
  color: #fff;
  border: 1px solid #B175E1;
}
.download-btn.btn-purpal:hover .svg-holder {
  background: #B175E1;
}
.download-btn.btn-purpal .svg-holder {
  background: #5E33BF;
}
.download-btn.btn-yellow {
  border: 1px solid #F0FE4F;
  color: #F0FE4F;
}
.download-btn.btn-yellow:hover {
  background-color: #93FF9E;
  color: #000;
  border: 1px solid #93FF9E;
}
.download-btn.btn-yellow:hover .svg-holder {
  background: #93FF9E;
}
.download-btn.btn-yellow .svg-holder {
  background: #F0FE4F;
}
.download-btn .svg-holder {
  width: 56px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

._limage_rtext {
  padding: 120px 0px 80px 0px;
}
._limage_rtext .row {
  display: flex;
  align-items: center;
}
._limage_rtext .col-6 {
  padding: 0px;
}
._limage_rtext ._contentCol {
  padding-left: 48px;
}
._limage_rtext ._contentCol .colInner h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 46.8px;
  color: #000;
  margin-bottom: 20px;
  margin-top: 0px;
}
._limage_rtext ._contentCol .colInner p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #53575A;
}
._limage_rtext ._imageCol {
  padding-right: 48px;
}

.recognition-wrapper {
  padding: 80px 0px;
}
.recognition-wrapper .heading-holder {
  margin-bottom: 40px;
}
.recognition-wrapper .heading-holder h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 46.8px;
  background: var(--Gradient-blue, linear-gradient(90deg, #B175E1 0.12%, #3595F0 81.39%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.recognition-wrapper .rewards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.recognition-wrapper .rewards-grid .single-reward {
  height: 100%;
  background: linear-gradient(90deg, rgba(177, 117, 225, 0.1) 0.12%, rgba(53, 149, 240, 0.1) 81.39%);
  padding: 30px;
}
.recognition-wrapper .rewards-grid .single-reward .svg-holder {
  margin-bottom: 20px;
}
.recognition-wrapper .rewards-grid .single-reward h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  color: #5E33BF;
  margin-bottom: 20px;
}
.recognition-wrapper .rewards-grid .single-reward p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #202124;
  margin-bottom: 0px;
}

.who-apply-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0px;
}
.who-apply-wrapper .apply-inner {
  min-height: 506px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 530px;
}
.who-apply-wrapper .apply-inner h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 46.8px;
  color: #93FF9E;
  margin-bottom: 30px;
}
.who-apply-wrapper .apply-inner p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #fff;
  margin-bottom: 30px;
}
.who-apply-wrapper .apply-inner .btns-holder {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.what-looking-wrapper {
  background: linear-gradient(90deg, rgba(177, 117, 225, 0.1) 0.12%, rgba(53, 149, 240, 0.1) 81.39%);
}
.what-looking-wrapper .image-text-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.what-looking-wrapper .image-text-grid .text-holder {
  position: relative;
  padding: 110px 0px;
}
.what-looking-wrapper .image-text-grid .text-holder h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 46.8px;
  background: var(--Gradient-blue, linear-gradient(90deg, #B175E1 0.12%, #3595F0 81.39%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
}
.what-looking-wrapper .image-text-grid .text-holder ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.what-looking-wrapper .image-text-grid .text-holder ul li {
  position: relative;
  padding-left: 45px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #53575A;
  margin-bottom: 15px;
}
.what-looking-wrapper .image-text-grid .text-holder ul li::before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_4_726)'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM16.59 7.58L10 14.17L7.41 11.59L6 13L10 17L18 9L16.59 7.58Z' fill='%235E33BF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4_726'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  margin-bottom: 15px;
  width: 24px;
  height: 24px;
}
.what-looking-wrapper .image-text-grid .image-info-holder {
  max-height: 900px;
  overflow: hidden;
}
.what-looking-wrapper .image-text-grid .image-info-holder .inner {
  will-change: transform;
  padding: 110px 0px;
}
.what-looking-wrapper .image-text-grid .image-info-holder img {
  margin-bottom: 40px;
}
.what-looking-wrapper .image-text-grid .image-info-holder .table-holder .table-header {
  display: flex;
  margin-bottom: 15px;
}
.what-looking-wrapper .image-text-grid .image-info-holder .table-holder .table-header .left-col {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #B175E1;
  width: 70%;
}
.what-looking-wrapper .image-text-grid .image-info-holder .table-holder .table-header .right-col {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #B175E1;
  width: 30%;
}
.what-looking-wrapper .image-text-grid .image-info-holder .table-holder .table-rows-holder .single-row {
  padding: 15px 0px;
  border-top: 1px solid #EAECF0;
  display: flex;
}
.what-looking-wrapper .image-text-grid .image-info-holder .table-holder .table-rows-holder .single-row:last-child {
  border-bottom: 1px solid #EAECF0;
}
.what-looking-wrapper .image-text-grid .image-info-holder .table-holder .table-rows-holder .single-row .left-col {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #53575A;
  width: 70%;
}
.what-looking-wrapper .image-text-grid .image-info-holder .table-holder .table-rows-holder .single-row .left-col strong {
  display: block;
  width: 100%;
}
.what-looking-wrapper .image-text-grid .image-info-holder .table-holder .table-rows-holder .single-row .right-col {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #53575A;
}

.judges-panel-wrapper {
  padding: 96px 0px;
}
.judges-panel-wrapper .jugeds-header {
  max-width: 765px;
}
.judges-panel-wrapper .jugeds-header h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 46.8px;
  background: var(--Gradient-blue, linear-gradient(90deg, #B175E1 0.12%, #3595F0 81.39%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
}
.judges-panel-wrapper .jugeds-header p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #2A2B2D;
}
.judges-panel-wrapper h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 46.8px;
  background: var(--Gradient-blue, linear-gradient(90deg, #B175E1 0.12%, #3595F0 81.39%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 30px;
  margin-bottom: 30px;
}
.judges-panel-wrapper .judges-grid-holder {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.judges-panel-wrapper .judges-grid-holder .judge-holder {
  height: 100%;
  border: 1px solid #BABCBE;
  padding: 30px 25px;
  min-height: 162px;
}
.judges-panel-wrapper .judges-grid-holder .judge-holder .name {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #5E33BF;
  margin-bottom: 13px;
}
.judges-panel-wrapper .judges-grid-holder .judge-holder p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #2A2B2D;
  margin-bottom: 0px;
}

.cta-main-wrapper {
  padding: 60px 0px;
  background-color: #2A2B2D;
}
.cta-main-wrapper .cta-inner {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.cta-main-wrapper .cta-inner .text-holder {
  width: 70%;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  color: #93FF9E;
}
.cta-main-wrapper .cta-inner .btns-holder {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.cta-main-wrapper .cta-inner .link-holder {
  width: 30%;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
}

.how-works-wrapper {
  background: linear-gradient(90deg, #B175E1 0.12%, #3595F0 81.39%);
  padding: 118px 0px;
}
.how-works-wrapper .how-works-head {
  margin-bottom: 57px;
}
.how-works-wrapper .how-works-head h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 46.8px;
  color: #fff;
}
.how-works-wrapper .slider-holder .single-slide {
  position: relative;
  cursor: grab;
}
.how-works-wrapper .slider-holder .single-slide::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  right: 0;
  top: 20px;
  background-color: #fff;
}
.how-works-wrapper .slider-holder .single-slide .step-count {
  padding: 6px 16px;
  border-radius: 30px;
  background-color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 25.714px;
  color: #2A2B2D;
  margin-bottom: 30px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 3;
}
.how-works-wrapper .slider-holder .single-slide .title {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #fff;
  margin-bottom: 8px;
}
.how-works-wrapper .slider-holder .single-slide .description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}
.how-works-wrapper .slider-holder .single-slide .deadline {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  margin-top: 10px;
}
.how-works-wrapper .slider-holder .single-slide .deadline strong {
  font-weight: 700;
}
.how-works-wrapper .slider-holder .slider-arrows {
  display: flex;
  margin-top: 40px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.form-wrapper {
  padding: 100px 0px;
}
.form-wrapper .form-header {
  max-width: 530px;
}
.form-wrapper .form-header h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 46.8px;
  background: var(--Gradient-blue, linear-gradient(90deg, #B175E1 0.12%, #3595F0 81.39%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
}
.form-wrapper .form-header p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #2A2B2D;
}
.form-wrapper .form-header p a {
  color: #5E33BF;
  text-decoration: none;
}
.form-wrapper .form-holder {
  margin-top: 60px;
}

.cpl-resources-wrapper {
  padding: 100px 0px;
}
.cpl-resources-wrapper h3 {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 46.8px;
  color: #000;
  margin-bottom: 30px;
}
.cpl-resources-wrapper .resources-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.cpl-resources-wrapper .resources-grid .single-resource {
  border: 1px solid #BABCBE;
}
.cpl-resources-wrapper .resources-grid .single-resource a .img-holder {
  height: 287px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cpl-resources-wrapper .resources-grid .single-resource a .content-holder {
  margin-top: 15px;
  padding: 20px 20px 65px 20px;
  position: relative;
  height: calc(100% - 302px);
}
.cpl-resources-wrapper .resources-grid .single-resource a .content-holder .category {
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  color: #5E33BF;
  margin-bottom: 24px;
}
.cpl-resources-wrapper .resources-grid .single-resource a .content-holder .title {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #202124;
}
.cpl-resources-wrapper .resources-grid .single-resource a .content-holder .download {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  color: #000;
  position: absolute;
  bottom: 20px;
}

@media (min-width: 2000px) {
  .hero-section-wrapper {
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
  .who-apply-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
  .what-looking-wrapper .image-text-grid .image-info-holder {
    max-height: 100vh;
  }
}
@media (max-width: 991px) {
  ._limage_rtext .row {
    row-gap: 48px;
    flex-direction: column-reverse;
  }
  ._limage_rtext .col-6 {
    padding: 0 16px;
    width: 100%;
    flex: unset;
    max-width: unset;
  }
  ._limage_rtext ._imageCol {
    padding-right: 0;
    padding-left: 0;
  }
  ._limage_rtext ._contentCol {
    padding-left: 16px;
  }
  .recognition-wrapper .rewards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .what-looking-wrapper .image-text-grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
  }
  .what-looking-wrapper .image-text-grid .image-info-holder {
    max-height: unset;
    overflow: unset;
  }
  .judges-panel-wrapper .judges-grid-holder {
    grid-template-columns: repeat(3, 1fr);
  }
  .cpl-resources-wrapper .resources-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cpl-resources-wrapper .resources-grid .single-resource a .img-holder img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 100%;
  }
  .what-looking-wrapper .image-text-grid .text-holder {
    padding-bottom: 40px;
  }
  .what-looking-wrapper .image-text-grid .image-info-holder .inner {
    padding-top: 40px;
  }
}
@media (max-width: 576px) {
  .cpl-resources-wrapper .resources-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .cta-main-wrapper .cta-inner .link-holder {
    width: 100%;
  }
  .cta-main-wrapper .cta-inner .text-holder {
    width: 100%;
  }
  .cta-main-wrapper .cta-inner {
    flex-direction: column;
    row-gap: 30px;
  }
  .judges-panel-wrapper .judges-grid-holder {
    grid-template-columns: repeat(1, 1fr);
  }
  .btn-secondary {
    width: 100%;
  }
  .recognition-wrapper .rewards-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .hero-section-wrapper {
    padding: 200px 0px 340px 0px;
    background-size: auto 260px;
    background-position: bottom;
  }
  .hero-section-wrapper .hero-inner .logo-holder {
    top: -110px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
  .hero-section-wrapper .hero-inner .info-holder h1 {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-align: center;
  }
  .hero-section-wrapper .hero-inner .info-holder p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    text-align: center;
  }
  .btn-primary {
    width: 100%;
  }
  ._limage_rtext {
    padding: 80px 0px 40px 0px;
  }
  .recognition-wrapper {
    padding: 40px 0px;
  }
  .form-wrapper {
    padding: 50px 0px;
  }
  .cpl-resources-wrapper {
    padding: 50px 0px;
  }
  .cta-main-wrapper .cta-inner .btns-holder,
  .who-apply-wrapper .apply-inner .btns-holder,
  .hero-section-wrapper .hero-inner .info-holder .buttons-holder {
    flex-direction: column;
    row-gap: 20px;
  }
  .download-btn {
    width: 100%;
    justify-content: space-between;
  }
  .hero-section-wrapper .hero-inner .info-holder img {
    display: flex;
    justify-self: center;
  }
}/*# sourceMappingURL=style.css.map */