@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

html,body {
  min-width: 100%;
  min-height: 100%;
}

body {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  background-color: #232a36;
}

body.homepage {
  background-image: url('images/bg.png');
}

body.download {
  background-image: url('images/group-5@2x.png');
}

.bg {
  width: 100%;
  height: 100%;
}

img.logo {
  max-width: 300px;
  display: block;
  margin-top: 60px;
}

p.heading {
  font-weight: bold;
  font-size: 24px;
  max-width: 700px;
}

.boxes p {
  font-size: 14px;
}

.boxes .box {
  border-radius: 10px;
  background-color: #151d29;
  display: inline-grid;
  padding: 21px;
  max-width: 335px;
  margin-right: 30px;
}

.boxes .box h3 {
  font-size: 16px;
  font-weight: 600;
}

.boxes .box span {
  font-size: 14px;
  font-weight: normal;
}

.boxes .box a, .wi-link {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  background-color: #f7941d;
  border: none;
  padding: 10px;
  margin-top: 5px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
}

.boxes .box a:hover {
  background-color: #D37E18;
  cursor: pointer;
}

.boxes .box a {
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: 45px center;
  margin-top: 30px;
}

.boxes .box a.download-button {
  background-image: url('images/monitor-download@2x.png');
}

.boxes .box a.play-button {
  background-image: url('images/button-play-1@2x.png');
  margin-top: 55px;
  background-position: 75px center;
}

.features-box .feature {
  max-width: 190px;
  display: inline-grid;
  margin-right: 50px;
  margin-top: 30px;
}

.features-box {
  margin-bottom: 70px;
}

.features-box .feature .icon {
  width: 100%;
  height: 36px;
}

.features-box .feature .icon {
  background-size: 36px;
  background-repeat: no-repeat;
  margin-bottom: 25px;
}

.features-box .feature .icon.brain {
  background-image: url('images/brain@2x.png');
}

.features-box .feature .icon.hyperlink-circle {
  background-image: url('images/hyperlink-circle@2x.png');
}

.features-box .feature .icon.business-climb-top {
  background-image: url('images/business-climb-top-1@2x.png');
}

.features-box .feature .feature-description {
  font-size: 14px;
}

.social span {
  font-size: 14px;
  font-weight: normal;
}

.social p {
  font-weight: bold;
  margin-top: 3px;
}

.social p a {
  color: #f7941d;
}

.social p a:hover {
  color: #D37E18;
}


/* Download */

.download-cta {
  font-size: 24px;
  font-weight: 600;
}

.custom-list {
  margin-top: 20px;
}

.custom-list li {
  list-style-image: url('images/oval.png');
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 14px;
  padding-left: 5px;
}

#eshotSignUpForm {
  background-color: #fff;
  color: #000;
  padding: 23px;
  border-radius: 10px;
}

#eshotSignUpForm table { 
  width: 100%;
}

#eshotSignUpForm h3 {
  font-size: 18px;
  font-weight: 600;
}

#eshotSignUpForm label.custom-label, .prefHeader {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #425979;
}

.prefHeader {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

#eshotSignUpForm td {
  width: 100%;
}

#eshotSignUpForm input[type="text"] {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: solid 1px #84a7bc;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 14px;
}

#eshotSignUpForm tr.checkbox-wrapper td {
    font-size: 14px;
}

#eshotSignUpForm tr.checkbox-wrapper input[type='checkbox']::before {
  background-color:#e9e9e9;
}

#eshotSignUpForm tr.checkbox-wrapper label {
  color: #232a36;
}

#eshotSignUpForm .terms {
  padding: 10px 0;
  font-size: 9px;
}

#eshotSignUpForm input[type="submit"] {
  width: 100%;
  border-radius: 5px;
  border: none;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #f7941d;
  height: 41px;
}

#eshotSignUpForm input[type="submit"]:hover {
  background-color: #D37E18;
}

.social.download {
  margin-top: 68px;
}

.es-alertContainer.es-invalid {
  padding: 0;
  margin-top: 20px;
  color: red;
  font-size: 12px;
  font-weight: bold;
}

.whitepaper-block {
  background-image: url(images/group@2x.png);
  width: 400px;
  height: 390px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -347px;
  bottom: -149px;
}

.modal__container {
  max-width: 100%!important;
}

.redirect-heading {
  margin-top: 210px;
  font-weight: bold;
} 

.logo-redirect {
  max-width: 295px;
  margin: 40px 0 10px 0;
}

.redirect-btn {
  padding-left: 40px;
  padding-right: 40px;
}

.wi-label {
  color: #ffe67e;
}