.main {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
.main.-dark {
  background-color: #1a191c;
}

/*
	Sustainability
*/
.sustainability {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 96px 0 121px 0;
  width: 100%;
  background-color: #D6D0C6;
}
.sustainability.-column {
  flex-direction: column;
}
.sustainability .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 24px;
  background-color: transparent;
  width: 100%;
}
.sustainability .container.-relative {
  position: relative;
}
.sustainability.-border {
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}
.sustainability.-border:last-child {
  border: 0;
}
.sustainability h2 {
  display: inline-block;
  width: 100%;
  font-size: 23px;
  font-weight: 700;
  color: #e22927;
  text-align: left;
}
.sustainability p {
  display: inline-block;
  margin: 0 0 21px 0;
  width: 100%;
  font-size: 18px;
  line-height: 1.61em;
  text-align: left;
  color: #4a4a4a;
}
.sustainability img {
  display: inline-block;
  max-width: 100%;
}
.sustainability a {
  color: #e22927;
  text-decoration: underline;
}
.sustainability__items {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.sustainability__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 0;
  width: 100%;
  border-bottom: 1px solid rgba(46, 44, 40, 0.2);
  font-size: 18px;
  line-height: 1.67em;
  text-decoration: none;
  text-align: left;
  color: #4a4a4a;
  transition: color 0.2s ease-in-out;
}
.sustainability__link:hover {
  color: #141416;
}
.sustainability__link:last-child {
  border: 0;
}
.sustainability__box {
  display: inline-block;
  margin-bottom: 24px;
  padding: 41px 76px;
  width: 100%;
  background: #dfd9ce;
  box-shadow: 0 5px 20px 0 rgba(133, 126, 114, 0.08);
}
.sustainability__box:last-child {
  margin: 0;
}
.sustainability ul {
  display: inline-block;
  margin: 14px 0;
  padding: 0;
  width: 100%;
}
.sustainability ul li {
  position: relative;
  display: inline-block;
  margin: 6px 0 6px 36px;
  width: auto;
  max-width: 100%;
  font-size: 18px;
  line-height: 1.78em;
  text-align: left;
  color: #4a4a4a;
  list-style: none;
}
.sustainability ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -36px;
  display: inline-block;
  margin: 10px 0 0 0;
  width: 3px;
  height: 13px;
  background-color: #e22927;
}
.sustainability ul li::after {
  content: "";
  position: absolute;
  top: 22px;
  left: -35px;
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: rgba(46, 44, 40, 0.2);
}
.sustainability ul li:last-child::after {
  content: none;
}

/*
	Media
*/
.media {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #1b191c;
  width: 100%;
  height: 100%;
}
.media .container {
  position: relative;
  z-index: 10;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 0 40px;
  width: 100%;
  transform: translateY(-178px);
}
.media .container__image {
  max-width: 100%;
  height: auto;
  margin: 15px 0;
}
.media.-newsletter .media__content__item {
  padding: 38px;
}
.media__filter {
  position: relative;
  top: initial;
  right: initial;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 50px 0 0;
  width: 100%;
  height: 100%;
}
.media__filter__select {
  display: flex;
  margin: 0 0 24px 0;
  padding: 0 48px 0 24px;
  width: 100%;
  max-width: 100%;
  height: 48px;
  border: 0;
  background-color: #1e1d20;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='5' viewBox='0 0 7 5'%3E%3Cpath fill='%23D8D8D8' fill-rule='evenodd' d='M3.5 4.667L0 0h7z' opacity='.7'/%3E%3C/svg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 24px top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #bbb2bf;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.media__filter__select:first-child {
  margin-right: 24px;
  min-width: 232px;
}
.media__content {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  transform: translateX(-25px);
}
.media__content__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 25px 50px 25px;
  padding: 56px 40px;
  width: calc(100% - 50px);
  min-height: 313px;
  background: #1e1d20;
  text-decoration: none;
}
.media__content__item__title {
  display: inline-block;
  width: 100%;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.43em;
  text-align: left;
  color: #ffffff;
}
.media__content__item__date {
  display: inline-block;
  width: 100%;
  margin-bottom: 13px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 3.5px;
  text-align: left;
  color: #e22927;
}
.media__content__item__cover {
  display: inline-block;
  margin-bottom: 21px;
  width: 100%;
  box-shadow: 7px 7px 11px 0px rgba(0, 0, 0, 0.11);
  flex-shrink: 0;
}
.media__content__item__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

select::-ms-expand {
  display: none;
}

.search-case__input::-ms-clear,
.footer__search__input::-ms-clear,
.search-box__input::-ms-clear {
  display: none;
}

