#scroll {
  padding: 0;
}
.heading-menu, .container.cust-quote, .sec-pTB.mbH, #btmscroll, .btmBar, .nav-dwn {
  display: none;
}
footer {
  border: 0;
  background-color: #f2f2f2;
}
.foot-copy {
  background: transparent;
}
.cb a {
  color: #4539c0;
  font-weight: 600;
}
.cb.banner {
    position: relative;
    display: flex;
    align-items: baseline;
    justify-content: center;
    padding: 0;
    background: url(../images/us-cyber-banner-bg.png);
    background-size: cover;
    background-color: #0143a7;
    background-repeat: no-repeat;
    background-attachment:fixed;
    min-height: 700px;
}

.cb.banner .dform {
  position: relative;
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 0 25px #000;
  margin: 60px 0 60px 35px;
  z-index: 1;
  transition: all ease 350ms;
  max-width: 350px;
}
.cb.banner .dform .edi-btn {
  max-width: 300px;
}
.cb.banner .dform.animate {
  transform: scale(1.1);
  box-shadow: 0 0 50px #0005;
}
.cb.banner .dform .edi-btn inputgroup label {
  z-index: 0;
  pointer-events: none;
}
.cb.banner h1 {
  position: relative;
  color: #fff;
  font-size: 40px;
  min-width: 730px;
  line-height: 90px;
  font-weight: 400;
  margin-right: 50px;
  margin-top: 73px;
  z-index: 1;
}

.cb.banner h1 strong {
  font-size: 45px;
  font-weight: 600;
  color: #ffde58;
  display: block;
  line-height: 42px;
}
.cb.banner h1:after {
    content: '';
    background: url(../images/us-cyber-banner-clip.png);
    background-size: cover;
    background-position: 15% bottom;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: -456px;
    right: 0;
    height: 390px;
    width: 710px;
}
.cb.banner .dform h2 {
  margin: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #000;
}
.cb.banner .dform p {
  text-align: center;
  margin: 0 auto;
  max-width: 380px;
}
input#downloadSubmit.download {
    background-color: #e00032 !important;
    min-width: 300px;
    margin: 30px auto 10px !important;
    border: 0 !important;
    border-radius: 5px !important;
    font-size: 22px !important;
    font-weight: 700;
    cursor: pointer;
    padding: 12px !important;
    line-height: normal !important;
    -webkit-appearance: none;
}
.edi-btn inputgroup {
  margin: 0;
}
.edi-btn inputgroup input {
  width: 278px !important;
  max-width: 92% !important;
  border-radius: 5px !important;
  background-color: #f1f1f1 !important;
}
.edi-btn inputgroup select[data-countrygdpr="MECountryListing"] {
  width: 100% !important;
  margin: 30px 0 !important;
  line-height: 20px !important;
  -webkit-appearance: none;
  border-radius: 5px !important;
  background-color: #f1f1f1 !important;
}
.edi-btn inputgroup select[data-countrygdpr="MECountryListing"]:focus {
  outline: none;
  border: 1px solid #007abd !important;
}
.edi-btn inputgroup.half {
  display: inline-block !important;
  margin: 0;
}
.edi-btn inputgroup.half:first-child {
  margin: 0 !important;
  margin-right: 12px !important;
}
.edi-btn inputgroup.half input {
  width: 170px !important;
}
.edi-btn inputgroup.con {
  position: relative;
}
.edi-btn inputgroup.con:after {
  content: "▾";
  position: absolute;
  color: #999;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  line-height: 38px;
  font-size: 25px;
}
.dwn-priv {
  max-width: 350px !important;
  margin: auto;
}
.cb.banner .dform.thanks,.cb.banner .dform.loading{
    overflow:hidden;
}
.cb.banner .dform.thanks:before {
    content: '';
    position: absolute;
    background-color: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.cb.banner .dform .popup, .cb.banner .dform .popup1{
    display:none;
}
.cb.banner .dform.thanks .popup{
    display: flex;
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}
.cb.banner .dform.thanks .popup h2 {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    padding: 0 20px 20px;
}
.cb.banner .dform.thanks .popup p{
    font-size: 14px;
    color:#000;
    font-weight:400;
    border: 0;
    max-width: 230px;
}
.cb.banner .dform.loading:after {
    content:'';
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-color:#fffe;
    background-image:url(../images/loading.gif);
    background-repeat:no-repeat;
    background-position:center;
    background-size:70px;
}
.cb.banner .dform.mobile_thanks .popup1 {
    display: block;
}

.cb.banner .dform.mobile_thanks .edi-btn {
    display: none;
}

.cb.banner .dform.mobile_thanks .popup1 h2 {
    font-size: 19px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #4c40af;
}
.cb.banner .dform.mobile_thanks .popup1 h2 b {
    display: block;
    font-size: 25px;
}
.cb.banner .dform.mobile_thanks .popup1 p {
    font-size: 19px;
    font-weight: 400;
    margin: 17px;
}
.cb.banner .dform.mobile_thanks .popup1 strong {
    background-color: #ffe20033;
    display: block;
    border: 1px dashed #ccc;
    text-align: center;
    line-height: normal;
    padding: 5px;
    margin: 5px;
    font-weight: 400;
}
.cb.banner .dform.mobile_thanks > h2 {
    display: none;
}
.cb.banner .dform.mobile_thanks > h2.mobile_only {
    display: none !important;
}

.strat{
   padding:50px 15px; 
}
.strat p {
    font-size: 16px;
    line-height: 34px;
}

.strat.report {
    background-color: #fcfaf2;
    position: relative;
}

.strat h2 {
    margin: 0 auto;
    text-align: center;
    font-weight: 300;
    max-width: 600px;
}
.strat h2 strong {
    font-weight: 600;
}
.strat.report ul {
    max-width: 420px;
    margin: 40px auto 0;
}

.strat.report ul li:before {
    content: '';
    width: 70px;
    height: 70px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/us-cyber-icon-1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 15px 0 0;
}
.strat.report:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 10%;
    background-image: url(../images/us-cyber-pillar.png);
    background-size: auto 100%;
    background-position: left;
    background-repeat: no-repeat;
    }
