.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#031117;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container { display: none; }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff9900;background-image:none;position:relative;display:block; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container { background-color: transparent; background-image: none; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container > .video-iframe-container { display: none; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row > .video-iframe-container { display: none; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container { border-width: 0; border-radius: 0; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row > .video-iframe-container {  }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:60rem;position:relative;display:block; }#Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#ffffff;padding-top:0.53rem;padding-right:0.47rem;padding-bottom:0.53rem;padding-left:0.47rem;display:block;align-items:center;width:2.81875rem;min-width:2.81875rem;height:2.846875rem;position:relative;font-family:"open sans";font-size:2.11875rem;font-weight:700;line-height:45.55px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.33125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.758125rem;height:1.125625rem;position:relative;font-family:"open sans";font-size:0.794375rem;font-weight:400;line-height:18.01px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:19.0625rem;height:5.36375rem;padding-top:0.661875rem;padding-right:0.67125rem;padding-bottom:0.661875rem;padding-left:0.67125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:20.187501907349rem;z-index:5000; }
#Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 #yuJvpRJ1CAtWsTDJUneRa1my6nnvgxXl { display:flex;position:relative;top:0rem;left:0rem; }
#Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 #QfzwuuvKxyAtDStk9Jc4BzX6M9Lxx95t { width:auto; }
#Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 #HPUfZugFobZkJEM9y3rzK1ZQNh2DZspF {  }
#Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 #A3WoaOorfMNlaTHHITR3WlGzU2FWfblQ { display:flex;position:relative;top:0rem;left:0rem; }
#Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 #l8dsZoFwPpnLvxT3NWgWidX9hkuHNGD4 {  }
#Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 #Tiw7xdbVWIsHC8XUWvLP8fu8gwFyaiOv {  }
#Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 #EqIfppHE5AU7wkqtMknCa032DqXNDsBi { display:flex;position:relative;top:0rem;left:0rem; }
#Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 #WrzkOKhGcc145xTS443rmdLxTSSO4Rzu {  }
#Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 #BmlWwQM5NnD1kZvN4dkayUP6KiIyoBlr {  }
#Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 #r8eC6SNtLivzFG9oJBafFUFu58nJsx4b { display:flex;position:relative;top:0rem;left:0rem; }
#Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 #c7eSZhX0SdD9Tf6TbbB5yvCHp9CtTlJo {  }
#Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 #VN7iBaZThitf5GG8gOup5NwGW752rebp {  }
#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f5a3037c-c424-4cec-ac4c-ff06eed67cac/ShoulderPainSolutionWallpaper.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.adaptive-delivery-prevent-bg, #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.lazyload, #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.lazyloading { background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { background-color: transparent; background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,7,0.5); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,7,0.5); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { border-width: 0; border-radius: 0; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container {  }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:60rem;height:50.625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#ItVMqkr5dR2d6vs9RTsxloqsR1IhUnM4 { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3.5rem;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;top:2.8120560646057rem;left:0rem;height:7.7rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i1QLRmZHlCeDAVoUOmB14FxJmTiVnxM6 { display:block;width:57.8125rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:13.4375rem;left:0rem;height:2.925rem;color:#00c2ca;font-style:normal;display:block; }
#A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts { display:block;width:49.25rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:19.75rem;left:0rem;height:;color:#ff9900;font-style:normal;display:block; }#A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts li:before{  }
#mumD7lzzaC6eFCqQJUq3hRqSXiTgkJwC { display:block;width:9.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:46.375rem;left:6.5rem;height:1.4625rem;color:#000000;font-style:normal;display:block; }
#Ef6dvU1zP70X9ZOm3qaswefJnvbwm8t0 { background-color:#ff9900;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.4375rem;height:4.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:41.5rem;left:0rem;display:block; }
#XBvSRygxu4kEUfH5eLKtdi2lTyP18GRf { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container { background-color: transparent; background-image: none; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container > .video-iframe-container { display: none; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row > .video-iframe-container { display: none; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container { border-width: 0; border-radius: 0; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row > .video-iframe-container {  }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:60rem;position:relative;display:block; }#gP3yyZiclvcMuMkt0dV1JKyZaADOQng6 { display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:10.625rem;left:0rem;height:1.95rem;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:block; }
#JkoZdZ6C0MxxdUz5mcOTGvnS3frnsORi { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ff9900;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.625rem;width:5.625rem;position:absolute;display:block;z-index:15000;top:4.0625rem;left:6.5625rem;display:block; }
#PBgXEk37RwGAHNEkheHXAycrxsnN8ROz { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:5.3125rem;left:7.8125rem;display:block; }
#p7mg7GgOM12rAtJBfm5SvGxHwyqOJEaf { display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:13.25rem;left:0rem;height:2.8rem;font-style:normal;color:#aeafb0;text-align:center;text-align-last:center;display:block; }
#FDb5N8ueTXCGyO9oP7hpxTKW8S8vFZIE { display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:13.25rem;left:20.625rem;height:2.8rem;font-style:normal;color:#aeafb0;text-align:center;text-align-last:center;display:block; }
#sSrH3T3MfcbSOw7ObJ2U21BsBAwvXEzM { display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:10.625rem;left:20.625rem;height:1.95rem;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:block; }
#ZfDZJgbx4Q2yrqyU10sgCISM2x2g20Sk { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ff9900;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.625rem;width:5.625rem;position:absolute;display:block;z-index:15004;top:4.0625rem;left:27.1875rem;display:block; }
#Oz8UbBpswqXFd6VfC3Vnp0yAelxq5FA2 { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:5.3125rem;left:28.4375rem;display:block; }
#f9GqDwDwNOBZl44buVZmg5dPTHIBJt0P { display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:13.25rem;left:41.25rem;height:2.8rem;font-style:normal;color:#aeafb0;text-align:center;text-align-last:center;display:block; }
#qV1disg6vSwc5xIhNuVEIRmRbRCBH2B5 { display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:10.625rem;left:41.25rem;height:1.95rem;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:block; }
#bHTbVtAaNJNWMtqFkmTBocUPq72Oq6PD { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ff9900;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.625rem;width:5.625rem;position:absolute;display:block;z-index:15008;top:4.0625rem;left:47.8125rem;display:block; }
#tsunCv2SdlhLAQcSJZKVta45M50XywgT { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:5.3125rem;left:49.0625rem;display:block; }
#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/58d78d85-6c37-4eca-8fd2-52c827edcd27/ShoulderPainSolutionWallpaper1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t.adaptive-delivery-prevent-bg, #wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t.lazyload, #wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t.lazyloading { background-image: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container { background-color: transparent; background-image: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container > .video-iframe-container { display: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row > .video-iframe-container { display: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container { border-width: 0; border-radius: 0; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row > .video-iframe-container {  }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container { font-size:0.875rem;font-family:arial;height:34.8125rem;width:60rem;position:relative;display:block; }#zxUyH84Eo7P9UKJVQo40rBrdCKiTcBE6 { display:block;width:33.5rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:5.0625rem;left:13.25rem;height:3.73756875rem;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#H9gbN18TLTTSMZBI55wBcKBgHcQmg5Vp { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.8125rem;width:35.3125rem;top:9.9375rem;left:12.375rem;display:block; }
#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff9900;background-image:none;position:relative;display:block; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container { background-color: transparent; background-image: none; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container > .video-iframe-container { display: none; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row > .video-iframe-container { display: none; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container { border-width: 0; border-radius: 0; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row > .video-iframe-container {  }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container { font-size:0.875rem;font-family:arial;height:24.8125rem;width:60rem;position:relative;display:block; }#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-form-header {  }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-regular-label { display:block;width:18.6875rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#909090;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-input-text { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:3.4375rem;width:18.6875rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-input-text {padding-top: 0; padding-bottom: 0;}#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-textarea { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:2.9375rem;width:18.6875rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-input-select { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:3.4375rem;width:18.6875rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-input-select {padding-top: 0; padding-bottom: 0;}#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.4375rem;width:13.75rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ffffff;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:bold;text-align:center;text-align-last:center;font-size:1.625rem;background-color:#ff9900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:"open sans";color:#d6d4d4; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:"open sans";color:#d6d4d4; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:"open sans";color:#d6d4d4; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:"open sans";color:#d6d4d4; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:52.75rem;height:auto;font-size:0.75rem;font-family:ubuntu;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#161616; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:8.15625rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-container:first-of-type{padding-top:0;}#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-container:last-of-type{padding-bottom:0;}#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:54.875rem;height:auto;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;left:1.3101558685302rem;top:9.1226654052738rem;z-index:15000;position:absolute; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .radio-container { width:19.3125rem; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:54.875rem;height:auto;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;left:1.3101558685302rem;top:9.1226654052738rem;z-index:15000;position:absolute; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #XeUruAEXpfhlbTNDZ4rNdf2V9ZlgClSz { position:relative; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #BkpWIKe2IG4lQT1KmFnIaDTWUk5z3eQ2 { position:relative;display:none; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #kRTyT9HinHeuspxcwKASpE4vduFU4PCR { position:relative; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #BxSrNutgN7I4ZqV5QhgBShq0UJOtlnUw { position:relative; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #VGWk6qTx4tm4EutIek9zo3K3O5wK7wGa { position:relative;display:none; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #v7hwMHJt5EFNNMy2DpnLKy41dLVcwlSr { position:relative; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #S5vgT8zdh4CPiO6QTXHUhQgmB3hqdFJk { position:relative; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #dSVLE7oUeu6JOs8JAtsqRfNDrGpMdzA0 { position:relative; }
#JZ6PDRXOPAh3BISHWXLbASiUvVCTSrF5 { display:block;width:51.75rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4.25rem;left:3.9375rem;height:3.7375rem;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#p4OgPb5TSQ6l9sRlRaToh6kTSgkEFslk { display:block;width:26.625rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:17rem;left:15.71875rem;height:2.275rem;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3f3f3f;background-image:none;position:relative;display:block; }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row .container { background-color: transparent; background-image: none; }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row .container > .video-iframe-container { display: none; }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row > .video-iframe-container { display: none; }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row .container { border-width: 0; border-radius: 0; }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row > .video-iframe-container {  }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row .container { font-size:0.875rem;font-family:arial;height:19.8125rem;width:60rem;position:relative;display:block; }#DhLbpwbTnvBrfn8OHaawTwC6SssrEGwG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.1875rem;width:10.3125rem;top:0.1875rem;left:24.843751907349rem;overflow:hidden;display:block; }
#vkthuxykv9SqgGIM01ONwuUqT1XQBT65 { color:#000000;display:block;width:6.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.3125rem;left:23.875rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#BHipaQEME7V2o8WdiVlykQetg1BdZEE5 { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.3125rem;left:31.625rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#WzasLIbwaIbkr8kGGl7zt4XFIQKsEe7P { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.875rem;left:0rem;height:6.825rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP { display:block; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 { display:flex;width:18rem;height:5.0625rem;top:0rem;left:14.062501907349rem; }
 }@media only screen and (max-width: 763px) { #Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 #yuJvpRJ1CAtWsTDJUneRa1my6nnvgxXl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 #QfzwuuvKxyAtDStk9Jc4BzX6M9Lxx95t {  }
 }@media only screen and (max-width: 763px) { #Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 #HPUfZugFobZkJEM9y3rzK1ZQNh2DZspF {  }
 }@media only screen and (max-width: 763px) { #Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 #A3WoaOorfMNlaTHHITR3WlGzU2FWfblQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 #l8dsZoFwPpnLvxT3NWgWidX9hkuHNGD4 {  }
 }@media only screen and (max-width: 763px) { #Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 #Tiw7xdbVWIsHC8XUWvLP8fu8gwFyaiOv {  }
 }@media only screen and (max-width: 763px) { #Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 #EqIfppHE5AU7wkqtMknCa032DqXNDsBi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 #WrzkOKhGcc145xTS443rmdLxTSSO4Rzu {  }
 }@media only screen and (max-width: 763px) { #Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 #BmlWwQM5NnD1kZvN4dkayUP6KiIyoBlr {  }
 }@media only screen and (max-width: 763px) { #Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 #r8eC6SNtLivzFG9oJBafFUFu58nJsx4b { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 #c7eSZhX0SdD9Tf6TbbB5yvCHp9CtTlJo {  }
 }@media only screen and (max-width: 763px) { #Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 #VN7iBaZThitf5GG8gOup5NwGW752rebp {  }
 }@media only screen and (max-width: 763px) { #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItVMqkr5dR2d6vs9RTsxloqsR1IhUnM4 { width:47.75rem;height:7.6875rem;top:2.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1QLRmZHlCeDAVoUOmB14FxJmTiVnxM6 { width:47.75rem;height:2.875rem;top:13.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts { width:47.75rem;height:;top:19.75rem;left:0rem;font-size:1.125rem;display:block; }#A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts li:before{  }
 }@media only screen and (max-width: 763px) { #mumD7lzzaC6eFCqQJUq3hRqSXiTgkJwC { width:9.4375rem;height:1.4375rem;top:46.375rem;left:0.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef6dvU1zP70X9ZOm3qaswefJnvbwm8t0 { width:22.4375rem;height:4.1875rem;top:41.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBvSRygxu4kEUfH5eLKtdi2lTyP18GRf { display:block; }
 }@media only screen and (max-width: 763px) { #QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl { display:block; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gP3yyZiclvcMuMkt0dV1JKyZaADOQng6 { width:18.75rem;height:1.9375rem;top:10.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkoZdZ6C0MxxdUz5mcOTGvnS3frnsORi { width:5.625rem;height:5.625rem;top:4.125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBgXEk37RwGAHNEkheHXAycrxsnN8ROz { width:3.125rem;height:3.125rem;top:5.375rem;left:6.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7mg7GgOM12rAtJBfm5SvGxHwyqOJEaf { width:18.75rem;height:2.75rem;top:13.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDb5N8ueTXCGyO9oP7hpxTKW8S8vFZIE { width:18.75rem;height:2.75rem;top:13.25rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSrH3T3MfcbSOw7ObJ2U21BsBAwvXEzM { width:15.9375rem;height:1.9375rem;top:10.625rem;left:15.916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfDZJgbx4Q2yrqyU10sgCISM2x2g20Sk { width:5.625rem;height:5.625rem;top:4.125rem;left:21.041666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz8UbBpswqXFd6VfC3Vnp0yAelxq5FA2 { width:3.125rem;height:3.125rem;top:5.375rem;left:22.291666666667rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9GqDwDwNOBZl44buVZmg5dPTHIBJt0P { width:18.75rem;height:2.75rem;top:13.25rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qV1disg6vSwc5xIhNuVEIRmRbRCBH2B5 { width:15.9375rem;height:1.9375rem;top:10.6875rem;left:31.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHTbVtAaNJNWMtqFkmTBocUPq72Oq6PD { width:5.625rem;height:5.625rem;top:4.1875rem;left:37.020833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsunCv2SdlhLAQcSJZKVta45M50XywgT { width:3.125rem;height:3.125rem;top:5.4375rem;left:38.270833333333rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t { display:block; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxUyH84Eo7P9UKJVQo40rBrdCKiTcBE6 { width:33.5rem;height:3.6875rem;top:5.0625rem;left:7.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9gbN18TLTTSMZBI55wBcKBgHcQmg5Vp { top:9.9375rem;left:6.25rem;width:35.3125rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 { display:block; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-regular-label { width:13.875rem;display:block; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-input-text { width:13.875rem; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-input-text {padding-top: 0; padding-bottom: 0;}#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-textarea { width:13.875rem; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-input-select { width:13.875rem; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-input-select {padding-top: 0; padding-bottom: 0;}#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-checkbox-label { width:43.125rem; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-radio-label { width:5.75rem; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b  { width:45.25rem;height:auto;top:9.0625rem;left:0rem; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .radio-container { width:14.5rem; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b {display:inline-block;}#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b { width:45.25rem;height:auto;top:9.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #XeUruAEXpfhlbTNDZ4rNdf2V9ZlgClSz {  }
 }@media only screen and (max-width: 763px) { #C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #BkpWIKe2IG4lQT1KmFnIaDTWUk5z3eQ2 { display:none; }
 }@media only screen and (max-width: 763px) { #C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #kRTyT9HinHeuspxcwKASpE4vduFU4PCR {  }
 }@media only screen and (max-width: 763px) { #C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #BxSrNutgN7I4ZqV5QhgBShq0UJOtlnUw {  }
 }@media only screen and (max-width: 763px) { #C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #VGWk6qTx4tm4EutIek9zo3K3O5wK7wGa { display:none; }
 }@media only screen and (max-width: 763px) { #C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #v7hwMHJt5EFNNMy2DpnLKy41dLVcwlSr {  }
 }@media only screen and (max-width: 763px) { #C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #S5vgT8zdh4CPiO6QTXHUhQgmB3hqdFJk {  }
 }@media only screen and (max-width: 763px) { #C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #dSVLE7oUeu6JOs8JAtsqRfNDrGpMdzA0 {  }
 }@media only screen and (max-width: 763px) { #JZ6PDRXOPAh3BISHWXLbASiUvVCTSrF5 { width:47.75rem;height:3.6875rem;top:4.25rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4OgPb5TSQ6l9sRlRaToh6kTSgkEFslk { width:26.625rem;height:2.25rem;top:17rem;left:9.59375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 { display:block; }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DhLbpwbTnvBrfn8OHaawTwC6SssrEGwG { top:0.1875rem;left:18.718751907349rem;width:10.3125rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkthuxykv9SqgGIM01ONwuUqT1XQBT65 { top:7.3125rem;left:17.75rem;width:6.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHipaQEME7V2o8WdiVlykQetg1BdZEE5 { top:7.3125rem;left:25.5rem;width:4.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzasLIbwaIbkr8kGGl7zt4XFIQKsEe7P { top:10.875rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP { display:block; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 { display:flex;width:18rem;height:5.0625rem;top:0rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 #yuJvpRJ1CAtWsTDJUneRa1my6nnvgxXl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 #QfzwuuvKxyAtDStk9Jc4BzX6M9Lxx95t {  }
 }@media only screen and (max-width: 763px) { #Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 #HPUfZugFobZkJEM9y3rzK1ZQNh2DZspF {  }
 }@media only screen and (max-width: 763px) { #Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 #A3WoaOorfMNlaTHHITR3WlGzU2FWfblQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 #l8dsZoFwPpnLvxT3NWgWidX9hkuHNGD4 {  }
 }@media only screen and (max-width: 763px) { #Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 #Tiw7xdbVWIsHC8XUWvLP8fu8gwFyaiOv {  }
 }@media only screen and (max-width: 763px) { #Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 #EqIfppHE5AU7wkqtMknCa032DqXNDsBi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 #WrzkOKhGcc145xTS443rmdLxTSSO4Rzu {  }
 }@media only screen and (max-width: 763px) { #Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 #BmlWwQM5NnD1kZvN4dkayUP6KiIyoBlr {  }
 }@media only screen and (max-width: 763px) { #Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 #r8eC6SNtLivzFG9oJBafFUFu58nJsx4b { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 #c7eSZhX0SdD9Tf6TbbB5yvCHp9CtTlJo {  }
 }@media only screen and (max-width: 763px) { #Qq6PbTBUeTtmbQAW72B0PQfhkCM2pLT5 #VN7iBaZThitf5GG8gOup5NwGW752rebp {  }
 }@media only screen and (max-width: 763px) { #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f5a3037c-c424-4cec-ac4c-ff06eed67cac/ShoulderPainSolutionWallpaper.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.adaptive-delivery-prevent-bg, #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.lazyload, #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.lazyloading { background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { background-color: transparent; background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(69,69,69,0.81); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(69,69,69,0.81); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItVMqkr5dR2d6vs9RTsxloqsR1IhUnM4 { width:20rem;height:5.3625rem;top:2.5625152587891rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1QLRmZHlCeDAVoUOmB14FxJmTiVnxM6 { width:20rem;height:auto;top:13.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts { width:20rem;height:11.775rem;top:10.362500429154rem;left:0rem;font-size:1.125rem;display:block; }#A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts li:before{  }
 }@media only screen and (max-width: 763px) { #mumD7lzzaC6eFCqQJUq3hRqSXiTgkJwC { width:11rem;height:1.38125rem;top:28.312500238419rem;left:4.4999998807907rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef6dvU1zP70X9ZOm3qaswefJnvbwm8t0 { width:18.5rem;height:3.75rem;top:23.8125rem;left:0.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBvSRygxu4kEUfH5eLKtdi2lTyP18GRf { display:block; }
 }@media only screen and (max-width: 763px) { #QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl { display:block; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container { width:20rem;height:50.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gP3yyZiclvcMuMkt0dV1JKyZaADOQng6 { width:18.75rem;height:1.95rem;top:8.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkoZdZ6C0MxxdUz5mcOTGvnS3frnsORi { width:5.625rem;height:5.625rem;top:1.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBgXEk37RwGAHNEkheHXAycrxsnN8ROz { width:3.125rem;height:3.125rem;top:2.5rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7mg7GgOM12rAtJBfm5SvGxHwyqOJEaf { width:18.75rem;height:2.8rem;top:11.325rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDb5N8ueTXCGyO9oP7hpxTKW8S8vFZIE { width:18.75rem;height:2.8rem;top:25.45rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSrH3T3MfcbSOw7ObJ2U21BsBAwvXEzM { width:18.75rem;height:1.95rem;top:22.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfDZJgbx4Q2yrqyU10sgCISM2x2g20Sk { width:5.625rem;height:5.625rem;top:15.375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz8UbBpswqXFd6VfC3Vnp0yAelxq5FA2 { width:3.125rem;height:3.125rem;top:16.625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9GqDwDwNOBZl44buVZmg5dPTHIBJt0P { width:18.75rem;height:2.8rem;top:39.575rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qV1disg6vSwc5xIhNuVEIRmRbRCBH2B5 { width:18.75rem;height:1.95rem;top:36.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHTbVtAaNJNWMtqFkmTBocUPq72Oq6PD { width:5.625rem;height:5.625rem;top:29.5rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsunCv2SdlhLAQcSJZKVta45M50XywgT { width:3.125rem;height:3.125rem;top:30.75rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/58d78d85-6c37-4eca-8fd2-52c827edcd27/ShoulderPainSolutionWallpaper1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t.adaptive-delivery-prevent-bg, #wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t.lazyload, #wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t.lazyloading { background-image: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container { background-color: transparent; background-image: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container > .video-iframe-container { display: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row > .video-iframe-container { display: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container { width:20rem;height:19.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxUyH84Eo7P9UKJVQo40rBrdCKiTcBE6 { width:20rem;height:2.275rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #H9gbN18TLTTSMZBI55wBcKBgHcQmg5Vp { height:11.21875rem;width:20rem;top:4.775rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 { display:block; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container { width:20rem;height:27.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-form-header {  }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-regular-label { display:block;width:16.25rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#909090;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-input-text { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:3.4375rem;width:16.25rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-input-text {padding-top: 0; padding-bottom: 0;}#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-textarea { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:2.9375rem;width:16.25rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-input-select { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:3.4375rem;width:16.25rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-input-select {padding-top: 0; padding-bottom: 0;}#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.4375rem;width:16.25rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ffffff;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:bold;text-align:center;text-align-last:center;font-size:1.5625rem;background-color:#ffa626;background-image:none;overflow:hidden; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:"open sans";color:#d6d4d4; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:"open sans";color:#d6d4d4; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:"open sans";color:#d6d4d4; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:"open sans";color:#d6d4d4; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:15.375rem;height:auto;font-size:0.75rem;font-family:ubuntu;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#161616; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:6.9375rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-container:first-of-type{padding-top:0;}#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-container:last-of-type{padding-bottom:0;}#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:17.5rem;height:auto;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;left:0rem;top:7.7rem;z-index:15003; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .radio-container { width:16.875rem; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#161616;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:17.5rem;height:auto;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;left:0rem;top:7.7rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #XeUruAEXpfhlbTNDZ4rNdf2V9ZlgClSz {  }
 }@media only screen and (max-width: 763px) { #C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #BkpWIKe2IG4lQT1KmFnIaDTWUk5z3eQ2 { display:none; }
 }@media only screen and (max-width: 763px) { #C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #kRTyT9HinHeuspxcwKASpE4vduFU4PCR {  }
 }@media only screen and (max-width: 763px) { #C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #BxSrNutgN7I4ZqV5QhgBShq0UJOtlnUw {  }
 }@media only screen and (max-width: 763px) { #C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #VGWk6qTx4tm4EutIek9zo3K3O5wK7wGa { display:none; }
 }@media only screen and (max-width: 763px) { #C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #v7hwMHJt5EFNNMy2DpnLKy41dLVcwlSr {  }
 }@media only screen and (max-width: 763px) { #C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #S5vgT8zdh4CPiO6QTXHUhQgmB3hqdFJk {  }
 }@media only screen and (max-width: 763px) { #C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #dSVLE7oUeu6JOs8JAtsqRfNDrGpMdzA0 {  }
 }@media only screen and (max-width: 763px) { #JZ6PDRXOPAh3BISHWXLbASiUvVCTSrF5 { width:20rem;height:5.2rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4OgPb5TSQ6l9sRlRaToh6kTSgkEFslk { width:20rem;height:1.625rem;top:23.6375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 { display:block; }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DhLbpwbTnvBrfn8OHaawTwC6SssrEGwG { width:9.4375rem;height:6.5625rem;top:0rem;left:5.2812498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkthuxykv9SqgGIM01ONwuUqT1XQBT65 { width:6.125rem;height:1.1375rem;top:5.9375rem;left:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHipaQEME7V2o8WdiVlykQetg1BdZEE5 { width:4.6875rem;height:1.1375rem;top:8.325rem;left:7.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzasLIbwaIbkr8kGGl7zt4XFIQKsEe7P { width:18.75rem;height:15.6rem;top:10.7125rem;left:0.625rem;font-size:0.75rem;display:block; }
 }