.bottom-title,
.iframehtml > a,
.ns-ns,
.result-wrapp ul li,
.section-title h3,
.stimulus-result li strong,
.video-carousel .video-item .caption,
footer,
h2,
header {
  text-transform: uppercase;
}
.section,
header,
header h2 {
  overflow: hidden;
}
#cboxContent:before,
.gradient-overlay:before,
.play-btn:before,
.play-btns:before,
header h2 span:before,
ul.list li:after {
  content: "";
}
.section,
header {
  background-color: #000;
}
.container,
.section,
header h2 span {
  position: relative;
}
header h1,
header h2 {
  font-family: din-pro-condensed-bold;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: 700;
}

.row {
  display: flex;
  flex-wrap: wrap;
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-left: unset !important;
}

.d-flex {
  display: flex !important;
}
.align-items-center {
  align-items: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-center {
  justify-content: center !important;
}

.mb-5 {
  margin-bottom: 50px;
}

.card {
  padding: 20px;
  border-radius: 10px;
}

.link-btn {
  background-color: #fff;
  color: #13456d;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 700;
  border: 1px solid #fff;
  text-transform: uppercase;
  box-shadow: 0 3px 6px 0 rgba(54, 80, 105, 0.4);
}

.link-btn:hover {
  background-color: #13456d;
  color: #fff;
}

.fw-200 {
  font-weight: 200 !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}

.section {
  width: 100%;
  color: #fff;
  padding: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

  font-weight: 400;
}
/* .mejs__controls {
	display: none!important
} */
.banner-video .mejs__controls {
  display: none !important;
}
.container {
  width: 80%;
  max-width: 1730px;
  margin: 0 auto;
  /* padding: 6rem 0; */
  z-index: 4;
}
#cboxNext,
#cboxPrevious {
  margin-top: -22px;
  width: 32px;
  height: 55px;
}
.container .row:last-child,
header h2 {
  margin-bottom: 0;
}
.result-container {
  padding: 3rem 0 2rem;
}
.small-container {
  padding: 2rem 0;
}
p {
  font-size: 24px;
}
.lists {
  padding-left: 1.5rem !important;
  margin-bottom: 12px;
  position: relative;
}

.lists li {
  list-style-type: square !important;
  font-size: 24px;
  margin-bottom: 10px;
  padding-left: 15px;
}
h1 {
  font-size: 32px;
  letter-spacing: 1px;
}
h2 {
  font-size: 2.2rem;
}
header {
  color: #fff;
  padding: 12px 0;
  text-align: center;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}
#cboxContent {
  padding: 24px 2px 3px;
  background-color: transparent;
}
#cboxContent:before {
  position: absolute;
  left: 0;
  z-index: 1;
  opacity: 0.8;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f95a05;
  background: -moz-linear-gradient(
    -45deg,
    rgba(249, 90, 5, 1) 24%,
    rgba(240, 35, 2, 1) 54%,
    rgba(240, 35, 2, 1) 54%,
    rgba(147, 18, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(249, 90, 5, 1) 24%,
    rgba(240, 35, 2, 1) 54%,
    rgba(240, 35, 2, 1) 54%,
    rgba(147, 18, 0, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(249, 90, 5, 1) 24%,
    rgba(240, 35, 2, 1) 54%,
    rgba(240, 35, 2, 1) 54%,
    rgba(147, 18, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f95a05', endColorstr='#931200', GradientType=1 );
  clip-path: polygon(
    0 95%,
    32px 100%,
    100% 100%,
    100% 23px,
    34% 23px,
    33% 0,
    12.92134831460674% 0,
    11.79775280898876% 23px,
    -1px 23px
  );
  -webkit-clip-path: polygon(
    0 95%,
    32px 100%,
    100% 100%,
    100% 23px,
    34% 23px,
    33% 0,
    12.92134831460674% 0,
    11.79775280898876% 23px,
    -1px 23px
  );
}
#cboxLoadedContent {
  position: relative;
  z-index: 2;
  border: none;
  clip-path: polygon(
    0 95%,
    32px 100%,
    100% 100%,
    100% 0,
    0 0,
    0 0,
    0 0,
    0 23px,
    -1px 23px
  );
  -webkit-clip-path: polygon(
    0 95%,
    32px 100%,
    100% 100%,
    100% 0,
    0 0,
    0 0,
    0 0,
    0 23px,
    -1px 23px
  );
}
#cboxClose {
  position: absolute;
  top: 23px;
  right: 0;
  display: block;
  background: url(https://cdnsparktstudios-huf0e6grg7ekafb2.z01.azurefd.net/case/titanium-hybrid/images/close.png) center center no-repeat #ef4023;
  width: 38px;
  height: 38px;
  text-indent: -9999px;
  background-size: 80% 80%;
}
.article-img,
.section-title h3,
header h2 span,
ul.list {
  display: inline-block;
}
#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
  z-index: 4;
}
#cboxNext {
  right: 0;
  background: url(https://cdnsparktstudios-huf0e6grg7ekafb2.z01.azurefd.net/case/titanium-hybrid/images/arrows.png) right center no-repeat #ef4023;
  background-size: 200% auto;
}
#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 0;
  background: url(https://cdnsparktstudios-huf0e6grg7ekafb2.z01.azurefd.net/case/titanium-hybrid/images/arrows.png) left center no-repeat #ef4023;
  text-indent: -9999px;
  background-size: 200% auto;
}
#cboxNext:hover {
  background-position: right center;
}
#cboxPrevious:hover {
  background-position: left center;
}
.mejs__overlay-button {
  background-color: transparent;
  background-image: url(/case/_assets/8795d7a5a8b42712ff292c2ba0147862.png);
  background-repeat: no-repeat;
  background-position: 0 -39px;
  width: 80px;
  height: 80px;
  opacity: 0.8;
}

