@font-face {
    font-family: 'Montserrat';
    src: url('/css/fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {	
	font-family: 'Montserrat';
    src: url('/css/fonts/Montserrat-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {	
	font-family: 'Montserrat';
    src: url('/css/fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {	
	font-family: 'Montserrat';
    src: url('/css/fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1.5;
  font-family: "Montserrat", Arial, "STHeitiTC", "Microsoft JhengHei", helvetica, sans-serif;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}
a.underline:hover{
	text-decoration: underline;
}
img,
video {
  max-width: 100%;
  height: auto;
}

:where(h1, h2, h3, h4, h5, h6) {
  margin-top: 2em;
  margin-bottom: 14px;
  line-height: 1.2;
}
:where(h1, h2, h3, h4, h5, h6) + :where(h1, h2, h3, h4, h5, h6) {
  margin-top: 0;
}
:where(h1, h2, h3, h4, h5, h6):first-child {
  margin-top: 0;
}
:where(h1, h2, h3, h4, h5, h6):last-child {
  margin-bottom: 0;
}

p,
.p {
  display: block;
  margin-bottom: 1.5em;
  line-height: 1.75;
}
p:last-child,
.p:last-child {
  margin-bottom: 0;
}

.body-20a {
  padding-top: 125px;
}
@media screen and (max-width: 991px) {
  .body-20a {
    padding-top: 104px;
  }
}
@media screen and (max-width: 767px) {
  .body-20a {
    padding-top: 94px;
  }
}
@media screen and (max-width: 479px) {
  .body-20a {
    padding-top: 80px;
  }
}

.a11y-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.wrapper {
  max-width: 1600px;
  padding: 0 100px;
  margin: 0 auto;
}
@media screen and (max-width: 1439px) {
  .wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 991px) {
  .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: -1.5px;
}


.title {
  display: block;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .title {
    font-size: 2.375rem;
  }
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 560px) {
  .title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 479px) {
  .title {
    font-size: 1.5rem;
  }
}
.title--18 {
  font-size: 1.125rem;
}
@media screen and (max-width: 560px) {
  .title--18 {
    font-size: 1rem;
  }
}
.title--20 {
  font-size: 1.25rem;
}
@media screen and (max-width: 560px) {
  .title--20 {
    font-size: 1.125rem;
  }
}
.title--24 {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .title--24 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 560px) {
  .title--24 {
    font-size: 1.25rem;
  }
}
.title--30 {
  font-size: 1.875rem;
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .title--30 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .title--30 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 560px) {
  .title--30 {
    font-size: 1.375rem;
  }
}
.title--40 {
  font-size: 2.5rem;
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .title--40 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .title--40 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 560px) {
  .title--40 {
    font-size: 1.5rem;
  }
}
.title--50 {
  font-size: 3.125rem;
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .title--50 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .title--50 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 560px) {
  .title--50 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 479px) {
  .title--50 {
    font-size: 1.5rem;
  }
}
.title--70 {
  font-size: 4rem;
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .title--70 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .title--70 {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 560px) {
  .title--70 {
    font-size: 2.375rem;
  }
}
@media screen and (max-width: 479px) {
  .title--70 {
    font-size: 2rem;
  }
}
.title--116 {
  font-size: 7.25rem;
}
@media screen and (max-width: 1439px) {
  .title--116 {
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .title--116 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .title--116 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 479px) {
  .title--116 {
    font-size: 2.375rem;
  }
}
.title--138 {
  font-size: 6.5rem;
}
.landing-portfo__title .title--138 {
		letter-spacing: -7px;
}
@media screen and (max-width: 1439px) {
  .title--138 {
    font-size: 6.125rem;
  } 
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .title--138 {
    font-size: 4.25rem;
  }
}
@media screen and (max-width: 767px) {
  .title--138 {
    font-size: 3.625rem;
  }
.landing-portfo__title .title--138 {
		letter-spacing: 0px;
}  
}
@media screen and (max-width: 479px) {
  .title--138 {
    font-size: 3rem;
  }
}

.fix--12 {
  font-size: 0.75rem;
}
.fix--14 {
  font-size: 0.875rem;
}

.normal {
  font-weight: normal;
}

.medium {
  font-weight: 500;
}

b,
.bold {
  font-weight: bold;
}

.color-white {
  color: #fff;
}

.color-purple {
  color: #614989;
}

.color-light-purple {
  color: #9E76B4;
}

.color-dark-purple {
  color: #3B2C65;
}

.text-center {
  text-align: center;
}

/* Margin Start */
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-auto {
  margin-top: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

/* Margin End */
.link {
  opacity: 0.8;
  -webkit-transition: 0.3s ease opacity, 0.3s ease color;
  transition: 0.3s ease opacity, 0.3s ease color;
}
.link:hover {
  color: #614989;
  opacity: 1;
}

.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #614989;
  gap: 14px;
  font-weight: normal;
  -webkit-transition: 0.3s ease color, 0.3s ease gap, 0.3s ease padding;
  transition: 0.3s ease color, 0.3s ease gap, 0.3s ease padding;
}
.btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2em;
  height: 2em;
  min-width: 38px;
  min-height: 38px;
  border-radius: 50px;
  background-color: #614989;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease width;
  transition: 0.3s ease width;
}
.btn b,
.btn span {
  position: relative;
  z-index: 2;
}
.btn__icon {
  width: 2em;
  height: 2em;
  min-width: 38px;
  min-height: 38px;
  background: url(/-/media/laml/20a/images/icon-arrow.svg) center/20% auto no-repeat;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.btn__icon--download {
  background-image: url(/-/media/laml/20a/images/icon-download.svg);
  background-size: 30% auto;
}
.btn__icon--external {
  background-image: url(/-/media/laml/20a/images/icon-external.svg);
  background-size: 30% auto;
}
.btn--white .btn__icon--external {
  background-image: url(/-/media/laml/20a/images/icon-external-purple.svg);
  background-size: 30% auto;
}
:where(a, button):hover .btn, .btn:hover {
  color: #fff;
  gap: 0;
  padding-left: 14px;
}
:where(a, button):hover .btn:after, .btn:hover:after {
  width: 100%;
}
.btn--white {
  color: #fff;
}
.btn--white:after {
  background-color: #fff;
}
.btn--white:hover {
  color: #614989;
}
.btn--white .btn__icon {
  -webkit-filter: none;
          filter: none;
}

.circle-btn {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50px;
  background-color: #fff;
  -webkit-transition: 0.3s ease background-color;
  transition: 0.3s ease background-color;
}
.circle-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(/-/media/laml/20a/images/icon-plus.svg) center/21% auto no-repeat;
  -webkit-transition: 0.3s ease filter;
  transition: 0.3s ease filter;
}
:where(a, button):hover .circle-btn, .circle-btn:hover {
  background-color: #614989;
}
:where(a, button):hover .circle-btn:before, .circle-btn:hover:before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.circle-btn--l {
  width: 56px;
  height: 56px;
}
@media screen and (max-width: 767px) {
  .circle-btn--l {
    width: 48px;
    height: 48px;
  }
}
.circle-btn--xl {
  width: 98px;
  height: 98px;
}
@media screen and (max-width: 767px) {
  .circle-btn--xl {
    width: 68px;
    height: 68px;
  }
}
.circle-btn--play:before {
  background-image: url(/-/media/laml/20a/images/icon-play.svg);
  background-size: 20% auto;
  background-position: 55% center;
}
.circle-btn--menu {
  margin-top: -30px;
  margin-bottom: -30px;
}
.circle-btn--menu:before, .circle-btn--menu:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 20%;
  display: block;
  width: 60%;
  height: 2px;
  background: #614989;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: 0.3s ease transform, 0.3s ease width, 0.3s ease background-color;
  transition: 0.3s ease transform, 0.3s ease width, 0.3s ease background-color;
}
.circle-btn--menu:after {
  width: 45%;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}
.circle-btn--menu:hover:before, .circle-btn--menu:hover:after {
  background-color: #fff;
}
.body-20a:not(.landing) .circle-btn--menu:hover, .header-menu-open .circle-btn--menu:hover, .header-floating .circle-btn--menu:hover {
  background: transparent;
}
.body-20a:not(.landing) .circle-btn--menu:hover:before, .body-20a:not(.landing) .circle-btn--menu:hover:after, .header-menu-open .circle-btn--menu:hover:before, .header-menu-open .circle-btn--menu:hover:after, .header-floating .circle-btn--menu:hover:before, .header-floating .circle-btn--menu:hover:after {
  background-color: #9E76B4;
  -webkit-filter: none;
          filter: none;
}
.circle-btn--menu.active {
  background: transparent;
}
.circle-btn--menu.active:before, .circle-btn--menu.active:after {
  background-color: #9E76B4;
  -webkit-filter: none;
          filter: none;
}
.circle-btn--menu.active:before {
  -webkit-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
.circle-btn--menu.active:after {
  width: 60%;
  -webkit-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

.collapse__item {
  position: relative;
}
.collapse__content {
  display: none;
}
:where(.collapse--dropdown) .collapse__content {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}

.stories-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .stories-card {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  .stories-card {
    gap: 14px;
  }
}
.stories-card__item {
  position: relative;
  display: block;
  width: calc(33.3333333333% - 10px);
  overflow: hidden;
}
@media screen and (min-width: 992px) and (min-height: 701px) {
  .landing .stories-card__item {
    width: 370px;
    max-width: min(100%, 50vh);
  }
}
@media screen and (max-width: 767px) {
  .stories-card__item {
    width: calc(50% - 7px);
  }
}
@media screen and (max-width: 479px) {
  .stories-card__item {
    width: 100%;
  }
}
a.stories-card__item:hover .stories-card__img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.stories-card__img {
  display: block;
  width: 100%;
  padding-bottom: 166%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 1s ease transform;
  transition: 1s ease transform;
}
.stories-card__img--1x1 {
  padding-bottom: 100%;
}
.stories-card__bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 28px 34px;
  gap: 28px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
@media screen and (max-width: 991px) {
  .stories-card__bottom {
    padding: 24px;
    gap: 12px;
  }
}
@media screen and (max-width: 479px) {
  .stories-card__bottom {
    padding: 14px;
  }
}

.two-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
  gap: 38px;
}
@media screen and (max-width: 991px) {
  .two-blk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.two-blk--max-1200 {
  width: 1200px;
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .two-blk--max-1200 {
    width: 100%;
    max-width: 1200px;
  }
}
.two-blk--max-700 {
  width: 700px;
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .two-blk--max-700 {
    width: 100%;
    max-width: 700px;
  }
}
@media screen and (min-width: 992px) {
  .two-blk--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.two-blk--col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 28px;
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .two-blk--col {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.two-blk--col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 28px;
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .two-blk--col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.two-blk__img {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .two-blk__img {
    width: 100%;
    max-width: 560px;
  }
}
:where(.two-blk--col, .two-blk--col-reverse) .two-blk__img {
  width: 100%;
}
.two-blk__img--max-560 {
  max-width: 560px;
}
.two-blk__img--max-480 {
  max-width: 480px;
}
.two-blk__img img {
  display: block;
  width: 100%;
}
.two-blk__textarea {
  width: 50%;
  padding: 0 38px;
}
@media screen and (max-width: 991px) {
  .two-blk__textarea {
    width: 100%;
    padding: 0;
  }
}
:where(.two-blk--col, .two-blk--col-reverse) .two-blk__textarea {
  width: 100%;
  padding: 0;
}

.full-textarea {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.full-textarea .community_img{
	max-width: 85%;
	margin: 20px auto;
	display: block;
}

@media screen and (min-width: 992px) and (min-height: 701px) {
  .landing .full-textarea {
    width: 1300px;
  }
  .landing .full-textarea--max-1024 {
    width: 1024px;
  }
}
.full-textarea__bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
  -webkit-transition: 1s ease transform;
  transition: 1s ease transform;
}
:where(a, button):hover .full-textarea__bg {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.full-textarea .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.full-textarea__desc {
  display: block;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .full-textarea__desc {
    width: 100%;
    max-width: 800px;
  }
}
.full-textarea--max-1024 .full-textarea__desc {
  width: 480px;
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .full-textarea--max-1024 .full-textarea__desc {
    width: 100%;
    max-width: 480px;
  }
}

.year-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 480px;
  background: url() center bottom/cover no-repeat #fff;
  overflow: hidden;
}
.year-card .img-caption{
	font-size: 0.7em;
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #000000;
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .year-card {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 340px;
    max-width: calc(100vw - 80px);
  }
}
.year-card__year {
  padding: 6px 0;
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  margin-top: 38px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .year-card__year {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.year-card__year--btm-min {
  margin-bottom: 14px;
}
.year-card__year--abs {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.year-card__title {
  position: relative;
  padding-left: 38px;
  padding-right: 38px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .year-card__title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .year-card__year + .year-card__title:not(.my-auto) {
    margin-top: 0;
  }
}
.year-card__img {
  display: block;
  width: 80%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.year-card__img--full {
  width: 100%;
  max-width: 100%;
}
.year-card__logo {
  display: block;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .year-card__logo--the-link {
    width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .year-card__logo--link-together {
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .year-card__logo--link {
    width: 88px;
  }
}
@media screen and (max-width: 767px) {
  .year-card__logo--link-am {
    width: 170px;
  }
}
.year-card__logo--link-rep {
  width: 40%;
  margin: 38px auto;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  gap: 28px 34px;
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .card {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 479px) {
  .card {
    gap: 14px;
  }
}
.card__item {
  position: relative;
  width: 440px;
  padding: 58px;
  border-radius: 30px;
  background-color: #fff;
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .card__item {
    width: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    padding: 18px;
	background-color: #efefef90;	
  }
}
/**
@media screen and (max-width: 991px), (max-height: 700px) {
  .card__item {
    width: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 38px;
  }
}**/
@media screen and (max-width: 767px) {
  .card__item {
    -webkit-box-flex: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 479px) {
  .card__item {
    width: 100%;
    padding: 28px;
  }
}
.card__item:nth-child(even) {
  top: -60px;
}
@media screen and (max-width: 767px) {
  .card__item:nth-child(even) {
    top: auto;
  }
}
.card__icon {
  display: block;
  width: 88px;
  height: 88px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left bottom;
     object-position: left bottom;
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .card__icon {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 479px) {
  .card__icon {
    width: 48px;
    height: 48px;
  }
}
.card__title {
  margin-top: 48px;
  letter-spacing: -1.5px;
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .card__title {
    margin-top: 32px;
  letter-spacing: 0;	
  }
}

.num-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 38px 58px;
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .num-blk {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    gap: 32px 38px;
  }
}
.num-blk__title {
  margin-bottom: 0;
}

.landing {
  padding-top: 0;
}
.landing__separate-bg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 108px;
  background: url(/-/media/laml/20a/images/separation-01.jpg) left center/cover no-repeat;
}
.landing__dark-purple-bg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32px;
  background: #3b2c85;
}
.landing__last-bg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 108px;
  background: url(/-/media/laml/20a/images/footer-bg.jpg) left center/cover no-repeat;
}
.landing .header {
  color: #fff;
  /* @at-root {
      .header-floating.landing .header {
          color: inherit;
      }
  } */
}
@media screen and (min-width: 992px) and (min-height: 701px) {
  .landing .header {
    display: none !important;
  }
}
.landing .header__logo--desktop {
  position: fixed;
  top: 20px;
  left: calc((100vw - 1400px) / 2);
  left: max((100vw - 1400px) / 2, 100px);
  z-index: 99;
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .landing .header__logo--desktop {
    display: none;
  }
}
.landing .header__logo img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.header-floating.landing .header__logo img {
  -webkit-filter: none;
          filter: none;
}

.landing .header__lang--desktop {
  position: fixed;
  top: 34px;
  right: calc((100vw - 1400px) / 2);
  right: max((100vw - 1400px) / 2, 100px);
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  -webkit-transition: 0.3s ease filter;
  transition: 0.3s ease filter;
  z-index: 99;
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .landing .header__lang--desktop {
    display: none;
  }
}
.landing .header__lang--desktop:hover {
  -webkit-filter: drop-shadow(0 0 14px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 14px rgba(0, 0, 0, 0.3));
}
.landing .header__lang--desktop .header__lang-btn {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s ease 0.3s border-radius, 0.3s ease 0.3s width, 0.3s ease 0.3s height, 0.3s ease color;
  transition: 0.3s ease 0.3s border-radius, 0.3s ease 0.3s width, 0.3s ease 0.3s height, 0.3s ease color;
}
.landing .header__lang--desktop .header__lang-btn:after {
  display: none;
}
.landing .header__lang--desktop .header__lang-btn._active {
  width: 88px;
  height: 40px;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.landing .header__lang--desktop .header__lang-list {
  top: 100%;
  width: 88px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.landing .header__lang-btn:after {
  border-right-color: #fff;
  border-bottom-color: #fff;
}
.header-floating.landing .header__lang-btn:after {
  border-right-color: #000;
  border-bottom-color: #000;
}

@media screen and (max-width: 991px), (max-height: 700px) {
  .landing .header__menu-btn {
    display: inline-block;
  }
}
@media screen and (min-width: 992px) and (min-height: 701px) {
  .landing .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0 0 58px;
    color: #fff;
    background: url(/-/media/laml/20a/images/footer-pattern.svg) center top/cover no-repeat;
  }
  .landing .footer .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-left: 82px;
    padding-right: 82px;
  }
  .landing .footer__logo {
    display: none;
  }
  .landing .footer__info-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    margin-bottom: 38px;
  }
  .landing .footer__info-link {
    opacity: 0.5;
  }
  .landing .footer__info-link:hover {
    opacity: 1;
    color: #fff;
  }
  .landing .footer__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 58px;
  }
  .landing .footer__related-title {
    display: none;
  }
  .landing .footer__socials {
    gap: 58px;
  }
  .landing .footer__social-logo {
    width: 32px;
    height: 32px;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
    -webkit-transition: 0.3s ease filter, 0.3s ease transform;
    transition: 0.3s ease filter, 0.3s ease transform;
  }
  .landing .footer__social-logo:hover {
    -webkit-filter: brightness(0) invert(1) drop-shadow(0 0 10px black);
            filter: brightness(0) invert(1) drop-shadow(0 0 10px black);
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .landing .footer__related-links {
    gap: 14px;
  }
  .landing .footer__related-link {
    opacity: 1;
    font-size: 1rem;
  }
  .landing .footer__related-link:hover {
    color: #fff;
    text-decoration: underline;
  }
}
@media screen and (min-width: 992px) and (min-height: 701px) {
  .landing__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    overflow-y: hidden;
  }
}
.landing__container::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.landing__container::-webkit-scrollbar-track {
  background: rgba(158, 118, 180, 0.3);
}
.landing__container::-webkit-scrollbar-thumb {
  background: #9E76B4;
  border-radius: 20px;
}
.landing__container::-webkit-scrollbar-thumb:hover {
  background: #614989;
}

/* .landing-swiper {
    height: 100vh;
    .swiper-slide {
        display: flex;
        width: auto;
        flex-shrink: 0;
    }
} */
.landing-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .landing-sec {
    -ms-flex-negative: unset;
        flex-shrink: unset;
  }
}
.landing-sec .wrapper {
  max-width: none;
  height: 100%;
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .landing-sec .wrapper {
    width: 100%;
    max-width: 1600px;
    height: auto;
    padding-top: 88px;
    padding-bottom: 88px;
  }
}
@media screen and (max-width: 767px) {
  .landing-sec .wrapper {
    padding-top: 58px;
    padding-bottom: 58px;
  }
}

.inner .two-blk {
  margin-bottom: 128px;
}
@media screen and (max-width: 991px) {
  .inner .two-blk {
    margin-top: 88px;
    margin-bottom: 88px;
  }
}
.inner .two-blk:last-child {
  margin-bottom: 0;
}

.inner-sec {
  margin-top: 88px;
  margin-bottom: 88px;
}
@media screen and (max-width: 767px) {
  .inner-sec {
    margin-top: 58px;
    margin-bottom: 58px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  color: #3B2C65;
  z-index: 99;
  -webkit-transition: 0.5s ease padding;
  transition: 0.5s ease padding;
}
.header-floating .header {
  color: #3B2C65;
  padding: 14px 0;
}
@media screen and (max-width: 991px) {
  .header-menu-open .header {
    color: #3B2C65;
    padding: 14px 0;
  }
}
.header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0);
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.5s ease transform, 0.5s ease box-shadow;
  transition: 0.5s ease transform, 0.5s ease box-shadow;
  z-index: -1;
}
.header-floating .header:before {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 991px) {
  .header-menu-open .header:before {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logo {
  position: relative;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
  z-index: 3;
}
.header__logo--hide {
  opacity: 0;
  pointer-events: none;
}
.header__logo img {
  display: block;
  width: auto;
  height: 85px;
  -webkit-transition: 0.3s height ease, 0.3s opacity ease, 0.3s -webkit-filter ease;
  transition: 0.3s height ease, 0.3s opacity ease, 0.3s -webkit-filter ease;
  transition: 0.3s height ease, 0.3s opacity ease, 0.3s filter ease;
  transition: 0.3s height ease, 0.3s opacity ease, 0.3s filter ease, 0.3s -webkit-filter ease;
}
.header-floating .header__logo img {
  -webkit-filter: none;
          filter: none;
  height: 40px;
}
.header-menu-open .header__logo img {
  -webkit-filter: none;
          filter: none;
}
@media screen and (max-width: 991px) {
  .header-menu-open .header__logo img {
    height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .header__logo img {
    height: 64px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo img {
    height: 54px;
  }
}
@media screen and (max-width: 479px) {
  .header__logo img {
    height: 40px;
  }
}
.header__right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 88px;
}
@media screen and (min-width: 992px) {
  .header__right {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    opacity: 1 !important;
  }
}
@media screen and (max-width: 991px) {
  .header__right {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    gap: 38px;
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 58px 52px;
}
@media screen and (max-width: 991px) {
  .header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.header__link {
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease color;
  transition: 0.3s ease color;
}
.header__link:hover {
  color: #9E76B4;
}
@media screen and (max-width: 991px) {
  .header__link {
    font-size: 2.125rem;
	text-align: center;
  }
}
.header__lang-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9375rem;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .header__lang-btn {
    display: none;
  }
}
.header__lang-btn:after {
  content: "";
  display: block;
  width: 0.45em;
  height: 0.45em;
  border-right: 2px #000 solid;
  border-bottom: 2px #000 solid;
  margin-top: -0.45em;
  margin-left: 4px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__lang-list {
  top: calc(100% + 10px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .header__lang-list {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.header__lang-link {
  text-align: center;
  padding: 8px 14px;
  border-bottom: 1px solid rgba(97, 73, 137, 0.1);
  -webkit-transition: 0.3s background-color ease, 0.3s color ease;
  transition: 0.3s background-color ease, 0.3s color ease;
    color: #614989;  
}
@media screen and (max-width: 991px) {
  .header__lang-link {
    border-bottom: 0;
    border-right: 1px solid rgba(97, 73, 137, 0.1);
    padding: 0 24px;
  }
  .header__lang-link:last-child {
    border-right: 0;
  }
}
.header__lang-link:hover {
  color: #fff;
  background-color: #614989;
}
@media screen and (max-width: 991px) {
  .header__lang-link:hover {
    color: #614989;
    background-color: transparent;
  }
}
.header__menu-btn {
  display: none;
}
@media screen and (min-width: 992px) {
  .header__menu-btn {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .header__menu-btn {
    display: inline-block;
  }
}

.footer {
  padding: 76px 0;
  background-color: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 58px 0;
  }
}
.footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 68px;
}
@media screen and (max-width: 767px) {
  .footer .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 58px;
  }
}
.footer__logo {
  display: inline-block;
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    display: none;
  }
}
.footer__logo img {
  display: block;
  width: 168px;
}
.footer__info-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  gap: 28px;
}
@media screen and (max-width: 767px) {
  .footer__info-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
}

.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media screen and (max-width: 991px), (max-height: 700px) {
.footer__right {
	-webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 58px;
}
}
@media screen and (max-width: 767px) {
  .footer__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 28px;
  }
}
.footer__related {
  margin-bottom: auto;
}
.footer__related-title {
  margin-bottom: 12px;
}
.footer__related-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px 20px;
}
@media screen and (max-width: 767px) {
  .footer__socials {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer__social-logo {
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  -webkit-transition: 0.3s -webkit-filter ease;
  transition: 0.3s -webkit-filter ease;
  transition: 0.3s filter ease;
  transition: 0.3s filter ease, 0.3s -webkit-filter ease;
}
.footer__social-logo:hover {
  -webkit-filter: none;
          filter: none;
}
.footer__social-logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.landing-banner {
  color: #fff;
  background: url(/-/media/laml/20a/images/banner.jpg) center/cover no-repeat;
  width: 100vw;
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .landing-banner {
    min-height: 100vh;
    background-position: 70% 50%;
  }
}
.landing-banner .wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 992px) and (min-height: 701px) {
  .landing-banner .wrapper {
	width: 100%;	  
    padding-left: calc((100vw - 1400px) / 2);
    padding-right: calc((100vw - 1400px) / 2);
    padding-left: max((100vw - 1400px) / 2, 100px);
    padding-right: max((100vw - 1400px) / 2, 100px);
  }
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .landing-banner .wrapper {
    -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;
    min-height: 560px;
  }
}
.landing-banner__title {
  margin-bottom: 0;
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .landing-banner__title {
    text-align: center;
  }
}
.landing-banner__title span {
  display: block;
}
@media screen and (min-width: 992px) and (min-height: 701px) {
  .landing-banner__title span {
    white-space: nowrap;
  }
  .landing-banner__title span:nth-child(2) {
    text-indent: 1em;
  }
}
.landing-banner__bottom {
  position: absolute;
  left: calc((100vw - 1400px) / 2);
  left: max((100vw - 1400px) / 2, 100px);
  bottom: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: min(100%, 1400px);
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .landing-banner__bottom {
    position: relative;
    left: auto;
    bottom: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 12vh;
  }
}
.landing-banner__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .landing-banner__anchor {
    display: none;
  }
}
.landing-banner__explore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-transition: 0.3s ease gap;
  transition: 0.3s ease gap;
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .landing-banner__explore:before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background: url(/-/media/laml/20a/images/icon-arrow-bottom.svg) center/contain no-repeat;
  }
  .landing-banner__explore img {
    display: none;
  }
}
.landing-banner__explore:hover {
  gap: 2px;
}

@media screen and (max-width: 991px), (max-height: 700px) {
  .landing-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.landing-intro__left {
  border-right: 38px solid #614989;
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .landing-intro__left {
    border-right: 0;
    border-bottom: 12px solid #614989;
    text-align: center;
  }
}
.landing-intro__left .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 992px) and (min-height: 701px) {
  .landing-intro__left .wrapper {
    padding-top: 88px;
    padding-bottom: 88px;
  }
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .landing-intro__left .wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.landing-intro__left-logo {
  margin-top: auto;
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .landing-intro__left-logo {
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 767px) {
  .landing-intro__left-logo {
    width: 280px;
  }
}
@media screen and (max-width: 479px) {
  .landing-intro__left-logo {
    width: 240px;
  }
}
.landing-intro__desc {
  width: 450px;
  max-width: 100%;
  margin-top: auto;
  font-size: 1.25rem; 
}

.landing-intro__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 160px;
  background: url(/-/media/laml/20a/images/intro-bg.jpg) center/cover no-repeat;
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .landing-intro__right {
    padding: 58px 0 58px 9%;
  }
}
.landing-intro__right img {
  width: auto;
  height: 60vh;
  max-height: 580px;
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .landing-intro__right img {
    width: 100%;
    height: auto;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }
}

.landing-stories {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(/-/media/laml/20a/images/stories-pattern.svg) right bottom/300px auto no-repeat;
}
.landing-stories .wrapper {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .landing-stories .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.landing-stories__textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 450px;
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .landing-stories__textarea {
    width: 100%;
    max-width: 450px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.landing-stories__desc {
  margin-top: 24px;
}

.landing-moments {
  color: #fff;
  background-color: #3B2C65;
  overflow: hidden;
}
.landing-moments .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 58px;
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .landing-moments .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.landing-moments__tagline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #9e76b4;
  line-height: 1;
  opacity: 0.1;
}
.landing-moments__tagline span {
  white-space: nowrap;
}
.landing-moments__tagline span:nth-child(2) {
  text-indent: 1em;
}
.landing-moments__blk {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 78px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .landing-moments__blk {
    gap: 38px;
  }
}
@media screen and (max-width: 560px) {
  .landing-moments__blk {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
}
.landing-moments__blk-img {
  width: 48vh;
  margin-top: -38px;
  margin-bottom: -3vh;
  -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
          transform: rotate(3deg);
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .landing-moments__blk-img {
    width: 300px;
    max-width: 50%;
    margin-top: -16px;
    margin-bottom: -100px;
  }
}
@media screen and (max-width: 560px) {
  .landing-moments__blk-img {
    width: 40%;
    margin-bottom: 0;
  }
}
.landing-moments__download {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .landing-moments__download {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.landing-moments__blk-textarea {
  width: 340px;
  padding-bottom: 88px;
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .landing-moments__blk-textarea {
    width: auto;
    max-width: 340px;
    padding-bottom: 0;
  }
}

.landing-mile {
  background-color: #efefef;
}
.landing-mile__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}
.landing-mile__sticky {
  position: sticky;
  left: 100px;
}
@media screen and (max-width: 1439px) {
  .landing-mile__sticky {
    left: 80px;
  }
}
@media screen and (max-width: 991px) {
  .landing-mile__sticky {
    left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .landing-mile__sticky {
    left: 20px;
  }
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .landing-mile__sticky {
    position: relative;
    left: auto;
    width: 100%;
  }
}
.landing-mile__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: min(70vw, 1400px);
  padding: 20px 0;
  gap: 58px;
}
@media screen and (max-width: 767px) {
  .landing-mile__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
    padding-top: 0;
  }
}
.landing-mile__nav:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(97, 73, 137, 0.2);
}
.landing-mile__nav-title {
  margin-bottom: 0;
}
.landing-mile__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .landing-mile__nav-list {
    gap: 18px 24px;
  }
}
.landing-mile__nav-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}
.landing-mile__nav-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  display: block;
  width: 70%;
  height: 2px;
  background-color: #614989;
  opacity: 0;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}
.landing-mile__nav-link:hover {
  color: #614989;
}
.landing-mile__nav-link.active {
  color: #614989;
}
.landing-mile__nav-link.active:after {
  opacity: 1;
}
.landing-mile__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin: auto 0;
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .landing-mile__main {
    width: calc(100% + 80px);
    margin: 38px -40px;
    overflow-y: hidden;
    overflow-x: auto;
  }
}
@media screen and (max-width: 767px) {
  .landing-mile__main {
    width: calc(100% + 40px);
    margin: 38px -20px;
  }
}
.landing-mile__footer-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: calc(100vw - 200px);
  padding-left: 38px;
}
@media screen and (max-width: 1439px) {
  .landing-mile__footer-btns {
    width: calc(100vw - 160px);
  }
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .landing-mile__footer-btns {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .landing-mile__footer-btns {
    padding-left: 0;
  }
}
@media screen and (max-width: 375px) {
  .landing-mile__footer-btns .btn {
    display: none;
  }
}
.landing-mile__footer-tips-txt {
  margin-bottom: 0;
  line-height: 1;
}
.landing-mile__footer-tips-link {
  position: relative;
  width: 110px;
  height: 1px;
  background-color: rgba(97, 73, 137, 0.3);
  margin: 6px 0 2px;
}
.landing-mile__footer-tips-link:after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #9E76B4;
  -webkit-animation: tipsLink 3s linear infinite;
          animation: tipsLink 3s linear infinite;
}
@-webkit-keyframes tipsLink {
  0% {
    left: 0;
    opacity: 0;
  }
  20% {
    left: 20%;
    opacity: 1;
  }
  80% {
    left: 80%;
    opacity: 1;
  }
  100% {
    left: calc(100% - 5px);
    opacity: 0;
  }
}
@keyframes tipsLink {
  0% {
    left: 0;
    opacity: 0;
  }
  20% {
    left: 20%;
    opacity: 1;
  }
  80% {
    left: 80%;
    opacity: 1;
  }
  100% {
    left: calc(100% - 5px);
    opacity: 0;
  }
}
.landing-mile__year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 48px;
  margin-top: 34px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .landing-mile__year {
    display: none;
  }
}
.landing-mile__year-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(59, 44, 101, 0.5);
  -webkit-transition: 0.3s ease color;
  transition: 0.3s ease color;
}
.landing-mile__year-link:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border: 1px solid transparent;
  border-radius: 50%;
  background-color: rgba(59, 44, 101, 0.3);
  -webkit-transform: 0.3s ease border-color, 0.3s ease background-color;
      -ms-transform: 0.3s ease border-color, 0.3s ease background-color;
          transform: 0.3s ease border-color, 0.3s ease background-color;
}
.landing-mile__year-link:hover {
  color: #3B2C65;
}
.landing-mile__year-link.active {
  color: #3B2C65;
}
.landing-mile__year-link.active:after {
  border-color: #3B2C65;
  background-color: #3B2C65;
}

#mile1 .year-card__title {
  margin-bottom: -60px;
}

@media screen and (max-width: 767px) {
  #mile3 .year-card__img {
    width: 80%;
  }
}

/**
#mile4 .year-card__img {
  width: 170px;
}
@media screen and (max-width: 767px) {
  #mile4 .year-card__img {
    width: 120px;
  }
}**/

#mile5 {
  background: url(/-/media/laml/20a/images/mile-5-bg-top.svg) left top/100% auto no-repeat, url(/-/media/laml/20a/images/mile-5-bg-bottom.svg) right bottom/100% auto no-repeat #fff;
}

