@charset "UTF-8";
@font-face {
  font-family: 'GothaPro';
  src: url("../fonts/GothaProBol.ttf");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'GothaPro';
  src: url("../fonts/GothaProBla.ttf");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.ttf");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Medium.ttf");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Bold.ttf");
  font-weight: 700;
  font-style: normal; }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(173, 29, 45, 0.4);
    box-shadow: 0 0 0 0 rgba(173, 29, 45, 0.4); }
  70% {
    height: 4.5em;
    width: 4.5em;
    -webkit-box-shadow: 0 0 0 10px rgba(173, 29, 45, 0);
    box-shadow: 0 0 0 10px rgba(173, 29, 45, 0); }
  100% {
    height: 100%;
    width: 100%;
    -webkit-box-shadow: 0 0 0 0 rgba(173, 29, 45, 0);
    box-shadow: 0 0 0 0 rgba(173, 29, 45, 0); } }

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(173, 29, 45, 0.4);
    box-shadow: 0 0 0 0 rgba(173, 29, 45, 0.4); }
  70% {
    height: 4.5em;
    width: 4.5em;
    -webkit-box-shadow: 0 0 0 10px rgba(173, 29, 45, 0);
    box-shadow: 0 0 0 10px rgba(173, 29, 45, 0); }
  100% {
    height: 100%;
    width: 100%;
    -webkit-box-shadow: 0 0 0 0 rgba(173, 29, 45, 0);
    box-shadow: 0 0 0 0 rgba(173, 29, 45, 0); } }
  
html {
  font-size: 10px; }

.pros333 {
  font-family: 'Roboto';
  font-weight: 400;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  background-color: #fff;
  color: #333; }

.pros333 * {
  outline: none;
  min-height: 0;
  min-width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0; }

.pros333 .container333 {
  width: 1200px;
  margin: auto; }
.pros333 img {
  max-width: 100%; }

h2.title333 {
  font-family: 'GothaPro';
  font-size: 1.6em;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0em;
  margin-bottom: 2em; }
  h2.title333 span {
    text-transform: uppercase; }
.pros333 {
  background: url(../img/pros/pros-bg.png) no-repeat center;
  background-size: cover;
  padding: 3em 0;
  position: relative;
  z-index: 1; }
  .pros333 .title333 {
    text-align: left;
    text-transform: none;
    margin-bottom: .7em; }
    .pros333 .title333 span {
      text-transform: none; }
  .pros333 .pros-box333 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.5em;
    width: 30em; }
    .pros333 .pros-box333 .pros-icon333 {
      position: relative;
      max-height: 3.3em;
      max-width: 3.3em;
      min-height: 3.3em;
      min-width: 3.3em;
      background-color: #d41a21;
      border-radius: 1.65em;
      margin-right: .5em;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .pros333 .pros-box333 .pros-icon333 img {
        max-width: 80%;
        max-height: 2em; }
      .pros333 .pros-box333 .pros-icon333 .pulse {
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        position: absolute;
        height: 3em;
        width: 3em;
        background-color: transparent;
        border-radius: 50%;
        -webkit-transition: 2s;
        -o-transition: 2s;
        transition: 2s;
        -webkit-animation: none;
        animation: none; }
      .pros333 .pros-box333 .pros-icon333:hover .pulse1, .pros333 .pros-box333 .pros-icon333:hover .pulse2, .pros333 .pros-box333 .pros-icon333:hover .pulse3, .pros333 .pros-box333 .pros-icon333:hover .pulse4, .pros333 .pros-box333 .pros-icon333:hover .pulse5 {
        -webkit-animation: pulse 2s infinite;
        animation: pulse 2s infinite; }
      .pros333 .pros-box333 .pros-icon333:hover .pulse1 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s; }
      .pros333 .pros-box333 .pros-icon333:hover .pulse2 {
        -webkit-animation-delay: .2s;
        animation-delay: .2s; }
      .pros333 .pros-box333 .pros-icon333:hover .pulse3 {
        -webkit-animation-delay: .3s;
        animation-delay: .3s; }
      .pros333 .pros-box333 .pros-icon333:hover .pulse4 {
        -webkit-animation-delay: .4s;
        animation-delay: .4s; }
      .pros333 .pros-box333 .pros-icon333:hover .pulse5 {
        -webkit-animation-delay: .5s;
        animation-delay: .5s; }
    .pros333 .pros-box333 span {
      font-weight: 700;
      font-size: 0.875em; }
    .pros333 .pros-box333 p {
      display: block;
      margin-bottom: .5em;
      color: #cf3143;
      font-weight: 700;
      font-size: 0.875em; }
.pros333 .overlay333 {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -1;
  display: none; }












@media (max-width: 1681px) {
  .pros333 .pros-box333 p {
    font-weight: 500;
    font-size: 0.875em; }
}

@media (max-width: 1440px) {
  .pros333 {
    font-size: 2rem; }
  .pros333 .container333 {
    width: 1150px; } 
}

@media (max-width: 1200px) {
  .pros333 .container333 {
    width: 95%; }
  .pros333 .overlay333 {
    display: block; }
}

@media (max-width: 900px) {
  html {
    font-size: 9px; }
  .pros333 {
    padding-bottom: 2em !important; }
  h2.title333 {
    margin-bottom: 1.5em; }
}

@media (max-width: 768px) {
  html {
    font-size: 8px; }
  h2.title333 {
    font-size: 1.8em;
    line-height: 1.4; }
  .pros333 .pros-box333 {
    margin-bottom: 1em; }
    .pros333 .pros-box333 p {
      font-size: 1.2em;
      line-height: 1.2; }
}

@media (max-width: 550px) {
  html {
    font-size: 7px; }
  h2.title333 {
    margin-bottom: 1em; }
  .pros333 {
    background-position: 65%; }
    .pros333 h2.title333 br {
      display: none; }
    .pros333 .pros-box333 {
      width: 100%; }
}

@media (max-width: 400px) {
  html {
    font-size: 6px; }
}