/*

	Commercial

*/
.commercial {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 72px 0;
  width: 100%;
}
.commercial .container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 24px;
  width: 100%;
  transform: translateY(-260px);
}
.commercial__box {
  overflow: hidden;
  margin-bottom: 40px;
  width: 100%;
  background-color: #1e1d20;
}
.commercial__box:nth-child(even) {
  margin-right: 0;
  transform: translateY(0);
}
.commercial__box:nth-child(odd) {
  margin-left: 0;
  transform: translateY(0);
}
.commercial__box__image {
  overflow: hidden;
  display: flex;
  margin: 0;
  padding-top: 56.25%;
  width: 100%;
  height: auto;
  max-height: 460px;
  background-color: #1b191c;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.commercial__box__image.-position-center {
  background-position: center center;
}
.commercial__content {
  padding: 40px 32px 37px 32px;
  text-align: left;
}
.commercial__date {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 3.5px;
  color: #e22927;
}
.commercial__address {
  position: relative;
  display: inline-block;
  margin-top: 11px;
  padding: 0 0 0 28px;
  width: 100%;
  font-size: 18px;
  line-height: 1.61em;
  text-decoration: none;
  color: #8b8b8b;
}
.commercial__address::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("/assets/svg/pin.svg");
}
.commercial__title {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.43em;
  color: #bbb2bf;
  text-decoration: none;
}
.commercial .video {
  position: relative;
  overflow: hidden;
  display: flex;
  margin: 0;
  padding-top: 56.25%;
  width: 100%;
  height: auto;
  max-height: 460px;
}
.commercial .video__item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

/*

	Events

*/
.events {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 72px 0;
  width: 100%;
}
.events .container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 24px;
  width: 100%;
  transform: translateY(-285px);
}
.events .commercial {
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
}
.events .commercial__box {
  width: 100%;
}
.events .commercial__box:nth-child(even) {
  margin-left: 0;
  transform: translateY(0);
}
.events .commercial__box:nth-child(odd) {
  margin-right: 0;
  transform: translateY(0);
}

/*

	Awards

*/
.awards {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: calc(-100vh + 300px);
  padding: 61px 0 121px 0;
  width: 100%;
}
.awards .container {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 24px;
  width: 100%;
  transform: translateY(calc(-100vh + 300px));
}
.awards__timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 50px;
  padding-bottom: 100px;
  width: 100%;
}
.awards__timeline::after {
  content: "";
  position: absolute;
  top: 70px;
  left: 0;
  width: 1px;
  height: 100%;
  background: rgba(151, 151, 151, 0.2);
}
.awards__timeline h2 {
  display: inline-block;
  width: 100%;
  font-size: 28px;
  font-weight: 700;
  text-align: left;
  color: #e22927;
}
.awards__timeline p {
  position: relative;
  display: flex;
  align-self: flex-end;
  width: 100%;
  font-size: 18px;
  line-height: 1.78em;
  color: #8b8b8b;
  text-align: left;
}
.awards__timeline p:nth-child(odd) {
  align-self: flex-start;
  padding-right: 0;
  padding-left: 80px;
}
.awards__timeline p:nth-child(odd)::after {
  right: initial;
  left: 1px;
}
.awards__timeline p:nth-child(even) {
  padding-left: 80px;
}
.awards__timeline p:nth-child(even)::after {
  left: 1px;
}
.awards__timeline p::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 44px;
  height: 1px;
  background: rgba(151, 151, 151, 0.2);
}

/* 

	Human Resouce

*/
.hr {
  position: relative;
  z-index: 6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 155px 0;
  width: 100%;
  min-height: 100vh;
  background-color: #1b191c;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hr .container {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
.hr__people {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 7;
  display: none;
  width: calc(100% - 100px);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
  transform: translateY(-50%);
}
.hr__title {
  display: inline-block;
  width: 100%;
  font-size: 8vw;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}
.hr__desc {
  display: inline-block;
  margin: 20px 0;
  width: 100%;
  font-size: 4vw;
  font-weight: 300;
  line-height: 1.74em;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
.hr__detail {
  display: inline-block;
  margin: 20px 0;
  width: 100%;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 6.6px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #e22927;
}

.company-table {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
}
.company-table th, .company-table td {
  border: 1px solid gray;
  padding: 10px;
}
.company-table td {
  color: black;
  font-weight: bold;
}
.company-table .title {
  color: gray;
}
.company-table .title-big {
  color: #e22927;
}
.company-table .title__mini {
  color: #e22927;
  text-decoration: underline;
}

.swiper-container {
  width: 100%;
  max-width: 1001px;
  height: auto;
}

.swiper-slide__bg-image {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  max-height: 563px;
}

.swiper-slide__thumbs-image {
  width: auto;
}

.swiper-slide__video {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  max-height: 563px;
}
.swiper-slide__video:hover ~ .play {
  opacity: 1;
  visibility: visible;
}

.play {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s ease-in-out;
}
.play:hover {
  opacity: 1;
  visibility: visible;
}

.swiper-slide__text {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 20px 20px 40px;
  width: 100%;
  min-height: 138px;
  border: 1px solid transparent;
  background-color: #dfd9ce;
  font-size: 18px;
  text-align: left;
}
.swiper-slide__text p {
  margin: 0;
}

.swiper-button-next {
  position: absolute;
  display: none;
  background-image: url(/assets/svg/arrow-right.svg);
}
.swiper-button-next.-textless {
  right: 0;
}

.swiper-button-prev {
  position: absolute;
  display: none;
  background-image: url(/assets/svg/arrow-left.svg);
}
.swiper-button-prev.-textless {
  left: 0;
}

.swiper-button-next,
.swiper-button-prev {
  background-size: 27px 8px;
  top: 30%;
}
.swiper-button-next.-middle,
.swiper-button-prev.-middle {
  top: 50%;
}
.swiper-button-next.-textless,
.swiper-button-prev.-textless {
  display: block;
}

.swiper-pagination {
  position: absolute;
  z-index: 10;
  bottom: -40px;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translate3d(0, 0, 0);
}

.swiper-pagination-bullet {
  margin: 4px;
}

.swiper-pagination-bullet-active {
  background: #d42222;
}

.play {
  position: absolute;
  top: calc(50% - 65px);
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background-image: url(/assets/svg/play.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  cursor: pointer;
}
.play.-pause {
  background-image: url(/assets/svg/pause.svg);
}

.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-responsive__iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* Gallery thumbs */
.box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 25px 50px 25px;
  width: calc(100% - 50px);
  min-height: 313px;
  background: #1e1d20;
  text-decoration: none;
}
.box.-full-width {
  width: 100%;
}
.box:not(.-full-width) {
  width: calc(100% - 50px);
}
.box__image img {
  width: 100%;
}
.box__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 20px;
}
.box__text-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.43em;
  text-align: left;
  color: #ffffff;
}
.box__text-date {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 3.5px;
  text-align: left;
  color: #e22927;
}

