.wrapper {
  width: calc(100% - 60px);
}

.paddingtop {
  padding-top: 30px;
}

.paddingbottom {
  padding-bottom: 30px;
}

.anchor {
  top: -50px;
}

.h2,
h2 {
  font-size: 40px;
}

.h3,
h3 {
  font-size: 24px;
}

.btn {
  padding-right: 2.7em;
  padding-left: 1.2em;
}

.btn__icon {
  right: 1em;
}

p.intro {
  font-size: 21px;
}

.linebtn__label {
  font-size: 14px;
  padding-bottom: 1em;
}

.mobile-container {
  width: 100%;
  border: 1px dotted #ccc;
  margin: 20px 0;
  position: relative;
}

.mobile-container::before {
  position: absolute;
  content: "";
  background: url("../../_img/grab.png?v=1.2") no-repeat;
  background-size: auto;
  background-size: contain;
  width: 40px;
  height: 40px;
  top: 2vw;
  left: 2vw;
}

.mobile-horizontal {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 50px 20px 20px 20px;
}

.mobile-horizontal__width {
  width: 768px;
}

.effect-fadein--delay {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.effect-fadein--delay2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.effect-fadein--delay3 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.effect-fadein--delay4 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.effect-fadein--delay5 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.effect-fadein--delay6 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.hideMobile {
  display: none;
}

.showMobile {
  display: inherit;
}

.banner__utility__title {
  font-size: 9px;
}

.menu__logo {
  margin-left: 30px;
}

.hero {
  background-image: url("../../_img/hero/bg-mobile.jpg");
  background-size: 100%;
  background-position: top center;
  height: auto;
  max-height: none;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+48 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(30%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 40%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.hero .wrapper-outter {
  padding: 0 30px;
  position: relative;
  z-index: 2;
}

.hero__content {
  height: 120vw;
  padding-top: 30px;
}

.hero__bar {
  position: relative;
  font-size: 18px;
  padding: 30px 0;
}

.hero__title {
  font-size: 43px;
}

.menu__list {
  padding: 30px;
  min-height: 400px;
}

.overlay__close {
  width: 34px;
  height: 34px;
  font-size: 24px;
  top: 30px;
}

.overlay__width {
  padding: 60px 30px;
}

.message__flex__left h2 {
  padding: 0 30px;
}

.message__image {
  margin: 30px 0;
}

.message__grid {
  padding: 0 30px;
}

.message__item__btn {
  margin-top: 0.5em;
}

.message__flex__right {
  padding: 30px;
  margin-top: 2em;
}

.message__mobile-action {
  width: 100%;
  padding: 1em 0 0;
}

.message__mobile-action__item + .message__mobile-action__item {
  margin-top: 2em;
}

.message__inline__wrapper {
  padding: 0;
}

.message__inline__wrapper__bg {
  padding: 30px 30px;
}

.sustainability__grid {
  -webkit-grid-template-columns-: repeat(1, 1fr);
  grid-template-columns: repeat(1, 1fr);
  gap: 50px;
}

.tablet-br {
  display: inline;
}

.sustainability__slider {
  margin-top: 2em;
  margin-bottom: 2em;
  border-top: 1px solid #05D6FC;
  border-bottom: 1px solid #05D6FC;
  padding: 2em 0;
}
.sustainability__slider [custom-slider-items] {
  width: calc(300vw - 100px);
}

.sustainability__columns {
  border-top: 0;
  border-bottom: 0;
  padding: 0;
  margin: 0;
}

.sustainability__col__heading {
  font-size: 24px;
}

.sustainability__bar {
  width: 60px;
}
.sustainability__bar ._large {
  font-size: 52px;
}

[custom-slider-scroller] {
  width: 100vw;
  margin-left: -30px;
  overflow: hidden;
  padding-left: 30px;
  padding-bottom: 20px;
  padding-right: 30px;
}

[custom-slider-togglers] {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

[custom-slider-previous] {
  margin-left: auto;
}

[custom-slider-indicators] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[custom-slider-indicators] span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #003C69;
  opacity: 0.6;
  margin-right: 14px;
}
[custom-slider-indicators] span.current {
  opacity: 1;
}

[custom-slider-previous],
[custom-slider-next] {
  width: 36px;
  height: 36px;
  background: #003C69;
  color: #05D6FC;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}

[custom-slider-next] {
  margin-left: 20px;
}

.sustainability__quote__wrapper {
  padding-left: 0;
}
.sustainability__quote__wrapper ._hangquote {
  display: block;
  position: relative;
  top: 0;
  line-height: 0.5em;
}

.insights .wrapper-outter {
  padding: 0 30px;
}

.insights__top {
  padding: 30px;
}
.insights__top p {
  padding-right: 0;
}

.insights__bottom {
  overflow: hidden;
}

.insights__grid {
  -webkit-grid-template-columns-: repeat(1, 1fr);
  grid-template-columns: repeat(1, 1fr);
  gap: 50px;
}

.insights__slider [custom-slider-items] {
  width: calc(400vw - 360px);
  padding-right: 60px;
}

.qbox__question {
  font-size: 21px;
}

.service > div:first-child,
.investments > div:first-child {
  padding-top: 0;
  padding-bottom: 0;
}

.investments__saa__grid {
  -webkit-grid-template-columns-: repeat(1, 1fr);
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}

.highlights {
  -webkit-grid-template-columns-: repeat(1, 1fr);
  grid-template-columns: repeat(1, 1fr);
}

.highlight[data-colspan="2"] {
  grid-column: span 1;
}

.service__grid {
  -webkit-grid-template-columns-: repeat(1, 1fr);
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}

.service__grid__item strong {
  font-size: 52px;
}

.reports__grid {
  padding: 0 30px;
  gap: 10px;
}

.reports__grid__item {
  padding: 30px 10px;
}

.reports__grid__item__action {
  padding: 0;
}

.overlaycustom-overlay-qbox .overlay__width {
  padding: 0;
  padding-top: 36px;
}
.overlaycustom-overlay-qbox .overlay__close {
  top: 0;
  left: 0;
  right: auto;
  -webkit-transition: none;
  transition: none;
  width: 100%;
  height: 36px;
  background: #003C69;
  border-radius: 0;
}

tab-pager [tab-pager-menu] {
  display: none;
}
tab-pager [tab-pager-content] {
  width: 100%;
  padding: 0;
}
tab-pager [tab-pager-content-item] {
  padding-left: 30px;
  padding-right: 30px;
}
tab-pager [tab-pager-pagination] {
  position: fixed;
  padding: 10px 30px;
}

.float-right {
  float: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
}
.float-right img {
  width: 50%;
}

.investments__saa .btn {
  width: 100%;
}

.investments__saa__table {
  padding: 0;
}

.investments__saa__table__bg {
  padding: 30px 20px;
}

.investment-performance [custom-slider-indicators] span {
  background: #05D6FC;
}
.investment-performance [custom-slider-previous],
.investment-performance [custom-slider-next] {
  background: #05D6FC;
  color: #003C69;
}

.highlight {
  padding: 30px;
}

.survey__heading {
  font-size: 32px;
}

.survey__action a {
  display: block;
}
.survey__action .download-pdf {
  width: 100%;
}

.footer__backtotop {
  right: 15px;
  display: none;
}

.footer__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.footer__item + .footer__item {
  margin-left: 0;
  margin-top: 30px;
}

.footer__utility {
  width: 100%;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__utility li + li {
  margin-left: 0;
  margin-top: 30px;
}

.footer__label {
  font-size: 14px;
}/*# sourceMappingURL=main-mobile.css.map */