.object-fit {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem
}
.flex .vertical, .flex .st-item {
  width: 48%
}
.flex .image-module {
  margin-top: .5rem;
  margin-bottom: 2rem
}
.flex .p4 {
  margin-top: .5rem;
  font-size: .8rem
}
.ss-article {
  -webkit-transition: opacity .5s;
  display: grid;
  position: relative;
  transition: opacity .5s
}
.ss-article:hover {
  opacity: .7
}
.ss-item-image {
  grid-row: 1;
  grid-column: 1
}
.ss-item-link {
  grid-row: 1;
  grid-column: 1;
  align-self: end
}
.ss-item-link a {
  padding: 1rem
}
.ss-item-link a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ""
}
.dark-text-light-panel {
  background-color: #f3f4f6f2
}
.headline {
  margin-bottom: 0;
  color: #83838f
}
.st-item {
  position: relative
}
.st-item .st-image, .st-item .image-module {
  width: 100%
}
.column3 .st-item {
  width: 33.333334%
}
.column3 .copy {
  height: 150%
}
.st-item-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 4% 12%
}
.st-item-content.dark-text-light-panel {
  background-color: #f3f4f6f2
}
.st-item-content.dark-text-light-panel .headline {
  margin: 0;
  color: #83838f
}
.primary-link.parent-level-link {
  display: block
}
.grid-container {
  max-width: 1190px;
  margin-right: auto;
  margin-left: auto
}
.p4 {
  color: #747481
}
.t7 {
  color: #2f353d;
  font-size: .9375em;
  line-height: 1.46667
}
.headline-small {
  font-size: 1rem;
  line-height: 1.53846
}
@media screen and (max-width: 639px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .flex .vertical, .flex .st-item {
    width: auto;
    margin-right: 1.5rem;
    margin-left: 1.5rem
  }
  .flex .image-module {
    width: 100%;
    margin-top: .5rem;
    margin-bottom: 2rem
  }
  .flex .toutcopy {
    text-align: center
  }
  .column3 .copy {
    height: auto
  }
  .ss-item-image, .ss-item-link {
    width: calc(100vw - 3rem)
  }
  .st-item-content {
    width: 100%;
    padding: 3% 6% 4%
  }
  .headline-small {
    display: none
  }
}
:root {
  --white: #fff
}
.qtip-close {
  position: inherit;
  grid-row: 1;
  grid-column: 1;
  justify-self: end;
  aspect-ratio: 1;
  height: 21px;
  padding: 6px;
  border: inherit;
  border-radius: inherit;
  background-color: #ccc;
  cursor: pointer
}
.tippy-tooltip.sony-theme, .tippy-tooltip.sonymob-theme {
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .15);
  position: relative;
  padding: 0;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  box-shadow: 1px 1px 3px 1px #00000026;
  color: #454545;
  font-size: 13px;
  line-height: 20px;
  text-align: left
}
.tippy-tooltip.sony-theme {
  background-color: var(--white)
}
.tippy-tooltip.sonymob-theme {
  background-color: #f1f5f9
}
.tippy-content {
  display: grid
}
.tippy-content .p2 {
  grid-row: 1;
  grid-column: 1;
  margin-bottom: 0;
  padding: 30px
}
.qtip-icon .ui-icon {
  width: 9px;
  height: 9px;
  color: #fff;
  line-height: 9px
}
.tippy-backdrop {
  display: none;
  background-color: transparent
}
.tippy-tooltip {
  word-wrap: break-word;
  position: relative;
  text-align: left
}
[data-scale=phone] .tippy-tooltip {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important
}
[data-scale=phone] .tippy-popper {
  -webkit-transform: translate3d(0, 0, 0) !important;
  position: fixed !important;
  top: auto !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  max-width: none;
  transform: translateZ(0) !important;
  background: rgba(0, 0, 0, .5)
}
.tippy-popper[x-placement^=right] .tippy-arrow {
  border-right-color: var(--white)
}
.tippy-popper[x-placement^=left] .tippy-arrow {
  border-left-color: var(--white)
}
.tippy-arrow {
  display: none
}
sup.footNoteNumber {
  top: 0;
  margin: 0 .4em;
  font-size: .7em
}
.footnote-link {
  padding: 0
}
.footnote-hidden {
  display: none
}
.d-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row
}
.d-flex-rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}
@media screen and (max-width: 48em) {
  .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.editorial-chapters-container .thumb-nav li:hover {
  border-top: 4px solid #5887f5
}
.editorial .container.submodule .caption-band.box {
  padding: 0
}

@media (max-width: 47.9375em) {
  .m-grid-at-767.grid .m-span4 {
    width: 91%
  }
}

@media screen and (min-width: 40em) {
  #tmpl_pc_content_menu {
    display: block
  }
#tmpl_main {
    min-width: 1190px;
  }
	#content > section:nth-child(25) > div > div > div.body-element.span6 > div > div > div > div > div > sup{
		font-size: 35%;
	vertical-align: top;
	position: relative;
	top: 0.9em;
	}
}
@media screen and (max-width: 39.9375em) {
  #tmpl_pc_content_menu {
    display: block
  }
}


@media (min-width: 48em) {
  .grid .offset7:first-child, .grid .grid .offset7:first-child {
    margin-left: 56.39%;
  }
  .grid [class*=span], .grid .grid [class*=span] {
    margin-left: 2%;
  }
  .medium_media_text_box_right {
    float: right !important;
  }
  .medium_media_media_box_left {
    margin-left: 0 !important;
  }
	.medium_media_text_box_left {
		float: left;
  }
  .medium_media_media_box_right {
  }
}
.grid .offset6:first-child, .grid .grid .offset6:first-child {
  margin-left: 56.76%;
}