.breadcrumb {
  justify-content: flex-start;
}

@media only screen and (min-width: 560px) {
  .media__content__item {
    width: calc(50% - 50px);
  }
  .swiper-slide__text {
    min-height: 90px;
  }
  .swiper-button-next {
    display: block;
  }
  .swiper-button-next.-textless {
    right: 10px;
    background-image: url(/assets/svg/arrow-right.svg);
  }
  .swiper-button-prev {
    display: block;
  }
  .swiper-button-prev.-textless {
    left: 10px;
    background-image: url(/assets/svg/arrow-left.svg);
  }
  .swiper-button-next.-textless,
  .swiper-button-prev.-textless {
    top: 50%;
  }
  .swiper-pagination {
    display: none;
  }
  .box:not(.-full-width) {
    width: calc(50% - 50px);
  }
}

@media only screen and (min-width: 768px) {
  .sustainability ul li {
    width: 100%;
  }
  .media__filter {
    position: absolute;
    top: -136px;
    right: 0;
    flex-direction: row;
    width: auto;
    height: 48px;
  }
  .media__filter__select {
    margin: 0;
    max-width: 232px;
  }
  .awards__timeline::after {
    left: 50%;
  }
  .awards__timeline h2 {
    text-align: center;
  }
  .awards__timeline p {
    width: 50%;
  }
  .awards__timeline p:nth-child(odd) {
    padding-right: 80px;
  }
  .awards__timeline p:nth-child(odd)::after {
    right: 1px;
    left: initial;
  }
  .hr .container {
    padding: 0 90px;
  }
  .hr__people {
    display: inline-block;
  }
  .hr__title {
    font-size: 3vw;
  }
  .hr__desc {
    width: 50%;
    font-size: 2vw;
  }
  .play {
    top: calc(50% - 85px);
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
  }
}

@media only screen and (min-width: 920px) {
  .media__content__item {
    width: calc(33.3333333333% - 50px);
  }
  .commercial__box {
    margin-bottom: 96px;
    width: calc(50% - 52px);
  }
  .commercial__box:nth-child(even) {
    margin-right: 52px;
    transform: translateY(0px);
  }
  .commercial__box:nth-child(odd) {
    margin-left: 52px;
    transform: translateY(0);
  }
  .events .commercial {
    flex-direction: row;
  }
  .events .commercial__box {
    margin-bottom: 96px;
    width: calc(50% - 52px);
  }
  .events .commercial__box:nth-child(even) {
    margin-left: 52px;
    margin-right: 0;
    transform: translateY(0);
  }
  .events .commercial__box:nth-child(odd) {
    margin-right: 52px;
    margin-left: 0;
    transform: translateY(0);
  }
  .box:not(.-full-width) {
    width: calc(33.3333333333% - 50px);
  }
}

@media only screen and (min-width: 1248px) {
  .sustainability .container {
    padding: 0;
    width: 792px;
    height: 100%;
  }
  .sustainability .container.-wide {
    padding: 0;
    width: 1001px;
    height: 100%;
  }
  .media .container {
    padding: 0 0 123px 0;
    width: 1001px;
    height: 100%;
  }
  .media__filter {
    right: 0;
  }
  .commercial .container {
    padding: 0 0 123px 0;
    width: 1001px;
    height: 100%;
  }
  .events .container {
    padding: 0 0 123px 0;
    width: 1001px;
    height: 100%;
  }
  .awards .container {
    padding: 0 0 123px 0;
    width: 1001px;
    height: 100%;
  }
}