body {
  min-width: 320px;
  min-height: 640px;
}

.device-view-pc #global-content .feature-scrollifyPager {
  position: fixed;
  z-index: 99999;
  top: 50%;
  left: 10px;
  padding: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.device-view-pc #global-content .feature-scrollifyPager > li {
  display: block;
  margin: 15px 0;
}

.device-view-pc #global-content .feature-scrollifyPager > li > a {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d9d9d9;
}

.device-view-pc #global-content .feature-scrollifyPager > li.is-current > a {
  background: #fc0;
}

.device-view-pc #global-content .feature-scrollifySection {
  margin-bottom: 0 !important;
}

.device-view-pc #global-content .feature-container {
  position: relative;
}

.device-view-pc #global-content .feature-container .feature-visual {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  min-height: 640px;
  padding: 24.26% 8%;
}

.device-view-pc #global-content .feature-container .feature-visual::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0, 0, 0, .4);
}

.device-view-pc #global-content .feature-container .feature-visual .feature-visualBg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.device-view-pc #global-content .feature-container .feature-visual .feature-visualContent {
  z-index: 3;
  color: #fff;
}

.device-view-pc #global-content .feature-container .feature-visual .feature-visualTitle {
  font-size: 45px;
  line-height: 1.75;
  margin-bottom: 26px;
  text-shadow: 0 1px 10px rgba(7, 1, 2, .7);
}

.device-view-pc #global-content .feature-container .feature-visual .feature-visualLead {
  font-size: 18px;
  line-height: 1.9;
  text-shadow: 0 1px 10px rgba(7, 1, 2, .7);
}

.device-view-pc #global-content .feature-container .feature-visual .feature-visualScroll {
  position: absolute;
  bottom: 35px;
  left: 50%;
  width: 96px;
  margin: 0 auto;
  margin-left: -48px;
  text-align: center;
}

.device-view-pc #global-content .feature-container .feature-visual .feature-visualScroll > a {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  position: relative;
  display: block;
  width: 96px;
  height: 33px;
  text-decoration: none;
  letter-spacing: .06em;
  color: #fff;
  text-shadow: 0 1px 10px rgba(7, 1, 2, .7);
}

.device-view-pc #global-content .feature-container .feature-visual .feature-visualScroll > a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: 3s arrow infinite ease;
  animation: 3s arrow infinite ease;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  text-shadow: 0 1px 10px rgba(7, 1, 2, .7);
}

.device-view-pc #global-content .feature-container .feature-linkBoxList > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  min-height: 640px;
}

.device-view-pc #global-content .feature-container .feature-linkBoxList > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  transition: height .3s;
}

.device-view-pc #global-content .feature-container .feature-linkBoxList > ul > li:hover {
  height: 120%;
}

.device-view-pc #global-content .feature-container .feature-linkBoxList > ul > li:hover .featrue-linkBoxBg::before {
  opacity: 0;
}

.device-view-pc #global-content .feature-container .featrue-linkBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
}

.device-view-pc #global-content .feature-container .featrue-linkBox .featrue-linkBoxBg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 205px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.device-view-pc #global-content .feature-container .featrue-linkBox .featrue-linkBoxBg::before {
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  transition: opacity .3s ease-out;
  background-color: rgba(0, 0, 0, .4);
}

.device-view-pc #global-content .feature-container .featrue-linkBox .featrue-linkBoxContent {
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.device-view-pc #global-content .feature-container .featrue-linkBox .featrue-linkBoxTitle {
  font-size: 28px;
  line-height: 1.75;
  margin-bottom: 16px;
  text-shadow: 0 1px 10px rgba(7, 1, 2, .7);
}

.device-view-pc #global-content .feature-container .featrue-linkBox .featrue-linkBoxText {
  font-size: 18px;
  line-height: 1.9;
  text-shadow: 0 1px 10px rgba(7, 1, 2, .7);
}

