#header_leads_2 {
  display: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.bragwall {
  font-size: 16px;
  color: #4a4a4a;
}
.bragwall a {
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  .bragwall {
    font-size: 14px;
  }
}
.bragwall__leave-review {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  padding-bottom: 0.25em;
  position: absolute;
  bottom: 2em;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.bragwall__leave-review:hover {
  opacity: 0.9;
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .bragwall__leave-review {
    display: none;
  }
}
.bragwall__hero {
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  height: auto;
  position: relative;
  text-align: center;
  padding: 12em 1em;
  box-sizing: border-box;
  width: 39%;
  display: inline-block;
  vertical-align: top;
  box-shadow: 8px 0px 16px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .bragwall__hero {
    width: 100%;
    display: block;
    min-height: auto;
    padding: 10em 1em 6em;
  }
}
.bragwall__hero:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.bragwall__hero__logo {
  background-size: contain;
  background-position: center;
  width: 150px;
  height: 75px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .bragwall__hero__logo {
    top: 20px;
  }
}
.bragwall__hero__container {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .bragwall__hero__container {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}
.bragwall__hero__title {
  font-size: 2.5em;
  font-weight: 700;
  color: #fff;
  position: relative;
}
.bragwall__hero__subtitle {
  font-size: 1.125em;
  padding: 1em;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.3;
  color: #fff;
  position: relative;
  margin-bottom: 2em;
  font-weight: 500;
}
.bragwall__button {
  position: relative;
  background-color: #f5f7fa;
  border: 0px;
  appearance: none;
  font-family: var(--eap-button-font);
  font-weight: 700;
  padding: 0.75em 1em;
  font-size: 1em;
  text-transform: uppercase;
  border-radius: 4px;
  color: #fff;
  padding-right: 4em;
  line-height: normal;
  vertical-align: middle;
  transition: 0.2s;
  border-bottom: 3px solid rgba(0, 0, 0, 0.3);
  outline: none;
}
.bragwall__button:before {
  content: "|";
  position: absolute;
  right: 1.75em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  font-weight: 400;
  opacity: 0.5;
  line-height: 1;
}
.bragwall__button:after {
  font-family: "Material Icons";
  content: "\e5cc";
  font-size: 2em;
  position: absolute;
  top: 50%;
  right: 0.2em;
  transform: translateY(-50%);
}
.bragwall__button:hover {
  padding-right: 5em;
  transition: 0.2s;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}
.bragwall .bragwall__video__button {
  display: inline-block;
  border: 1px solid #dae1e9;
  margin-top: 1em;
  padding: 0.5em 1em;
  font-size: 14px;
  vertical-align: middle;
  border-radius: 4px;
  line-height: normal;
  cursor: pointer;
  transition: 0.2s;
  color: #9ba6b2;
  background-color: #fff;
}
.bragwall .bragwall__video__button:hover {
  background-color: rgba(218, 225, 233, 0.5);
  transition: 0.2s;
  color: #4a4a4a;
  opacity: 0.9;
}
.bragwall .bragwall__video__button i {
  font-size: 18px;
  vertical-align: middle;
  line-height: normal;
}
.bragwall__testimonial {
  padding: 3em;
  max-width: 650px;
  margin: 0 auto;
}
.bragwall__testimonial__image {
  height: auto;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 56.25%;
  border-radius: 4px;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}
.bragwall__testimonial__stars:after {
  font-family: "Material Icons";
  content: " ";
  font-size: 2em;
  color: #fdd835;
  margin-bottom: 0.5em;
  display: block;
}
.bragwall__testimonial__stars.--is-5:after {
  content: "\e838\e838\e838\e838\e838";
}
.bragwall__testimonial__stars.--is-4:after {
  content: "\e838\e838\e838\e838";
}
.bragwall__testimonial__stars.--is-3:after {
  content: "\e838\e838\e838";
}
.bragwall__testimonial__stars.--is-2:after {
  content: "\e838\e838";
}
.bragwall__testimonial__stars.--is-1:after {
  content: "\e838";
}
.bragwall__testimonial:last-of-type {
  margin-bottom: 10em;
}
@media screen and (max-width: 416px) {
  .bragwall__testimonial {
    padding: 3em 1.5em;
  }
}
@media screen and (min-width: 1300px) {
  .bragwall__testimonial {
    max-width: 750px;
  }
}
.bragwall__testimonial__video {
  height: 0;
  overflow: hidden;
  transition: 0.2s;
  opacity: 0;
}
.bragwall__testimonial__video.--is-expanded {
  height: auto;
  margin-bottom: 1em;
  margin-top: 2em;
  opacity: 1;
  transition: 0.2s;
}
.bragwall__testimonial__title {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.3;
  color: #4a4a4a;
}
.bragwall__testimonial__subtitle {
  font-size: 1.125em;
  line-height: 1.6;
}
.bragwall__body {
  position: relative;
  overflow: scroll;
  height: 100vh;
  width: 60%;
  display: inline-block;
  vertical-align: top;
  scroll-behavior: smooth;
  padding-top: calc(var(--eap-nav-overtflow-padding));
}
.bragwall__body__menu {
  position: sticky;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  height: 24px;
  text-align: right;
  padding: 0em 1em;
}
.bragwall__body__menu .bragwall__button {
  font-size: 12px;
  background-color: #9ba6b2;
  padding-right: 4em;
}
.bragwall__body__menu .bragwall__button:before {
  right: 30px;
}
.bragwall__body__menu .bragwall__button:after {
  content: "\e5cd";
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .bragwall__body {
    width: 100%;
    display: block;
    height: auto;
    overflow: visible;
  }
}