.strat.report:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;
    width: 10%;
    background-image: url(../images/us-cyber-pillar.png);
    background-size: auto 100%;
    background-position: right;
    background-repeat: no-repeat;
    }
.strat.report ul li:nth-child(1):before {
    background-image: url(../images/us-cyber-icon-1.png);
}

.strat.report ul li:nth-child(2):before {
    background-image: url(../images/us-cyber-icon-2.png);
}

.strat.report ul li:nth-child(3):before {
    background-image: url(../images/us-cyber-icon-3.png);
}

.strat.report ul li:nth-child(4):before {
    background-image: url(../images/us-cyber-icon-4.png);
}
.strat ul li {
    font-size: 16px;
    line-height: 34px;
}
.strat.report ul li {
    display: flex;
    align-items: center;
    margin: 15px 5px;
}
.strat.report ul li p {
    width: 80%;
    line-height: 26px;
}
.strat.pillar {
    max-width: 1000px;
    margin: auto;
}

.strat.pillar ul {
    max-width: 610px;
    margin: auto;
}

.strat.pillar ul li:before {
    content: '';
    width: 30px;
    height: 30px;
    margin-right: 15px;
    background-image: url(../images/us-cyber-bullet.png);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.strat.pillar ul li {
    margin: 15px 0;
}
.strat.solution {
    background-color: #fcfaf2;
}
.strat.solution .flex {
    display: flex;
    justify-content:center;
    align-items:center;
}
.strat.solution ul li{
    position:relative;
    margin:50px 0;
    counter-increment: mycounter;
}
.strat.solution ul li:before{
    content: '';
    display:inline-block;
    vertical-align:middle;
    height:50px;
    width:50px;
    margin:0 30px 0 0;
    background-color:#0d49a0;
    transform:rotate(45deg);
    color: #fff;
    font-size: 30px;
    box-shadow: -6px 6px 0px #0003;
}
.strat.solution ul li:after{
    content: counter(mycounter);
    position:absolute;
    color: #fff;
    font-size: 30px;
    top: 7px;
    left: 0;
    bottom:0;
    width: 50px;
    text-align: center;
}
.strat.solution ul:first-of-type{
    counter-reset: mycounter;
}
.strat.solution img{
    max-width:150px;
    margin:50px;
}
.strat.footer {
    color: #000;
    text-align: center;
    max-width: 1000px;
    margin: auto;
}
.strat.footer a.cta{
    background-color:#e00032;
    color:#fff;
    padding:15px 35px;
    display:inline-block;
    font-size:20px;
    border-radius:10px;
    text-decoration: none;
}

.cb.banner h1:after, .strat.solution ul li, .strat.report ul li, .strat.pillar ul li {
    opacity: 0;
    transform: translate(0, 100px);
    transition: all ease 500ms;
}

.cb.banner.active h1:after, .strat.solution.active ul li, .strat.report.active ul li, .strat.pillar.active ul li {
    opacity: 1;
    transform: translate(0, 0);
}

.strat.solution ul li:nth-child(1){
transition-delay: 125ms;
}
.strat.solution ul li:nth-child(2){
transition-delay: 250ms;
}
.strat.solution ul li:nth-child(3){
transition-delay: 375ms;
}
.strat.solution ul li:nth-child(4){
transition-delay: 500ms;
}


.strat.report ul li:nth-child(1){
transition-delay: 83ms;
}
.strat.report ul li:nth-child(2){
transition-delay: 166ms;
}
.strat.report ul li:nth-child(3){
transition-delay: 250ms;
}
.strat.report ul li:nth-child(4){
transition-delay: 333ms;
}
.strat.report ul li:nth-child(5){
transition-delay: 416ms;
}
.strat.report ul li:nth-child(6){
transition-delay: 500ms;
}

.strat.pillar ul li:nth-child(1){
transition-delay: 50ms;
}
.strat.pillar ul li:nth-child(2){
transition-delay: 100ms;
}
.strat.pillar ul li:nth-child(3){
transition-delay: 150ms;
}
.strat.pillar ul li:nth-child(4){
transition-delay: 200ms;
}
.strat.pillar ul li:nth-child(5){
transition-delay: 250ms;
}
.strat.pillar ul li:nth-child(6){
transition-delay: 300ms;
}
.strat.pillar ul li:nth-child(7){
transition-delay: 350ms;
}
.strat.pillar ul li:nth-child(8){
transition-delay: 400ms;
}
.strat.pillar ul li:nth-child(9){
transition-delay: 450ms;
}
.strat.pillar ul li:nth-child(10){
transition-delay: 500ms;
}


.pc_only {
  display: block;
}
.mobile_only {
  display: none;
}

@media(max-width:600px) {
  .cb.banner {
    display: block;
    margin: 0;
    padding: 15px;
  }
  .cb.banner h1 {
    margin: 0;
    padding: 15px;
    line-height: normal;
  }
  .cb.banner h1:after {
    display: none;
  }
  .cb.banner .dform {
    margin: 15px;
  }
.strat.solution .flex {
    flex-wrap: wrap;
}

.cb.banner h1 strong {
    display: inline;
}

.strat.report:before,.strat.report:after {
    display: none;
}

.strat.solution ul li {
    margin: 50px 20px;
}
input#downloadSubmit.download {
    min-width: 100%;
}
  .pc_only {
    display: none !important;
  }
  .mobile_only {
    display: block !important;
  }
}