.mejs__overlay:hover > .mejs__overlay-button {
  background-position: 0 -39px;
  background-color: transparent;
  opacity: 1;
}

.mejs__overlay:active > .mejs__overlay-button,
.mejs__overlay:focus > .mejs__overlay-button,
.mejs__overlay:visited > .mejs__overlay-button {
  opacity: 0.3;
}

.mejs__overlay-button.mejs__overlay-loading-bg-img {
  background-position: -160px -40px !important;
}

header .container {
  padding: 0;
}
header h1 {
  word-spacing: 0.1vw;
  margin: 0;
}
header h2 {
  margin-top: 12px;
  font-size: 1.1vw;
}
header h2 span {
  width: auto;
  float: right;
  background-color: #13456d;
  padding: 0.5rem 2rem;
}
header h2 span:before {
  height: 100%;
  width: 75px;
  background-color: #13456d;
  position: absolute;
  left: -60px;
  top: 0;
  transform: skewX(-24deg);
  -webkit-transform: skewX(-24deg);
  -ms-transform: skewX(-24deg);
}
ul.list {
  vertical-align: top;
  padding-left: 24px;
}
ul.list li {
  margin-bottom: 12px;
  position: relative;
}
ul.list li:after {
  position: absolute;
  left: -16px;
  width: 6px;
  height: 6px;
  background-color: #000;
  top: 1.07rem;
}
ul.list li:nth-child(1):after {
  background-color: #fb0d5b;
}
ul.list li:nth-child(2):after {
  background-color: #fc0;
}
ul.list li:nth-child(3):after {
  background-color: #ef4023;
}
ul.list li:nth-child(4):after {
  background-color: #13aaa9;
}
ul.list li:nth-child(5):after {
  background-color: #fb0d5b;
}
ul.list li:nth-child(6):after {
  background-color: #fc0;
}
ul.list li:nth-child(7):after {
  background-color: #ef4023;
}
ul.list li:nth-child(8):after {
  background-color: #3d4667;
}
ul.list li:nth-child(9):after {
  background-color: #13aaa9;
}
ul.list li:nth-child(10):after {
  background-color: #fb0d5b;
}
ul.list li:nth-child(11):after {
  background-color: #fc0;
}
ul.list li:nth-child(12):after {
  background-color: #ef4023;
}
ul.list li:nth-child(13):after {
  background-color: #3d4667;
}
ul.list li:nth-child(14):after {
  background-color: #13aaa9;
}
ul.list li p {
  font-size: 24px;
  margin-top: 0 !important;
}
.orange-text {
  color: #ef4023 !important;
}

.banner-image {
  object-fit: contain;
  height: 100%;
  height: 100vh;
  vertical-align: top;
  position: relative;
}
.banner-img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  left: 0;
  top: 0;
}
.banner-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1200px) {
  header.header-hide {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
  }
  .banner-video {
    width: 100%;
    height: 100vh;
    padding-top: 95px;
  }
  .banner-video .mejs__container {
    height: 100% !important;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
  }
  .banner-video .mejs__container iframe {
    height: 100%;
  }
  .banner-source video {
    width: 100%;
    height: 100%;
  }
}
.cypher-section {
  margin-top: -24px;
  margin-bottom: -3%;
  padding-top: 23px;
  z-index: 9;
  min-height: 300px;
  clip-path: polygon(
    0 95%,
    3% 100%,
    100% 100%,
    100% 23px,
    53% 23px,
    52% 0,
    12% 0,
    11% 23px,
    0 23px
  );
  -webkit-clip-path: polygon(
    0 95%,
    3% 100%,
    100% 100%,
    100% 23px,
    53% 23px,
    52% 0,
    12% 0,
    11% 23px,
    0 23px
  );
  background: #1b6ab5;
  /* background: linear-gradient(135deg,rgba(19, 69, 109, 1) 0%, rgba(137, 177, 63, 1) 100%); */
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
}
.cypher-section-next {
  padding-top: 3%;
}
.grey-bg {
  background-color: #d5d5d5 !important;
  color: #000;
}