.device-view-pc #global-content .feature-container .feature-media {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.device-view-pc #global-content .feature-container .feature-media .feature-mediaReturn {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  position: absolute;
  top: 45px;
  left: 40px;
  letter-spacing: .06em;
}

.device-view-pc #global-content .feature-container .feature-media .feature-mediaReturn > a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 25px;
  vertical-align: middle;
  text-decoration: none;
}

.device-view-pc #global-content .feature-container .feature-media .feature-mediaReturn > a:hover {
  text-decoration: underline;
}

.device-view-pc #global-content .feature-container .feature-media .feature-mediaReturn > a::before, .device-view-pc #global-content .feature-container .feature-media .feature-mediaReturn > a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}

.device-view-pc #global-content .feature-container .feature-media .feature-mediaReturn > a::before {
  left: 4px;
  width: 13px;
  height: 2px;
  background: #005;
}

.device-view-pc #global-content .feature-container .feature-media .feature-mediaReturn > a::after {
  left: 4px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border-top: 2px solid #005;
  border-right: 2px solid #005;
}

.device-view-pc #global-content .feature-container .feature-media .feature-mediaBody {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-sizing: border-box;
  min-width: 536px;
  padding: 106px 90px;
  text-align: left;
}

.device-view-pc #global-content .feature-container .feature-media .feature-mediaTitle {
  font-size: 32px;
  line-height: 1.75;
  margin-bottom: 10px;
}

.device-view-pc #global-content .feature-container .feature-media .feature-mediaLead {
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 22px;
}

.device-view-pc #global-content .feature-container .feature-media .feature-mediaText {
  font-size: 15px;
  line-height: 1.8;
}

.device-view-pc #global-content .feature-container .feature-media .feature-mediaImage {
  overflow: hidden;
  width: 50%;
  max-height: 100vh;
}

.device-view-pc #global-content .feature-container .feature-media .feature-mediaImage > img {
  width: 100%;
}

.device-view-pc #global-content .feature-container .feature-media .feature-mediaBtn {
  margin-top: 31px;
}

.device-view-pc #global-content .feature-container .feature-media .feature-mediaBtn > .btn {
  display: block;
  text-align: center;
}

.device-view-pc #global-content .feature-container .feature-media .feature-mediaBtn > .btn + .btn {
  margin-top: 10px;
}

.device-view-pc #global-content .feature-container .feature-mediaRev .feature-mediaBody {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.device-view-pc #global-content .feature-container .feature-mediaRev .feature-mediaImage {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.device-view-pc #global-content .feature-container .feature-other {
  padding-top: 68px;
}

