@font-face {
  font-family: "Source Sans Pro Regular";
  src: url("/si_upload/OPR/Sharp/1308291_sharp_40fa4e_v1/fonts/SourceSansPro-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Source Sans Pro Bold";
  src: url("/si_upload/OPR/Sharp/1308291_sharp_40fa4e_v1/fonts/SourceSansPro-Bold.ttf") format("truetype");
  font-weight: 900;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("/si_upload/OPR/Sharp/1308291_sharp_40fa4e_v1/fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-weight: 700;
}

#lp-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Source Sans Pro Regular";
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #303031;
  max-width: 920px;
  margin: 0 auto;
}

#lp-wrapper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#lp-wrapper .top-header {
  font-family: "Source Sans Pro Bold";
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 20px;
  font-size: clamp(18px, 2.5vw, 24px);
  width: 100%;
  display: block;
}

#lp-wrapper .top-header .sup {
  font-size: 60%;
}

#lp-wrapper .lazy {
  width: 100%;
}

#lp-wrapper #hero {
  position: relative;
  color: #fff;
}

#lp-wrapper #hero .text {
  font-family: "Source Sans Pro Regular";
  font-size: clamp(22px, 2.4vw, 24px); 
  color: #DA2226;
  display: block;
  max-width: 82%;
  margin: 30px auto 40px;
}

#lp-wrapper #hero .text .lp-bold {
  font-family: "Source Sans Pro Bold";
}

#lp-wrapper .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#lp-wrapper .box.reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#lp-wrapper .box .lazy {
  width: 50%;
  display: inline-block;
}

#lp-wrapper .box .box-content {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding: 0.5em 3em;
  color: #303031;
}

#lp-wrapper .box .box-content .box-title {
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-size: clamp(20px, 2.2vw, 22px);
  margin: 0 0 3% 0;
  line-height: 1.2;
}

#lp-wrapper .box .box-content .box-text {
  font-family: "Source Sans Pro Regular";
  font-size: clamp(11px, 1.3vw, 14px);
  line-height: 1.4;
  margin: 0;
}

#lp-wrapper .box.reversed .box-text,
#lp-wrapper .box.reversed .box-title {
  text-align: right;
}

@media only screen and (max-width: 768px) {

  #lp-wrapper #hero {
    text-align: center;
  }

  #lp-wrapper .box, #lp-wrapper .box.reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  #lp-wrapper .box .lazy {
    width: 100%;
  }

  #lp-wrapper .box .box-content {
    width: 100%;
    padding: 25px;
  }

  #lp-wrapper .box.reversed .box-text, #lp-wrapper .box.reversed .box-title, #lp-wrapper .box .box-text, #lp-wrapper .box .box-title {
    text-align: center;
  }

  #lp-wrapper .top-header {
    padding: 20px;
  }

  #lp-wrapper .box .box-content .box-text {
    font-size: 14px;
  }
}