#mile6 .year-card__img {
  width: 30%;
}

#mile7 .year-card__logo {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 128px;
}
@media screen and (max-width: 767px) {
  #mile7 .year-card__img {
    width: 60%;
  }
}

/**
#mile13 .year-card__img {
  width: 32%;
}
**/
#mile15 .year-card__logo {
  margin-top: 8px;
  max-width: 100%;
}

.landing-open {
  border-right: 32px solid #9E76B4;
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .landing-open {
    border-right: 0;
    border-bottom: 12px solid #9E76B4;
  }
}
.landing-open .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 58px 118px;
}
@media screen and (min-width: 992px) and (min-height: 701px) {
  .landing-open .wrapper {
    padding-left: 180px;
    padding-right: 180px;
  }
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .landing-open .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.landing-open__col > .btn {
  margin-top: 14px;
}

.landing-portfo {
/**  background-color: #efefef;**/
  background: url(/-/media/laml/20a/images/link-by-numbers-bg.jpg) left center/cover no-repeat;
}

.landing-portfo .number-desc{
	font-size: 1.25rem;
    max-width: 80%;
    margin: 10px 0 0 10px;
	color: #000000;
}
@media screen and (max-width: 479px), (max-height: 700px) {
.landing-portfo .number-desc{
   margin: 10px auto;
}
}

.landing-portfo .card__item ul{
	margin-left: 20px;
}
@media screen and (max-width: 479px), (max-height: 700px) {
.landing-portfo .card__item ul{
	font-size: 0.85rem;
}
}

@media screen and (min-width: 992px) and (min-height: 701px) {
  .landing-portfo {
    padding-bottom: 88px;
  }
}
.landing-portfo .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .landing-portfo .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 38px;
  }
}
.landing-portfo__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 560px;
  padding-top: 10vh;
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .landing-portfo__left {
    -ms-flex-item-align: center;
        align-self: center;
    width: 100%;
    max-width: 560px;
    padding-top: 0;
    text-align: center;
  }
}
@media screen and (min-width: 992px) and (min-height: 701px) {
  .landing-portfo__desc {
    padding-right: 38px;
  }
}
.landing-portfo__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 42px;
}
@media screen and (max-width: 991px), (max-height: 700px) {
  .landing-portfo__right {
    width: 100%;
  }
}

.inner-head {
  padding: 48px 0 28px;
  max-width: 1200px;
}
.inner-head__tagline {
  margin-bottom: 0;
}
.inner-head__title {
  margin-top: 1em;
}
.inner-head__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin: 18px 0;
}
.inner-head__share:last-child {
  margin-bottom: 0;
}
.inner-head__share-btn {
  width: 20px;
  height: 20px;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  opacity: 0.5;
  -webkit-transition: 0.3s ease filter, 0.3s ease opacity;
  transition: 0.3s ease filter, 0.3s ease opacity;
}
.inner-head__share-btn:hover {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
}
.inner-head__share-btn img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.inner-body__max-content {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 58px 0;
}
.inner-body__max-content:first-child {
  margin-top: 0;
}
.inner-body__max-content:last-child {
  margin-bottom: 0;
}