@media all and (min-width: 751px), print {
  #global-content .feature-scrollifyPager {
    position: fixed;
    z-index: 99999;
    top: 50%;
    left: 10px;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #global-content .feature-scrollifyPager > li {
    display: block;
    margin: 15px 0;
  }

  #global-content .feature-scrollifyPager > li > a {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d9d9d9;
  }

  #global-content .feature-scrollifyPager > li.is-current > a {
    background: #fc0;
  }

  #global-content .feature-scrollifySection {
    margin-bottom: 0 !important;
  }

  #global-content .feature-container {
    position: relative;
  }

  #global-content .feature-container .feature-visual {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    min-height: 640px;
    padding: 24.26% 8%;
  }

  #global-content .feature-container .feature-visual::before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, .4);
  }

  #global-content .feature-container .feature-visual .feature-visualBg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  #global-content .feature-container .feature-visual .feature-visualContent {
    z-index: 3;
    color: #fff;
  }

  #global-content .feature-container .feature-visual .feature-visualTitle {
    font-size: 45px;
    line-height: 1.75;
    margin-bottom: 26px;
    text-shadow: 0 1px 10px rgba(7, 1, 2, .7);
  }

  #global-content .feature-container .feature-visual .feature-visualLead {
    font-size: 18px;
    line-height: 1.9;
    text-shadow: 0 1px 10px rgba(7, 1, 2, .7);
  }

  #global-content .feature-container .feature-visual .feature-visualScroll {
    position: absolute;
    bottom: 35px;
    left: 50%;
    width: 96px;
    margin: 0 auto;
    margin-left: -48px;
    text-align: center;
  }

  #global-content .feature-container .feature-visual .feature-visualScroll > a {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    position: relative;
    display: block;
    width: 96px;
    height: 33px;
    text-decoration: none;
    letter-spacing: .06em;
    color: #fff;
    text-shadow: 0 1px 10px rgba(7, 1, 2, .7);
  }

  #global-content .feature-container .feature-visual .feature-visualScroll > a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: 3s arrow infinite ease;
    animation: 3s arrow infinite ease;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    text-shadow: 0 1px 10px rgba(7, 1, 2, .7);
  }

  #global-content .feature-container .feature-linkBoxList > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    min-height: 640px;
  }

  #global-content .feature-container .feature-linkBoxList > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    transition: height .3s;
  }

  #global-content .feature-container .feature-linkBoxList > ul > li:hover {
    height: 120%;
  }

  #global-content .feature-container .feature-linkBoxList > ul > li:hover .featrue-linkBoxBg::before {
    opacity: 0;
  }

  #global-content .feature-container .featrue-linkBox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 205px;
    text-decoration: none;
    color: #fff;
  }

  #global-content .feature-container .featrue-linkBox .featrue-linkBoxBg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  #global-content .feature-container .featrue-linkBox .featrue-linkBoxBg::before {
    position: absolute;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    transition: opacity .3s ease-out;
    background-color: rgba(0, 0, 0, .4);
  }

  #global-content .feature-container .featrue-linkBox .featrue-linkBoxContent {
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
  }

  #global-content .feature-container .featrue-linkBox .featrue-linkBoxTitle {
    font-size: 28px;
    line-height: 1.75;
    margin-bottom: 16px;
    text-shadow: 0 1px 10px rgba(7, 1, 2, .7);
  }

  #global-content .feature-container .featrue-linkBox .featrue-linkBoxText {
    font-size: 18px;
    line-height: 1.9;
    text-shadow: 0 1px 10px rgba(7, 1, 2, .7);
  }

  #global-content .feature-container .feature-media {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  #global-content .feature-container .feature-media .feature-mediaReturn {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    position: absolute;
    top: 45px;
    left: 40px;
    letter-spacing: .06em;
  }

  #global-content .feature-container .feature-media .feature-mediaReturn > a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 25px;
    vertical-align: middle;
    text-decoration: none;
  }

  #global-content .feature-container .feature-media .feature-mediaReturn > a:hover {
    text-decoration: underline;
  }

  #global-content .feature-container .feature-media .feature-mediaReturn > a::before, #global-content .feature-container .feature-media .feature-mediaReturn > a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: '';
    vertical-align: middle;
  }

  #global-content .feature-container .feature-media .feature-mediaReturn > a::before {
    left: 4px;
    width: 13px;
    height: 2px;
    background: #005;
  }

  #global-content .feature-container .feature-media .feature-mediaReturn > a::after {
    left: 4px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border-top: 2px solid #005;
    border-right: 2px solid #005;
  }

  #global-content .feature-container .feature-media .feature-mediaBody {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-sizing: border-box;
    min-width: 536px;
    padding: 106px 90px;
    text-align: left;
  }

  #global-content .feature-container .feature-media .feature-mediaTitle {
    font-size: 32px;
    line-height: 1.75;
    margin-bottom: 10px;
  }

  #global-content .feature-container .feature-media .feature-mediaLead {
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 22px;
  }

  #global-content .feature-container .feature-media .feature-mediaText {
    font-size: 15px;
    line-height: 1.8;
  }

  #global-content .feature-container .feature-media .feature-mediaImage {
    overflow: hidden;
    width: 50%;
    max-height: 100vh;
  }

  #global-content .feature-container .feature-media .feature-mediaImage > img {
    width: 100%;
  }

  #global-content .feature-container .feature-media .feature-mediaBtn {
    margin-top: 31px;
  }

  #global-content .feature-container .feature-media .feature-mediaBtn > .btn {
    display: block;
    text-align: center;
  }

  #global-content .feature-container .feature-media .feature-mediaBtn > .btn + .btn {
    margin-top: 10px;
  }

  #global-content .feature-container .feature-mediaRev .feature-mediaBody {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  #global-content .feature-container .feature-mediaRev .feature-mediaImage {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  #global-content .feature-container .feature-other {
    padding-top: 68px;
  }
}

