html,
body {
  height: 100%;
  position: relative;
}

body {
  color: #000;
  background: #fff;
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img,
embed,
object,
video,
iframe {
  max-width: 100%;
}

video,
iframe,
img {
  height: auto;
}

.embed {
  position: relative;
  padding: 0;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  /* 4:3 aspect ratio its padding-bottom: 75% */
  height: 0;
  overflow: hidden;
  margin-bottom: 2em;
}
.embed iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.alignleft {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
  margin-top: 5px;
}

.alignright {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
  margin-top: 5px;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 5px;
}

img.alignnone {
  margin: 0;
}

img.alignleft,
img.alignright {
  max-width: 50%;
}

figcaption,
.caption {
  font-size: 0.75em;
  margin-top: 2px;
}

.table {
  display: table;
  height: 90%;
  width: 100%;
  position: relative;
  z-index: 9;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

#navigate-to {
  width: 100%;
  text-align: center;
  background-color: #fffeeb;
  overflow: hidden;
  z-index: 1;
}
#navigate-to .accessibility-link {
  color: #000;
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  outline: 0;
}
#navigate-to .accessibility-link:focus {
  padding: 16px;
  display: block;
  position: static !important;
  height: auto;
  width: 100%;
  outline: none;
}

.tab-navigation a:focus,
.tab-navigation button:focus,
.tab-navigation input:focus,
.tab-navigation textarea:focus {
  outline: 2px solid #ff5400 !important;
  outline-offset: -2px;
}

/* LINKS
--------------------------------------------------------*/
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #E0004D;
}

/* TYPOGRAPHY
--------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}
h1.small,
h1 small, h2.small,
h2 small, h3.small,
h3 small, h4.small,
h4 small, h5.small,
h5 small, h6.small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

h1, h2 {
  color: #512A44;
  text-transform: uppercase;
}

h1.small,
h1 small, h2.small,
h2 small, h3.small,
h3 small {
  font-size: 65%;
}

h4.small,
h4 small, h5.small,
h5 small, h6.small,
h6 small {
  font-size: 75%;
}

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 1.875rem;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 0.875rem;
}

h6 {
  font-size: 0.75rem;
}

p {
  margin: 0 0 10px;
}
p.lead, .lead p {
  font-size: 26px;
}

.header-xl {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}
.header-xl h1 {
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}
.header-xl h2 {
  font-size: 22px;
}
.header-xl .sub-title {
  text-transform: uppercase;
  color: #9A8790;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}
.header-xl p {
  font-size: 19px;
}

.header-m h1,
.header-m h2,
.header-m h3 {
  font-size: 24px;
  text-transform: uppercase;
}

/* SECTIONS
--------------------------------------------------------*/
main {
  overflow: hidden;
}

.main-section {
  padding: 20px 0;
}

.site-width,
.site-width--m,
.site-width--n {
  max-width: 1260px;
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
}
.site-width.overflow-visible,
.site-width--m.overflow-visible,
.site-width--n.overflow-visible {
  overflow: visible;
}

.site-width--m {
  max-width: 1046px;
}

.site-width--n {
  max-width: 960px;
}

.block-section {
  padding: 40px 0;
}

.header-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  height: 60px;
  padding-right: 2.5%;
  padding-left: 2.5%;
  color: #fff;
  z-index: 50;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.header-area.scroll {
  background-color: #512A44;
}
.header-area nav {
  display: none;
}
.header-area nav a {
  margin: 0 10px;
  color: #fff;
  font-weight: 700;
  padding: 15px 0;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
}
.header-area nav a.active:after, .header-area nav a:hover:after {
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -40%;
  content: "";
  width: 80%;
  height: 3px;
  background-color: #E0004D;
}

.header-logo img {
  width: 107px;
}

.header-dowmload {
  width: 225px;
  height: 30px;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  color: #fff;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.header-dowmload:hover {
  color: #fff;
  opacity: 0.8;
}
.header-dowmload img {
  margin-right: 10px;
}

.section-billboard {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  background: #512A44;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.section-billboard .bg-bottom {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.section-billboard .bg-right-corner {
  position: absolute;
  right: 0;
  top: 0;
  width: 178px;
}

.billboard-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-image: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.billboard-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px;
  display: flex;
  flex-flow: row wrap;
  color: #fff;
  font-size: 14px;
  justify-content: center;
  z-index: 1;
}
.billboard-footer .share {
  text-transform: uppercase;
  font-weight: 700;
}
.billboard-footer a {
  color: #fff;
}

.billboard-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
  display: flex;
  flex-flow: row wrap;
  color: #fff;
  font-size: 14px;
  z-index: 2;
}
.billboard-caption a {
  color: #fff;
}

.billboard-caption-icon {
  display: inline-block;
  margin-right: 8px;
}

.billboard-block {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 0 auto;
  max-width: 800px;
  padding: 0 20px;
}

.section-billboard-page,
.section-billboard-comments {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  height: 1px;
  min-height: 680px;
}

.comments-block {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #512A44;
}

.section-billboard-page {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-billboard-page h2 {
  font-size: 24px;
}

.comments-initial {
  margin-bottom: 30px !important;
}

.row-comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -10px;
}

