#welcome {
  overflow: hidden;
  position: relative;
  background-color: var(--color-secondary);
}
#welcome .ms-wrapper-section {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: var(--max-size);
  z-index: 1;
}
#welcome .ms-wrapper-section .ms-title {
  line-height: 1.2;
  text-align: center;
  font-weight: var(--bold);
  color: var(--color-white);
  font-size: clamp(2.5rem, 1.5912rem + 3.888vw, 5.625rem);
}
#welcome .ms-wrapper-section .ms-title span {
  opacity: 0;
  display: block;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
#welcome .ms-wrapper-section .ms-title span:nth-child(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#welcome .ms-wrapper-section .ms-title span:nth-child(2) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#welcome .ms-cover {
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
#welcome .ms-cover picture {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
#welcome .ms-cover picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  #welcome {
    height: 550px;
  }
  #welcome .ms-wrapper-section {
    height: 550px;
    min-height: auto;
  }
  #welcome .ms-wrapper-section .ms-title {
    margin-top: 100px;
  }
  #welcome .ms-cover picture img {
    -o-object-position: top;
       object-position: top;
  }
}
#welcome .ms-float-image {
  position: absolute;
  bottom: -90px;
  right: 0;
  z-index: 2;
  pointer-events: none;
  display: none;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  /*@media screen and (min-width: 1600px){
    img{
      max-width: 100%;
    }
  }*/
}
#welcome .ms-float-image img {
  width: auto;
  height: auto;
  max-width: 20%;
}
@media screen and (min-width: 1024px) {
  #welcome .ms-float-image {
    display: inline-block;
  }
  #welcome .ms-float-image img {
    max-width: 100%;
  }
}
#welcome.ms-loaded-animate .ms-wrapper-section .ms-title span {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#welcome.ms-loaded-animate .ms-float-image {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#actions {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #202945;
}
#actions .ms-wrapper-section {
  width: 90%;
  margin: 0 auto;
  max-width: 1520px;
}
@media (max-width: 639px) {
  #actions .ms-wrapper-section {
    padding: 40px 0;
  }
}
#actions .ms-wrapper-section .ms-list {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1330px) {
  #actions .ms-wrapper-section .ms-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#actions .ms-wrapper-section .ms-list .ms-item {
  padding: 0 15px;
  margin: 5px 0;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
#actions .ms-wrapper-section .ms-list .ms-item:nth-child(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#actions .ms-wrapper-section .ms-list .ms-item:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#actions .ms-wrapper-section .ms-list .ms-item:nth-child(3) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#actions .ms-wrapper-section .ms-list .ms-item:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#actions .ms-wrapper-section .ms-list .ms-item:nth-child(5) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
#actions .ms-wrapper-section .ms-list .ms-item .ms-link {
  padding: 5px 20px;
  border-radius: 50px;
  text-transform: uppercase;
  border: 1px solid var(--color-white);
  font-size: clamp(1rem, 0.8909rem + 0.4666vw, 1.375rem);
  color: var(--color-white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}
#actions .ms-wrapper-section .ms-list .ms-item .ms-link.active, #actions .ms-wrapper-section .ms-list .ms-item .ms-link:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
}
#actions.ms-loaded-animate .ms-wrapper-section .ms-list .ms-item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#page_detail {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #202945;
}
#page_detail .ms-wrapper-section {
  width: 90%;
  z-index: 1;
  margin: 0 auto;
  max-width: 1520px;
  position: relative;
  padding: 30px 0 80px 0;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#page_detail .ms-wrapper-section .ms-paragraph h1, #page_detail .ms-wrapper-section .ms-paragraph h2, #page_detail .ms-wrapper-section .ms-paragraph h3, #page_detail .ms-wrapper-section .ms-paragraph h4, #page_detail .ms-wrapper-section .ms-paragraph p, #page_detail .ms-wrapper-section .ms-paragraph ul, #page_detail .ms-wrapper-section .ms-paragraph ol, #page_detail .ms-wrapper-section .ms-paragraph li, #page_detail .ms-wrapper-section .ms-paragraph a {
  all: revert;
  font-size: clamp(1rem, 0.8546rem + 0.6221vw, 1.5rem);
  color: var(--color-white);
}
#page_detail .ms-wrapper-section .ms-paragraph p {
  margin: 20px 0;
}
#page_detail .ms-wrapper-section .ms-wrapper-btn {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  #page_detail .ms-wrapper-section {
    padding-bottom: 200px;
    padding-top: 80px;
  }
}
@media screen and (min-width: 1330px) {
  #page_detail .ms-wrapper-section .ms-paragraph p {
    margin: 30px 0;
  }
  #page_detail .ms-wrapper-section .ms-wrapper-btn {
    margin-top: 60px;
  }
}
#page_detail.ms-loaded-animate .ms-wrapper-section {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#page_detail:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(transparent));
  background: linear-gradient(to top, #000000, transparent);
  z-index: 0;
  pointer-events: none !important;
}