@media screen and (max-width: 750px) {
  .device-js-on #global-content .feature-scrollifyPager {
    position: fixed;
    z-index: 10;
    top: 50%;
    left: 2.66%;
    display: none !important;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .device-js-on #global-content .feature-scrollifyPager > li {
    display: block;
    margin: .769em 0;
  }

  .device-js-on #global-content .feature-scrollifyPager > li > a {
    display: block;
    width: .615em;
    height: .615em;
    border-radius: 50%;
    background: #d9d9d9;
  }

  .device-js-on #global-content .feature-scrollifyPager > li.is-current > a {
    background: #fc0;
  }

  .device-js-on #global-content .feature-scrollifySection {
    margin-bottom: 0 !important;
  }

  .device-js-on #global-content .feature-container {
    position: relative;
  }

  .device-js-on #global-content .feature-container .feature-visual {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    min-height: 100vh;
    padding: 24.26% 8%;
  }

  .device-js-on #global-content .feature-container .feature-visual::before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, .4);
  }

  .device-js-on #global-content .feature-container .feature-visual .feature-visualBg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .device-js-on #global-content .feature-container .feature-visual .feature-visualContent {
    z-index: 3;
    color: #fff;
  }

  .device-js-on #global-content .feature-container .feature-visual .feature-visualTitle {
    font-size: 200%;
    line-height: 1.75;
    margin-bottom: 3.85%;
    text-shadow: 0 1px 10px rgba(7, 1, 2, .7);
  }

  .device-js-on #global-content .feature-container .feature-visual .feature-visualLead {
    font-size: 115.4%;
    line-height: 1.9;
    text-shadow: 0 1px 10px rgba(7, 1, 2, .7);
  }

  .device-js-on #global-content .feature-container .feature-visual .feature-visualScroll {
    position: absolute;
    bottom: 2.308em;
    left: 50%;
    width: 5.462em;
    margin: 0 auto;
    margin-left: -2.731em;
    text-align: center;
  }

  .device-js-on #global-content .feature-container .feature-visual .feature-visualScroll > a {
    font-family: 'Montserrat', sans-serif;
    font-size: 84.6%;
    position: relative;
    display: block;
    width: 100%;
    height: 2.591em;
    text-decoration: none;
    letter-spacing: .06em;
    color: #fff;
    text-shadow: 0 1px 10px rgba(7, 1, 2, .7);
  }

  .device-js-on #global-content .feature-container .feature-visual .feature-visualScroll > a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: .909em;
    height: .909em;
    margin-left: -.455em;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: 3s arrow infinite ease;
    animation: 3s arrow infinite ease;
    border-right: .182em solid #fff;
    border-bottom: .182em solid #fff;
    text-shadow: 0 1px 10px rgba(7, 1, 2, .7);
  }

  .device-js-on #global-content .feature-container .feature-linkBoxList > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }

  .device-js-on #global-content .feature-container .feature-linkBoxList > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
  }

  .device-js-on #global-content .feature-container .featrue-linkBox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 14.385em;
    text-decoration: none;
    color: #fff;
  }

  .device-js-on #global-content .feature-container .featrue-linkBox::after {
    position: absolute;
    z-index: 3;
    top: 50%;
    right: 5.33%;
    display: block;
    width: .462em;
    height: .462em;
    margin-top: -.462em;
    content: '';
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: 3s arrow infinite ease;
    animation: 3s arrow infinite ease;
    border-right: .154em solid #fff;
    border-bottom: .154em solid #fff;
    text-shadow: 0 1px 10px rgba(7, 1, 2, .7);
  }

  .device-js-on #global-content .feature-container .featrue-linkBox .featrue-linkBoxBg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .device-js-on #global-content .feature-container .featrue-linkBox .featrue-linkBoxBg::before {
    position: absolute;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    transition: opacity .3s ease-out;
    background-color: rgba(0, 0, 0, .4);
  }

  .device-js-on #global-content .feature-container .featrue-linkBox .featrue-linkBoxContent {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 8.79% 10%;
    text-align: left;
  }

  .device-js-on #global-content .feature-container .featrue-linkBox .featrue-linkBoxTitle {
    font-size: 153.8%;
    line-height: 1.75;
    margin-bottom: 2.33%;
    text-shadow: 0 1px 10px rgba(7, 1, 2, .7);
  }

  .device-js-on #global-content .feature-container .featrue-linkBox .featrue-linkBoxText {
    font-size: 100%;
    line-height: 1.9;
    text-shadow: 0 1px 10px rgba(7, 1, 2, .7);
  }

  .device-js-on #global-content .feature-container .feature-media {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .device-js-on #global-content .feature-container .feature-media .feature-mediaReturn {
    font-family: 'Montserrat', sans-serif;
    font-size: 92.3%;
    position: absolute;
    top: 15.583em;
    left: 2.917em;
    letter-spacing: .06em;
  }

  .device-js-on #global-content .feature-container .feature-media .feature-mediaReturn > a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 2.083em;
    vertical-align: middle;
    text-decoration: none;
  }

  .device-js-on #global-content .feature-container .feature-media .feature-mediaReturn > a:hover {
    text-decoration: underline;
  }

  .device-js-on #global-content .feature-container .feature-media .feature-mediaReturn > a::before, .device-js-on #global-content .feature-container .feature-media .feature-mediaReturn > a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: '';
    vertical-align: middle;
  }

  .device-js-on #global-content .feature-container .feature-media .feature-mediaReturn > a::before {
    left: .333em;
    width: 1.083em;
    height: .167em;
    background: #005;
  }

  .device-js-on #global-content .feature-container .feature-media .feature-mediaReturn > a::after {
    left: .333em;
    width: .833em;
    height: .833em;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border-top: .167em solid #005;
    border-right: .167em solid #005;
  }

  .device-js-on #global-content .feature-container .feature-media .feature-mediaBody {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    box-sizing: border-box;
    padding: 17.33% 9.33% 13.33%;
    text-align: left;
  }

  .device-js-on #global-content .feature-container .feature-media .feature-mediaTitle {
    font-size: 192.3%;
    line-height: 1.75;
    margin-bottom: 2.95%;
  }

  .device-js-on #global-content .feature-container .feature-media .feature-mediaLead {
    font-size: 107.7%;
    line-height: 1.75;
    margin-bottom: 3.6%;
  }

  .device-js-on #global-content .feature-container .feature-media .feature-mediaText {
    font-size: 100%;
    line-height: 1.8;
  }

  .device-js-on #global-content .feature-container .feature-media .feature-mediaImage {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .device-js-on #global-content .feature-container .feature-media .feature-mediaImage > img {
    width: 100%;
  }

  .device-js-on #global-content .feature-container .feature-media .feature-mediaBtn {
    margin-top: 6.55%;
  }

  .device-js-on #global-content .feature-container .feature-media .feature-mediaBtn > .btn {
    display: block;
    padding-right: 4%;
    padding-left: 4%;
    text-align: center;
  }

  .device-js-on #global-content .feature-container .feature-media .feature-mediaBtn > .btn + .btn {
    margin-top: .769em;
  }

  .device-js-on #global-content .feature-container .feature-other {
    padding-top: 12%;
  }
}

@-webkit-keyframes arrow {
  0%, 100% {
    bottom: 0;
  }

  50% {
    bottom: -10px;
  }
}

@keyframes arrow {
  0%, 100% {
    bottom: 0;
  }

  50% {
    bottom: -10px;
  }
}
