<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ------------------------------------------------------------ *\
	tabs-module
\* ------------------------------------------------------------ */
/*  section-tabs  */
/*  tabs  */
.tabs .tabs__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tabs .tabs__nav ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  text-align: center;
}
.tabs .tabs__nav a {
  font-size: 5rem;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  font-weight: 700;
  padding: 1.8rem;
  text-decoration: none;
  display: inline-block;
  background-color: #5178EC;
  color: #fff;
  width: 100%;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .tabs .tabs__nav a {
    font-size: 3.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs .tabs__nav a {
    font-size: 2.5rem;
    letter-spacing: 0;
    padding: 2.2rem;
  }
}
.tabs .tabs__nav .tab--red a {
  background-color: #FF323D;
}
.tabs .tabs__body {
  overflow: hidden;
  position: relative;
}
/*  tab  */
.tab {
  background-color: #5178EC;
  color: #fff;
}
.tab .tab-holder {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #0B47F9;
  opacity: 0.7;
  mix-blend-mode: multiply;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tab .tab-holder {
    top: -999rem;
    left: -9999rem;
    width: 100%;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0s 0.6s, opacity 0.4s;
    -o-transition: all 0s 0.6s, opacity 0.4s;
    transition: all 0s 0.6s, opacity 0.4s;
  }
}
.tab .tab-holder.is-current {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  color: #fff;
  opacity: 1;
  mix-blend-mode: normal;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tab .tab-holder.is-current {
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
    position: relative;
  }
}
.tab .tabs__inner {
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tab .tabs__inner {
    padding: 0 1.6rem;
  }
}
.tab .tab__entry {
  padding: 11.3rem 0 10rem;
  text-align: center;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .tab .tab__entry {
    padding: 6rem 0;
  }
}
.tab .tab__entry ul {
  display: inline-block;
  text-align: left;
  list-style-type: none;
  max-width: 59.2rem;
  width: 100%;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tab .tab__entry ul {
    max-width: 100%;
  }
}
.tab .tab__entry li + li {
  margin-top: 2.4rem;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tab .tab__entry li + li {
    margin-top: 2.5rem;
  }
}
.tab .tab__entry a {
  font-size: 3rem;
  letter-spacing: 0.025em;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .tab .tab__entry a {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tab .tab__entry a {
    letter-spacing: 0;
  }
}
.tab .tab__entry a:before {
  content: "";
  width: 0;
  border-bottom: 0.1rem solid;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}
@media (hover: hover) and (pointer: fine) {
  .tab .tab__entry a:hover:before {
    width: 100%;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tab .tab__entry a:hover:before {
    width: 100%;
  }
}
.tab .tab__entry a span {
  font-weight: 400;
}
.tab .tab__entry--alt {
  text-align: right;
}
.tab .tab__entry--alt ul {
  max-width: 56.5rem;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tab .tab__entry--alt ul {
    max-width: 100%;
  }
}
.tab .tab__entry--alt a {
  font-weight: 500;
}
.tab .tab__entry--blue {
  color: #0B47F9;
  opacity: 0.7;
  mix-blend-mode: multiply;
}
.tab .grid {
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tab .grid {
    display: block;
  }
}
.tab .grid .grid__col {
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tab .grid .grid__col {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.tab[data-bg=tab--red], .tab.tab--red {
  background: -webkit-gradient(linear, right top, left top, from(rgb(255, 50, 61)), to(rgb(81, 120, 236)));
  background: -o-linear-gradient(right, rgb(255, 50, 61) 55%, rgb(81, 120, 236) 100%);
  background: linear-gradient(270deg, rgb(255, 50, 61) 55%, rgb(81, 120, 236) 100%);
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tab[data-bg=tab--red], .tab.tab--red {
    background: #FF323D;
  }
}
.tab[data-bg=tab--red] .tab__entry--blue, .tab.tab--red .tab__entry--blue {
  color: #234DCB;
  opacity: 0.45;
  mix-blend-mode: multiply;
}</pre></body></html>