@charset "UTF-8";
/**设置cssfun方法**/
.c-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.iconfont {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'meiryo-ui';
  src: url("../lib/font/meiryo-ui.woff2");
}

@font-face {
  font-family: 'Accord';
  src: url("../lib/font/accord-alternate-light.otf");
}

@font-face {
  font-family: 'SansSerif';
  src: url("../lib/font/SansSerif.ttf");
}

@font-face {
  font-family: 'GT-Sectra';
  src: url("../lib/font/gt-sectra-bold.woff2");
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  height: 100%;
  font-family: '微软雅黑';
}

body {
  line-height: 1.42857;
  min-height: 100%;
  font-family: '微软雅黑';
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.c-container {
  width: 100%;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.img_auto {
  display: block;
  width: 100%;
  height: auto;
}

/** 多行省略 **/
.ellipsisTwo {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
  word-break: break-word;
}

.by-locked-cta {
  margin: 0;
  padding: 0;
  position: fixed;
  top: 620px;
  right: 0;
  display: block;
  overflow: hidden;
  transform: rotate(90deg);
  transform-origin: top right;
  border-radius: 0 0 10px 10px;
  z-index: 10;
}

.by-locked-cta .score-button {
  display: inline-block;
  line-height: 12px;
  margin: 0;
  position: relative;
  padding: 16px 30px 15px 30px;
  font-size: 1rem;
  color: #fff;
  border: none;
  border-radius: 0;
  background-color: #eb5207;
  font-weight: bold;
  cursor: pointer;
  transition: all ease 0.3s;
  text-align: center;
}

.by-locked-cta .score-button::after {
  position: absolute;
  bottom: 7px;
  left: 50%;
  width: calc(100% - 60px);
  height: 0px;
  content: '';
  transition: all ease-out 0.4s;
  transform: translateX(-50%);
  background-color: #fff;
}

.by-locked-cta .score-button:hover::after {
  height: 3px;
}

.by-locked-cta .score-button:nth-child(2) {
  border-left: 1px solid #001b50;
}

@media screen and (max-width: 992px) {
  .by-locked-cta .by-locked-cta {
    display: none;
  }
}

@media (min-width: 768px) {
  .c-container {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .c-container {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  .c-container {
    max-width: 1170px;
  }
}

@media (min-width: 1440px) {
  .c-container {
    max-width: 1260px;
  }
}

@media (min-width: 1900px) {
  .c-container {
    max-width: 1440px;
  }
}

@media (max-width: 991px) {
  .c-container {
    padding: 0 30px;
  }
  .by-locked-cta {
    display: none;
  }
}

body {
  font-size: 100%;
  color: #001b50;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.banner {
  width: 100%;
  min-height: 540px;
  color: #ffffff;
  background-image: url(https://medialibrarycdn.blueyonder.com/-/media/images/blue%20yonder/master/solutions/supply_chain_ecosystem_v2/largedisplay.jpg?rev=-1https://medialibrarycdn.blueyonder.com/-/media/images/blue%20yonder/master/solutions/hightech_hero/tablet.jpg?rev=-1);
  background-color: currentColor;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  margin-bottom: 40px;
  margin-top: 102px;
}

.banner::before {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background: transparent linear-gradient(181deg, rgba(10, 21, 52, 0.827451) 0%, rgba(91, 98, 119, 0) 100%) 0% 0% no-repeat;
}

.modal-dialog {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 111111;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(32, 51, 103, 0.85);
}

@media screen and (max-width: 768px) {
  .modal-dialog {
    padding: 84px 0 30px 0;
  }
}

.modal-content {
  max-width: 90vw;
  overflow: hidden;
  margin: 0 auto;
}

.modal-header {
  margin-top: 111px;
  display: flex;
  justify-content: right;
  position: relative;
}

.modal-header .close {
  width: 44px;
  height: 44px;
  transition: all ease 0.3s;
  opacity: 1;
  color: #fff;
  border: 3px solid #fff;
  font-size: 2.375rem;
  line-height: 38px;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  right: 0;
  cursor: pointer;
}

.modal-header .close span {
  width: 38px;
  height: 38px;
  font-size: inherit;
  display: inline-block;
}

.modal-body {
  position: relative;
  padding: 40px;
  max-height: 100%;
}

.modal-body .video-js {
  width: calc(75vw - 170px);
  height: calc(75vh - 90px);
  margin: 40px auto;
  position: relative;
  margin: auto;
  background: transparent;
  display: flex;
}

.modal-body .video-js .vjs-tech {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-body .video-js .vjs-poster {
  background: transparent;
}

.fade {
  opacity: 1;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade-in {
  opacity: 1;
}

.score-center-text {
  width: auto;
}

.score-center-text .score-section-hero {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
}

.score-center-text .score-section-hero h2 {
  position: relative;
  font-size: 3.75rem;
  line-height: 66px;
  margin-bottom: 28px;
}

.score-center-text .score-section-hero h2::after {
  position: absolute;
  bottom: -28px;
  left: 50%;
  width: 40px;
  height: 1px;
  margin-bottom: 20px;
  content: '';
  transform: translateX(-50%);
  background-color: #00b8f1 !important;
}

.score-center-text .score-section-hero .score-hero-body {
  font-size: 1.0625rem;
  line-height: 25px;
  margin-bottom: 14px !important;
  text-align: center;
}

@media screen and (min-width: 574px) {
  .score-center-text .score-section-hero .score-hero-body {
    width: 55%;
    margin: auto;
  }
}

.score-center-text .score-section-hero .score-call-to-action {
  display: flex;
  align-items: center;
  justify-content: center;
  order: 4;
}

.score-center-text .score-section-hero .score-call-to-action .by-lightbox-wrapper {
  margin: 14px 0 0;
}

.score-center-text .score-section-hero .by-lightbox-button {
  margin: 0;
  padding: 0;
  position: relative;
  margin-left: 36px;
  text-align: left;
  text-decoration: none;
  border: none;
  border-radius: 0;
  background: transparent;
}

.score-center-text .score-section-hero .by-lightbox-button::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  transition: all ease 0.3s;
  background-color: #fff;
}

.score-center-text .score-section-hero .by-lightbox-button::before {
  position: absolute;
  top: -3px;
  left: -32px;
  width: 24px;
  height: 24px;
  content: '';
  background-image: url(../images/cognitive-letelligence/by-play-button-white.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

.score-center-text .score-section-hero .by-lightbox-button:hover::after {
  bottom: -12px;
  height: 6px;
}

.score-center-text .score-section-hero .score-button {
  color: #fff !important;
  font-weight: bold;
  line-height: 15px;
  display: inline-block;
  cursor: pointer;
  color: #203367;
  font-size: .9375rem;
}

.score-center-text .score-section-hero .score-modal {
  display: none;
}

.score-stripe {
  margin-bottom: 50px !important;
  padding-top: 40px;
}

.score-stripe .score-section-hero h2 {
  font-size: 2.625rem;
}

.score-stripe .ideaList {
  align-items: unset;
  flex-wrap: wrap;
}

.score-stripe .ideaList .ideaList-box {
  text-align: center;
  width: 33.33333%;
  padding-left: 15px;
  padding-right: 15px;
}

.score-stripe .ideaList .ideaList-box .ideaListIcon {
  align-self: center;
  width: auto;
  height: 60px;
  margin-bottom: 10px;
}

.score-stripe .ideaList .ideaList-box .ideaListImg {
  display: block;
  align-self: baseline;
  order: 1;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  object-fit: contain;
}

.score-stripe .ideaList .ideaList-box .ideaList-text {
  padding: 0 5%;
  margin-bottom: 52px;
}

.score-stripe .ideaList .ideaList-box .ideaList-text h2 {
  font-size: 1.125rem;
  line-height: 23px;
  margin-bottom: 14px;
}

.score-stripe .ideaList .ideaList-box .ideaList-text p {
  font-size: 1.0625rem;
  line-height: 25px;
}

.score-stripe .ideaList .ideaList-box .ideaList-text2 {
  padding: 0;
  text-align: left;
}

@media screen and (max-width: 992px) {
  .score-stripe .ideaList .ideaList-box {
    width: 100%;
    margin-bottom: 20px;
  }
  .score-stripe .ideaList .ideaList-box .ideaSmallText {
    max-width: 300px;
    margin: 0 auto;
  }
}

.score-stripe_Extending {
  margin-bottom: 100px !important;
  padding-top: 40px;
}

.score-stripe_Extending .c-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.score-stripe_Extending .score-section-hero {
  text-align: center;
}

.score-stripe_Extending .score-section-hero h2 {
  position: relative;
  font-size: 2.625rem;
  line-height: 66px;
  margin-bottom: 28px;
}

.score-stripe_Extending .score-section-hero h2::after {
  position: absolute;
  bottom: -28px;
  left: 50%;
  width: 40px;
  height: 1px;
  margin-bottom: 20px;
  content: '';
  transform: translateX(-50%);
  background-color: #00b8f1 !important;
}

.score-stripe_Extending .score-section-hero .Extending_des {
  font-size: 1.0625rem;
  line-height: 25px;
  margin-bottom: 40px;
}

.score-stripe_Extending .score-section-hero .Extending_des p {
  margin-bottom: 14px;
}

.score-stripe_Extending .score-section-hero .Extending_button {
  display: flex;
  align-items: center;
  justify-content: center;
  order: 4;
}

.score-stripe_Extending .score-section-hero .Extending_button .score-button {
  margin: 14px 20px 0 0;
  font-weight: bold;
  line-height: 15px;
  display: inline-block;
  padding: 18px 32px 15px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  text-align: center;
  text-decoration: none;
  color: #203367;
  border: 2px solid #00b8f1;
  border-radius: 5px;
  background: transparent;
  font-size: 0.9375rem;
}

.score-stripe_Extending .score-section-hero .Extending_button .score-button:hover {
  background-color: #00b8f1;
}

.LearnModule .LearnBoxs {
  margin-top: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: normal !important;
}

.LearnModule .LearnBoxs .LearnBox {
  width: 21%;
  width: 278px;
  padding: 0 20px;
  margin-bottom: 40px;
}

.LearnModule .LearnBoxs .LearnBox .LearnImg {
  position: relative;
  margin-bottom: 20px;
}

.LearnModule .LearnBoxs .LearnBox .LearnImg img {
  width: 100%;
  object-fit: cover;
}

.LearnModule .LearnBoxs .LearnBox .videoBefore::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  content: '';
  transform: translate(-50%, -50%);
  background-image: url(../images/services/kc-video-btn.svg);
  background-repeat: no-repeat;
  background-size: 64px;
}

.LearnModule .LearnBoxs .LearnBox span {
  color: #313a45;
  line-height: 16px;
  order: 1;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: .8125rem;
}

.LearnModule .LearnBoxs .LearnBox h3 {
  line-height: 23px;
  order: 2;
  margin-bottom: 10px;
  color: #001b50;
  font-size: 1.125rem;
}

.LearnModule .LearnBoxs .LearnBox p {
  line-height: 19px;
  order: 3;
  margin-bottom: 10px;
  font-size: 1rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.LearnModule .LearnBoxs .LearnBox .videoAction {
  font-size: 1rem;
  color: #004990;
  text-decoration: none;
  word-wrap: break-word;
  position: relative;
}

.LearnModule .LearnBoxs .LearnBox .videoAction::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  transition: all ease 0.3s;
  background-color: #00b8f1;
}

.LearnModule .LearnBoxs .LearnBox .videoAction:hover::after {
  bottom: -12px;
  height: 6px;
}

@media screen and (min-width: 575px) {
  .LearnModule .LearnBoxs .LearnBox span {
    line-height: 14px;
    font-size: .75rem;
  }
  .LearnModule .LearnBoxs .LearnBox h3 {
    line-height: 25px;
    font-size: 1.25rem;
  }
  .LearnModule .LearnBoxs .LearnBox p {
    line-height: 19px;
    margin-bottom: 26px;
    font-size: .9375rem;
  }
  .LearnModule .LearnBoxs .LearnBox .videoAction::after {
    height: 3px;
  }
}

@media screen and (max-width: 992px) {
  .LearnModule .LearnBoxs .videoBox {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 574px) {
  .LearnModule .LearnBoxs .videoBox {
    width: 100%;
  }
}

.CStitle {
  position: relative;
  font-size: 2.625rem;
  line-height: 66px;
  margin-bottom: 28px;
}

.CStitle::after {
  position: absolute;
  bottom: -28px;
  left: 50%;
  width: 40px;
  height: 1px;
  margin-bottom: 20px;
  content: '';
  transform: translateX(-50%);
  background-color: #00b8f1 !important;
}

.learnCont {
  padding-top: 40px;
  margin-bottom: 100px;
}

.prizeModule_content1 {
  padding: 20px 0;
}

.prizeModule_content1 .prizeModule_Module {
  margin-bottom: 50px !important;
}

.prizeModule_content1 .prizeModule_Module .prizeModule_Module_left {
  width: 50%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.prizeModule_content1 .prizeModule_Module .prizeModule_Module_right {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.prizeModule_content1 .prizeModule_Module .prizeModule_Module_right h2 {
  color: #001B50;
  font-size: 2.625rem;
  line-height: 52px;
  margin-bottom: 28px;
  position: relative;
}

.prizeModule_content1 .prizeModule_Module .prizeModule_Module_right h2::after {
  position: absolute;
  bottom: -28px;
  left: 0;
  width: 40px;
  height: 1px;
  margin-bottom: 20px;
  content: '';
  background-color: #00b8f1 !important;
}

.prizeModule_content1 .prizeModule_Module .prizeModule_Module_right .score-hero-body {
  font-size: 1.0625rem;
  line-height: 25px;
  margin-bottom: 14px !important;
  font-weight: 400;
  letter-spacing: 0;
  color: inherit;
}

.prizeModule_content1 .prizeModule_Module .prizeModule_Module_right .score-call-to-action {
  display: flex;
  align-items: center;
  order: 4;
}

.prizeModule_content1 .prizeModule_Module .prizeModule_Module_right .score-call-to-action .text-link {
  padding: 0;
  font-size: 1rem;
  position: relative;
  text-align: left;
  text-decoration: none;
  border: none;
  border-radius: 0;
  background: transparent;
}

.prizeModule_content1 .prizeModule_Module .prizeModule_Module_right .score-call-to-action .text-link::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  transition: all ease 0.3s;
  background-color: #00b8f1;
}

.prizeModule_content1 .prizeModule_Module .prizeModule_Module_right .score-call-to-action .text-link:hover:after {
  bottom: -12px;
  height: 6px;
}

.prizeModule_content1 .prizeModule_Module .prizeModule_Module_right .score-button:only-child {
  margin: 14px 0  0 0;
}

.videoModule .c-flex {
  margin-top: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: normal !important;
}

.videoModule .c-flex .videoModuleList {
  padding: 0 55px;
}

.videoModule .c-flex .videoBox {
  display: grid;
  position: relative;
  width: 21%;
  min-width: 258px;
  margin-bottom: 40px;
}

.videoModule .c-flex .videoBox .videoImg {
  position: relative;
  margin-bottom: 20px;
}

.videoModule .c-flex .videoBox .videoImg img {
  width: 100%;
  object-fit: cover;
}

.videoModule .c-flex .videoBox .videoBefore::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  content: '';
  transform: translate(-50%, -50%);
  background-image: url(../images/cognitive-letelligence/kc-video-btn.svg);
  background-repeat: no-repeat;
  background-size: 64px;
}

.videoModule .c-flex .videoBox span {
  color: #313a45;
  line-height: 16px;
  order: 1;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: .8125rem;
}

.videoModule .c-flex .videoBox h3 {
  line-height: 23px;
  order: 2;
  margin-bottom: 10px;
  color: #001b50;
  font-size: 1.125rem;
}

.videoModule .c-flex .videoBox p {
  line-height: 24px;
  order: 3;
  margin-bottom: 10px;
  font-size: 1rem;
  color: #313a45;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.videoModule .c-flex .videoBox .videoAction {
  align-self: end;
  width: max-content;
  font-size: 1rem;
  font-weight: bold;
  color: #004990;
  text-decoration: none;
  word-wrap: break-word;
  position: relative;
}

.videoModule .c-flex .videoBox .videoAction::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  transition: all ease 0.3s;
  background-color: #00b8f1;
}

.videoModule .c-flex .videoBox .videoAction:visited {
  color: #69059b !important;
}

.videoModule .c-flex .videoBox .videoAction:hover::after {
  bottom: -12px;
  height: 6px;
}

@media screen and (min-width: 575px) {
  .videoModule .c-flex .videoBox span {
    line-height: 14px;
    font-size: .75rem;
  }
  .videoModule .c-flex .videoBox h3 {
    line-height: 25px;
    font-size: 1.25rem;
  }
  .videoModule .c-flex .videoBox p {
    line-height: 19px;
    margin-bottom: 26px;
    font-size: .9375rem;
  }
  .videoModule .c-flex .videoBox .videoAction::after {
    height: 3px;
  }
}

@media screen and (max-width: 992px) {
  .videoModule .c-flex .videoBox {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 574px) {
  .videoModule .c-flex .videoBox {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .c-container {
    padding: 0px !important;
  }
  .banner {
    min-height: 340px;
    margin-bottom: 40px;
    margin-top: 84px;
  }
  .score-center-text .score-section-hero h2 {
    font-size: 2rem;
    line-height: 43px;
  }
  .score-stripe .score-center-text .score-section-hero h2 {
    font-size: 1.625rem;
    line-height: 43px;
  }
  .score-stripe_Extending {
    margin-bottom: 40px !important;
  }
  .score-stripe_Extending .score-section-hero h2 {
    font-size: 1.625rem;
    line-height: 43px;
  }
  .CStitle {
    font-size: 1.625rem;
    line-height: 36px;
    margin-bottom: 28px;
  }
  .learnCont {
    padding: 0 15px;
  }
  .learnCont .CStitle {
    font-size: 1.625rem;
    line-height: 36px;
    margin-bottom: 48px;
  }
  .prizeModule_content1 {
    flex-direction: column !important;
  }
  .prizeModule_content1 .c-flex {
    flex-direction: column !important;
  }
  .prizeModule_content1 .prizeModule_Module {
    margin-bottom: 20px !important;
  }
  .prizeModule_content1 .prizeModule_Module .prizeModule_Module_left {
    width: 100%;
    margin-bottom: 20px;
  }
  .prizeModule_content1 .prizeModule_Module .prizeModule_Module_right {
    width: 100%;
    margin-bottom: 40px;
  }
  .prizeModule_content1 .prizeModule_Module .prizeModule_Module_right h2 {
    font-size: 1.625rem;
    line-height: 36px;
    margin-bottom: 28px;
    text-align: center;
    position: relative;
  }
  .prizeModule_content1 .prizeModule_Module .prizeModule_Module_right h2::after {
    left: 50%;
  }
  .prizeModule_content1 .prizeModule_Module .prizeModule_Module_right .score-hero-body {
    font-size: 1.0625rem;
    line-height: 25px;
    text-align: center;
  }
  .modal-header {
    margin-top: 40px;
    text-align: right;
    display: flex;
    justify-content: flex-end !important;
  }
  .modal-header .close {
    position: relative;
  }
  .modal-content {
    margin: 0 auto !important;
  }
  .modal-body {
    position: relative;
    padding: 40px;
    max-height: 100%;
    width: 100%;
  }
  .modal-body .video-js {
    width: 100%;
    height: calc(50vh - 15px);
    margin: 40px auto;
    position: relative;
    margin: auto;
    background: transparent;
  }
  .modal-body .video-js .vjs-tech {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .modal-body .video-js .vjs-poster {
    background: transparent;
  }
  .modal-body .video-js video {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 768px) {
  .vjs-progress-control {
    display: block !important;
  }
  .banner {
    min-height: 340px;
    margin-bottom: 40px;
    margin-top: 84px;
  }
  .banner .by-lightbox-wrapper {
    margin: 14px 0 0 0px !important;
  }
  .score-center-text .score-section-hero {
    width: calc(100% - 24px);
    max-width: 100%;
  }
  .score-center-text .score-section-hero h2 {
    font-size: 2rem;
    line-height: 43px;
  }
  .score-stripe .score-center-text .score-section-hero h2 {
    font-size: 1.625rem;
    line-height: 43px;
  }
  .score-stripe_Extending {
    padding: 0 15px !important;
  }
  .score-stripe_Extending .score-section-hero h2 {
    font-size: 1.625rem;
    line-height: 43px;
  }
  .CStitle {
    font-size: 1.625rem;
    line-height: 36px;
    margin-bottom: 28px;
  }
  .learnCont {
    padding: 0 15px;
  }
  .prizeModule_content1 {
    flex-direction: column !important;
  }
  .prizeModule_content1 .c-flex {
    flex-direction: column !important;
  }
  .prizeModule_content1 .prizeModule_Module {
    margin-bottom: 20px !important;
  }
  .prizeModule_content1 .prizeModule_Module .prizeModule_Module_left {
    width: 100%;
    margin-bottom: 20px;
  }
  .prizeModule_content1 .prizeModule_Module .prizeModule_Module_right {
    width: 100%;
    margin-bottom: 40px;
  }
  .prizeModule_content1 .prizeModule_Module .prizeModule_Module_right h2 {
    font-size: 1.625rem;
    line-height: 36px;
    margin-bottom: 28px;
    text-align: center;
    position: relative;
  }
  .prizeModule_content1 .prizeModule_Module .prizeModule_Module_right h2::after {
    left: 50%;
  }
  .prizeModule_content1 .prizeModule_Module .prizeModule_Module_right .score-hero-body {
    font-size: 1.0625rem;
    line-height: 25px;
  }
  .prizeModule_content1 .prizeModule_Module .prizeModule_Module_right .score-call-to-action {
    justify-content: center;
  }
  .prizeModule_content1 .prizeModule_Module .prizeModule_Module_right .text-link {
    display: flex;
    text-align: center;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    color: #337ab7;
  }
  .videoModule {
    padding: 0 15px;
  }
  .videoModuleList {
    padding: 0;
  }
  .videoAction {
    width: max-content;
  }
}

@media screen and (max-height: 610px) {
  .modal-body .video-js {
    width: 100%;
    height: calc(70vh - 48px);
  }
}
