.hero-section-for-how-to-enter {
  height: 100vh;
  background: url("../img/how-to-enter/how-to-enter-bg.webp") no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.overlay {
  
  position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: -1px;
    left: -1px;
    overflow: hidden;
    mix-blend-mode: multiply;
}

.overlay svg {
  width: 100%;
  height: 100%;
}

.play-button .play-triangle {
  width: 0;
  height: 0;
  border-left: 12px solid white;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin-left: 4px;
}

.scroll-down-arrow i {
  font-size: 2rem;
  animation: bounceDown 2s infinite;
  color: #fff;
}

/* Bounce animation */
@keyframes bounceDown {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(10px);
  }
  60% {
    transform: translateY(5px);
  }
}
.scroll-down-arrow {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent !important;
  border: none;
  cursor: pointer;
  z-index: 4;
  outline: none;
}
.scroll-down-arrow svg {
  height: 6.2rem;
  width: 6.2rem;
  position: relative;
  right: 0.7rem;
}

.scroll-down-arrow path {
  fill: #fff;
  opacity: 0.6;
}

.is-style-capitalized {
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.hero-title {
  color: #9dceff;
  text-align: center;
  margin: 0;
  margin-bottom: 2rem;
  font-weight: 300;
  font-size: 5.8rem;
}
.hero-title-p {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.73;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
.entry-process {
  background-color: #111;
  padding: 7rem 5rem;
}
.entry-process .step-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(32.8rem, auto);
  grid-gap: 2.8rem 5rem;
}
.entry-process .step-container .step {
  background-color: #000;
  position: relative;
  transition: all 0.2s;
  border: dashed 1px #262626;
}

.entry-process .step-container .step a {
  background-color: #000;
  padding: 3rem 2.5rem;
  position: absolute;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.entry-process .step-container .step .arrow svg {
  position: absolute;
  right: -2rem;
  top: 3.2rem;
  width: 3.2rem;
  height: 3.2rem;
}

.entry-process .step-container .step .arrow svg path {
  fill: #656565;
}

.entry-process .step-container .step h4 {
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  transition: all 0.2s;
}

.entry-process .step-container .step p {
  font-size: 1.5rem;
  color: #fff;
  line-height: 2.6rem;
}

.entry-process .step-container .step:nth-child(4) .arrow svg {
  position: absolute;
  right: 2.5rem;
  bottom: -2rem;
  top: auto;
  transform: rotate(90deg);
}
.entry-process .step-container .step:nth-child(5) {
  order: 8;
}
body > section.entry-process > div > div:nth-child(5) > a > div > svg {
  position: absolute;
  right: auto;
  left: -2rem;
  transform: rotate(180deg);
}
.entry-process .step-container .step:nth-child(6) .arrow svg,
.entry-process-block .container .step-container .step:nth-child(7) .arrow svg,
.entry-process-block .container .step-container .step:nth-child(5) .arrow svg,
body > section.entry-process > div > div:nth-child(8) > a > div > svg,
body > section.entry-process > div > div:nth-child(7) > a > div > svg {
  position: absolute;
  right: auto;
  left: -2rem;
  transform: rotate(180deg);
}

body > section.entry-process > div > div:nth-child(6) > a > div > svg {
  display: none;
}

.entry-process .large-title {
  color: #9dceff;
  text-align: center;
  margin: 0;
  margin-bottom: 3rem;
  font-weight: 300;
  font-size: 3.2rem;
}

.entry-types-section {
  background-color: #000;
}
.entry-types-block .container {
  padding: 6rem 0;
}
.entry-types-section p {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.73;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #fff;
}

.entry-types-block .container .block-header {
  text-align: center;
  margin-bottom: 8rem;
}
.large-title,
h2 {
  font-weight: 300;
  font-size: 3.2rem;
  color: #9dceff;
  margin: 0;
}
.entry-types-block .container .type-container {
  display: -webkit-box;
  display: flex;
  padding: 0 2rem;
 /* min-height: 72rem;*/
  -webkit-box-pack: center;
  justify-content: center;
}
.entry-types-block .container .type-container .type:nth-child(1) {
  background-image: url(https://propertyawards.net/nitropack_static/PAaFpkOYTZSOHfaKEawEwxYASWaUFuOq/assets/images/optimized/rev-e12f2a3/propertyawards.net/wp-content/themes/ipa/assets/images/emblem-dragon.png);
  background-size: cover;
}
.entry-types-block .container .type-container .header {
  min-height: 10.9rem;
  background-color: #262626;
  padding: 0 3rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
}
.entry-types-block .container .type-container .header p.cost {
  color: #a0e79c;
  font-size: 1.8rem;
}
.entry-types-block .container .type-container .header p {
  font-weight: bold;
  line-height: 1.44;
  font-size: 2.1rem;
  color: #fff;
  padding: 0;
  margin: 0;
}
.entry-types-block .container .type-container ul {
  padding: 0;
  padding-right: 3rem;
  padding-left: 7rem;
  list-style: none;
}
.entry-types-block .container .type-container ul li {
  font-size: 1.5rem;
  color: #fff;
  margin-top: 2.8rem;
  line-height: 1.73;
  position: relative;
}
.is-style-ticks li:after,
.list-ticks li:after {
  content: "";
  background: url('../img/tick-double-col.svg');
  position: absolute;
  top: 0;
  left: -4rem;
  width: 2.4rem;
  height: 2.4rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.entry-types-block .container .type-container p {
  padding-right: 3rem;
  padding-left: 7rem;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.73;
  margin-top: 2.8rem;
}

.entry-types-block .container .type-container .type:nth-child(2) {
  position: relative;
  background-image: url(https://propertyawards.net/nitropack_static/PAaFpkOYTZSOHfaKEawEwxYASWaUFuOq/assets/images/optimized/rev-e12f2a3/propertyawards.net/wp-content/themes/ipa/assets/images/emblem-lion.png);
  background-size: cover;
}
.entry-types-block .container .type-container .type {
  width: 33%;
  max-width: 30.3rem;
  margin: 0 6.2rem;
  background-color: #111;
  border: solid 1px #262626;
}
.entry-types-block .container .type-container .list-ticks,
.entry-types-block .container .type-container .list-dots {
  padding-top: 0 !important;
}
.entry-types-block .container .type-container .header {
  min-height: 10.9rem;
  background-color: #262626;
  padding: 0 3rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
}
.is-style-ticks,
.list-ticks {
  list-style: none;
  list-style-type: none !important;
}
.entry-types-block .container .type-container .header p {
  font-weight: bold;
  line-height: 1.44;
  font-size: 2.1rem;
  color: #fff;
  padding: 0;
  margin: 0;
}
.entry-types-block .container .type-container .header p.cost {
  color: #a0e79c;
  font-size: 1.8rem;
}
.entry-types-block .container .type-container .header p {
  font-weight: bold;
  line-height: 1.44;
  font-size: 2.1rem;
  color: #fff;
  padding: 0;
  margin: 0;
}
.entry-types-block .container .type-container .header svg {
  position: absolute;
  left: -49px;
  height: 100%;
  top: -1px;
}
.entry-types-block .container .type-container ul {
  padding: 0;
  padding-right: 3rem;
  padding-left: 7rem;
  list-style: none;
}
.entry-types-block .container .type-container ul li {
  font-size: 1.5rem;
  color: #fff;
  margin-top: 2.8rem;
  line-height: 1.73;
}
.entry-types-block .container .type-container strong {
  font-weight: bold;
}
.entry-types-block .container .type-container .type:nth-child(2):after {
  content: "POPULAR";
  width: 100%;
  height: 3.2rem;
  background-color: #a0e79c;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
  letter-spacing: 8px;
  position: absolute;
  top: -3.2rem;
}

.entry-types-section .slide-btn::after {
  z-index: 1 !important;
}

.video1-left p {
  line-height: 1.73;
  font-size: 1.5rem;
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  font-weight: 300;
}

body > div:nth-child(2) > div:nth-child(2) > section > div > div:nth-child(7) > a > div > svg,
body > div:nth-child(2) > div:nth-child(2) > section > div > div:nth-child(5) > a > div > svg 
body > div:nth-child(2) > div:nth-child(2) > section > div > div:nth-child(6) > a > div > svg,body > div:nth-child(2) > div:nth-child(2) > section > div > div:nth-child(5) > a > div > svg {
    position: absolute;
  right: auto;
  left: -2rem;
  transform: rotate(180deg);
}

body > div:nth-child(2) > div:nth-child(2) > section > div > div:nth-child(8) > a > div > svg{
    display: none;
}
body > div:nth-child(2) > div:nth-child(2) > section > div > div:nth-child(6) {
    order: 7;
}
body > div:nth-child(2) > div:nth-child(2) > section > div > div:nth-child(8) {
    order: 5;
}
body > div:nth-child(2) > div:nth-child(2) > section > div > div:nth-child(7) {
    order: 6;
}
#block_8de795ba922b5f48b8654bca36c6cceb > div > div.type-container > div:nth-child(2) > li:after {
    content: unset!important;
}
.entry-types-block .slide-btn {
    text-transform: uppercase!important;
}
@media (max-width: 765px) {
    body > div:nth-child(2) > section.hero-section-for-how-to-enter.d-flex.align-items-center.justify-content-center.text-center.text-white > div.container.position-relative.title-container > div {
        width: 100%!important;
    }
    .entry-types-block .container .type-container {
        display: block!important;
    }
    .entry-types-block .container .type-container .type {
        margin: 0!important;
        margin-bottom: 6rem!important;
    }
}