.fixed-bg {
  background-attachment: fixed;
}
.blue-bg {
  background-color: #13456d !important;
  color: #fff;
}
.yellow-bg {
  background-color: #eecb0c !important;
  color: #000;
}
.green-bg {
  background-color: #db0004 !important;
}
.light-green-bg {
  background-color: #c34143 !important;
  color: #fff;
}
.red-bg {
  background-color: #c21b17 !important;
}
.black-bg {
  background-color: #000 !important;
  color: #fff;
}
.orange-bg {
  background-color: #ef4023 !important;
  color: #fff;
}
.pink-bg {
  background-color: #fb0d5b !important;
  color: #fff;
}
.gradient-bg {
  background: #015930;
  background: linear-gradient(
    90deg,
    rgba(1, 89, 48, 1) 0%,
    rgba(126, 211, 166, 1) 100%
  );
}

.dark-blue-bg {
  background: #13456d;
  font-weight: 400;
}

.dark-green-bg {
  background: #48a550;
  color: #000;
}

.transparent-bg {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1rem;
}

.black-bg {
  background: #000;
  color: #d5d5d5;
  font-weight: 400;
}

.section-title h3 {
  font-size: 24px;
  letter-spacing: 0.6px;
  height: 55px;
  line-height: 55px;
  position: relative;
  background-color: #fff;
  /* color: #db0004; */
  color: #000;
  padding: 0 1.5rem;
  transform: skewX(-24deg);
  -webkit-transform: skewX(-24deg);
  -ms-transform: skewX(-24deg);
  -moz-transform: skewX(-24deg);
  border: 1px solid transparent;
}

.cypher-section .section-title h3,
.green-bg .section-title h3 {
  background-color: #fff;
  color: #000;
}

/* .section-title h3:after, .section-title h3:before {
	position: absolute;
	width: 30px;
	height: 30px;
	content: ''
}
.section-title h3:after {
	right: -1px;
	top: -1px;
	border-top: 3px solid #000;
	border-right: 3px solid #000
}
.section-title h3:before {
	left: -1px;
	bottom: -1px;
	border-bottom: 3px solid #000;
	border-left: 3px solid #000
} */
/* .section-title.orange-border h3, .section-title.orange-border h3:after, .section-title.orange-border h3:before {
	border-color: #13456D
} */
.section-title.orange-border h3.blue-bg {
  color: #fff;
}
.article-img,
.article-img img {
  width: 100%;
}
.section-title h3 span {
  display: inline-block;
  transform: skewX(24deg);
  -webkit-transform: skewX(24deg);
  -moz-transform: skewX(24deg);
  -ms-transform: skewX(24deg);
  position: relative;
  z-index: 2;
}
.paragraph {
  padding: 24px;
}
.paragraph p {
  /* text-align: justify; */
  margin-bottom: 1.5rem;
}
.paragraph p:last-child {
  margin-bottom: 0;
}
.paragraph p:first-child {
  margin-top: 12px;
}
.paragraph h2 {
  margin: 0 0 8px;
}
.paragraph h3 {
  margin: 8px 0 12px;
  font-size: 1.8rem;
}
/* 
.strategy-idea-section .idea-title,
.strategy-idea-section .strategy-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 12px;
}

.strategy-idea-section .idea-highlight {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
}

.strategy-idea-section .strategy-highlight {
  font-size: 24px;
  font-weight: 700;
  margin: 15px 0;
}

.strategy-idea-section p {
  font-size: 16px;
  line-height: 1.7;
  opacity: 0.9;
} */

.video-link-wrapp {
  position: relative;
}
.video-link {
  position: absolute;
  right: 0 !important;
  left: inherit;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.gradient-overlay,
.video-link a {
  position: relative;
}
.objective-block,
.video-link a {
  display: inline-block;
  vertical-align: top;
}
.objective-block li,
.result-wrapp ul li {
  float: left;
  text-align: center;
}
.video-link a img {
  vertical-align: top;
  width: 100%;
}
.gradient-overlay:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.6;
}
.objective-block {
  margin: 16px 0;
  width: 100%;
}
.objective-block li {
  width: 33.33%;
  padding: 36px;
  padding-top: 42px;
  font-size: 20px;
  letter-spacing: 1px;
  /* font-family: din-pro-regular; */
  min-height: 240px;
  justify-content: center;
  display: -webkit-flex;
  -webkit-justify-content: center;
  position: relative;
  border: 3px solid #fff;
}
.objective-block li.yellow-bg {
  color: #000;
}
.objective-block li .numbercount {
  display: inline-block;
  background-color: #fff;
  width: 70px;
  height: 70px;
  line-height: 60px;
  position: absolute;
  top: 0;
  left: 50%;
  /* border: 3px solid #13456D; */
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-family: din-pro-bold;
  font-size: 40px;
  color: #13456d;
}
.objective-block li.blue-bg .numbercount {
  background-color: #fc0;
  color: #000;
}
.objective-block li.yellow-bg .numbercount {
  background-color: #13aaa9;
  color: #fff;
}
.objective-block li.green-bg .numbercount {
  background-color: #3d4667;
  color: #fff;
}
.play-btn {
  position: relative;
}
.play-btn:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  display: inline-block;
  background-image: url(https://cdnsparktstudios-huf0e6grg7ekafb2.z01.azurefd.net/case/titanium-hybrid/images/play-icon.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
}
.play-btn:hover::before {
  transform: translate(-50%, -50%) scale(0.8);
  -webkit-transform: translate(-50%, -50%), scale(0.8);
}

