<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.eap-bragwall-3 .container-fluid {
  padding: 0px !important;
  margin: 0 !important; }

.eap-bragwall-3 .show {
  opacity: 1 !important;
  pointer-events: all !important;
  transition: 0.8s fade; }
  .eap-bragwall-3 .show .video-modal-content {
    transform: translateY(0px) !important; }

.eap-bragwall-3 .video-modal {
  position: fixed;
  background-color: #fff;
  color: #fff;
  width: auto;
  height: auto;
  bottom: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1000;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.8s ease;
  overflow-y: auto; }
  .eap-bragwall-3 .video-modal h4 {
    font-weight: bold;
    font-size: 2em;
    color: #333; }
  .eap-bragwall-3 .video-modal .video-modal-close i.material-icons {
    font-size: 50px !important; }
  .eap-bragwall-3 .video-modal .video-modal-content {
    max-width: 560px;
    transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
    padding: 1em;
    margin: 2em auto;
    position: relative;
    top: 5%; }
  .eap-bragwall-3 .video-modal .video-modal-close a {
    position: absolute;
    top: 16px;
    right: 16px;
    color: #9ba6b2 !important; }
  .eap-bragwall-3 .video-modal .yt-video {
    margin: 1em auto;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1); }

.eap-bragwall-3 .icon-button {
  display: inline;
  position: relative;
  top: 8px;
  margin: none;
  padding: none; }

.eap-bragwall-3 i.material-icons {
  font-size: 32px; }

.eap-bragwall-3 .main {
  height: 100%;
  width: 100%;
  font-size: 16px;
  background-image: linear-gradient(-180deg, #333333 0%, #000000 100%); }

.eap-bragwall-3 .hero {
  position: relative;
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  padding-left: 1em;
  padding-right: 1em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23000000' fill-opacity='.3' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
  transition: max-height 1s ease; }

.eap-bragwall-3 .hero-title {
  text-align: center;
  width: 100%;
  color: #fff;
  margin: 4em auto;
  padding-top: calc( var(--eap-nav-overtflow-padding) - 2em); }

.eap-bragwall-3 .hero-title h1 {
  font-weight: bold;
  font-size: 2.5em;
  text-shadow: 0px 5px 25px rgba(0, 0, 0, 0.5);
  color: #fff; }

.eap-bragwall-3 .hero-title p {
  font-size: 1.125em;
  line-height: 1.6em;
  max-width: 400px;
  margin: 0 auto;
  opacity: 0.6;
  color: #fff; }

.eap-bragwall-3 .card {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  margin-top: 10em;
  max-width: 750px;
  width: 100%;
  height: 100%;
  min-height: 300px;
  margin: 2em auto;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  overflow: hidden; }
  .eap-bragwall-3 .card:hover {
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
    transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1); }
    .eap-bragwall-3 .card:hover .card-image img {
      transform: scale(1.05) rotate(-2deg) translate(-3px, -5px);
      transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1); }

.eap-bragwall-3 .card-image {
  height: 300px;
  overflow: hidden; }

.eap-bragwall-3 .card-image img {
  width: 100%;
  border-radius: 16px;
  z-index: 1;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1); }

.eap-bragwall-3 .card-info {
  margin: 3em 4em 3em 4em;
  background-color: #fff;
  z-index: 5; }

.eap-bragwall-3 .card-info h2 {
  font-size: 2em;
  color: #333; }

.eap-bragwall-3 .card-info p {
  font-size: 1.25em;
  color: #9ba6b2; }

.eap-bragwall-3 .text {
  position: relative;
  top: -14px;
  display: inline-block;
  margin-left: -100px;
  line-height: 50px;
  color: #4885ed; }
  .eap-bragwall-3 .text a {
    color: #fff !important;
    text-decoration: none; }

.eap-bragwall-3 .card-video {
  display: inline-block;
  margin: 0 auto;
  position: absolute;
  top: 225px;
  right: 5%;
  transform: translate(-50% -50%);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #fff !important;
  -webkit-backdrop-filter: blur(5px);
  width: 50px;
  height: 50px;
  border-radius: 50px;
  transition: 0.4s ease;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  z-index: 100; }
  .eap-bragwall-3 .card-video:hover {
    width: 200px;
    background-color: #4885ed;
    color: #fff;
    transition: 0.8s ease;
    transform: scale(1.03); }
    .eap-bragwall-3 .card-video:hover .text {
      margin-left: 0px;
      transition: 0.8s ease; }
    .eap-bragwall-3 .card-video:hover .play-button i.material-icons {
      color: #fff; }

.eap-bragwall-3 .play-button i.material-icons {
  font-size: 41px;
  padding-top: 4px;
  padding-left: 6px;
  margin: 0 auto;
  color: #4885ed; }

.eap-bragwall-3 .play-button {
  display: inline;
  position: relative;
  margin: 0 auto; }

.eap-bragwall-3 .card-video p {
  font-size: 16px;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase; }

.eap-bragwall-3 .screen {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  text-align: center; }

.eap-bragwall-3 .grow {
  max-height: 50000px;
  transition: max-height 1s ease; }

.eap-bragwall-3 .show-all-button {
  line-height: 3em;
  font-size: 1em;
  margin: 0 auto;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.35);
  font-family: var(--eap-button-font);
  font-weight: bold;
  color: #fff;
  background-color: #4885ed;
  min-width: 200px;
  padding-left: 2em;
  padding-right: 2em;
  text-transform: uppercase;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1); }
  .eap-bragwall-3 .show-all-button:hover {
    transform: translateY(-5px) scale(1.03);
    transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.45); }

.eap-bragwall-3 .bottom {
  position: relative;
  background-color: #fff;
  height: 100%;
  min-height: 500px;
  box-shadow: 0px -10px 25px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding-top: 4em;
  color: #333; }

.eap-bragwall-3 .bottom-info {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.eap-bragwall-3 .bottom h1 {
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 0.25em; }

.eap-bragwall-3 .bottom p {
  max-width: 500px;
  font-size: 1.125em;
  line-height: 1.5em;
  margin: 0 auto;
  padding-bottom: 1.5em;
  color: #9ba6b2; }

.eap-bragwall-3 .bottom-link {
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1); }
  .eap-bragwall-3 .bottom-link:hover {
    transform: scale(1.04) translateY(-5px);
    transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1); }

.eap-bragwall-3 .bottom a {
  font-size: 1.125em;
  font-weight: bold;
  color: #4885ed;
  text-decoration: none; }
  .eap-bragwall-3 .bottom a:hover {
    opacity: 0.9; }

@media screen and (min-width: 0px) and (max-width: 415px) {
  .eap-bragwall-3 .text {
    margin-left: 0;
    opacity: 1;
    display: none; }
  .eap-bragwall-3 .text a {
    color: #4885ed; }
  .eap-bragwall-3 .main {
    font-size: 14px; }
  .eap-bragwall-3 .card-info {
    margin: 1.75em 1.75em 1.75em 1.75em;
    background-color: #fff;
    z-index: 5; }
  .eap-bragwall-3 .card-info h2 {
    font-size: 1.5em; }
  .eap-bragwall-3 .card-video {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    width: 100%;
    top: 0px;
    bottom: 32px;
    right: 32px;
    left: 0;
    text-align: right;
    background-color: #fff;
    box-shadow: none;
    transform: none;
    margin-left: 0;
    margin-right: 0; }
    .eap-bragwall-3 .card-video:hover {
      width: 100%;
      transform: none;
      background-color: #fff; }
      .eap-bragwall-3 .card-video:hover .play-button i.material-icons {
        color: #4885ed; } }

@media screen and (min-width: 416px) and (max-width: 750px) {
  .eap-bragwall-3 .main {
    font-size: 14px; }
  .eap-bragwall-3 .play-button i.material-icons {
    padding-left: 15px; } }
</pre></body></html>