.row-comment-block {
  width: calc(100% - 20px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 10px 20px;
  float: left;
  flex: 0 0 auto;
  position: relative;
}
.row-comment-block .w-img {
  align-items: center;
  justify-content: center;
}
.row-comment-block .comments-header-block {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

/* NEW COMMENTS
--------------------------------------------------------*/
.comments-billboard {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
}
.comments-billboard .site-width {
  height: 100%;
  display: flex;
  justify-content: center;
}
.comments-billboard .comments-billboard--block {
  width: 720px;
  background: #fff;
  padding: 35px;
  padding-top: 40px;
  position: relative;
  margin-top: 160px;
}
.comments-billboard .comments-billboard--block p {
  text-align: left;
  font-style: italic;
}

.comments-header-block h1 {
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 0;
  text-align: center;
}
.comments-header-block p {
  font-size: 16px;
  font-style: italic;
}
.comments-header-block.color-brand h1 {
  color: #512A44;
}
.comments-header-block.color-brand .read-more-text {
  color: #512A44;
}
.section-billboard-comments .comments-header-block .read-more-wrapper {
  justify-content: center;
}

/* Box Article
--------------------------------------------------------*/
.box-article-entry {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
}
.box-article-entry h2 {
  text-transform: none;
  margin-bottom: 5px;
  padding: 0 10px;
}
.box-article-entry h3 {
  margin-bottom: 10px;
  padding: 0 10px;
  font-size: 21px;
  font-weight: 700;
  color: #4E2B41;
  line-height: 1.2;
}
.box-article-entry p {
  font-size: 18px;
  padding: 0 10px;
}
.box-article-entry a {
  text-decoration: underline;
}

figcaption.pre-title {
  text-align: center;
  margin-top: 10px;
}

.bg-s {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.pre-title {
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  font-size: 12px;
  color: #9A8790;
  text-align: center;
}

.read-more-wrapper {
  margin-top: 30px;
  display: flex;
  text-align: center;
  align-content: center;
  justify-content: center;
}
.read-more-wrapper .read-more-text {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #E0004D;
  margin-top: 10px;
}

.read-more:hover .read-more-text {
  text-decoration: underline;
}

.comment-image,
.billboard-image {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}
.comment-image img,
.billboard-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  transform-origin: top center;
}

.billboard-image--mobile {
  max-height: 100%;
  max-width: 70%;
  margin: 0 auto;
}

.billboard-image--desktop {
  display: none;
  max-width: 90%;
}

.games-portfolio {
  margin-top: 40px;
}
.games-portfolio h2 {
  margin-bottom: 0;
}

.games-portfolio-boxes,
.end-of-finacial-boxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}

.games-portfolio-boxes {
  margin: 0 -30px;
}

.end-of-finacial-boxes {
  margin: 30px auto;
}

/* LOGO CARDS
--------------------------------------------------------*/
.section-logo-cards {
  margin: 0 -1px;
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.logo-cards {
  width: calc(33.333333% - 2px);
  margin: 0 1px 1px;
  float: left;
  flex: 0 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 100%;
}

.brand-logo {
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  opacity: 1;
  z-index: 4;
}
.brand-logo:hover {
  opacity: 0;
}
.brand-logo > img {
  width: 70%;
  max-width: 160px;
}

.announced {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  padding: 5px 20px;
}

.brand-info-wrapper {
  position: relative;
}

.brand-info-logo {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.brand-info {
  color: #FFF;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
}
.brand-info > div {
  width: 100%;
  padding: 5px 10px;
}
.brand-info span {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}
.brand-info .numbers {
  font-size: 18px;
  line-height: 1;
}

/* SLIDER
--------------------------------------------------------*/
.section-slider {
  margin-bottom: 40px;
}
.section-slider .carousel-cell {
  width: 85%;
  margin-right: 2px;
  border-radius: 5px;
  counter-increment: carousel-cell;
  position: relative;
}
.section-slider .carousel-cell:after {
  content: "";
}
.section-slider .carousel-cell .read-more-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  color: #fff;
  display: flex;
  align-items: center;
}
.section-slider .carousel-cell .read-more-wrapper .read-more-text {
  color: #fff;
}
.section-slider .carousel-cell .read-more-wrapper .btn-expand {
  width: 26px;
}
.section-slider .carousel-cell h3 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.section-slider .carousel-cell .studio-title {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.section-slider .carousel-cell .list-item-label {
  width: 100%;
  margin-top: -10px;
  position: relative;
  z-index: 2;
}
.section-slider .carousel-cell .list-item-label span {
  display: inline-block;
  padding: 5px 10px;
  color: #000;
  margin: 0 auto;
  margin-bottom: 10px;
  background-color: #FFE59D;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
}
.section-slider .carousel-cell .list-item-label span.business-sense {
  background-color: #B7A8B7;
}
.section-slider .carousel-cell .list-item-label span.solid-work {
  background-color: #E7A0A0;
}
.section-slider .carousel-cell .list-item-label span.greener-planet {
  background-color: #A4CFC9;
}
.section-slider .flickity-prev-next-button {
  display: none;
}
.section-slider .flickity-prev-next-button.previous {
  left: 2.5%;
}
.section-slider .flickity-prev-next-button.next {
  right: 2.5%;
}
.section-slider .flickity-button-icon {
  fill: #E0004D;
}
.section-slider .flickity-page-dots {
  bottom: -40px;
  display: flex;
  align-content: center;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.section-slider .dot {
  background: #EDE9EC;
  opacity: 1;
  width: 10px;
  height: 10px;
}
.section-slider .dot.is-selected {
  background: #E0004D;
  width: 16px;
  height: 16px;
}

.slider-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.slider-content .read-more-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -30px;
  width: 100px;
}
.slider-content .read-more-wrapper .read-more-text {
  color: #fff;
}

/* DOWNLOAD
--------------------------------------------------------*/
.download-large {
  max-width: 340px;
  margin: 0 auto;
  text-align: center;
}
.download-large .btn {
  margin-top: 8px;
}

.cover-annual-report {
  max-width: 620px;
  margin: 60px auto;
  margin-bottom: 0;
  text-align: center;
}

/* BLOCKGRID
--------------------------------------------------------*/
[class*=block-grid-] {
  display: block;
  padding: 0;
  margin: 0 -0.938rem;
  overflow: hidden;
}

[class*=block-grid-] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.938rem 1.11111rem;
}

.block-grid-module {
  margin: 0 -0.469rem;
}

.block-grid-module > li {
  width: 50%;
  padding: 0 0.469rem 1.11111rem;
}
.block-grid-module > li:nth-of-type(2n+1) {
  clear: both;
}

/* FLEX GRID */
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.row-strip,
[class*=row-strip-] {
  margin: 0 -10px;
}

.row-box {
  width: calc(100% - 20px);
  margin: 0 10px 20px;
  float: left;
  flex: 0 0 auto;
  position: relative;
}
.row-strip-6 .row-box {
  width: calc(100% - 20px);
}
.row-strip-4 .row-box {
  width: calc(100% - 20px);
}
.sustainability-box-row .row-box {
  width: calc(50% - 20px);
  margin-bottom: 0;
}
.row-strip-3 .row-box {
  width: calc(100% - 20px);
}
.row-strip-8--4 .row-box.box-8 {
  width: calc(100% - 20px);
}
.row-strip-8--4 .row-box.box-4 {
  width: calc(100% - 20px);
}

.sustainability-box-row {
  margin-bottom: 40px;
}

.games-portfolio {
  margin-top: 40px;
}

.row-box.vertical-middle, .row-box.vertical-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.row-box.vertical-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.row-box.vertical-bottom {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.row-box figure {
  position: relative;
}

/* PLACEHOLDER */
::-webkit-input-placeholder {
  color: #272727;
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

:-moz-placeholder {
  color: #272727;
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

::-moz-placeholder {
  color: #272727;
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

:-ms-input-placeholder {
  color: #272727;
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* HELPER
--------------------------------------------------------*/
.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

body.modal-open {
  overflow: hidden;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -9999;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.6);
}

.modal-backdrop {
  opacity: 0;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 1;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -9999;
  width: 0;
  height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal.fade {
  opacity: 0;
}
.modal.show {
  opacity: 1;
  z-index: 1060;
  width: 100%;
  height: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

.modal-wrapper {
  margin: 0 auto;
  max-width: 872px;
  min-height: calc(100% - 70px);
  background: #fff;
  position: relative;
}

.modal-header {
  height: 70px;
  width: 100%;
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  font-size: 21px;
  font-weight: 700;
  color: #512A44;
  background: #fff;
  border-bottom: 2px solid #FDEBF1;
}
.modal-header .site-width--n {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.modal-header .modal-close {
  display: flex;
  align-items: center;
  font-size: 21px;
  font-weight: 700;
  color: #512A44;
  background: none;
  cursor: pointer;
  padding: 0;
}
.modal-header .modal-close img {
  margin-left: 10px;
}
.modal-header .back-to-home-view {
  margin-right: 10px;
}

.modal-footer {
  height: 70px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 18px;
  font-weight: 700;
  color: #512A44;
  background-color: #fff;
  border-top: 2px solid #FDEBF1;
}
.modal-footer .site-width--n {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}
.modal-footer .footer-page-info {
  text-align: center;
  width: calc(100% - 200px);
  position: absolute;
  left: 100px;
  top: 0;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.secondary-carousel + .article-entry .article-title {
  margin-top: 0;
}

.flickity-prev-next-button {
  width: 32px;
  height: 32px;
}

.flickity-button {
  background-color: #fff;
}

.carousel-nav {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.carousel-nav .button--previous,
.carousel-nav .button--next {
  position: absolute;
  text-shadow: none;
  border: none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background-color: #FDEBF1;
  color: #E0004D;
  cursor: pointer;
  padding: 0;
}
.carousel-nav .button--previous img,
.carousel-nav .button--next img {
  height: 100%;
}
.carousel-nav .button--previous.inactive,
.carousel-nav .button--next.inactive {
  cursor: default;
  opacity: 0.5;
}
.carousel-nav .button--previous {
  left: 0;
}
.carousel-nav .button--next {
  right: 0;
}

/* PAGE MODAL
--------------------------------------------------------*/
.page-modal {
  margin-top: 70px;
  padding-bottom: 60px;
}

.main-img {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.main-img video, .main-img img, .main-img iframe, .main-img figure {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  margin: 0;
}
.main-img video figcaption,
.main-img video .caption, .main-img img figcaption,
.main-img img .caption, .main-img iframe figcaption,
.main-img iframe .caption, .main-img figure figcaption,
.main-img figure .caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
}

.main-img-landscape {
  padding-top: 56.25%;
}

.article-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -5px 0;
  margin-top: 30px;
}

.article-list--item {
  width: calc(50% - 10px);
  margin: 0 5px 20px;
  float: left;
  flex: 0 0 auto;
  position: relative;
  text-align: center;
  color: #512A44;
}
.article-list--item figure {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.article-list--item .list-item-label {
  width: 100%;
  margin-top: -35px;
  position: relative;
  z-index: 2;
}
.article-list--item .list-item-label span {
  display: inline-block;
  padding: 5px 10px;
  color: #000;
  margin: 0 auto;
  background-color: #FFE59D;
  font-weight: 700;
  font-size: 14px;
}
.article-list--item .list-item-label span.business-sense {
  background-color: #B7A8B7;
}
.article-list--item .list-item-label span.solid-work {
  background-color: #E7A0A0;
}
.article-list--item .list-item-label span.greener-planet {
  background-color: #A4CFC9;
}
.article-list--item h3, .article-list--item h4 {
  margin: 0;
  margin-top: 5px;
}
.article-list--item h3 {
  margin-top: 10px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}
.article-list--item h4 {
  font-size: 13px;
  margin-top: 5px;
}

/* PAGE ARTICLE
--------------------------------------------------------*/
.article-entry {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}
.article-entry h2 {
  text-transform: none;
  margin-bottom: 5px;
  padding: 0 10px;
}
.article-entry h3 {
  margin-bottom: 5px;
  padding: 0 10px;
  font-size: 21px;
  font-weight: 700;
  color: #4E2B41;
  line-height: 1.2;
}
.article-entry p {
  font-size: 18px;
  padding: 0 10px;
}
.article-entry a {
  text-decoration: underline;
}
.article-list-wrapper .article-entry {
  max-width: 760px;
}

.article-title {
  font-size: 32px;
  text-align: center;
}
.article-title small {
  color: inherit;
  font-size: 20px;
  display: block;
  font-weight: 700;
  margin-top: 10px;
  text-transform: none;
}

.caption-left .caption-right {
  display: flex;
}

/* SLIDER
--------------------------------------------------------*/
.carousel-cell {
  width: 100%;
}

*, ::before, ::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}

.bg-a {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 50%;
  display: none;
}
.bg-a img {
  width: calc(100% - 113px);
}

.timline-heading {
  margin: 0;
  text-align: center;
  padding: 15px;
  background: #EDE9EC;
  color: #512A44;
  font-size: 21px;
}

.timeline {
  position: relative;
  overflow: hidden;
  margin: 60px 0 0;
}

.timeline-line {
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: 0;
  width: 4px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  left: calc(50% - 2px);
  transform-origin: top center;
}

.timeline-elapsed {
  position: absolute;
  top: 0;
  width: 100%;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #E0004D;
}

.timeline-item-box {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.timeline-item-box.first-in-line {
  margin-top: 100px;
}

.timeline-item {
  margin-bottom: 50px;
  position: relative;
  width: 50%;
}
.sm-middle .timeline-item {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}
.sm-middle .timeline-item .timeline-card {
  width: 100%;
}

.double-items .timeline-item {
  float: left;
}
.double-items .timeline-item + .timeline-item {
  float: right;
}
.double-items .timeline-item + .timeline-item .timeline-connector {
  right: auto;
  left: 0 !important;
}

.timeline-item-box:first-child {
  margin-top: 200px;
}

.timeline-item-box:nth-of-type(2n) .timeline-item {
  float: right;
}
.timeline-item-box:nth-of-type(2n).double-items .timeline-item {
  float: left;
}

.timeline-item-box.sm-middle:nth-of-type(2n) .timeline-item {
  float: none;
}

.timeline-item-box:nth-of-type(2n - 1) {
  float: left;
}
.timeline-item-box:nth-of-type(2n - 1) .timeline-card-text {
  text-align: right;
  margin-left: 0;
}

.timeline-stop {
  display: flex;
  justify-content: center;
}
.timeline-stop .timeline-connector {
  width: 20px;
  top: 73px;
}
.timeline-stop .flex-direction-column {
  flex-direction: column;
}

.timeline-item-box:nth-of-type(2n) .timeline-stop {
  justify-content: flex-start;
  margin-left: 25px;
}

.timeline-item-box:nth-of-type(2n - 1) .timeline-stop {
  justify-content: flex-end;
  margin-right: 25px;
}

.timeline-item-box.double-items:nth-of-type(2n) .timeline-item .timeline-stop {
  justify-content: flex-end;
  margin-right: 25px;
  margin-left: 0;
}
.timeline-item-box.double-items:nth-of-type(2n) .timeline-item + .timeline-item .timeline-stop {
  justify-content: flex-start;
  margin-left: 25px;
  margin-right: 0;
}

.timeline-item-box.double-items:nth-of-type(2n - 1) .timeline-item .timeline-stop {
  justify-content: flex-end;
  margin-right: 25px;
  margin-left: 0;
}
.timeline-item-box.double-items:nth-of-type(2n - 1) .timeline-item + .timeline-item .timeline-stop {
  justify-content: flex-start;
  margin-left: 25px;
  margin-right: 0;
}

.sm-middle .timeline-connector {
  display: none;
}

.timeline-card .timeline-connector {
  top: 30px;
  width: 20px;
}
.timeline-card.timeline-card-text .timeline-connector {
  top: calc(50% - 2px) !important;
}

.timeline-item > .timeline-connector {
  width: 20px;
  top: 30px;
}

.timeline-connector {
  position: absolute;
  background-color: #fff;
  height: 4px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  z-index: -1;
}
.timeline-connector.timeline-connector-elapsed {
  background-color: #E0004D;
}

.timeline-item-box:nth-of-type(2n) .timeline-connector {
  float: right;
  left: 0;
  transform-origin: left;
}

.timeline-item-box.double-items:nth-of-type(2n) .timeline-connector {
  float: right;
  left: auto;
  right: 0;
  transform-origin: left;
}

.timeline-item-box:nth-of-type(2n - 1) .timeline-connector {
  float: left;
  right: 0;
  transform-origin: right;
}

.timeline-stop-content {
  border-radius: 9999px;
  background-image: url(../img/bg-tr-square-brand.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 150px;
  padding: 40px 10px;
  width: 150px;
  float: inherit;
  /*
    margin-left: calc(50% - 120px);
    margin-right: calc(50% - 120px);
  */
  position: relative;
  z-index: 1;
  font-size: 11px;
}
.timeline-stop-content .sub-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
}
.timeline-stop-content .timeline-stop-number {
  font-weight: 700;
  font-size: 28px;
}

.timeline-stop-additional-content {
  text-align: center;
  width: 150px;
  padding: 10px;
  padding-bottom: 0;
  font-size: 12px;
}
.timeline-stop-additional-content a {
  text-decoration: underline;
}

.timeline-card-text-additional-content {
  padding: 10px;
  padding-left: 0;
  padding-bottom: 0;
  font-size: 12px;
  font-weight: 400;
}

.timeline-card {
  width: calc(100% - 113px);
  float: inherit;
}
.timeline-card.timeline-card-text {
  width: calc(100% - 30px);
  float: left;
  margin-left: 25px;
}

.timeline-card-content {
  position: relative;
}
.timeline-card-content .expand {
  position: absolute;
  left: calc(50% - 16px);
  bottom: -30px;
  width: 32px;
  height: 32px;
  display: inline-block;
}
.timeline-card-content p {
  font-size: 14px;
}

.timeline-text {
  background-color: #fff;
  overflow: hidden;
  padding: 0 25px 15px;
}

.timeline-card-content-xl {
  font-size: 15px;
  font-weight: 700;
  color: #512A44;
  line-height: 1.2;
}
.timeline-card-content-xl .card-content-number {
  font-size: 46px;
}

.intrinsic {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.intrinsic video, .intrinsic img, .intrinsic iframe {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

.intrinsic-landscape {
  padding-top: 56.25%;
}

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

.text-white {
  color: #fff;
}

.text-dark {
  color: #000;
}

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

.t-large {
  font-size: 21px;
}
.sustainability-box-row .t-large {
  font-size: 16px;
}

.t-bold {
  font-weight: 700;
}

.t-normal {
  font-style: normal !important;
}

.b-color {
  color: #512A44;
}

.color-light-pink {
  color: #F7BFD2;
}

.color-white {
  color: #fff;
}

.a-color {
  color: #E0004D;
}

.m-t-b_60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.uppercase {
  text-transform: uppercase;
}

.f-w-b {
  font-weight: 700;
}

.b-color {
  color: #512A44;
}

.a-color {
  color: #E0004D;
}

.a-color {
  color: #E0004D;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-t-b_60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.m-t-b_60.sm {
  margin-top: 30px;
  margin-bottom: 10px;
}

.p-t-60 {
  padding-top: 30px;
}

.p-t-40 {
  padding-top: 20px;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.bg-pink {
  background: rgba(224, 0, 77, 0.08);
}

.bg-brand-10 {
  background: #EDE9EC;
}

.w-100 {
  width: 100% !important;
}

.position-relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.number-circle-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}
.number-circle-wrapper .circle {
  margin: 5px 0;
}
.number-circle-wrapper hr {
  width: 100%;
  margin: 0;
  border: none;
  height: 0;
}

.circle-box {
  width: 25%;
  min-width: 175px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: center;
}

.circle {
  width: 100px;
  height: 100px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-image: url(../img/bg-tr-square-brand.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
}
.circle.circle_l {
  width: 166px;
  height: 166px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.circle.brand-cl {
  background: #512A44;
}
.circle .sub-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.circle .number {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -1px;
}

.b-w-l-border {
  border-left: 4px solid #FFE59D;
  padding-left: 20px;
  margin-bottom: 40px;
}
.b-w-l-border h3 {
  font-size: 21px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
}
.b-w-l-border p {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 21px;
  color: #9A8790;
}
.b-w-l-border.great-people {
  border-color: #FFE59D;
}
.b-w-l-border.solid-work {
  border-color: #E7A0A0;
}
.b-w-l-border.greener-planet {
  border-color: #A4CFC9;
}

.box {
  width: 180px;
  height: 180px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 50%;
  background-image: url(../img/bg-tr-square.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.games-portfolio-boxes .box {
  justify-content: flex-start;
  height: auto;
  padding-top: 30px;
}
.box .sub-title {
  font-weight: 700;
  color: #512A44;
  font-size: 18px;
}
.box .number {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1;
  color: #512A44;
}
.end-of-finacial-boxes .box {
  padding: 20px 20px;
  margin-bottom: 20px;
}

.b-b.sm .box {
  border-bottom: 4px solid #fff;
}
.b-b.sm .box:last-child {
  border-bottom: none;
}

.games-portfolio .b-b.box {
  border-bottom: 4px solid rgba(224, 0, 77, 0.08);
}
.games-portfolio .b-b.box:last-child {
  border-bottom: none;
}

.end-of-finacial-boxes .border-t-l.border-white {
  border-color: #fff !important;
}

.btn {
  padding: 20px 35px 15px;
  color: #fff;
  background: #E0004D;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  display: inline-block;
}
.btn:hover {
  color: #fff;
  background-color: #fa0056;
}
.btn.btn-xl {
  padding: 25px 35px 25px;
}

.btn-expand {
  background: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

.btn-link {
  background: transparent;
  color: #512A44;
  text-decoration: underline;
}
.btn-link:hover {
  background: transparent;
  color: #E0004D;
}

.inner-link {
  text-decoration: underline;
}

.sub-title--s {
  text-transform: uppercase;
  font-weight: 700;
  color: #512A44;
  padding: 30px 0 0;
}

.logo-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}

.logo-item {
  display: flex;
  flex-shrink: 0;
  width: 50%;
  -ms-flex-align: center;
  align-items: center;
  align-self: center;
  justify-content: center;
}

.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex.hidden {
  display: none !important;
}

.d-md-flex {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

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

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

@media only screen and (min-width: 768px) {
  *, ::before, ::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: currentColor;
  }

  .bg-a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 50%;
    display: block;
  }
  .bg-a img {
    width: calc(100% - 113px);
  }

  .timline-heading {
    margin: 0;
    text-align: center;
    padding: 15px;
    color: #512A44;
    font-size: 21px;
  }

  .timeline {
    position: relative;
    overflow: hidden;
    margin: 60px 0 0;
  }

  .timeline-line {
    position: absolute;
    top: 0px;
    bottom: 0px;
    z-index: 0;
    width: 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    left: calc(50% - 2px);
    transform-origin: top center;
  }

  .timeline-elapsed {
    position: absolute;
    top: 0;
    width: 100%;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #E0004D;
  }

  .timeline-item-box {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
  }
  .timeline-item-box.first-in-line {
    margin-top: 140px;
  }

  .timeline-item {
    margin-bottom: 90px;
    position: relative;
    width: 50%;
  }

  .sm-middle .timeline-item {
    margin-right: 0;
    margin-left: 0;
    width: 50%;
  }
  .sm-middle .timeline-item .timeline-card {
    width: calc(100% - 113px);
  }

  .double-items .timeline-item {
    float: left;
  }
  .double-items .timeline-item + .timeline-item {
    float: right;
  }
  .double-items .timeline-item + .timeline-item .timeline-connector {
    right: auto;
    left: 0 !important;
  }

  .timeline-item-box:first-child {
    margin-top: 200px;
  }

  .timeline-item-box:nth-of-type(2n) .timeline-item,
.timeline-item-box.sm-middle:nth-of-type(2n) .timeline-item {
    float: right;
  }
  .timeline-item-box:nth-of-type(2n).double-items .timeline-item,
.timeline-item-box.sm-middle:nth-of-type(2n).double-items .timeline-item {
    float: left;
  }

  .timeline-item-box:nth-of-type(2n - 1),
.timeline-item-box.sm-middle:nth-of-type(2n - 1) {
    float: left;
  }
  .timeline-item-box:nth-of-type(2n - 1) .timeline-card-text,
.timeline-item-box.sm-middle:nth-of-type(2n - 1) .timeline-card-text {
    text-align: right;
  }

  .timeline-stop {
    display: flex;
    justify-content: center;
  }
  .timeline-stop .timeline-connector {
    width: 90px;
    top: 98px;
  }
  .timeline-stop .flex-direction-column {
    flex-direction: column;
  }

  .timeline-item-box:nth-of-type(2n) .timeline-stop {
    justify-content: flex-start;
    margin-left: 113px;
  }

  .timeline-item-box:nth-of-type(2n - 1) .timeline-stop {
    justify-content: flex-end;
    margin-right: 113px;
  }

  .timeline-item-box.double-items:nth-of-type(2n) .timeline-item .timeline-stop {
    justify-content: flex-end;
    margin-right: 113px;
    margin-left: 0;
  }
  .timeline-item-box.double-items:nth-of-type(2n) .timeline-item + .timeline-item .timeline-stop {
    justify-content: flex-start;
    margin-left: 113px;
    margin-right: 0;
  }

  .timeline-item-box.double-items:nth-of-type(2n - 1) .timeline-item .timeline-stop {
    justify-content: flex-end;
    margin-right: 113px;
    margin-left: 0;
  }
  .timeline-item-box.double-items:nth-of-type(2n - 1) .timeline-item + .timeline-item .timeline-stop {
    justify-content: flex-start;
    margin-left: 113px;
    margin-right: 0;
  }

  .sm-middle .timeline-connector {
    display: block;
  }

  .timeline-card .timeline-connector {
    top: 30px;
    width: 90px;
  }
  .timeline-card.timeline-card-text .timeline-connector {
    top: calc(50% - 2px) !important;
  }

  .timeline-item > .timeline-connector {
    width: 90px;
    top: 30px;
  }

  .timeline-connector {
    position: absolute;
    background-color: #fff;
    height: 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    z-index: -1;
  }
  .timeline-connector.timeline-connector-elapsed {
    background-color: #E0004D;
  }

  .timeline-item-box:nth-of-type(2n) .timeline-connector {
    float: right;
    left: 0;
    transform-origin: left;
  }

  .timeline-item-box.double-items:nth-of-type(2n) .timeline-connector {
    float: right;
    left: auto;
    right: 0;
    transform-origin: left;
  }

  .timeline-item-box:nth-of-type(2n - 1) .timeline-connector {
    float: left;
    right: 0;
    transform-origin: right;
  }

  .timeline-stop-content {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 220px;
    padding: 40px 10px;
    width: 220px;
    float: inherit;
    /*
      margin-left: calc(50% - 120px);
      margin-right: calc(50% - 120px);
    */
    position: relative;
    z-index: 1;
    font-size: 15px;
  }
  .timeline-stop-content .sub-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
  }
  .timeline-stop-content .timeline-stop-number {
    font-weight: 700;
    font-size: 48px;
  }

  .timeline-stop-additional-content {
    text-align: center;
    width: 200px;
    padding: 10px;
    padding-bottom: 0;
    font-size: 12px;
  }
  .timeline-stop-additional-content a {
    text-decoration: underline;
  }

  .timeline-card-text-additional-content {
    padding: 10px;
    padding-left: 0;
    padding-bottom: 0;
    font-size: 12px;
    font-weight: 400;
  }

  .timeline-card {
    width: calc(100% - 113px);
    float: inherit;
  }
  .timeline-card.timeline-card-text {
    width: calc(100% - 180px);
    float: left;
    margin-left: 113px !important;
  }

  .timeline-card-content {
    position: relative;
  }
  .timeline-card-content .expand {
    position: absolute;
    left: calc(50% - 16px);
    width: 32px;
    height: 32px;
    display: inline-block;
  }
  .timeline-card-content p {
    font-size: 14px;
  }

  .timeline-text {
    background-color: #fff;
    overflow: hidden;
    padding: 0 25px 15px;
  }

  .timeline-card-content-xl {
    font-size: 19px;
    font-weight: 700;
    color: #512A44;
    line-height: 1.2;
  }
  .timeline-card-content-xl .card-content-number {
    font-size: 58px;
  }

  .intrinsic {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
  }

  .intrinsic video, .intrinsic img, .intrinsic iframe {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
  }

  .intrinsic-landscape {
    padding-top: 56.25%;
  }
}
@media only screen and (min-width: 960px) {
  .timeline-card {
    width: calc(100% - 113px);
  }
  .timeline-card.timeline-card-text {
    width: calc(100% - 250px);
    margin-left: 113px !important;
  }

  .timeline-card-content-xl {
    font-size: 21px;
    font-weight: 700;
    color: #512A44;
    line-height: 1.2;
  }
  .timeline-card-content-xl .card-content-number {
    font-size: 71px;
  }
}
@media only screen and (min-width: 568px) {
  .comments-billboard .comments-billboard--block {
    margin-top: 250px;
  }
}
@media only screen and (min-width: 600px) {
  .billboard-block h1 {
    font-size: 100px;
  }
  .billboard-block h1 small {
    font-size: 36px;
  }

  .comments-billboard .comments-billboard--block {
    margin-top: 250px;
  }
}
@media only screen and (min-width: 768px) {
  .billboard-image--mobile {
    display: none;
  }

  .billboard-image--desktop {
    display: block;
  }

  .section-billboard .bg-right-corner {
    width: 278px;
  }

  .main-section {
    padding: 40px 0;
  }

  .p-t-40 {
    padding-top: 40px;
  }

  .header-xl h1 {
    font-size: 48px;
  }
  .header-xl h2 {
    font-size: 24px;
  }
  .header-xl .sub-title {
    font-size: 20px;
  }
  .header-xl p {
    font-size: 18px;
  }

  .header-m h1,
.header-m h2,
.header-m h3 {
    font-size: 36px;
  }

  .sustainability-box-row .t-large {
    font-size: 21px;
  }

  .article-title {
    font-size: 42px;
  }
  .article-title small {
    font-size: 24px;
  }

  .header-area {
    padding-left: 30px;
    padding-right: 30px;
    height: 80px;
  }

  .header-logo img {
    width: 127px;
  }

  .header-dowmload img {
    margin-right: 10px;
  }

  .games-portfolio {
    margin-top: 40px;
  }
  .games-portfolio h2 {
    margin-bottom: 0.83em;
  }

  .games-portfolio-boxes,
.end-of-finacial-boxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
  }

  .games-portfolio-boxes .box {
    padding-top: 0;
  }

  .end-of-finacial-boxes {
    margin: 40px auto;
  }

  .box {
    height: 230px;
    width: calc(25% - 30px);
    margin: 15px;
  }
  .end-of-finacial-boxes .box {
    padding: 20px 20px;
    margin: 0 15px 10px;
  }

  .end-of-finacial-boxes .border-t-l.border-white {
    border-color: #fff !important;
  }
  .border-t-l.md {
    border-left: 4px solid rgba(224, 0, 77, 0.08);
    border-top: 4px solid rgba(224, 0, 77, 0.08);
  }
  .border-t-l.md .box {
    border-bottom: none;
  }

  .games-portfolio .b-b.box {
    border-bottom: none;
  }

  .m-t-b_60.sm {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .logo-item {
    width: 33.333333%;
  }

  .number-circle-wrapper .circle {
    margin: 10px 10px;
  }

  .circle-box {
    width: 25%;
    min-width: 240px;
  }

  .circle {
    width: 100px;
    height: 100px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 16px;
  }
  .circle.circle_l {
    width: 220px;
    height: 220px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  .circle .sub-title {
    font-size: 16px;
  }
  .circle .number {
    font-size: 48px;
  }

  .block-section {
    padding: 80px 0;
  }

  .row-box_reverse {
    flex-direction: row-reverse;
  }

  .row-comment-block {
    width: calc(50% - 20px);
  }

  .comments-initial {
    margin-bottom: 60px !important;
  }

  .comments-billboard {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    position: relative;
    margin-top: 60px;
    height: 816px;
  }
  .comments-billboard .site-width {
    height: 100%;
    display: flex;
    justify-content: center;
  }
  .comments-billboard .comments-billboard--block {
    margin-top: auto;
    width: 720px;
    background: #fff;
    padding: 35px;
    padding-top: 40px;
    position: relative;
  }
  .comments-billboard .comments-billboard--block p {
    text-align: left;
    font-style: italic;
  }

  .read-more-wrapper.position-absolute {
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 100%;
  }

  .comments-header-block {
    padding-left: 50px;
  }
  .comments-header-block.block-article {
    padding-left: 0;
  }
  .comments-header-block h1 {
    font-size: 32px;
  }
  .comments-header-block p {
    font-size: 18px;
  }
  .section-billboard-comments .comments-header-block p {
    border-left: 3px solid #E0004D;
    padding: 10px 0 10px 30px;
  }

  .pre-title {
    font-size: 14px;
  }

  .p-l-r_comments {
    padding: 0 8.5483870968%;
  }

  /* MODAL */
  .article-list {
    margin: 0 -10px;
    margin-top: 50px;
  }

  .article-list--item {
    width: calc(33.333333% - 20px);
    margin: 0 10px 20px;
  }
  .article-list--item h3 {
    margin: 0;
    margin-top: 10px;
    font-size: 16px;
  }
  .article-list--item h4 {
    margin-top: 5px;
    font-size: 14px;
  }

  .figure-w-padding {
    padding: 0 0 0 40px;
  }

  .modal-footer {
    font-size: 21px;
  }

  .row-strip,
[class*=row-strip-] {
    margin: 0 -20px;
  }

  .row-box {
    width: calc(100% - 20px);
    margin: 0 20px 40px;
  }
  .row-strip-6 .row-box {
    width: calc(50% - 40px);
  }
  .row-strip-4 .row-box {
    width: calc(33.333333% - 40px);
  }
  .sustainability-box-row .row-box {
    margin-bottom: 40px;
  }
  .row-strip-3 .row-box {
    width: calc(50% - 40px);
  }
  .row-strip-8--4 .row-box.box-8 {
    width: calc(100% - 40px);
  }
  .row-strip-8--4 .row-box.box-4 {
    width: calc(100% - 40px);
  }

  .sustainability-box-row {
    margin-bottom: 0;
  }

  /* LOGO CARDS
  --------------------------------------------------------*/
  .section-logo-cards {
    margin: 0 -1px;
    padding: 0;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }

  .logo-cards {
    width: calc(33.333333% - 2px);
  }

  .brand-logo {
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    opacity: 1;
    z-index: 4;
  }
  .brand-logo:hover {
    opacity: 0;
  }

  .announced {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #000;
    padding: 5px 20px;
  }

  .brand-info-wrapper {
    position: relative;
  }

  .brand-info-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .brand-info {
    color: #FFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
  }
  .brand-info > div {
    width: 48%;
    padding: 5px 10px;
  }
  .brand-info span {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
  }
  .brand-info .numbers {
    font-size: 18px;
    line-height: 1;
  }

  .section-slider .carousel-cell:after {
    content: "flickity";
    display: none;
  }

  /* SLIDER
  --------------------------------------------------------*/
  .section-slider {
    margin-bottom: 0;
  }
  .section-slider .carousel-cell {
    width: 66%;
    margin-right: 2px;
    border-radius: 5px;
    counter-increment: carousel-cell;
    position: relative;
  }
  .section-slider .carousel-cell:after {
    content: "";
  }
  .section-slider .carousel-cell .read-more-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    color: #fff;
    display: flex;
    align-items: center;
  }
  .section-slider .carousel-cell .read-more-wrapper .read-more-text {
    color: #fff;
  }
  .section-slider .carousel-cell .read-more-wrapper .btn-expand {
    width: 36px;
  }
  .section-slider .carousel-cell h3 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .section-slider .carousel-cell .studio-title {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .section-slider .carousel-cell .list-item-label {
    width: 100%;
    margin-top: -35px;
    position: relative;
    z-index: 2;
  }
  .section-slider .carousel-cell .list-item-label span {
    display: inline-block;
    padding: 5px 10px;
    color: #000;
    margin: 0 auto;
    margin-bottom: 10px;
    background-color: #FFE59D;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
  }
  .section-slider .carousel-cell .list-item-label span.business-sense {
    background-color: #B7A8B7;
  }
  .section-slider .carousel-cell .list-item-label span.solid-work {
    background-color: #E7A0A0;
  }
  .section-slider .carousel-cell .list-item-label span.greener-planet {
    background-color: #A4CFC9;
  }
  .section-slider .flickity-prev-next-button {
    display: block;
  }
  .section-slider .flickity-prev-next-button.previous {
    left: calc(15% + 14px);
  }
  .section-slider .flickity-prev-next-button.next {
    right: calc(15% + 14px);
  }
  .section-slider .flickity-button-icon {
    fill: #E0004D;
  }
  .section-slider .flickity-page-dots {
    bottom: -40px;
    display: flex;
    align-content: center;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .section-slider .dot {
    background: #EDE9EC;
    opacity: 1;
    width: 10px;
    height: 10px;
  }
  .section-slider .dot.is-selected {
    background: #E0004D;
    width: 16px;
    height: 16px;
  }

  .slider-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .slider-content .read-more-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -30px;
    width: 100px;
  }
  .slider-content .read-more-wrapper .read-more-text {
    color: #fff;
  }
}
@media only screen and (min-width: 800px) {
  .billboard-block h1 {
    font-size: 100px;
    line-height: 1.2;
  }
  .billboard-block h1 .header {
    width: auto;
    margin: 0;
    text-align: center;
  }
  .billboard-block h1 span {
    display: inline;
  }
  .billboard-block h1 small {
    font-size: 36px;
    margin-top: 0;
  }
  .billboard-block .header-space {
    display: none;
  }

  /* timeline */
  .bg-a {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .main-section {
    padding: 80px 0;
  }

  .header-xl h1 {
    font-size: 48px;
  }
  .header-xl h2 {
    font-size: 36px;
  }
  .header-xl .sub-title {
    font-size: 24px;
  }
  .header-xl p {
    font-size: 18px;
  }
  .header-xl .sub-title {
    margin-bottom: 20px;
  }

  .section-billboard-page h2 {
    font-size: 36px;
  }

  .header-area nav {
    display: block;
  }

  .box .number {
    font-size: 60px;
  }
  .end-of-finacial-boxes .box {
    padding: 20px 40px;
  }

  .comments-initial {
    margin-bottom: 160px !important;
  }

  .comments-header-block h1 {
    font-size: 36px;
  }
  .comments-header-block p {
    font-size: 18px;
  }
  .comments-header-block.block-article h1 {
    font-size: 36px;
  }
  .section-billboard-comments .comments-header-block p {
    border-left: 3px solid #E0004D;
  }

  .pre-title {
    font-size: 16px;
  }

  .p-l-r_comments {
    padding: 0 17.0967741935%;
  }

  .logo-cards {
    width: calc(20% - 2px);
  }
}
@media only screen and (min-width: 1200px) {
  .number-circle-wrapper .circle {
    margin: 20px 10px;
  }
  .number-circle-wrapper hr {
    display: none;
    width: 0;
  }

  .header-area nav a {
    margin: 0 25px;
  }
}
@media only screen and (min-width: 1440px) {
  .header-area nav a {
    margin: 0 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-billboard-page-2 {
    background-position: top -150px center;
  }
}
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
*::before,
*::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
