
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700;900&amp;display=swap');

html {
    -webkit-text-size-adjust: 100%; 
}
body{
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #fff;
    overflow-x: hidden;
    margin: 0;
    color: #333333;
    font-size: 12px;
    font-weight: 400;
}
a, ol, li, p, h1 { 
  font-size: unset; 
  line-height: unset; 
}
.container_main {
  font-family: 'Source Sans Pro', sans-serif;
  line-height: normal;
}
* {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    margin: 0;
    padding: 0;
}
*:focus {
    outline: none;
}
section {
    display: block;
}
a {
    text-decoration: none;
}
a:active,
a:hover {
    outline:0
}

.suspect_sec a {
  color: #fff;
}

.header,
.watchDog_sec,
.suspect_sec {
  background: #EC1300;
  color: #fff;
}
.head_link {
  font-weight: 700;
  color: #fff;
}
.hero_left {
  background: #090907;
  color: #fff;
}
.hero-right-img img {
  width: 100%;
}
.title,
.watchDog_sec_right h2 {
  font-weight: 700;
}
.watchDog_sec_right a:hover {
  color: #000;
}
.card a:hover {
  color: #fff;
}
.deliver_sec a:hover {
  color: #486784;
}
.button {
  color: #000;
  background: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}
.protect_sec h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
}
.card_head {
  color: #000;
  font-weight: 700;
}
.card_text {
  color: #000;
  font-weight: 400;
}
.card_button {
  color: #fff;
  background: #EC1300;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}
.protect_sec {
  background: #fff;
}
.three_sec {
  background: #f5f5f5;
}
.suspect_sec p {
  font-weight: 700;
  text-align: center;
}

.operation_sec {
  display: flex;
  background-color: #f5f5f5;
  justify-content: center;
  text-align: left;
  align-items: center;
}
.operation_sec_two{
    display: flex;
    background-color: #f5f5f5;
    flex-flow: column;
}
.operation_sec_two div{
max-width:1077px;
margin:0 auto;
}
.operation_sec_two p a, .operation_sec_two p a:hover{
color: #333333;
    text-decoration: underline;
}
.operation_heading {
  font-weight: 700;
}
.deliver_sec p {
  text-align: center;
  font-weight: bold;
}
.deliver_sec a {
  color: #486784;
  text-decoration: underline;
}
#ouibounce-modal {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#ouibounce-modal .modal {
  z-index: 1;
  margin: auto;
  height: 400px;
  border-radius: 4px;
}
#ouibounce-modal {
  z-index: 1000;
}
#ouibounce-modal {
  z-index: 1000;
}
#ouibounce-modal .underlay {
  cursor: pointer;
  
}
#ouibounce-modal .underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.5);
  cursor: pointer;
  -webkit-animation: fadein .5s;
  animation: fadein .5s;
}
#ouibounce-modal .modal {
  display: block;
  -webkit-animation: popin 0.3s;
  animation: popin 0.3s;
}
#ouibounce-modal .modal .modal-body {
  flex-direction: column;
  max-width: 100%;
  padding: 0px;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes popin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  85% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes popin {
  0% {
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  85% {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popin {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  85% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
#ouibounce-modal .modal {
  background: #fff;
  min-height: 430px;
  width: 330px;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
}
#ouibounce-modal .close {
  position: absolute;
right: 7px;
cursor: pointer;
z-index: 100;
width: 23px;
height: 23px;
visibility: visible;
padding: 5px 5px 5px 5px;
top: 5px;
}
.device-image-des {
  display: none !important;
}
.device-image-mob {
  width: 330px;
  position: relative;
  padding-top: 0;
}

.wrapper,
.container_main {
    width: 100%;
    margin: 0 auto;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px;
}
.logo img {
    width: 140px;
}
.head_link {
  font-size: 24px;
  line-height: 30px;
}

.hero_content,
.watchDog_sec {
  display: flex;
  flex-direction: column;
}
.hero_left {
  order: 2;
  margin-top: -5px;
  padding: 20px 35px 30px;
}
.hero_right {
  order: 1;
}
.title {
  font-size: 28px;
  line-height: 34px;
}
.hero_left p {
  font-size: 18px;
  margin-top: 20px;
}

.watchDog_sec_left {
  display: flex;
  justify-content: center;
}
.watchDog_sec_left img {
  max-width: 300px;
  margin: 25px auto 30px;
}
.watchDog_sec_right {
  padding: 0 35px 50px;
}
.watchDog_sec_right h2 {
  font-size: 24px;
}
.watchDog_sec_right p {
  font-size: 20px;
  margin-top: 20px;
}
.button {
  width: 180px;
  height: 46px;
  font-size: 24px;
  margin-top: 30px;
}

.protect_sec {
  padding: 35px 35px 10px;
}
.protect_sec h2 {
  font-size: 30px;
}
.card_secs {
  margin-top: 30px;
}
.card {
  max-width: 320px;
  margin: 50px auto;
}
.mob_div {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.card img {
  width: 70%;
  max-width: 90px;
}
.card.card2 img {
  width: 63px;
  margin-right: 28px;
}
.card_head {
  font-size: 24px;
  line-height: 28px;
}
.card_text {
  font-size: 18px;
  margin-bottom: 25px;
}
.card_button {
  width: 65%;
  max-width: 300px;
  height: 50px;
  font-size: 20px;
}

.suspect_sec {
  padding: 25px 30px;
}
.suspect_sec p {
  font-size: 18px;
  max-width: 320px;
  margin: 0 auto;
}

.three_sec {
  padding: 0 35px;
}
.three_sec .card_secs {
  margin: 0;
}
.three_sec .card_secs {
  padding: 30px 0 20px;
}
.three_sec .card {
  margin: 0 auto;
  padding-bottom: 50px;
}
.three_sec .card_text {
  margin-top: 20px;
}

.operation_sec {
  flex-direction: column;
}
.operation_sec img {
  max-width: 300px;
}
.operation_sec div {
  padding: 60px 35px 0px;
}
.operation_sec_two div {
  padding: 30px 35px 30px;
}
.operation_heading {
  font-size: 24px;
  margin-bottom: 20px;
}
.operation_sec p {
  font-size: 18px;
}
.operation_sec_two p {
  font-size: 18px;
}

.deliver_sec {
  padding: 30px 35px 50px;
}
.deliver_sec p {
  font-size: 20px;
}
}

@media screen and (max-width: 375px) {
.head_link {
  font-size: 18px;
}
.title {
  font-size: 24px;
}
.watchDog_sec_right h2 {
  font-size: 20px;
}
.card_head {
  font-size: 18px;
}
.protect_sec h2 {
  font-size: 18px;
}
.card {
  margin: 30px auto 40px;
}
}


@media screen and (min-width: 768px) {
#ouibounce-modal .modal {
  background-color: #fff;
width: 38.611vw;
position: absolute;
top: 0;
height:38.611vw;
right: 0;
left: 0;
bottom: 0;
}


#ouibounce-modal .close {
position: absolute;
right: 0.5vw;
top: 0.3vw;
cursor: pointer;
z-index: 100;
width: 2vw;
height: 2vw;
visibility: visible;
padding: 0.347vw 0.347vw;
}
.device-image-des {
  width: 38.611vw;
  margin: 0 auto;
  position: absolute;
  height: 38.611vw;
}
.device-image-mob {
  display: none !important;
}

.wrapper,
.container_main {
  width: 100%;
  margin: 0 auto;
}

.header {
  display: flex;
  justify-content: space-between;
  padding: 2.083vw 0;
}
.logo img {
  width: 10.417vw;
  margin-left: 2.778vw;
}
.head_link {
  font-size: calc(14px + (26 - 14) * ((100vw - 768px) / (1440 - 768)));
  margin-right: 2.778vw;
}

.herobanner {
  height: 30vw;
  position: relative;
  z-index: -1;
}
.hero_content {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
}
.hero_left {
  width: 53%;
  padding-left: 2.778vw;
  padding-top: 2.083vw;
}
.hero_right {
  width: 47%;
}
.title {
  font-size: calc(24px + (46 - 24) * ((100vw - 768px) / (1440 - 768)));
  line-height: 3.750vw;
}
.hero_left p {
  font-size: calc(15px + (28 - 15) * ((100vw - 768px) / (1440 - 768)));
  margin-top: 2.083vw;
  padding-right: 2.083vw;
}

.watchDog_sec {
  display: flex;
  padding: 2.431vw 0 2.778vw;
  margin-top: -4px;
}
.watchDog_sec_left {
  width: 40%;
  display: flex;
  justify-content: center;
}
.watchDog_sec_left img {
  width: 20.833vw;
}
.watchDog_sec_right {
  width: 60%;
}
.watchDog_sec_right h2 {
  font-size: calc(20px + (38 - 20) * ((100vw - 768px) / (1440 - 768)));
  line-height: 2.917vw;
  margin-top: 1.042vw;
  margin-bottom: 2.083vw;
}
.watchDog_sec_right p {
  font-size: calc(15px + (28 - 15) * ((100vw - 768px) / (1440 - 768)));
  line-height: 2.361vw;
  margin-bottom: 2.778vw;
  padding-right: 6.944vw;
}
.button {
  font-size: calc(16px + (30 - 16) * ((100vw - 768px) / (1440 - 768)));
  line-height: 3.194vw;
  padding: 0.486vw 0;
  width: 15.972vw;
}


.protect_sec h2 {
  font-size: calc(23px + (44 - 23) * ((100vw - 768px) / (1440 - 768)));
  line-height: 3.472vw;
  width: 56.597vw;
  margin: 0 auto;
  padding: 2.083vw 0 3.472vw;
}
.card_secs {
  width: 100%;
  padding: 0 5.556vw 3.472vw;
  display: flex;
  justify-content: space-between;
}
.card {
  width: 33.33%;
  max-width: 27.694vw;
  display: flex;
  flex-direction: column;
}
.mob_div {
  display: flex;
  flex-direction: column;
  min-height: 17.361vw;
}
picture {
  display: flex;
}
.card img {
  width: 9.028vw;
  margin: 0 auto;
}
.card_head {
  font-size: calc(20px + (38 - 20) * ((100vw - 768px) / (1440 - 768)));
  line-height: 2.778vw;
  margin-top: 2.083vw;
  margin-bottom: 0; 
}
.three_sec .card_head {
  min-height: 4.903vw;
}
.card_body {
  min-height: 18.056vw;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.card_text {
  font-size: calc(14px + (26 - 14) * ((100vw - 768px) / (1440 - 768)));
  line-height: 2.083vw;
  padding: 1.389vw 0 2.083vw;
}
.card_button {
  font-size: calc(16px + (30 - 16) * ((100vw - 768px) / (1440 - 768)));
  line-height: 3.194vw;
  padding: 0.486vw 0;
  width: 18.750vw;
}
.suspect_sec {
  padding: 50px 0;
}
.suspect_sec p {
  font-size: 46px;
  line-height: 54px;
  font-weight: 700;
  text-align: center;
  width: 800px;
}

.suspect_sec {
  padding: 3.472vw 0;
}
.suspect_sec p {
  font-size: calc(24px + (46 - 24) * ((100vw - 768px) / (1440 - 768)));
  line-height: 3.750vw;
  width: 83.333vw;
  margin: 0 auto;
}

.three_sec .card.card3 {
  max-width: 420px;
}

.operation_sec {
  padding: 3.472vw 0 0;
}
.operation_sec_two {
  padding: 3.472vw 5.556vw 4.861vw;
}
.operation_sec img{
  width: 22.222vw;
  margin-right: 4.861vw;
}
.operation_heading {
  margin-bottom: 0.972vw;
  font-size: calc(20px + (38 - 20) * ((100vw - 768px) / (1440 - 768)));
}
.operation_sec p{
  width: 48.472vw;
  font-size: calc(14px + (26 - 14) * ((100vw - 768px) / (1440 - 768)));
}
.operation_sec_two p{
	font-size: calc(14px + (26 - 14) * ((100vw - 768px) / (1440 - 768)));
}

.deliver_sec {
  padding: 3.472vw 0;
}
.deliver_sec p {
  font-size: calc(19px + (34 - 19) * ((100vw - 768px) / (1440 - 768)));
  width: 83.333vw;
  margin: 0 auto;
}

.protect_sec .card {
  position: relative;
}
.protect_sec .card_button {
  position: absolute;
  bottom: 10px;
}
.protect_sec .card {
  min-height: 38.111vw;
}
}

@media screen and (min-width: 1200px) {
.hero_right {
  width: 48%;
}
.watchDog_sec {
  margin-top: 0;
}
.protect_sec .card {
  min-height: 37.111vw;
}
}

@media screen and (min-width: 1440px) {
.wrapper,
.container_main {
  width: 1440px;
}

.header {
  padding: 30px 0;
}
.logo img {
  width: 150px;
  margin-left: 40px;
}
.head_link {
  font-size: 26px;
  margin-right: 40px;
}

.herobanner {
  height: 436px;
}
.hero_left {
  width: 760px;
  padding-left: 40px;
  padding-top: 30px;
}
.hero_right {
  width: 680px;
}
.title {
  font-size: 46px;
  line-height: 54px;
}
.hero_left p {
  font-size: 28px;
  margin-top: 30px;
  padding-right: 30px;
}
.watchDog_sec {
  padding: 35px 0 40px;
}
.watchDog_sec_left img {
  width: 300px;
}
.watchDog_sec_right h2 {
  font-size: 38px;
  line-height: 42px;
  margin-top: 15px;
  margin-bottom: 30px;
}
.watchDog_sec_right p {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 40px;
  padding-right: 100px;
}
.button {
  font-size: 30px;
  line-height: 46px;
  padding: 7px 0;
  width: 230px;
}


.protect_sec h2 {
  font-size: 44px;
  line-height: 50px;
  width: 815px;
  padding: 30px 0 50px;
}
.card_secs {
  padding: 0 80px 50px;
}
.card {
  max-width: 370px;
}
.mob_div {
  min-height: 250px;
}
.protect_sec .card {
  min-height: 520px;
}
.card img {
  width: 130px;
}
.card_head {
  font-size: 38px;
  line-height: 40px;
  margin-top: 30px;
}
.three_sec .card_head {
  min-height: 85px;
}
.card_body {
  min-height: 260px;
}
.card_text {
  font-size: 26px;
  line-height: 30px;
  padding: 20px 0 30px;
}
.card_button {
  font-size: 30px;
  line-height: 46px;
  padding: 7px 0;
  width: 270px;
}

.suspect_sec {
  padding: 50px 0;
}
.suspect_sec p {
  font-size: 46px;
  line-height: 54px;
  width: 1200px;
}

.operation_sec {
  padding: 50px 0 0px;
}
.operation_sec_two{
padding: 50px 35px 70px;
}
.operation_sec img{
  width: 320px;
  margin-right: 70px;
}
.operation_heading {
  margin-bottom: 14px;
  font-size: 38px;
}
.operation_sec p{
  width: 698px;
  font-size: 26px;
}
.operation_sec_two p{
  font-size: 26px;
}
.deliver_sec {
  padding: 50px 0;
}
.deliver_sec p {
  font-size: 34px;
  width: 1200px;
}
}
