.c-banner {
  position: relative;
}
@media all and (min-width: 768px) {
  .c-banner {
    min-height: 30rem;
    background-position: center;
  }
}
@media all and (min-width: 1280px) {
  .c-banner {
    min-height: 31.6rem;
    background-position: center right;
  }
}
.c-banner .e-inner-wrapper {
  max-width: 1400px;
  max-width: 140rem;
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
.c-banner__inner {
  opacity: 0.5;
  transition: opacity 1s ease-in-out;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  flex-wrap: nowrap;
}
@media all and (max-width: 1279px) {
  .c-banner__inner {
    background: none !important;
    flex-wrap: wrap;
  }
}
@media all and (min-width: 768px) {
  .c-banner__inner {
    display: flex;
    min-height: 45rem;
    flex-wrap: wrap;
    min-width: calc(100% + 6rem);
    left: -3rem;
  }
}
@media all and (min-width: 1280px) {
  .c-banner__inner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 55rem;
    min-width: 100%;
    left: 0;
  }
}
.c-banner__controls {
  font-size: 36px;
  font-size: 3.6rem;
  position: absolute;
  background: transparent;
  bottom: 20px;
  bottom: 2rem;
  margin-left: 0;
  border: 0;
  cursor: pointer;
  color: #fff;
}
.c-banner__controls .i-pause,
.c-banner__controls .i-play {
  display: block;
}
.c-banner__controls .i-pause-inverted,
.c-banner__controls .i-play-inverted {
  display: none;
}
@media all and (min-width: 768px) {
  .c-banner__controls {
    margin-left: 2rem;
  }
}
.c-banner__controls:hover .i-pause,
.c-banner__controls:hover .i-play {
  display: none;
}
.c-banner__controls:hover .i-pause-inverted,
.c-banner__controls:hover .i-play-inverted {
  display: block;
}
.c-banner__controls svg {
  fill: #fff;
}
.c-banner__inner__image__mobile {
  position: relative;
  min-width: calc(100% + 4rem);
  left: -20px;
  left: -2rem;
  height: 300px;
  height: 30rem;
  display: block;
  background-size: cover;
  background-position: center;
}
@media all and (min-width: 768px) {
  .c-banner__inner__image__mobile {
    display: none;
  }
}
.c-banner__inner__image__tablet {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}
@media all and (min-width: 768px) {
  .c-banner__inner__image__tablet {
    display: block;
  }
}
@media all and (min-width: 1280px) {
  .c-banner__inner__image__tablet {
    display: none;
  }
}
.c-banner__mission__wrapper {
  padding-bottom: 15px;
  padding-bottom: 1.5rem;
}
@media all and (min-width: 768px) {
  .c-banner__mission__wrapper {
    flex: 1;
    padding-bottom: 0;
    max-height: 100%;
  }
}
@media all and (min-width: 1280px) {
  .c-banner__mission__wrapper {
    flex: 1;
    max-height: 100%;
  }
}
.c-banner__mission {
  position: relative;
  width: 100%;
}
@media all and (min-width: 768px) {
  .c-banner__mission {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    max-width: 43.5rem;
    padding: 2.5rem 3rem;
    height: 100%;
  }
}
@media all and (min-width: 1280px) {
  .c-banner__mission {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    max-width: 47rem;
    height: 100%;
  }
}
.c-banner__mission__heading {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
  margin-bottom: 2px;
  margin-bottom: 0.2rem;
  color: #09B5CA;
  text-transform: uppercase;
  letter-spacing: 1.799px;
  letter-spacing: 0.18rem;
  font-weight: 700;
}
@media all and (min-width: 1280px) {
  .c-banner__mission__heading {
    font-size: 2rem;
    letter-spacing: 0.23rem;
    margin-bottom: 0.5rem;
  }
}
.c-banner__mission__copy {
  position: relative;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.4;
  margin: 0;
  color: #312F2F;
}
@media all and (min-width: 768px) {
  .c-banner__mission__copy {
    color: #fff;
  }
}
@media all and (min-width: 1280px) {
  .c-banner__mission__copy {
    font-size: 3.8rem;
    line-height: 1.15;
    color: #fff;
  }
}
.c-banner__latest {
  background: #f2f2f2;
  padding: 20px 0;
  padding: 2rem 0;
}
@media all and (min-width: 768px) {
  .c-banner__latest {
    display: flex;
    padding: 1rem 0;
  }
}
@media all and (min-width: 1280px) {
  .c-banner__latest {
    padding: 2rem 0;
  }
}
.c-banner__latest__inner {
  align-items: center;
  flex-wrap: wrap;
}
@media all and (min-width: 768px) {
  .c-banner__latest__inner {
    display: flex;
  }
}
@media all and (min-width: 1280px) {
  .c-banner__latest__inner {
    justify-content: center;
  }
}
.c-banner__latest__heading {
  margin: 0;
  color: #D62727;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  letter-spacing: 0.15rem;
}
@media all and (min-width: 768px) {
  .c-banner__latest__heading {
    flex: 0 1 100%;
    padding: 0 1.5rem;
  }
}
@media all and (min-width: 1280px) {
  .c-banner__latest__heading {
    flex: 0 1 auto;
    padding: 0;
    font-size: 2rem;
    letter-spacing: 0.23rem;
  }
}
.c-banner__latest__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
@media all and (min-width: 768px) {
  .c-banner__latest__list {
    display: flex;
  }
}
.c-banner__latest__list__item {
  margin: 0;
  position: relative;
}
.c-banner__latest__list__item:last-child .c-banner__latest__list__item__link {
  border: 0;
}
@media all and (min-width: 768px) {
  .c-banner__latest__list__item:not(:last-child):before {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    height: 3.5rem;
    width: 0.1rem;
    background: #999999;
  }
}
.c-banner__latest__list__item__link {
  color: #312F2F;
  display: inline-block;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 5px 0;
  padding: 0.5rem 0;
  border-bottom: 1px solid #d6d6d6;
  border-bottom: 0.1rem solid #d6d6d6;
}
.c-banner__latest__list__item__link .e-icon {
  fill: #D62727;
  margin-left: 5px;
  margin-left: 0.5rem;
  margin-bottom: -3px;
  margin-bottom: -0.3rem;
  font-size: 13px;
  font-size: 1.3rem;
}
@media all and (min-width: 768px) {
  .c-banner__latest__list__item__link {
    padding: 1rem 1.5rem;
    border: 0;
    white-space: nowrap;
  }
}
@media all and (min-width: 1280px) {
  .c-banner__latest__list__item__link {
    font-size: 2.2rem;
    padding: 1rem 3rem;
    white-space: normal;
  }
  .c-banner__latest__list__item__link .e-icon {
    margin-bottom: -0.2rem;
  }
}