.play-btns {
  position: relative;
}
.play-btns:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  display: inline-block;
  background-image: url(https://cdnsparktstudios-huf0e6grg7ekafb2.z01.azurefd.net/case/titanium-hybrid/images/play-icon.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
}
.play-btns:hover::before {
  transform: translate(-50%, -50%) scale(0.8);
  -webkit-transform: translate(-50%, -50%), scale(0.8);
}

.white-bg {
  background-color: #fff !important;
  color: #000;
}
.purple-bg {
  background-color: #3d4667 !important;
  color: #fff;
}
.video-carousel {
  padding-bottom: 24px;
}
.video-carousel .video-item {
  padding: 8px 4px;
}
.video-carousel .video-item a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  /* height: 200px */
  aspect-ratio: 16 / 9;
}
.video-carousel .video-item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}
.video-carousel .slick-next,
.video-carousel .slick-prev {
  height: 100%;
  width: 14.2%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
.video-carousel .video-item .caption {
  padding: 8px 8px 0;
  font-size: 18px;
  text-align: center;
  font-family: din-pro-regular;
}
.video-carousel .slick-next {
  right: 0;
}
.video-carousel .slick-prev {
  left: 0;
}

.pic-carousel .slick-next,
.pic-carousel .slick-prev {
  height: 100%;
  width: 14.2%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}

.pic-carousel .slick-prev {
  left: 0;
}

.pic-carousel .slick-next {
  right: 0;
}

.pic-carousel .video-item {
  padding: 8px 4px;
}

.slick-next:before,
.slick-prev:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  color: #db0004;
  font-size: 120px;
  line-height: 1px;
}
.slick-prev:before {
  content: "\f104";
}
.pro-font-para {
  word-spacing: 0.3rem;
}
.pro-font-para p span {
  color: #ef4023;
}
.pro-font-para p strong {
  font-family: din-pro-black;
  font-size: 135%;
}
.green-bg .pro-font-para p span {
  color: #000;
}
.ns-ns {
  font-size: 28px;
  text-align: center;
  display: inline-block;
  width: 100%;
  line-height: 110%;
  margin: 3.5rem 0 0;
  font-family: sf-trans-robotics-bold-italic;
}
.stimulus-result li strong,
footer strong {
  font-family: din-pro-black;
}
.title-track img {
  width: 100%;
  margin: 0 auto;
}
.title-track-container {
  margin-top: -13%;
}
.title-track a {
  display: inline-block;
  width: 100%;
}
.title-track .play-btn:before,
.title-track .play-btns:before {
  width: 105px;
  height: 105px;
}
.iframehtml {
  position: relative;
  padding: 0 !important;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.iframehtml .img-scroll {
  height: auto;
  max-height: 630px;
  width: 100%;
  overflow: auto;
}
.iframehtml .img-scroll img {
  width: 100%;
}
.iframehtml > a {
  display: inline-block;
  width: 100%;
  height: 55px;
  font-size: 20px;
  color: #fff;
  line-height: 55px;
  text-align: center;
  background: #8f2a87;
  background: -moz-linear-gradient(
    left,
    rgba(143, 42, 135, 1) 0,
    rgba(252, 4, 82, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(143, 42, 135, 1) 0,
    rgba(252, 4, 82, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(143, 42, 135, 1) 0,
    rgba(252, 4, 82, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f2a87', endColorstr='#fc0452', GradientType=1 );
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.stimulus-result {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  text-align: center;
}
.stimulus-result ul {
  display: inline-block;
  width: 80%;
  max-width: 1730px;
  margin: 0 auto;
  vertical-align: bottom;
}
.stimulus-result li {
  width: 50%;
  float: left;
  padding: 12px 0;
  font-size: 30px;
}
.stimulus-result li strong {
  font-size: 135%;
}
.mobile-video-section {
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
}
.mobile-wrapp {
  margin: 0 auto;
  width: 60%;
  position: relative;
  z-index: 4;
}
.mobile-wrapp img {
  width: 100%;
}
.mobile-video-item {
  position: absolute;
  left: 11.7%;
  top: 19.6%;
  width: 76.7%;
  height: 60.4%;
  border-radius: 0.6vw;
  overflow: hidden;
  z-index: 4;
}
.mobile-video-item .mejs__container {
  height: 100% !important;
}
.mobile-video-item .mejs__container iframe {
  height: 100%;
}
.mobile-video-item video {
  width: 100%;
  height: 100%;
}
.devising-twitt {
  display: inline-block;
  width: auto;
}
.devising-twitt li {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.4);
}
.result-slider .slick-dots li,
footer {
  position: relative;
  overflow: hidden;
}
.devising-twitt li img {
  width: 100%;
  vertical-align: top;
}
.devising-twitt li:nth-child(1) {
  z-index: 5;
  top: 65%;
  left: 13%;
  width: 20%;
}
.devising-twitt li:nth-child(2) {
  z-index: 2;
  top: 27%;
  left: 2%;
  width: 23%;
}
.devising-twitt li:nth-child(3) {
  z-index: 2;
  right: 10%;
  left: inherit;
  top: 52%;
  width: 15%;
}
.devising-twitt li:nth-child(4) {
  z-index: 4;
  left: inherit;
  right: 1%;
  width: 15%;
}
.devising-twitt li:nth-child(5) {
  left: inherit;
  right: 14%;
  z-index: 5;
  top: -11%;
  width: 15%;
}
footer {
  text-align: center;
  letter-spacing: 0.3rem;
}
footer h4 {
  font-size: 1.8rem;
}
footer strong {
  font-size: 135%;
}
.result-wrapp ul {
  display: flex;
  flex-wrap: wrap;
  vertical-align: bottom;
  width: 100%;
}
.result-wrapp ul li {
  justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  min-width: 25%;
  width: 25%;
  padding: 36px;
  letter-spacing: 1px;
}
.result-slider .slick-slide img,
.side-banner .slick-slide img {
  height: auto;
  width: 100%;
}
.result-wrapp ul li h5,
.result-wrapp ul li h6 {
  font-family: din-pro-bold;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.result-wrapp ul li h5 {
  font-size: 32px;
  /* color: #000; */
  margin: 0 0 18px 0 !important;
}

.result-wrapp ul li.blue-bg h5 {
  color: #fff;
}
.result-wrapp ul li h6 {
  font-size: 20px;
}
.result-wrapp ul li span {
  font-family: din-pro-black;
  font-size: 90%;
  line-height: 105%;
}
.result-wrapp ul li strong {
  font-size: 200%;
  line-height: 105%;
}
.side-banner {
  width: 100%;
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.1);
}
.side-banner .side-slider {
  padding: 8px;
}
.bottom-title {
  letter-spacing: 1px;
  font-size: 22px;
  font-family: din-pro-regular;
  padding: 12px 0;
}
.bottom-title span {
  font-family: din-pro-black;
  font-size: 120%;
  line-height: 105%;
}
.result-slider {
  padding: 24px;
  background-color: #ef4023;
}
.result-slider .slick-dots {
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  height: 24px;
  left: 0;
}
.result-slider .slick-dots li,
.result-slider .slick-dots li button {
  height: 24px;
  width: 24px;
  background-color: #000;
}
.result-slider .slick-dots li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ef4023;
  transition: all ease-in-out 0.3s;
  transform: translateY(-100%);
}
.result-slider .slick-dots li.slick-active:after {
  transform: translateY(0);
}

.video-wrapp {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  overflow: hidden;
}

.laptop-video-wrapp {
  position: relative;
  width: 100%;
}
.laptop-video {
  width: 100%;
  margin: 0 auto;
}
.laptop-video img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.laptop-video .laptop-img {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 4;
}
.laptop-video .video-wrapp.horizontal {
  transform: rotate(-90deg);
}
.laptop-video .video-wrapp {
  position: absolute;
  top: -24.6%;
  left: 29.2%;
  width: 40.7%;
  height: 148%;
  /* z-index: 5; */
  overflow: hidden;
}
.laptop-video .video-wrapp .mejs__container {
  height: 100% !important;
}
.laptop-video .video-wrapp .mejs__mediaelement iframe {
  height: 100% !important;
}
.laptop-video video {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.laptop-banner {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
}

.image-wrapp {
  /* box-shadow: 0 0 30px rgba(0, 0, 0, 0.4); */
  overflow: hidden;
}

.image-wrapp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-carousel.mobile-videos .video-item a {
  aspect-ratio: 9 / 16;
}

.post-slider {
  display: inline-block;
  margin: 3% auto 0;
  max-width: 600px;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}

.post-slider .slick-slide img {
  width: 100%;
}

.post-slider .slick-dots {
  bottom: -40px;
}

.post-slider .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0 4px;
}

.post-slider .slick-dots li button {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  width: 14px;
  height: 14px;
  padding: 0;
  font-size: 0;
}

.post-slider .slick-dots li.slick-active button {
  background-color: #e40103;
}

.post-slider .slick-dots li button:before,
.post-slider .slick-next:before,
.post-slider .slick-prev:before {
  display: none;
}

.big-font {
  font-size: 150%;
  line-height: 105%;
}

.figure-img,
.website-operation {
  position: relative;
}

.figure-img {
  margin: 0;
  z-index: 2;
}

.desktop-video,
.mobile-video {
  position: absolute;
  background-color: #000;
  overflow: hidden;
}

.mobile-video.horizontal {
  transform: rotate(-90deg);
}

.figure-img img {
  width: 100%;
}

.desktop-video {
  top: 8.1%;
  left: 28.1%;
  width: 54.4%;
  height: 64.8%;
  z-index: 1;
}

.desktop-video video {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.mobile-video {
  top: 36.3%;
  left: 15.9%;
  width: 14.7%;
  height: 49.8%;
  z-index: 4;
}

.mobile-video.horizontal {
  transform: rotate(-90deg);
}

.mobile-video video {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  pointer-events: none;
}

.view-website {
  position: absolute;
  right: 0;
  bottom: 2%;
  height: 50px;
  line-height: 50px;
  padding: 0 22px;
  border: 1px solid #fff;
  border-radius: 5px;
  z-index: 8;
  color: #fff;
  background: rgba(255, 26, 0, 1);
  background: -moz-linear-gradient(
    -45deg,
    rgba(255, 26, 0, 1) 0,
    rgba(217, 36, 135, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0, rgba(255, 26, 0, 1)),
    color-stop(100%, rgba(217, 36, 135, 1))
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(255, 26, 0, 1) 0,
    rgba(217, 36, 135, 1) 100%
  );
  background: -o-linear-gradient(
    -45deg,
    rgba(255, 26, 0, 1) 0,
    rgba(217, 36, 135, 1) 100%
  );
  background: -ms-linear-gradient(
    -45deg,
    rgba(255, 26, 0, 1) 0,
    rgba(217, 36, 135, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(255, 26, 0, 1) 0,
    rgba(217, 36, 135, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1a00', endColorstr='#d92487', GradientType=1);
}

.website-operation .view-website {
  right: 39%;
  bottom: -5%;
}

.hvr-shrink:active,
.hvr-shrink:focus,
.hvr-shrink:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media screen and (min-width: 992px) {
  .result-wrapp.r2li ul li {
    width: 50%;
  }
  .banner-img {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 0;
    left: 0;
    top: 0;
  }
}

@media screen and (max-width: 1680px) {
  .container {
    padding: 3rem 0;
  }
  h1 {
    /* font-size: 22px; */
    letter-spacing: 0;
  }
  header h2 {
    font-size: 26px;
  }
  p {
    font-size: 22px;
  }
  .lists li {
    font-size: 22px;
  }
  .section-title h3 {
    font-size: 20px;
    letter-spacing: 0.5px;
    height: 50px;
    line-height: 50px;
    margin: 8px 0;
  }
  .objective-block li {
    font-size: 18px;
    min-height: 220px;
  }
  .video-carousel .slick-next,
  .video-carousel .slick-prev {
    width: 16.5%;
  }

  .mobile-wrapp {
    margin: 0 auto;
    width: 50%;
  }
  .stimulus-result li {
    padding: 8px 0 12px;
    font-size: 22px;
  }
  footer h4 {
    font-size: 1.3rem;
  }
  footer {
    letter-spacing: 0.2rem;
  }
  .devising-twitt li:nth-child(2) {
    z-index: 2;
    top: 27%;
    left: 7%;
    width: 23%;
  }
  .devising-twitt li:nth-child(3) {
    z-index: 2;
    right: 15%;
    left: inherit;
    top: 52%;
    width: 14%;
  }
  .devising-twitt li:nth-child(5) {
    left: inherit;
    right: 15%;
    z-index: 5;
    top: -8%;
    width: 14%;
  }
  .devising-twitt li:nth-child(4) {
    z-index: 4;
    left: inherit;
    right: 3%;
    width: 13%;
    top: 16%;
  }
  .result-wrapp ul li span {
    font-family: din-pro-black;
    font-size: 110%;
    line-height: 100%;
  }
  /* .result-wrapp ul li {
	height: 300px
} */
  .result-wrapp ul li h5 {
    font-size: 28px;
  }
  .result-wrapp ul li h6 {
    font-size: 16px;
  }
  .bottom-title,
  .result-wrapp ul li p {
    font-size: 20px;
  }
  .iframehtml .img-scroll {
    max-height: 525px;
  }
  .bottom-title {
    letter-spacing: 1px;
    padding: 12px 0;
    line-height: 166%;
  }
  .title-track .play-btn:before,
  .title-track .play-btns:before {
    width: 85px;
    height: 85px;
  }
  .loader-wrapp figure figcaption {
    font-size: 20px;
    max-width: 1024px;
    margin-top: 10px;
  }

  .figure-img,
  .website-operation {
    width: 90%;
    margin: 0 auto;
  }

  .desktop-video {
    top: 8.1%;
    left: 28.1%;
    width: 53%;
    height: 64.8%;
    z-index: 1;
  }

  .mobile-video {
    top: 36.3%;
    left: 18.9%;
    width: 13.7%;
    height: 49.8%;
    z-index: 4;
    overflow: hidden;
  }
}

@media screen and (max-width: 1440px) {
  .container {
    padding: 2.5rem 0;
  }
  /* h1 {
	font-size: 16px;
	letter-spacing: 1px
} */
  header h2 {
    font-size: 22px;
  }
  header h2 span:before {
    width: 36px;
    left: -18px;
  }
  h2 {
    font-size: 1.8rem;
  }
  p {
    font-size: 22px;
  }
  .lists li {
    font-size: 22px;
  }
  .paragraph h3 {
    font-size: 1.5rem;
  }
  .objective-block li {
    min-height: 270px;
  }
  .objective-block li .numbercount {
    font-size: 30px;
    width: 60px;
    height: 60px;
    line-height: 50px;
  }
  .play-btn:before,
  .play-btns:before {
    width: 45px;
    height: 45px;
  }
  .slick-next:before,
  .slick-prev:before {
    font-size: 100px;
  }
  .video-carousel .video-item .caption {
    font-size: 14px;
  }
  .objective-block {
    margin: 8px 0 0;
  }
  .result-wrapp ul li p {
    font-size: 17px;
    letter-spacing: 0.2px;
  }
  .result-wrapp ul li h5 {
    font-size: 22px;
    margin-bottom: 8px;
  }
  /* .result-wrapp ul li {
	height: 220px
} */
  .result-wrapp ul li h6 {
    font-size: 14px;
  }
  ul.list li p {
    font-size: 20px;
  }

  /* .laptop-banner{
	width: 38%;
} */
  .video-carousel .slick-next,
  .video-carousel .slick-prev {
    width: 20%;
  }
}

@media screen and (max-width: 1200px) {
  h1 {
    /* font-size: 18px;
	letter-spacing: 1px; */
    line-height: 22px;
    /* min-height: 44px; */
  }
  header h2 {
    font-size: 20px;
  }
  header h2 span:before {
    width: 35px;
    left: -20px;
  }
  footer {
    letter-spacing: 0.1rem;
    padding: 0 20px;
  }
  footer h4 {
    font-size: 1rem;
  }
  main {
    padding-top: 46px;
  }
  header {
    height: 46px;
  }
  .result-wrapp ul li {
    /* height: 220px; */
    padding: 20px;
  }
  .result-wrapp ul li h5 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .objective-block li {
    min-height: 295px;
  }

  .transparent-bg {
    background: rgba(0, 0, 0, 1);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: none;
  }
}

@media screen and (max-width: 992px) {
  .video-link {
    position: relative;
    right: inherit;
  }
  .banner-image {
    height: 75vh;
  }
  h1 {
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 22px;
    padding: 0 14px;
  }
  header {
    height: 65px;
  }
  main {
    padding-top: 46px;
  }
  header h2 {
    font-size: 16px;
    margin-top: 8px;
  }
  .article-img.black-bg img {
    width: 50%;
    float: left;
    max-height: 300px;
    object-fit: contain;
  }
  .ns-ns {
    width: 50%;
    margin-top: 0;
  }
  .iframehtml .img-scroll {
    height: auto;
    max-height: 450px;
  }
  .title-track-container {
    margin-top: -20%;
  }
  .pro-font-para {
    word-spacing: 0.1rem;
  }
  .objective-block {
    margin: 48px 0 0;
  }
  .objective-block li {
    width: 100%;
    min-height: 220px;
  }
  .stimulus-result li {
    font-size: 24px;
  }
  .cypher-section {
    clip-path: polygon(
      0 97%,
      7% 100%,
      100% 100%,
      100% 12px,
      53% 12px,
      49% 0,
      12% 0,
      8% 12px,
      0 12px
    );
    -webkit-clip-path: polygon(
      0 97%,
      7% 100%,
      100% 100%,
      100% 12px,
      53% 12px,
      49% 0,
      12% 0,
      8% 12px,
      0 12px
    );
    padding-top: 12px;
    margin-bottom: -5%;
  }
  .cypher-section-next {
    padding-top: 5%;
  }
  .paragraph {
    padding: 12px;
  }

  .mobile-wrapp {
    margin: 0 auto;
    width: 100%;
  }
  .devising-twitt li {
    position: static;
    left: inherit;
    right: inherit;
    top: inherit;
    bottom: inherit;
    float: left;
    display: inline-block;
    padding: 10px;
    box-shadow: none;
    min-height: 236px;
  }
  .devising-twitt li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .devising-twitt li:nth-child(1),
  .devising-twitt li:nth-child(2) {
    width: 50% !important;
  }
  .devising-twitt li:nth-child(3),
  .devising-twitt li:nth-child(4),
  .devising-twitt li:nth-child(5) {
    width: 33.33% !important;
  }
  footer h4 {
    font-size: 1rem;
    line-height: 148%;
  }
  .result-wrapp ul li {
    /* height: 190px; */
    padding: 20px;
    min-width: 50%;
    width: 50%;
  }
  .loader-wrapp figure figcaption {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 732px) {
  .mejs__overlay-button,
  .mejs__overlay:hover > .mejs__overlay-button {
    background-position: 0 -25px;
  }
  p {
    font-size: 20px;
    margin-bottom: 1.2rem;
  }
  .lists li {
    font-size: 20px;
  }
  .cypher-section {
    margin-top: -13px;
  }
  .container {
    padding: 1.5rem 0;
  }
  .pro-font-para {
    word-spacing: 0;
    line-height: 240%;
  }
  h2 {
    font-size: 1.6rem;
  }
  .paragraph h3 {
    font-size: 1.3rem;
  }
  .iframehtml .img-scroll {
    height: auto;
    max-height: 260px;
  }
  .iframehtml > a {
    height: 45px;
    font-size: 18px;
    line-height: 45px;
  }
  .section-title h3 {
    font-size: 18px;
    letter-spacing: 0.3px;
    height: 46px;
    line-height: 46px;
    margin: 0 0 6px;
  }
  header h2 {
    font-size: 16px;
    margin-top: 8px;
  }
  .article-img {
    width: 50%;
  }
  h1 {
    font-size: 22px;
    line-height: 18px;
  }
  header h2 span {
    padding: 0.5rem 1rem;
  }
  header h2 span:before {
    width: 27px;
    left: -20px;
  }
  header {
    position: absolute;
    height: 60px;
  }
  .objective-block li {
    font-size: 16px;
    min-height: 200px;
  }
  .devising-twitt li {
    min-height: 203px;
    padding: 5px;
  }
  main {
    padding-top: 46px;
  }
  #cboxContent:before {
    -webkit-clip-path: polygon(
      0 95%,
      32px 100%,
      100% 100%,
      100% 12px,
      35% 12px,
      31% 0,
      14% 0,
      11% 12px,
      0 12px
    );
    clip-path: polygon(
      0 95%,
      32px 100%,
      100% 100%,
      100% 12px,
      35% 12px,
      31% 0,
      14% 0,
      11% 12px,
      0 12px
    );
  }
  #cboxContent,
  #cboxLoadedContent,
  #colorbox {
    max-width: 1000px !important;
    margin: 0 auto;
    max-height: 80vh !important;
  }
  #cboxContent {
    padding: 14px 2px 3px;
  }
  #cboxNext,
  #cboxPrevious {
    margin-top: -12px;
    width: 16px;
    height: 35px;
  }
  #cboxClose {
    width: 28px;
    height: 28px;
    top: 12px;
  }
  .mejs__overlay-button,
  .title-track .play-btn:before,
  .play-btns:before {
    width: 55px;
    height: 55px;
  }
  .loader-wrapp figure figcaption {
    font-size: 20px;
    line-height: 24px;
  }

  .loader-wrapp figure figcaption .caption-subtext {
    display: block;
    font-size: 12px;
    color: #777;
    margin-top: 4px;
  }
  .mejs__overlay-button {
    background-color: transparent;
    background-image: url(/case/_assets/8795d7a5a8b42712ff292c2ba0147862.png);
    background-repeat: no-repeat;
    opacity: 0.8;
    background-size: 490%;
  }
  .mejs__overlay-button.mejs__overlay-loading-bg-img {
    background-size: 535%;
    background-position: -120px -30px !important;
  }

  ul.list li p {
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  .paragraph {
    padding: 12px 0;
  }
  .stimulus-result li {
    width: 100%;
    float: left;
    padding: 6px 0;
    font-size: 20px;
    border-top: 1px solid #fc0;
  }
  .article-img,
  .stimulus-result ul {
    width: 100%;
  }
  h1 {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
    /* min-height: 48px; */
  }
  header h2 span:before {
    display: none;
  }
  header h2 span {
    padding: 0.2rem 1rem;
    width: 100%;
  }
  header h2 {
    font-size: 12px;
    margin-top: 10px;
  }
  .cypher-section {
    clip-path: polygon(
      0 98%,
      7% 100%,
      100% 100%,
      100% 12px,
      53% 12px,
      49% 0,
      12% 0,
      8% 12px,
      0 12px
    );
    -webkit-clip-path: polygon(
      0 98%,
      7% 100%,
      100% 100%,
      100% 12px,
      53% 12px,
      49% 0,
      12% 0,
      8% 12px,
      0 12px
    );
  }
  main {
    padding-top: 46px;
  }
  .devising-twitt li {
    min-height: 124px;
  }
  .mobile-wrapp {
    margin: 0 auto;
    width: 120%;
    left: -10%;
  }
  header {
    height: 54px;
    position: fixed;
  }
  .result-wrapp ul li {
    width: 100%;
    height: auto;
  }
}
