/** Shopify CDN: Minification failed

Line 10:19 Expected ":"

**/
.choose-your-stage__img {
  position: relative;
}
.section-choose-your-stage{
  padding: 20px 0;Q
}
.choose-your-stage-content {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 13%;
  padding: 0 75px;
}
.section-choose-your-stage__title h2{
  background-clip: text;
  color: transparent;
  font-family: Montserrat;
  font-size: 33.54px;
  font-weight: 700;
  line-height: 40.88px;
  margin: 0;
  padding-bottom: 25px;
}
.section-choose-your-stage__desc p{
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.07px;
}
.choose-your-stage-block_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 65px;
}
.choose-your-stage-block_content .choose-your-stage-block-title{
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.5px;
  text-align: center;
  margin: 0;
  padding: 16px 0 5px 0;
}
.choose-your-stage-block-btn{
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.5px;
  text-align: center;
  border-bottom: 1px solid #2EA1FF;
  color: #2EA1FF;
}
.choose-your-stage-block__btn {
  text-align: center;
}
.section-choose-your-stage__title {
    width: 100%;
    max-width: fit-content;
}
.choose-your-stage-banner__img-wrapper img{
  border-radius:20px;
}
.choose-your-stage-block_img img{
    border-radius:11px;
}
@media screen and (min-width: 1024px) {
  .choose-your-stage-banner__img-wrapper img{
    height: 100%; 
    max-height: 556px;
    object-fit: cover;
    object-position: top right;
  }
}  
@media (min-width: 981px) and (max-width: 1280px) {
  .choose-your-stage-block_wrap {
    gap: 20px;
    margin-top: 45px;
  }
}
@media (min-width: 769px) and (max-width: 980px) {
  .choose-your-stage-block_wrap {
    gap: 20px;
    margin-top: 45px;
  }
  .choose-your-stage-content {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 10%;
    padding: 0 35px;
  }
}
@media (max-width: 768px) {
  .choose-your-stage-content {
    top: 40px;
    bottom: 0;
    padding: 0 25px;
  }
  .choose-your-stage-block_wrap {
    margin-top: 25px;
  }
}
@media (min-width: 481px) and (max-width: 650px) {
  .choose-your-stage-block_img img{
    width: 100%;
  }
  .choose-your-stage-block {
    width: 100%;
    max-width: 30%;
  }
  .choose-your-stage-block_wrap {
    justify-content: flex-start;
    gap: 20px;
  }
  .choose-your-stage-block_content .choose-your-stage-block-title {
    font-size: 14px;
    line-height: 17.5px;
    padding: 14px 0 5px 0;
  }
  .choose-your-stage-block-btn {
    font-size: 12px;
    line-height: 15.5px;
    color: #2EA1FF;
  }
  .choose-your-stage-content {
    top: 25px;
  }
  .section-choose-your-stage__desc p br{
    display: none;
  }
}
@media (max-width: 480px) {
  .choose-your-stage-content {
    top: 40px;
    bottom: 0;
    padding: 0 25px;
  }
  .section-choose-your-stage__desc p br{
    display: none;
  }
  .choose-your-stage-block_wrap {
    justify-content: center;
    margin-top: 25px;
  }
  .choose-your-stage-block_img img{
    border-radius:9px;
  }
}
.custom-visibility-sm {
  display: none;
}
.custom-visibility-md {
  display: none;
}
.custom-visibility-lg {
  display: none;
}
.custom-visibility-xl {
  display: none;
}
@media (max-width: 480px) {
  .custom-visibility-sm {
    display: block;
  }
  .new-image-banner__text h2 br{
      display: none;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .custom-visibility-md {
    display: block;
  }
}
@media (min-width: 769px) and (max-width: 1280px) {
  .custom-visibility-lg {
    display: block;
  }
}
@media (min-width: 1281px) {
  .custom-visibility-xl {
    display: block;
  }
}