
body.home .jumbotron {
    margin-bottom: 2rem;
    background: transparent;
    border-radius: 0;
}
body.home .jumbotron-content {
    display: none;
}
.welcome {
  position: relative;
}
@media (max-width: 991px) {
    .welcome {
        padding-bottom: 40px;
    }
}
.welcome:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1920px;
  height: 1374px;
  background: url(../../../assets/img/welcome/bg.webp) no-repeat center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  z-index: -1;
          transform: translateX(-50%) translateY(-50%);
}
.wrap-welcome .jumbotron {
  background: none;
  margin-bottom: 0;
}

.wrap-home {
  padding: 8.75rem 0;
  position: relative;
  background: url(../../../assets/img/desktop-bg.jpg), #121633;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  -webkit-border-radius: 18.75rem;
     -moz-border-radius: 18.75rem;
          border-radius: 18.75rem;
}
@media (max-width: 1600px) {
    .wrap-home {
        border-radius: 7rem;
    }
}
@media (max-width: 1199px) {
  .wrap-home {
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    padding: 44px 0;
  }
}
.wrap-home:after {
  content: "";
  position: absolute;
  top: -webkit-calc(100% - 300px);
  top: -moz-calc(100% - 300px);
  top: calc(100% - 300px);
  left: 50%;
  width: 1920px;
  height: 1499px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../../../assets/img/welcome/bg-footer.jpg) no-repeat bottom center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  z-index: -1;
}

.welcome h1, .welcome .h1 {
  margin: 0;
}
.welcome h2, .welcome .h2 {
  color: #F90079;
  margin: 0 0 1.5rem;
}
.welcome-quote {
  padding-right: 5rem;
  padding-left: 3.75rem;
  max-width: 626px;
  position: relative;
  margin-bottom: 2.5rem;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (max-width: 1199px) {
  .welcome-quote {
    padding-right: 44px;
    padding-left: 44px;
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 20px;
  }
}
.welcome-quote:before, .welcome-quote:after {
  content: "";
  position: absolute;
  width: 3.75rem;
  height: 2.5rem;
  background: url(../../../assets/img/welcome/quote.svg) no-repeat center;
  -webkit-background-size: 3.625rem 3.625rem;
     -moz-background-size: 3.625rem;
          background-size: 3.625rem;
}
@media (max-width: 1199px) {
  .welcome-quote:before, .welcome-quote:after {
    width: 40px;
    height: 30px;
    -webkit-background-size: 26px 26px;
       -moz-background-size: 26px;
            background-size: 26px;
  }
}
.welcome-quote:before {
  top: 0;
  right: 0;
}
.welcome-quote:after {
  left: 0;
  bottom: 0;
}
.welcome-text {
  padding: 2.5rem;
  background: #F1F1F1;
  -webkit-border-radius: 1.875rem;
     -moz-border-radius: 1.875rem;
          border-radius: 1.875rem;
  margin-bottom: 2.5rem;
  color: #20275B;
}
@media (max-width: 1199px) {
  .welcome-text {
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    padding: 20px;
    font-size: 14px;
  }
}
.welcome-info {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 2rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 3.75rem;
}
@media (max-width: 1199px) {
  .welcome-info {
    margin-left: 14px;
    font-size: 14px;
    line-height: 20px;
  }
}
.welcome-write {
  position: relative;
}
.welcome-write img {
  width: 10.25rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .welcome-write img {
    width: 112px;
  }
}
.welcome-write:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4.375rem;
  height: 5rem;
  background: url(../../../assets/img/welcome/write-bg.svg) no-repeat center;
  -webkit-background-size: contain;
     -moz-background-size: contain;
          background-size: contain;
  margin-top: -2.5rem;
  margin-left: -2.1875rem;
}
.welcome-img {
  position: relative;
  text-align: left;
}
@media (max-width: 1199px) {
  .welcome-img {
    text-align: center;
  }
}
.welcome-img:before {
  content: "";
  position: absolute;
  top: 5rem;
  right: 7.5rem;
  left: -1000px;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#F90079), color-stop(74.7%, rgba(249, 0, 121, 0)));
  background: -webkit-linear-gradient(top, #F90079 0%, rgba(249, 0, 121, 0) 74.7%);
  background: -moz-linear-gradient(top, #F90079 0%, rgba(249, 0, 121, 0) 74.7%);
  background: -o-linear-gradient(top, #F90079 0%, rgba(249, 0, 121, 0) 74.7%);
  background: linear-gradient(180deg, #F90079 0%, rgba(249, 0, 121, 0) 74.7%);
  -webkit-border-radius: 0px 90px 0px 0px;
     -moz-border-radius: 0px 90px 0px 0px;
          border-radius: 0px 90px 0px 0px;
}
.welcome-img img {
  width: 41.25rem;
  position: relative;
  z-index: 1;
  
}
@media (max-width: 1199px) {
  .welcome-img img {
    width: 284px;
    margin: 0 auto;
    display: block;
    object-fit: contain;
    height: auto;
  }
}


@media (max-width: 767px) {
 .welcome-img img {
    width: 100%;
 }
}