.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;
}
html,
body {
  font-size: 16px;
}
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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#uPo7Z5W9fp2EiwJRyDm6RMgez7aoKlDH { position:relative;display:block; }#uPo7Z5W9fp2EiwJRyDm6RMgez7aoKlDH { background-color: transparent; background-image: none; }#uPo7Z5W9fp2EiwJRyDm6RMgez7aoKlDH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPo7Z5W9fp2EiwJRyDm6RMgez7aoKlDH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPo7Z5W9fp2EiwJRyDm6RMgez7aoKlDH > .row .container > .video-iframe-container { display: none; }#uPo7Z5W9fp2EiwJRyDm6RMgez7aoKlDH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPo7Z5W9fp2EiwJRyDm6RMgez7aoKlDH > .row > .video-iframe-container { display: none; }#uPo7Z5W9fp2EiwJRyDm6RMgez7aoKlDH > .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); }#uPo7Z5W9fp2EiwJRyDm6RMgez7aoKlDH { border-width: 0; border-radius: 0; }#uPo7Z5W9fp2EiwJRyDm6RMgez7aoKlDH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uPo7Z5W9fp2EiwJRyDm6RMgez7aoKlDH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oio6pDxhgKnRnaIlcbTape7OInWKQZBm { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:22.5rem;top:1.34375rem;left:0rem;overflow:hidden;display:block; }
#e4AWiaWQTkVTKahxfXHCJA9PDd9PpT8c { background-color:#213069;background-image:none;background-position:center !important;background-repeat:no-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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-primary-4),0.4) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.125rem;height:4.375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.65625rem;left:44.875rem;display:block; }
#vBs2In6xqdKT3cUMV2UtT85Fa4OQPZIL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bLkT0bpl317oS5ZQMlBSnL6OC1Tx2bmX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3605c88e-0512-4d2c-8a73-ab09de5ddde4/norcalphysiodifferencejpg.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bLkT0bpl317oS5ZQMlBSnL6OC1Tx2bmX.adaptive-delivery-prevent-bg, #bLkT0bpl317oS5ZQMlBSnL6OC1Tx2bmX.lazyload, #bLkT0bpl317oS5ZQMlBSnL6OC1Tx2bmX.lazyloading { background-image: none; }#bLkT0bpl317oS5ZQMlBSnL6OC1Tx2bmX > .row .container { background-color: transparent; background-image: none; }#bLkT0bpl317oS5ZQMlBSnL6OC1Tx2bmX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#bLkT0bpl317oS5ZQMlBSnL6OC1Tx2bmX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLkT0bpl317oS5ZQMlBSnL6OC1Tx2bmX > .row .container > .video-iframe-container { display: none; }#bLkT0bpl317oS5ZQMlBSnL6OC1Tx2bmX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#bLkT0bpl317oS5ZQMlBSnL6OC1Tx2bmX > .row > .video-iframe-container { display: none; }#bLkT0bpl317oS5ZQMlBSnL6OC1Tx2bmX > .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); }#bLkT0bpl317oS5ZQMlBSnL6OC1Tx2bmX > .row .container { border-width: 0; border-radius: 0; }#bLkT0bpl317oS5ZQMlBSnL6OC1Tx2bmX::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bLkT0bpl317oS5ZQMlBSnL6OC1Tx2bmX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bLkT0bpl317oS5ZQMlBSnL6OC1Tx2bmX > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:75rem;position:relative;display:block; }#u1NQo84bkKx1rmKvl4AiIfpWJZuXG1DP { color:#ffffff;display:block;width:31.0625rem;position:absolute;font-family:manrope;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.875rem;left:0rem;height:10.2363125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NfRZwWaqpD0ktMgNv2I9GmTxZdaI4nOM { color:#ffffff;display:block;width:34.625rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:19.9375rem;left:0rem;height:3.25rem;display:block; }
#AorRIE2yfN4EvtTWVzSh0U0nNmlMybtw { background-color:#fdb516;background-image:none;background-position:center !important;background-repeat:no-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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.25rem;height:4.375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:25.15625rem;left:0rem;display:block; }
#uslsVUTGZR0xvPsN0HfX6R1Fo4VfxEgn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yGIPF3bBTPdiyaxXEdfxu9gHf8XiXhTm { 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;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:manrope;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.25rem;height:4.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:30.53125rem;left:0rem;display:block; }
#AGGLq5Inx29heCEHr3zQ587pywTAm1Ns { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xMLhwODSx2GoobSBSximSSm4cADs651n { position:relative;display:block; }#xMLhwODSx2GoobSBSximSSm4cADs651n { background-color: transparent; background-image: none; }#xMLhwODSx2GoobSBSximSSm4cADs651n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMLhwODSx2GoobSBSximSSm4cADs651n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMLhwODSx2GoobSBSximSSm4cADs651n > .row .container > .video-iframe-container { display: none; }#xMLhwODSx2GoobSBSximSSm4cADs651n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMLhwODSx2GoobSBSximSSm4cADs651n > .row > .video-iframe-container { display: none; }#xMLhwODSx2GoobSBSximSSm4cADs651n > .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); }#xMLhwODSx2GoobSBSximSSm4cADs651n { border-width: 0; border-radius: 0; }#xMLhwODSx2GoobSBSximSSm4cADs651n > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xMLhwODSx2GoobSBSximSSm4cADs651n > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:55.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ruoxqq7Cf2m3lHs7GJayzVoBGdXvFlMQ { color:#003262;display:block;width:45.25rem;position:absolute;font-family:manrope;font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.75rem;left:14.875rem;height:3.4121125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qKDNQsUg1lrTvhgWF1idSw3KG03Ka412 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;height:32.8125rem;width:18.375rem;top:14.75rem;left:47.9375rem;display:block; }
#TtTVPN6URKtJJA8q0MKIxEkpTIvRnoJC { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;height:32.8125rem;width:18.375rem;top:14.75rem;left:8.6875rem;display:block; }
#Q8SUb1PdJe7oZwfhWV1XMAxfNzm5u9Ul { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;height:32.8125rem;width:18.375rem;top:14.75rem;left:28.3125rem;display:block; }
#a6tOllvx0ks7eSt4NBGaUKbHeMlyZGVc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3c625f59-4998-42a4-8132-a221d1e72d84/norcalbghalftone.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a6tOllvx0ks7eSt4NBGaUKbHeMlyZGVc.adaptive-delivery-prevent-bg, #a6tOllvx0ks7eSt4NBGaUKbHeMlyZGVc.lazyload, #a6tOllvx0ks7eSt4NBGaUKbHeMlyZGVc.lazyloading { background-image: none; }#a6tOllvx0ks7eSt4NBGaUKbHeMlyZGVc > .row .container { background-color: transparent; background-image: none; }#a6tOllvx0ks7eSt4NBGaUKbHeMlyZGVc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6tOllvx0ks7eSt4NBGaUKbHeMlyZGVc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6tOllvx0ks7eSt4NBGaUKbHeMlyZGVc > .row .container > .video-iframe-container { display: none; }#a6tOllvx0ks7eSt4NBGaUKbHeMlyZGVc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6tOllvx0ks7eSt4NBGaUKbHeMlyZGVc > .row > .video-iframe-container { display: none; }#a6tOllvx0ks7eSt4NBGaUKbHeMlyZGVc > .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); }#a6tOllvx0ks7eSt4NBGaUKbHeMlyZGVc > .row .container { border-width: 0; border-radius: 0; }#a6tOllvx0ks7eSt4NBGaUKbHeMlyZGVc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a6tOllvx0ks7eSt4NBGaUKbHeMlyZGVc > .row .container { font-size:0.875rem;font-family:arial;height:37.1875rem;width:75rem;position:relative;display:block; }#z9lxEFiTPXA1eTECeUROpDVRaeggvWXn { color:#003262;display:block;width:35.5rem;position:absolute;font-family:manrope;font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.125rem;left:38.125rem;height:6.173825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#voOBUVvJtRl0pHeJ3H1Suwmh81mTS7az { color:rgba(var(--color-tertiary-4),1);display:block;width:34.625rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:14.400390625rem;left:38.125rem;height:10.39841875rem;display:block; }
#BvbrOmglDRg50JQqga4lJtGEH5TorZOO { background-color:#213069;background-image:none;background-position:center !important;background-repeat:no-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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.75rem;height:4.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:26.125rem;left:38.125rem;display:block; }
#eUCCz1orSih76CIfER5pGX18W20KvbuE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AnTZsRsoLDXT8bHNvpTEFUia0wZZCQol { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:35.1875rem;top:7.125rem;left:0rem;overflow:hidden;display:block; }
#ctoHsQ7QZx3PHuWMiW3lWQC0We9w6T9V { box-sizing:content-box;height:4.4375rem;width:29.6875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(33,48,105,0.63);border-left:0.0625rem solid rgba(33,48,105,0.63);border-right:0.0625rem solid rgba(33,48,105,0.63);border-bottom:0.0625rem solid rgba(33,48,105,0.63);top:26.875rem;left:38.78125rem;display:block; }
#o94DBMQTqbObGlVZWceSTdgiZyrmVtPS { position:relative;display:block; }#o94DBMQTqbObGlVZWceSTdgiZyrmVtPS { background-color: transparent; background-image: none; }#o94DBMQTqbObGlVZWceSTdgiZyrmVtPS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o94DBMQTqbObGlVZWceSTdgiZyrmVtPS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o94DBMQTqbObGlVZWceSTdgiZyrmVtPS > .row .container > .video-iframe-container { display: none; }#o94DBMQTqbObGlVZWceSTdgiZyrmVtPS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o94DBMQTqbObGlVZWceSTdgiZyrmVtPS > .row > .video-iframe-container { display: none; }#o94DBMQTqbObGlVZWceSTdgiZyrmVtPS > .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); }#o94DBMQTqbObGlVZWceSTdgiZyrmVtPS { border-width: 0; border-radius: 0; }#o94DBMQTqbObGlVZWceSTdgiZyrmVtPS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#o94DBMQTqbObGlVZWceSTdgiZyrmVtPS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:60.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UOdN5H0dc8CLFayiXOFzotqsmSgBSWe6 { color:#003262;display:block;width:42.1875rem;position:absolute;font-family:manrope;font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.875rem;left:16.40625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PVfnXBOEfkoVmfGLDuIT90FSbG2ugbbx { position:absolute;display:block;z-index:15003;height:39.375rem;width:70.3125rem;top:17.375rem;left:2.34375rem;display:block; }
#UGE5KXWPt8L7h9RN7yeX5SP8HrAGzL2q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/40c2a97f-f967-449f-94d0-7f405c1285a3/norcalbluesplatterimageplain.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UGE5KXWPt8L7h9RN7yeX5SP8HrAGzL2q.adaptive-delivery-prevent-bg, #UGE5KXWPt8L7h9RN7yeX5SP8HrAGzL2q.lazyload, #UGE5KXWPt8L7h9RN7yeX5SP8HrAGzL2q.lazyloading { background-image: none; }#UGE5KXWPt8L7h9RN7yeX5SP8HrAGzL2q > .row .container { background-color: transparent; background-image: none; }#UGE5KXWPt8L7h9RN7yeX5SP8HrAGzL2q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGE5KXWPt8L7h9RN7yeX5SP8HrAGzL2q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGE5KXWPt8L7h9RN7yeX5SP8HrAGzL2q > .row .container > .video-iframe-container { display: none; }#UGE5KXWPt8L7h9RN7yeX5SP8HrAGzL2q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGE5KXWPt8L7h9RN7yeX5SP8HrAGzL2q > .row > .video-iframe-container { display: none; }#UGE5KXWPt8L7h9RN7yeX5SP8HrAGzL2q > .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); }#UGE5KXWPt8L7h9RN7yeX5SP8HrAGzL2q > .row .container { border-width: 0; border-radius: 0; }#UGE5KXWPt8L7h9RN7yeX5SP8HrAGzL2q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UGE5KXWPt8L7h9RN7yeX5SP8HrAGzL2q > .row .container { font-size:0.875rem;font-family:arial;height:49.8125rem;width:75rem;position:relative;display:block; }#TgSUHSz8AsgSBT1eF3de4RVFlGcvElP8 { color:#ffffff;display:block;width:61.0625rem;position:absolute;font-family:manrope;font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.3125rem;left:6.96875rem;height:3.4121125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MWbGJue5QmUGo7efHHkWHpTe4DQMn0xl { color:#ffffff;display:block;width:53.75rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.51171875rem;left:10.625rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#Q2WGlMaV6T2P3Vr6NidBquRZIaGoz5Jf { box-sizing:content-box;height:0.3125rem;width:3.625rem;position:absolute;display:block;z-index:15004;background-color:#fdb516;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.349609375rem;left:35.6875rem;display:block; }
#RvzWWS2BbVDXmMkKIhsebFd93FLTzPyF { color:rgba(var(--color-tertiary-4),1);display:block;width:9.0625rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:18rem;left:8.3125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#SfLcXrW41ylIcUoqHpGnptOL0lTcqgna { color:rgba(var(--color-tertiary-4),1);display:block;width:20.75rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:20.5rem;left:2.4375rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#eCu9fizd9VBlbxlV5B8IXWN1XATlgxls { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:28.9375rem;left:18.4375rem;overflow:hidden;display:block; }
#T6kBh25cLyd0o9Na251tJSVKBbAyZViK { box-sizing:content-box;height:19.625rem;width:24.625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.875rem;left:0.5rem;display:block; }
#q59biNTOicIiE5Rm2xbnQK8dqfO1quph { box-sizing:content-box;height:19.625rem;width:24.6875rem;position:absolute;display:block;z-index:15002;background-color:#fdb516;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.875rem;left:25.125rem;display:block; }
#V5TegU52DLoVCMx1xLoV8Tf8EwmqSWxf { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:18rem;left:32.9375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#rOoq5pT4RaQZ8U9yZrie5t2czQOhtC9Q { color:#ffffff;display:block;width:20.75rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:20.5rem;left:27.125rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#dnKKxI3COLhyk7evxkZ7m21Jgp9V3C0r { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:28.9375rem;left:43.125rem;overflow:hidden;display:block; }
#LWoVGuAL4SdrgttTRSIWUXZFJRVeMT5E { box-sizing:content-box;height:19.625rem;width:24.6875rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.875rem;left:49.8125rem;display:block; }
#zQCM0OG29peNqgd02ugmMcVZMHtgbmuV { color:rgba(var(--color-tertiary-4),1);display:block;width:20.75rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:21.125rem;left:51.8125rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#A3Ws1E3JoIuT9MLSXomVuaMJEVAOPAzk { color:rgba(var(--color-tertiary-4),1);display:block;width:9.0625rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:18rem;left:57.625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Li03UesSiqCBaiqx8Pyx8LAwAJ37oXGT { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:28.9375rem;left:67.8125rem;overflow:hidden;display:block; }
#BxbigMVPsktUTHM9MsxNcI7kzwf3ls1h { background-color:#fdb516;background-image:none;background-position:center !important;background-repeat:no-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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.25rem;height:4.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:40rem;left:22.375rem;display:block; }
#pxGthyPVrvBM3i2xLyKkfN2kG6DClWZ8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ePsTb8sTiFMMtwqe7yn74uaDqTVJsrQS { box-sizing:content-box;height:4.4375rem;width:29.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(253,181,22,0.63);border-left:0.0625rem solid rgba(253,181,22,0.63);border-right:0.0625rem solid rgba(253,181,22,0.63);border-bottom:0.0625rem solid rgba(253,181,22,0.63);top:39.1875rem;left:23.375rem;display:block; }
#CPyJMfDgKSNZXHsbrlq3zlAXGxWIunnL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3a45d4c9-ba29-45a3-b6ec-9f2a728f3a2c/norcalbgdotted.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CPyJMfDgKSNZXHsbrlq3zlAXGxWIunnL.adaptive-delivery-prevent-bg, #CPyJMfDgKSNZXHsbrlq3zlAXGxWIunnL.lazyload, #CPyJMfDgKSNZXHsbrlq3zlAXGxWIunnL.lazyloading { background-image: none; }#CPyJMfDgKSNZXHsbrlq3zlAXGxWIunnL > .row .container { background-color: transparent; background-image: none; }#CPyJMfDgKSNZXHsbrlq3zlAXGxWIunnL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPyJMfDgKSNZXHsbrlq3zlAXGxWIunnL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPyJMfDgKSNZXHsbrlq3zlAXGxWIunnL > .row .container > .video-iframe-container { display: none; }#CPyJMfDgKSNZXHsbrlq3zlAXGxWIunnL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPyJMfDgKSNZXHsbrlq3zlAXGxWIunnL > .row > .video-iframe-container { display: none; }#CPyJMfDgKSNZXHsbrlq3zlAXGxWIunnL > .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); }#CPyJMfDgKSNZXHsbrlq3zlAXGxWIunnL > .row .container { border-width: 0; border-radius: 0; }#CPyJMfDgKSNZXHsbrlq3zlAXGxWIunnL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CPyJMfDgKSNZXHsbrlq3zlAXGxWIunnL > .row .container { font-size:0.875rem;font-family:arial;height:48.3125rem;width:75rem;position:relative;display:block; }#IFV2Sf4LtLAZHoBlEqkTTZPrytsZuJBN { color:#003262;display:block;width:61.0625rem;position:absolute;font-family:manrope;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.875rem;left:6.96875rem;height:3.4121125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#flxKvAD94QbSQSdwzqJeGECQZflzcmTb { box-sizing:content-box;height:0.3125rem;width:3.625rem;position:absolute;display:block;z-index:15005;background-color:#fdb516;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.912109375rem;left:35.6875rem;display:block; }
#qsPTz5B0umeEEBN0bMB5tw3skx9TaES0 { box-sizing:content-box;height:4.375rem;width:34.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);top:14.125rem;left:2.4375rem;display:block; }
#NwfXTQCkxlNRuWLngFOQmZWeDynLhheL { box-sizing:content-box;height:4.375rem;width:34.875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);top:14.125rem;left:37.5rem;display:block; }
#aMxM3HwecTBybIha4lRa6AlzOPosi2V3 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.375rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.70703125rem;left:4.1875rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#wCN9ezbdFVRRByzsXeU8zil9QvHP312g { color:rgba(var(--color-tertiary-4),1);display:block;width:30.375rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.70703125rem;left:39.3125rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#dQkvi42SXvyxchh673sW0LonIkIdU950 { box-sizing:content-box;height:7.5rem;width:34.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);top:18.75rem;left:2.4375rem;display:block; }
#Z8lmo9JWmHlSW7Dh9NE2PzxRgmiLTWNZ { color:rgba(var(--color-tertiary-3),1);display:block;width:30.375rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.3125rem;left:4.1875rem;height:4.38574375rem;text-align:left;text-align-last:left;display:block; }
#w6nny4CpZOBFsckt3GJJJucpPFpQp9wD { color:rgba(var(--color-tertiary-3),1);display:block;width:30.375rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:20.3125rem;left:39.3125rem;height:4.38574375rem;text-align:left;text-align-last:left;display:block; }
#UPLJbmTWKphGLmuLvguyMQgNkvmuol25 { box-sizing:content-box;height:7.5rem;width:34.875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);top:18.75rem;left:37.5rem;display:block; }
#vSgGXkdWCk80gPGk2WvdWJfPUQzsDE1V { box-sizing:content-box;height:7.5rem;width:34.875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);top:26.5rem;left:2.4375rem;display:block; }
#bT9Ok5Ilz9JIuu2ptIQBNgJqJCdUDbAG { color:rgba(var(--color-tertiary-3),1);display:block;width:30.375rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:28.0625rem;left:4.1875rem;height:4.38574375rem;text-align:left;text-align-last:left;display:block; }
#GgRnr6L8LvL8RTXJAoiRnTKkqSPgwcsD { box-sizing:content-box;height:7.5rem;width:34.875rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);top:26.5rem;left:37.5rem;display:block; }
#t6hCBQ6UJZnEF9M52My9qO1429yv4O3m { color:rgba(var(--color-tertiary-3),1);display:block;width:30.375rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:28.0625rem;left:39.3125rem;height:4.38574375rem;text-align:left;text-align-last:left;display:block; }
#R4GJVBEo4Rcx20lGxrwtBWb4tLz1BbVZ { box-sizing:content-box;height:7.5rem;width:34.875rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);top:34.25rem;left:2.4375rem;display:block; }
#WsMp4TtKcUbMsrw5OHSVtHPqRk2uSMfM { color:rgba(var(--color-tertiary-3),1);display:block;width:30.375rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:35.8125rem;left:4.1875rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#cZxqHSpbx5ZOISFFwkLFQJsJwMAlDOVZ { box-sizing:content-box;height:7.5rem;width:34.875rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);top:34.25rem;left:37.5rem;display:block; }
#RIVf0iJBfWaZSvnmbO950tiCk2zMW1xA { color:rgba(var(--color-tertiary-3),1);display:block;width:30.375rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:35.8125rem;left:39.3125rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#IcvLS4lXeFea11g1ogWv14es7FGWRzNc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/07ca3dd8-f63b-4f4c-b2fd-996cf5a320d4/physiotherapy2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IcvLS4lXeFea11g1ogWv14es7FGWRzNc.adaptive-delivery-prevent-bg, #IcvLS4lXeFea11g1ogWv14es7FGWRzNc.lazyload, #IcvLS4lXeFea11g1ogWv14es7FGWRzNc.lazyloading { background-image: none; }#IcvLS4lXeFea11g1ogWv14es7FGWRzNc > .row .container { background-color: transparent; background-image: none; }#IcvLS4lXeFea11g1ogWv14es7FGWRzNc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.66); }#IcvLS4lXeFea11g1ogWv14es7FGWRzNc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcvLS4lXeFea11g1ogWv14es7FGWRzNc > .row .container > .video-iframe-container { display: none; }#IcvLS4lXeFea11g1ogWv14es7FGWRzNc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.66); }#IcvLS4lXeFea11g1ogWv14es7FGWRzNc > .row > .video-iframe-container { display: none; }#IcvLS4lXeFea11g1ogWv14es7FGWRzNc > .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); }#IcvLS4lXeFea11g1ogWv14es7FGWRzNc > .row .container { border-width: 0; border-radius: 0; }#IcvLS4lXeFea11g1ogWv14es7FGWRzNc::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IcvLS4lXeFea11g1ogWv14es7FGWRzNc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IcvLS4lXeFea11g1ogWv14es7FGWRzNc > .row .container { font-size:0.875rem;font-family:arial;height:71.25rem;width:75rem;position:relative;display:block; }#KfpcTiCgDgIl8H1a7IvVKRPmMtow3Z1T { position:absolute;display:block;z-index:15002;height:61.25rem;width:32.5625rem;top:5.8125rem;left:37.75rem;display:block; }
#NC3lIz68mf0syIhmOy064aCUXMm94GIm { color:#ffffff;display:block;width:32.125rem;position:absolute;font-family:manrope;font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:28.013671875rem;left:0rem;height:10.2363125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#W5RBFllVLzVwgdT3iKhyse4t2hkRDsK1 { color:#ffffff;display:block;width:31.5rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:39.8125rem;left:0rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#b8H8ZWnqJSfRwVhegqvhGISlRqJfHKWW { box-sizing:content-box;height:65.0625rem;width:36.4375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.875rem;left:35.9375rem;display:block; }
#C2pI9XqScDgVscCSlWnVbaMOd2Lxz34T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3a45d4c9-ba29-45a3-b6ec-9f2a728f3a2c/norcalbgdotted.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C2pI9XqScDgVscCSlWnVbaMOd2Lxz34T.adaptive-delivery-prevent-bg, #C2pI9XqScDgVscCSlWnVbaMOd2Lxz34T.lazyload, #C2pI9XqScDgVscCSlWnVbaMOd2Lxz34T.lazyloading { background-image: none; }#C2pI9XqScDgVscCSlWnVbaMOd2Lxz34T > .row .container { background-color: transparent; background-image: none; }#C2pI9XqScDgVscCSlWnVbaMOd2Lxz34T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C2pI9XqScDgVscCSlWnVbaMOd2Lxz34T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C2pI9XqScDgVscCSlWnVbaMOd2Lxz34T > .row .container > .video-iframe-container { display: none; }#C2pI9XqScDgVscCSlWnVbaMOd2Lxz34T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C2pI9XqScDgVscCSlWnVbaMOd2Lxz34T > .row > .video-iframe-container { display: none; }#C2pI9XqScDgVscCSlWnVbaMOd2Lxz34T > .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); }#C2pI9XqScDgVscCSlWnVbaMOd2Lxz34T > .row .container { border-width: 0; border-radius: 0; }#C2pI9XqScDgVscCSlWnVbaMOd2Lxz34T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C2pI9XqScDgVscCSlWnVbaMOd2Lxz34T > .row .container { font-size:0.875rem;font-family:arial;height:143.875rem;width:75rem;position:relative;display:block; }#soSK1TTpGJmVIT12OprR40GOZXwAt8pb { color:#003262;display:block;width:61.0625rem;position:absolute;font-family:manrope;font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.0625rem;left:6.96875rem;height:3.4121125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tyG2A8TaxIg9TRWy39OzIlCms9DddrnH { box-sizing:content-box;height:0.3125rem;width:3.625rem;position:absolute;display:block;z-index:15006;background-color:#fdb516;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.099609375rem;left:35.6875rem;display:block; }
#TGRm39waplZpl2VnC3QWtF1rwVuchzTl { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;height:18.875rem;width:28.375rem;top:13.5rem;left:9.125rem;overflow:hidden;display:block; }
#N9CTIeAru99GHGpRI70p9TKEwdBIdxOR { box-sizing:content-box;height:18.875rem;width:28.4375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5rem;left:37.5rem;display:block; }
#velgGA9VN0wiTtxxpqtR7wkWLR6yEull { color:#003262;display:block;width:21.8125rem;position:absolute;font-family:manrope;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:18.3125rem;left:39.3125rem;height:1.7871125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#e9L5SU0urq5frTD17EEnbbN9I8U9Vv2Q { color:rgba(var(--color-tertiary-3),1);display:block;width:22.75rem;position:absolute;font-family:manrope;font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:21.326171875rem;left:39.3125rem;height:5.5234375rem;text-align:left;text-align-last:left;display:block; }
#gFFE2MtiTundwWxHmkuM7ftDi2TNUt0S { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;height:18.875rem;width:28.375rem;top:34.5625rem;left:37.5rem;overflow:hidden;display:block; }
#eJuCwymMkoSuM84fba6wdDgmnb0TgM8s { box-sizing:content-box;height:18.875rem;width:28.4375rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.5625rem;left:9.125rem;display:block; }
#dwHmJBdUbSbTAADztnF6O4BnFpROKdVh { color:#003262;display:block;width:21.8125rem;position:absolute;font-family:manrope;font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:39.375rem;left:10.9375rem;height:1.7871125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lW9SVHTN8mTG8AJsi4wxSnFtdkRtu7FU { color:rgba(var(--color-tertiary-3),1);display:block;width:22.75rem;position:absolute;font-family:manrope;font-size:1.0625rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:42.375rem;left:10.9375rem;height:6.9043125rem;text-align:left;text-align-last:left;display:block; }
#fyAi2ZAKHuUehCepz8RdNATOfcpCsBii { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;height:18.875rem;width:28.375rem;top:55.6875rem;left:9.125rem;overflow:hidden;display:block; }
#L3CTnJWqgoiPk4FbEecGZNgClXAQAahz { box-sizing:content-box;height:18.875rem;width:28.4375rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:55.6875rem;left:37.5rem;display:block; }
#Nvcz3MhhFoITEyuR3iKhQcwlzscupgLo { color:#003262;display:block;width:25.75rem;position:absolute;font-family:manrope;font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:60.5rem;left:39.3125rem;height:1.7871125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#UTKFudCrVM7IInTdTwz1FWv5zJHU5XqC { color:rgba(var(--color-tertiary-3),1);display:block;width:22.75rem;position:absolute;font-family:manrope;font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:63.5rem;left:39.3125rem;height:6.9043125rem;text-align:left;text-align-last:left;display:block; }
#MO5l3thFkNMF0AV5sL2bMpyAG7R1AJ6y { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;height:18.875rem;width:28.375rem;top:76.75rem;left:37.5rem;overflow:hidden;display:block; }
#NRsEPrROn9T6wKFrGN25DqTkXq1JtyZM { box-sizing:content-box;height:18.875rem;width:28.4375rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:76.75rem;left:9.125rem;display:block; }
#huWRfJoKd1VRNVPKmRhFBq1oS3vv1zZZ { color:#003262;display:block;width:25.375rem;position:absolute;font-family:manrope;font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:81.5625rem;left:10.9375rem;height:1.7871125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QdcPVFvhW1pT7DvEfPu4hu27WBAXa2Dc { color:rgba(var(--color-tertiary-3),1);display:block;width:22.75rem;position:absolute;font-family:manrope;font-size:1.0625rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:84.5625rem;left:10.9375rem;height:5.5234375rem;text-align:left;text-align-last:left;display:block; }
#WUIIOAFfftwJ11yXfRqqS5OAclCcWmSS { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;height:18.875rem;width:28.25rem;top:97.875rem;left:9.3125rem;overflow:hidden;display:block; }
#vFhaUu5Fvn34QIn0JVpnxKhPSIRNMIrU { box-sizing:content-box;height:18.875rem;width:28.4375rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:97.875rem;left:37.5rem;display:block; }
#faGIodrsi4hoOWqOgIXobsCXUp9SoTVt { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;height:18.875rem;width:28.25rem;top:118.9375rem;left:37.5rem;overflow:hidden;display:block; }
#HbuXgk4pTkTLRRQtnk88BGhl6BNv06oP { box-sizing:content-box;height:18.875rem;width:28.4375rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:118.9375rem;left:9.125rem;display:block; }
#IQOTc3aDT2RUUCZncqOz8JFUDU07EVik { color:#003262;display:block;width:21.8125rem;position:absolute;font-family:manrope;font-size:1.375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:102.6875rem;left:39.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#W4mk2bKmJmx0WrexNBgN45NOGk2rfCEo { color:rgba(var(--color-tertiary-3),1);display:block;width:22.75rem;position:absolute;font-family:manrope;font-size:1.0625rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:105.6875rem;left:39.3125rem;height:6.9043125rem;text-align:left;text-align-last:left;display:block; }
#MpEX3Pfs05opNcnrJbQUWRNICiDVvNWI { color:#003262;display:block;width:21.8125rem;position:absolute;font-family:manrope;font-size:1.375rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:123.75rem;left:10.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#LDzlJQg92GBklpTiMKt5IdddvzUCcOf2 { color:rgba(var(--color-tertiary-3),1);display:block;width:22.75rem;position:absolute;font-family:manrope;font-size:1.0625rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:126.75rem;left:10.9375rem;height:6.9043125rem;text-align:left;text-align-last:left;display:block; }
#P6OhV7JrJsGCIneSvAgKExyJQBq7LTg2 { position:relative;display:block; }#P6OhV7JrJsGCIneSvAgKExyJQBq7LTg2 { background-color: transparent; background-image: none; }#P6OhV7JrJsGCIneSvAgKExyJQBq7LTg2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6OhV7JrJsGCIneSvAgKExyJQBq7LTg2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6OhV7JrJsGCIneSvAgKExyJQBq7LTg2 > .row .container > .video-iframe-container { display: none; }#P6OhV7JrJsGCIneSvAgKExyJQBq7LTg2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6OhV7JrJsGCIneSvAgKExyJQBq7LTg2 > .row > .video-iframe-container { display: none; }#P6OhV7JrJsGCIneSvAgKExyJQBq7LTg2 > .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); }#P6OhV7JrJsGCIneSvAgKExyJQBq7LTg2 { border-width: 0; border-radius: 0; }#P6OhV7JrJsGCIneSvAgKExyJQBq7LTg2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#P6OhV7JrJsGCIneSvAgKExyJQBq7LTg2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RJqvXlMDaLLODmsx278CXA5vHeTtGeMA { box-sizing:content-box;height:0.3125rem;width:3.625rem;position:absolute;display:block;z-index:15008;background-color:#fdb516;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.3125rem;left:35.75rem;display:block; }
#hMEKH1LZ16gLiTQUKf2v58qni9nXMxOO { color:#003262;display:block;width:61.0625rem;position:absolute;font-family:manrope;font-size:2.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.625rem;left:7rem;height:3.4121125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RVTw9QZcpFwxeJkwAEpTlD5me1aBBMQ1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RVTw9QZcpFwxeJkwAEpTlD5me1aBBMQ1 > .row .container { background-color: transparent; background-image: none; }#RVTw9QZcpFwxeJkwAEpTlD5me1aBBMQ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVTw9QZcpFwxeJkwAEpTlD5me1aBBMQ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVTw9QZcpFwxeJkwAEpTlD5me1aBBMQ1 > .row .container > .video-iframe-container { display: none; }#RVTw9QZcpFwxeJkwAEpTlD5me1aBBMQ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVTw9QZcpFwxeJkwAEpTlD5me1aBBMQ1 > .row > .video-iframe-container { display: none; }#RVTw9QZcpFwxeJkwAEpTlD5me1aBBMQ1 > .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); }#RVTw9QZcpFwxeJkwAEpTlD5me1aBBMQ1 > .row .container { border-width: 0; border-radius: 0; }#RVTw9QZcpFwxeJkwAEpTlD5me1aBBMQ1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RVTw9QZcpFwxeJkwAEpTlD5me1aBBMQ1 > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:block; }#DtPGvf9BuhSUNJlOeWN9TPNNNRqTq9hm { color:#e3e4e6;display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:19.2109375rem;left:15.4375rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BOWOAuh1IEr6qLbxMTp4lhhyNfRQlGxs { color:#232b3e;display:block;width:21.1875rem;position:absolute;font-family:manrope;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.4375rem;left:1.75rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ho4xinsDSC1VaxIxTdTkPRJxWtf2Q2ek { color:#686868;display:block;width:21.4375rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.0625rem;left:1.78125rem;height:9.098625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qGXOHEytGkLxmuMk1z97biJ9POiLyXWh { color:#232b3e;display:block;width:21.1875rem;position:absolute;font-family:manrope;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.4375rem;left:26.90625rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kgQTybWpdc2KOvdZCVuPbbTJwWxDFHCx { color:#232b3e;display:block;width:21.1875rem;position:absolute;font-family:manrope;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.4375rem;left:51.90625rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UeH32TAVAmpcrikM42wANLc3MshftyEw { color:#e3e4e6;display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.3125rem;left:40.5625rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qTXHIDqJiCVFIWsqviwUohe1Pw01k2de { color:#686868;display:block;width:21.4375rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:7.1875rem;left:26.9375rem;height:10.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ffFrrue5afAM8s7lBygqFyDO2OoWTPKM { color:#e3e4e6;display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:19.3125rem;left:65.5625rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CJ75JN6mRPK5lcGFSCAQInnVhIJki05O { color:#686868;display:block;width:21.4375rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7.1875rem;left:51.9375rem;height:10.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dJTfhsWvETXQKGpx3vWMEGuq2Tn8393w { box-sizing:content-box;height:6.1875rem;width:6.1875rem;position:absolute;display:block;z-index:15005;background-color:#003262;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.0390625rem;left:17.75rem;display:block; }
#TbAooscsArd9zO7Q9ydHNa7cpQXocnCr { box-sizing:content-box;height:6.1875rem;width:6.1875rem;position:absolute;display:block;z-index:15006;background-color:#fdb516;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.0390625rem;left:42.875rem;display:block; }
#M0rLmZpvk9vwLdC3B2AfpV1wI0peuI15 { box-sizing:content-box;height:6.1875rem;width:6.1875rem;position:absolute;display:block;z-index:15007;background-color:#003262;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.0390625rem;left:67.875rem;display:block; }
#XiTEQwgkpiwBdHVIJpH3RxT5Gh7k6Dwr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#003262;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XiTEQwgkpiwBdHVIJpH3RxT5Gh7k6Dwr > .row .container { background-color: transparent; background-image: none; }#XiTEQwgkpiwBdHVIJpH3RxT5Gh7k6Dwr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XiTEQwgkpiwBdHVIJpH3RxT5Gh7k6Dwr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XiTEQwgkpiwBdHVIJpH3RxT5Gh7k6Dwr > .row .container > .video-iframe-container { display: none; }#XiTEQwgkpiwBdHVIJpH3RxT5Gh7k6Dwr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XiTEQwgkpiwBdHVIJpH3RxT5Gh7k6Dwr > .row > .video-iframe-container { display: none; }#XiTEQwgkpiwBdHVIJpH3RxT5Gh7k6Dwr > .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); }#XiTEQwgkpiwBdHVIJpH3RxT5Gh7k6Dwr > .row .container { border-width: 0; border-radius: 0; }#XiTEQwgkpiwBdHVIJpH3RxT5Gh7k6Dwr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XiTEQwgkpiwBdHVIJpH3RxT5Gh7k6Dwr > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:75rem;position:relative;display:block; }#ibPUMWT1enlFG6c2neu29wvIR8usIa0Z { color:#ffffff;display:block;width:53.0625rem;position:absolute;font-family:manrope;font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.8916015625rem;left:10.96875rem;height:6.82425rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gW2XUl0GQpoN4yet2h1IawTUa0ltJlKg { color:#ffffff;display:block;width:60.375rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.125rem;left:7.3125rem;height:5.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MDbslywFSngfywguQCQVIu9dMkbOORvP { background-color:#fdb516;background-image:none;background-position:center !important;background-repeat:no-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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.5625rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:24.5625rem;left:22.3125rem;display:block; }
#hNT5N2nTMADqSy9fACBJnFGQEgRhP75c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eSV6KPAmIcdbN1sJWw0Vepi2QfSs6lRS { box-sizing:content-box;height:4.4375rem;width:29.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(253,181,22,0.63);border-left:0.0625rem solid rgba(253,181,22,0.63);border-right:0.0625rem solid rgba(253,181,22,0.63);border-bottom:0.0625rem solid rgba(253,181,22,0.63);top:23.75rem;left:23.3125rem;display:block; }
#QVf6Iiz5O9Tb66aI5OHfLT77G8R9Q3Os { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3a45d4c9-ba29-45a3-b6ec-9f2a728f3a2c/norcalbgdotted.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QVf6Iiz5O9Tb66aI5OHfLT77G8R9Q3Os.adaptive-delivery-prevent-bg, #QVf6Iiz5O9Tb66aI5OHfLT77G8R9Q3Os.lazyload, #QVf6Iiz5O9Tb66aI5OHfLT77G8R9Q3Os.lazyloading { background-image: none; }#QVf6Iiz5O9Tb66aI5OHfLT77G8R9Q3Os > .row .container { background-color: transparent; background-image: none; }#QVf6Iiz5O9Tb66aI5OHfLT77G8R9Q3Os::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVf6Iiz5O9Tb66aI5OHfLT77G8R9Q3Os > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVf6Iiz5O9Tb66aI5OHfLT77G8R9Q3Os > .row .container > .video-iframe-container { display: none; }#QVf6Iiz5O9Tb66aI5OHfLT77G8R9Q3Os > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVf6Iiz5O9Tb66aI5OHfLT77G8R9Q3Os > .row > .video-iframe-container { display: none; }#QVf6Iiz5O9Tb66aI5OHfLT77G8R9Q3Os > .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); }#QVf6Iiz5O9Tb66aI5OHfLT77G8R9Q3Os > .row .container { border-width: 0; border-radius: 0; }#QVf6Iiz5O9Tb66aI5OHfLT77G8R9Q3Os > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QVf6Iiz5O9Tb66aI5OHfLT77G8R9Q3Os > .row .container { font-size:0.875rem;font-family:arial;height:44.25rem;width:75rem;position:relative;display:block; }#stXfggTLToPSlChpnsOV28sL2y2F0UoX { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.1875rem;width:36.25rem;top:9.875rem;left:0rem;overflow:hidden;display:block; }
#sUZ9lEyKdJ8PlKBJ0tWzTwDtyS55H3za { color:#003262;display:block;width:28.625rem;position:absolute;font-family:manrope;font-size:2.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.875rem;left:38.375rem;height:6.82425rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Twdum9QCbwR2wnoqJgIeInsCduEtLsnn { color:#000000;display:block;width:34.6875rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:17.3798828125rem;left:38.375rem;height:12.998025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PDHh4KUpTFh0lf8V1CigxRCUPpw8dMwE { position:relative;display:block; }#PDHh4KUpTFh0lf8V1CigxRCUPpw8dMwE { background-color: transparent; background-image: none; }#PDHh4KUpTFh0lf8V1CigxRCUPpw8dMwE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDHh4KUpTFh0lf8V1CigxRCUPpw8dMwE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDHh4KUpTFh0lf8V1CigxRCUPpw8dMwE > .row .container > .video-iframe-container { display: none; }#PDHh4KUpTFh0lf8V1CigxRCUPpw8dMwE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDHh4KUpTFh0lf8V1CigxRCUPpw8dMwE > .row > .video-iframe-container { display: none; }#PDHh4KUpTFh0lf8V1CigxRCUPpw8dMwE > .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); }#PDHh4KUpTFh0lf8V1CigxRCUPpw8dMwE { border-width: 0; border-radius: 0; }#PDHh4KUpTFh0lf8V1CigxRCUPpw8dMwE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PDHh4KUpTFh0lf8V1CigxRCUPpw8dMwE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:125.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XU7BhXucacLogghc6yUUnHloslBat0rK { color:#003262;display:block;width:38.875rem;position:absolute;font-family:manrope;font-size:2.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.6875rem;left:0rem;height:3.4121125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vCnwrcxcQl27lhI34QOzWZUg04ttnbZr { box-sizing:content-box;height:0.3125rem;width:3.625rem;position:absolute;display:block;z-index:15009;background-color:#fdb516;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.724609375rem;left:0rem;display:block; }
#PVsSmKRun6QeeVhbBTNFzA8HRdzGWoIb { color:#000000;display:block;width:71.9375rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:13.787109375rem;left:0rem;height:101.38485625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HWz5w9SlT2qeKlc7FKxRTc3wnR0EwgX6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3a45d4c9-ba29-45a3-b6ec-9f2a728f3a2c/norcalbgdotted.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HWz5w9SlT2qeKlc7FKxRTc3wnR0EwgX6.adaptive-delivery-prevent-bg, #HWz5w9SlT2qeKlc7FKxRTc3wnR0EwgX6.lazyload, #HWz5w9SlT2qeKlc7FKxRTc3wnR0EwgX6.lazyloading { background-image: none; }#HWz5w9SlT2qeKlc7FKxRTc3wnR0EwgX6 > .row .container { background-color: transparent; background-image: none; }#HWz5w9SlT2qeKlc7FKxRTc3wnR0EwgX6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWz5w9SlT2qeKlc7FKxRTc3wnR0EwgX6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWz5w9SlT2qeKlc7FKxRTc3wnR0EwgX6 > .row .container > .video-iframe-container { display: none; }#HWz5w9SlT2qeKlc7FKxRTc3wnR0EwgX6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWz5w9SlT2qeKlc7FKxRTc3wnR0EwgX6 > .row > .video-iframe-container { display: none; }#HWz5w9SlT2qeKlc7FKxRTc3wnR0EwgX6 > .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); }#HWz5w9SlT2qeKlc7FKxRTc3wnR0EwgX6 > .row .container { border-width: 0; border-radius: 0; }#HWz5w9SlT2qeKlc7FKxRTc3wnR0EwgX6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HWz5w9SlT2qeKlc7FKxRTc3wnR0EwgX6 > .row .container { font-size:0.875rem;font-family:arial;height:55rem;width:75rem;position:relative;display:block; }#MgPmX0aaK0KJ9WkIwHHsZnL6ETWyuMdr { color:#003262;display:block;width:61.0625rem;position:absolute;font-family:manrope;font-size:2.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.875rem;left:7rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Eut8KCX0MT991lh6FzJqbSZvTPOHgClN { box-sizing:content-box;height:0.3125rem;width:3.625rem;position:absolute;display:block;z-index:15010;background-color:#fdb516;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.9375rem;left:35.75rem;display:block; }
#TFJREpAZMTtOdLTMgtmwFm0gln8zGrsD { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.375rem;width:16.1875rem;top:13.8125rem;left:10.6015625rem;overflow:hidden;display:block; }
#oypUgELPAixu9uwE2FtWsiTU6gGsU7Gs { box-sizing:content-box;height:10.375rem;width:16.1875rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.1875rem;left:10.6015625rem;display:block; }
#fiIGtIleeXJcRQo1zw4P8rATNoWFdtqc { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:40.125rem;left:12.4453125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#oH1Vt1Z9sEZhpaamok8Xy22cv53OpZzA { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:42.4375rem;left:12.4453125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#HUoR6qPJ5WfJTGIgH77E3pfasuMHWcRO { box-sizing:content-box;height:0.3125rem;width:3.625rem;position:absolute;display:block;z-index:15015;background-color:#fdb516;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:48.3125rem;left:16.8828125rem;display:block; }
#rD8TrOsx5AlXiImqCEGTmxkBVGfVpnoR { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.25rem;width:16.125rem;top:13.875rem;left:29.4375rem;overflow:hidden;display:block; }
#RJ4FqV9hlyDKUz2RXx9TaZCCnM3KXc0n { box-sizing:content-box;height:10.5rem;width:16.1875rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.0625rem;left:29.4375rem;display:block; }
#uwv2dFG8cgTneFVSxuPCPzVHTqRpdgl0 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:40.125rem;left:31.25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#m7slmxSsrAC2GVKgiZq2noBGMJhEwrEW { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:42.4375rem;left:31.25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#xDmKkVe0klnWcF4AT9wWsSyW2nJPyRSp { box-sizing:content-box;height:0.3125rem;width:3.625rem;position:absolute;display:block;z-index:15020;background-color:#fdb516;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:48.3125rem;left:35.6875rem;display:block; }
#Zr0Bhskde9X19msd9FeMI7FqSIDddzyP { box-sizing:content-box;height:10.5625rem;width:16.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38rem;left:48.4375rem;display:block; }
#pIzr9VaPFvBL91uNpMlKseP4hEapQTcX { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:42.4375rem;left:50.25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ZtUHGMmBh9Q7P965yHXTvGhqlxRzIlTl { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:40.125rem;left:50.25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#H5LpvcwPpomgvVCJTX52ya6OCEQxdyA9 { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.25rem;width:16.125rem;top:13.875rem;left:48.46875rem;overflow:hidden;display:block; }
#eTcyQJntvuJM38u0KOOVEEz48THqr4Qp { box-sizing:content-box;height:0.3125rem;width:3.625rem;position:absolute;display:block;z-index:15025;background-color:#fdb516;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:48.3125rem;left:54.6875rem;display:block; }
#Z96WISu0q9GBXeFvwthOqDgn06BtELVz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#003262;background-image:url("https://images.assets-landingi.com/uc/40c2a97f-f967-449f-94d0-7f405c1285a3/norcalbluesplatterimageplain.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z96WISu0q9GBXeFvwthOqDgn06BtELVz.adaptive-delivery-prevent-bg, #Z96WISu0q9GBXeFvwthOqDgn06BtELVz.lazyload, #Z96WISu0q9GBXeFvwthOqDgn06BtELVz.lazyloading { background-image: none; }#Z96WISu0q9GBXeFvwthOqDgn06BtELVz > .row .container { background-color: transparent; background-image: none; }#Z96WISu0q9GBXeFvwthOqDgn06BtELVz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z96WISu0q9GBXeFvwthOqDgn06BtELVz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z96WISu0q9GBXeFvwthOqDgn06BtELVz > .row .container > .video-iframe-container { display: none; }#Z96WISu0q9GBXeFvwthOqDgn06BtELVz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z96WISu0q9GBXeFvwthOqDgn06BtELVz > .row > .video-iframe-container { display: none; }#Z96WISu0q9GBXeFvwthOqDgn06BtELVz > .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); }#Z96WISu0q9GBXeFvwthOqDgn06BtELVz > .row .container { border-width: 0; border-radius: 0; }#Z96WISu0q9GBXeFvwthOqDgn06BtELVz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z96WISu0q9GBXeFvwthOqDgn06BtELVz > .row .container { font-size:0.875rem;font-family:arial;height:32.4375rem;width:75rem;position:relative;display:block; }#xi6P9HtVN5V3HTog13ThCUckTcBHgo8E { color:#ffffff;display:block;width:53.0625rem;position:absolute;font-family:manrope;font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.8916015625rem;left:10.96875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gdoDoCeK5qf9qVGydmUgmvLkxJemuliQ { color:#ffffff;display:block;width:60.375rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:11.6875rem;left:7.3125rem;height:5.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eVaxUygcs3xpT6ZKmZN1MqRIp7GOF1Kx { background-color:#fdb516;background-image:none;background-position:center !important;background-repeat:no-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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.5rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:21.4375rem;left:22.375rem;display:block; }
#peDzEVasTltRULbouTcxOTZV2d6tBobw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XTft4HsiwzR2Ek6RNMbKshrt2DRN90XG { box-sizing:content-box;height:4.4375rem;width:29.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(253,181,22,0.63);border-left:0.0625rem solid rgba(253,181,22,0.63);border-right:0.0625rem solid rgba(253,181,22,0.63);border-bottom:0.0625rem solid rgba(253,181,22,0.63);top:20.625rem;left:23.375rem;display:block; }
#STsk8vCwc8Z7KxEdCZvG9trEDQutwiFf { position:relative;display:block; }#STsk8vCwc8Z7KxEdCZvG9trEDQutwiFf { background-color: transparent; background-image: none; }#STsk8vCwc8Z7KxEdCZvG9trEDQutwiFf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STsk8vCwc8Z7KxEdCZvG9trEDQutwiFf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STsk8vCwc8Z7KxEdCZvG9trEDQutwiFf > .row .container > .video-iframe-container { display: none; }#STsk8vCwc8Z7KxEdCZvG9trEDQutwiFf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STsk8vCwc8Z7KxEdCZvG9trEDQutwiFf > .row > .video-iframe-container { display: none; }#STsk8vCwc8Z7KxEdCZvG9trEDQutwiFf > .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); }#STsk8vCwc8Z7KxEdCZvG9trEDQutwiFf { border-width: 0; border-radius: 0; }#STsk8vCwc8Z7KxEdCZvG9trEDQutwiFf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#STsk8vCwc8Z7KxEdCZvG9trEDQutwiFf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Bbernt5xv1VkVqewDZT5em0Uz7Wu4Nrl { color:#a7a7a7;display:block;width:60.375rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:0.994140625rem;left:7.3125rem;height:1.13671875rem;font-style:normal;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) { #uPo7Z5W9fp2EiwJRyDm6RMgez7aoKlDH { display:block; }#uPo7Z5W9fp2EiwJRyDm6RMgez7aoKlDH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oio6pDxhgKnRnaIlcbTape7OInWKQZBm { top:1.3125rem;left:0rem;width:22.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4AWiaWQTkVTKahxfXHCJA9PDd9PpT8c { width:30.125rem;height:4.375rem;top:1.625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBs2In6xqdKT3cUMV2UtT85Fa4OQPZIL { display:block; }
 }@media only screen and (max-width: 763px) { #bLkT0bpl317oS5ZQMlBSnL6OC1Tx2bmX { display:block; }#bLkT0bpl317oS5ZQMlBSnL6OC1Tx2bmX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u1NQo84bkKx1rmKvl4AiIfpWJZuXG1DP { top:7.875rem;left:0rem;width:31.0625rem;height:10.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfRZwWaqpD0ktMgNv2I9GmTxZdaI4nOM { top:19.9375rem;left:0rem;width:34.625rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AorRIE2yfN4EvtTWVzSh0U0nNmlMybtw { width:29.25rem;height:4.375rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uslsVUTGZR0xvPsN0HfX6R1Fo4VfxEgn { display:block; }
 }@media only screen and (max-width: 763px) { #yGIPF3bBTPdiyaxXEdfxu9gHf8XiXhTm { width:29.25rem;height:4.375rem;top:30.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGGLq5Inx29heCEHr3zQ587pywTAm1Ns { display:block; }
 }@media only screen and (max-width: 763px) { #xMLhwODSx2GoobSBSximSSm4cADs651n { display:block; }#xMLhwODSx2GoobSBSximSSm4cADs651n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ruoxqq7Cf2m3lHs7GJayzVoBGdXvFlMQ { top:6.75rem;left:1.25rem;width:45.25rem;height:3.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKDNQsUg1lrTvhgWF1idSw3KG03Ka412 { top:14.75rem;left:29.375rem;width:18.375rem;height:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtTVPN6URKtJJA8q0MKIxEkpTIvRnoJC { top:14.75rem;left:0rem;width:18.375rem;height:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8SUb1PdJe7oZwfhWV1XMAxfNzm5u9Ul { top:14.75rem;left:14.6875rem;width:18.375rem;height:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6tOllvx0ks7eSt4NBGaUKbHeMlyZGVc { display:block; }#a6tOllvx0ks7eSt4NBGaUKbHeMlyZGVc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z9lxEFiTPXA1eTECeUROpDVRaeggvWXn { top:7.125rem;left:12.25rem;width:35.5rem;height:6.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #voOBUVvJtRl0pHeJ3H1Suwmh81mTS7az { top:14.375rem;left:13.125rem;width:34.625rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvbrOmglDRg50JQqga4lJtGEH5TorZOO { width:29.75rem;height:4.375rem;top:26.125rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUCCz1orSih76CIfER5pGX18W20KvbuE { display:block; }
 }@media only screen and (max-width: 763px) { #AnTZsRsoLDXT8bHNvpTEFUia0wZZCQol { top:7.125rem;left:0rem;width:35.1875rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctoHsQ7QZx3PHuWMiW3lWQC0We9w6T9V { top:26.875rem;left:17.9375rem;width:29.6875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o94DBMQTqbObGlVZWceSTdgiZyrmVtPS { display:block; }#o94DBMQTqbObGlVZWceSTdgiZyrmVtPS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UOdN5H0dc8CLFayiXOFzotqsmSgBSWe6 { top:5.875rem;left:2.78125rem;width:42.1875rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVfnXBOEfkoVmfGLDuIT90FSbG2ugbbx { top:17.375rem;left:0rem;width:47.75rem;height:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGE5KXWPt8L7h9RN7yeX5SP8HrAGzL2q { display:block; }#UGE5KXWPt8L7h9RN7yeX5SP8HrAGzL2q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgSUHSz8AsgSBT1eF3de4RVFlGcvElP8 { top:5.3125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWbGJue5QmUGo7efHHkWHpTe4DQMn0xl { top:11.5rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2WGlMaV6T2P3Vr6NidBquRZIaGoz5Jf { top:9.3125rem;left:22.0625rem;width:3.625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvzWWS2BbVDXmMkKIhsebFd93FLTzPyF { top:18rem;left:0rem;width:9.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfLcXrW41ylIcUoqHpGnptOL0lTcqgna { top:20.5rem;left:0rem;width:20.75rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCu9fizd9VBlbxlV5B8IXWN1XATlgxls { top:28.9375rem;left:4.8125rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6kBh25cLyd0o9Na251tJSVKBbAyZViK { top:15.875rem;left:0rem;width:24.625rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q59biNTOicIiE5Rm2xbnQK8dqfO1quph { top:15.875rem;left:11.5rem;width:24.6875rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5TegU52DLoVCMx1xLoV8Tf8EwmqSWxf { top:18rem;left:19.3125rem;width:9.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOoq5pT4RaQZ8U9yZrie5t2czQOhtC9Q { top:20.5rem;left:13.5rem;width:20.75rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnKKxI3COLhyk7evxkZ7m21Jgp9V3C0r { top:28.9375rem;left:29.5rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWoVGuAL4SdrgttTRSIWUXZFJRVeMT5E { top:15.875rem;left:23.0625rem;width:24.6875rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQCM0OG29peNqgd02ugmMcVZMHtgbmuV { top:21.125rem;left:27rem;width:20.75rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3Ws1E3JoIuT9MLSXomVuaMJEVAOPAzk { top:18rem;left:38.6875rem;width:9.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Li03UesSiqCBaiqx8Pyx8LAwAJ37oXGT { top:28.9375rem;left:42.875rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxbigMVPsktUTHM9MsxNcI7kzwf3ls1h { width:29.25rem;height:4.375rem;top:40rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxGthyPVrvBM3i2xLyKkfN2kG6DClWZ8 { display:block; }
 }@media only screen and (max-width: 763px) { #ePsTb8sTiFMMtwqe7yn74uaDqTVJsrQS { top:39.1875rem;left:9.75rem;width:29.25rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPyJMfDgKSNZXHsbrlq3zlAXGxWIunnL { display:block; }#CPyJMfDgKSNZXHsbrlq3zlAXGxWIunnL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IFV2Sf4LtLAZHoBlEqkTTZPrytsZuJBN { top:6.875rem;left:0rem;width:47.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #flxKvAD94QbSQSdwzqJeGECQZflzcmTb { top:10.875rem;left:22.0625rem;width:3.625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsPTz5B0umeEEBN0bMB5tw3skx9TaES0 { top:14.125rem;left:0rem;width:34.875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwfXTQCkxlNRuWLngFOQmZWeDynLhheL { top:14.125rem;left:12.625rem;width:34.875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMxM3HwecTBybIha4lRa6AlzOPosi2V3 { top:15.6875rem;left:0rem;width:30.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCN9ezbdFVRRByzsXeU8zil9QvHP312g { top:15.6875rem;left:17.375rem;width:30.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQkvi42SXvyxchh673sW0LonIkIdU950 { top:18.75rem;left:0rem;width:34.875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8lmo9JWmHlSW7Dh9NE2PzxRgmiLTWNZ { top:20.3125rem;left:0rem;width:30.375rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6nny4CpZOBFsckt3GJJJucpPFpQp9wD { top:20.3125rem;left:17.375rem;width:30.375rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPLJbmTWKphGLmuLvguyMQgNkvmuol25 { top:18.75rem;left:12.625rem;width:34.875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSgGXkdWCk80gPGk2WvdWJfPUQzsDE1V { top:26.5rem;left:0rem;width:34.875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT9Ok5Ilz9JIuu2ptIQBNgJqJCdUDbAG { top:28.0625rem;left:0rem;width:30.375rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgRnr6L8LvL8RTXJAoiRnTKkqSPgwcsD { top:26.5rem;left:12.625rem;width:34.875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6hCBQ6UJZnEF9M52My9qO1429yv4O3m { top:28.0625rem;left:17.375rem;width:30.375rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4GJVBEo4Rcx20lGxrwtBWb4tLz1BbVZ { top:34.25rem;left:0rem;width:34.875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsMp4TtKcUbMsrw5OHSVtHPqRk2uSMfM { top:35.8125rem;left:0rem;width:30.375rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZxqHSpbx5ZOISFFwkLFQJsJwMAlDOVZ { top:34.25rem;left:12.625rem;width:34.875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIVf0iJBfWaZSvnmbO950tiCk2zMW1xA { top:35.8125rem;left:17.375rem;width:30.375rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcvLS4lXeFea11g1ogWv14es7FGWRzNc { display:block; }#IcvLS4lXeFea11g1ogWv14es7FGWRzNc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfpcTiCgDgIl8H1a7IvVKRPmMtow3Z1T { top:5.8125rem;left:15.1875rem;width:32.5625rem;height:61.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC3lIz68mf0syIhmOy064aCUXMm94GIm { top:28rem;left:0rem;width:32.125rem;height:10.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5RBFllVLzVwgdT3iKhyse4t2hkRDsK1 { top:39.8125rem;left:0rem;width:31.5rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8H8ZWnqJSfRwVhegqvhGISlRqJfHKWW { top:3.875rem;left:11.3125rem;width:36.4375rem;height:65.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2pI9XqScDgVscCSlWnVbaMOd2Lxz34T { display:block; }#C2pI9XqScDgVscCSlWnVbaMOd2Lxz34T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soSK1TTpGJmVIT12OprR40GOZXwAt8pb { top:5.0625rem;left:0rem;width:47.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyG2A8TaxIg9TRWy39OzIlCms9DddrnH { top:9.0625rem;left:22.0625rem;width:3.625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGRm39waplZpl2VnC3QWtF1rwVuchzTl { top:13.5rem;left:0rem;width:28.375rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9CTIeAru99GHGpRI70p9TKEwdBIdxOR { top:13.5rem;left:19.3125rem;width:28.4375rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #velgGA9VN0wiTtxxpqtR7wkWLR6yEull { top:18.3125rem;left:25.6875rem;width:21.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9L5SU0urq5frTD17EEnbbN9I8U9Vv2Q { top:21.3125rem;left:25rem;width:22.75rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFFE2MtiTundwWxHmkuM7ftDi2TNUt0S { top:34.5625rem;left:19.375rem;width:28.375rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJuCwymMkoSuM84fba6wdDgmnb0TgM8s { top:34.5625rem;left:0rem;width:28.4375rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwHmJBdUbSbTAADztnF6O4BnFpROKdVh { top:39.375rem;left:0rem;width:21.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lW9SVHTN8mTG8AJsi4wxSnFtdkRtu7FU { top:42.375rem;left:0rem;width:22.75rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyAi2ZAKHuUehCepz8RdNATOfcpCsBii { top:55.6875rem;left:0rem;width:28.375rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3CTnJWqgoiPk4FbEecGZNgClXAQAahz { top:55.6875rem;left:19.3125rem;width:28.4375rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nvcz3MhhFoITEyuR3iKhQcwlzscupgLo { top:60.5rem;left:22rem;width:25.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTKFudCrVM7IInTdTwz1FWv5zJHU5XqC { top:63.5rem;left:25rem;width:22.75rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MO5l3thFkNMF0AV5sL2bMpyAG7R1AJ6y { top:76.75rem;left:19.375rem;width:28.375rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRsEPrROn9T6wKFrGN25DqTkXq1JtyZM { top:76.75rem;left:0rem;width:28.4375rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #huWRfJoKd1VRNVPKmRhFBq1oS3vv1zZZ { top:81.5625rem;left:0rem;width:25.375rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdcPVFvhW1pT7DvEfPu4hu27WBAXa2Dc { top:84.5625rem;left:0rem;width:22.75rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUIIOAFfftwJ11yXfRqqS5OAclCcWmSS { top:97.875rem;left:0rem;width:28.25rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFhaUu5Fvn34QIn0JVpnxKhPSIRNMIrU { top:97.875rem;left:19.3125rem;width:28.4375rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #faGIodrsi4hoOWqOgIXobsCXUp9SoTVt { top:118.9375rem;left:19.375rem;width:28.25rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbuXgk4pTkTLRRQtnk88BGhl6BNv06oP { top:118.9375rem;left:0rem;width:28.4375rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQOTc3aDT2RUUCZncqOz8JFUDU07EVik { top:102.6875rem;left:25.6875rem;width:21.8125rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4mk2bKmJmx0WrexNBgN45NOGk2rfCEo { top:105.6875rem;left:25rem;width:22.75rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpEX3Pfs05opNcnrJbQUWRNICiDVvNWI { top:123.75rem;left:0rem;width:21.8125rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDzlJQg92GBklpTiMKt5IdddvzUCcOf2 { top:126.75rem;left:0rem;width:22.75rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6OhV7JrJsGCIneSvAgKExyJQBq7LTg2 { display:block; }#P6OhV7JrJsGCIneSvAgKExyJQBq7LTg2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJqvXlMDaLLODmsx278CXA5vHeTtGeMA { top:9.3125rem;left:22.125rem;width:3.625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMEKH1LZ16gLiTQUKf2v58qni9nXMxOO { top:4.625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVTw9QZcpFwxeJkwAEpTlD5me1aBBMQ1 { display:block; }#RVTw9QZcpFwxeJkwAEpTlD5me1aBBMQ1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DtPGvf9BuhSUNJlOeWN9TPNNNRqTq9hm { width:7.5625rem;height:7.6875rem;top:19.1875rem;left:8.3125rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOWOAuh1IEr6qLbxMTp4lhhyNfRQlGxs { width:21.1875rem;height:1.8125rem;top:4.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho4xinsDSC1VaxIxTdTkPRJxWtf2Q2ek { width:21.4375rem;height:10.375rem;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGXOHEytGkLxmuMk1z97biJ9POiLyXWh { width:21.1875rem;height:1.75rem;top:4.4375rem;left:10.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgQTybWpdc2KOvdZCVuPbbTJwWxDFHCx { width:21.1875rem;height:1.75rem;top:4.4375rem;left:26.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeH32TAVAmpcrikM42wANLc3MshftyEw { width:7.5625rem;height:7.6875rem;top:19.3125rem;left:24.1875rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTXHIDqJiCVFIWsqviwUohe1Pw01k2de { width:21.4375rem;height:11.6875rem;top:7.1875rem;left:10.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffFrrue5afAM8s7lBygqFyDO2OoWTPKM { width:7.5625rem;height:7.6875rem;top:19.3125rem;left:40.0625rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJ75JN6mRPK5lcGFSCAQInnVhIJki05O { width:21.4375rem;height:10.375rem;top:7.1875rem;left:26.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJTfhsWvETXQKGpx3vWMEGuq2Tn8393w { top:22rem;left:9.6875rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbAooscsArd9zO7Q9ydHNa7cpQXocnCr { top:22rem;left:25.5625rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0rLmZpvk9vwLdC3B2AfpV1wI0peuI15 { top:22rem;left:41.4375rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiTEQwgkpiwBdHVIJpH3RxT5Gh7k6Dwr { display:block; }#XiTEQwgkpiwBdHVIJpH3RxT5Gh7k6Dwr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ibPUMWT1enlFG6c2neu29wvIR8usIa0Z { top:5.875rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW2XUl0GQpoN4yet2h1IawTUa0ltJlKg { width:47.75rem;height:5.1875rem;top:15.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDbslywFSngfywguQCQVIu9dMkbOORvP { width:29.5625rem;height:4.375rem;top:24.5625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNT5N2nTMADqSy9fACBJnFGQEgRhP75c { display:block; }
 }@media only screen and (max-width: 763px) { #eSV6KPAmIcdbN1sJWw0Vepi2QfSs6lRS { top:23.75rem;left:9.6875rem;width:29.375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVf6Iiz5O9Tb66aI5OHfLT77G8R9Q3Os { display:block; }#QVf6Iiz5O9Tb66aI5OHfLT77G8R9Q3Os > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #stXfggTLToPSlChpnsOV28sL2y2F0UoX { top:9.875rem;left:0rem;width:36.25rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUZ9lEyKdJ8PlKBJ0tWzTwDtyS55H3za { top:9.875rem;left:19.125rem;width:28.625rem;height:6.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twdum9QCbwR2wnoqJgIeInsCduEtLsnn { width:34.6875rem;height:15.5625rem;top:17.375rem;left:13.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDHh4KUpTFh0lf8V1CigxRCUPpw8dMwE { display:block; }#PDHh4KUpTFh0lf8V1CigxRCUPpw8dMwE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XU7BhXucacLogghc6yUUnHloslBat0rK { top:6.6875rem;left:0rem;width:38.875rem;height:3.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCnwrcxcQl27lhI34QOzWZUg04ttnbZr { top:10.6875rem;left:0rem;width:3.625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVsSmKRun6QeeVhbBTNFzA8HRdzGWoIb { width:47.75rem;height:105.25rem;top:13.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWz5w9SlT2qeKlc7FKxRTc3wnR0EwgX6 { display:block; }#HWz5w9SlT2qeKlc7FKxRTc3wnR0EwgX6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MgPmX0aaK0KJ9WkIwHHsZnL6ETWyuMdr { top:5.875rem;left:0rem;width:47.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eut8KCX0MT991lh6FzJqbSZvTPOHgClN { top:9.9375rem;left:22.125rem;width:3.625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFJREpAZMTtOdLTMgtmwFm0gln8zGrsD { top:13.8125rem;left:0rem;width:16.1875rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oypUgELPAixu9uwE2FtWsiTU6gGsU7Gs { top:38.1875rem;left:0rem;width:16.1875rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiIGtIleeXJcRQo1zw4P8rATNoWFdtqc { top:40.125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oH1Vt1Z9sEZhpaamok8Xy22cv53OpZzA { top:42.4375rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUoR6qPJ5WfJTGIgH77E3pfasuMHWcRO { top:48.3125rem;left:3.2578125rem;width:3.625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD8TrOsx5AlXiImqCEGTmxkBVGfVpnoR { top:13.875rem;left:15.8125rem;width:16.125rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ4FqV9hlyDKUz2RXx9TaZCCnM3KXc0n { top:38.0625rem;left:15.8125rem;width:16.1875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwv2dFG8cgTneFVSxuPCPzVHTqRpdgl0 { top:40.125rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7slmxSsrAC2GVKgiZq2noBGMJhEwrEW { top:42.4375rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDmKkVe0klnWcF4AT9wWsSyW2nJPyRSp { top:48.3125rem;left:22.0625rem;width:3.625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr0Bhskde9X19msd9FeMI7FqSIDddzyP { top:38rem;left:31.5625rem;width:16.1875rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIzr9VaPFvBL91uNpMlKseP4hEapQTcX { top:42.4375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtUHGMmBh9Q7P965yHXTvGhqlxRzIlTl { top:40.125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5LpvcwPpomgvVCJTX52ya6OCEQxdyA9 { top:13.875rem;left:31.625rem;width:16.125rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTcyQJntvuJM38u0KOOVEEz48THqr4Qp { top:48.3125rem;left:41.0625rem;width:3.625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z96WISu0q9GBXeFvwthOqDgn06BtELVz { display:block; }#Z96WISu0q9GBXeFvwthOqDgn06BtELVz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xi6P9HtVN5V3HTog13ThCUckTcBHgo8E { top:5.875rem;left:0rem;width:47.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdoDoCeK5qf9qVGydmUgmvLkxJemuliQ { width:47.75rem;height:5.1875rem;top:11.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVaxUygcs3xpT6ZKmZN1MqRIp7GOF1Kx { width:29.5rem;height:4.375rem;top:21.4375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #peDzEVasTltRULbouTcxOTZV2d6tBobw { display:block; }
 }@media only screen and (max-width: 763px) { #XTft4HsiwzR2Ek6RNMbKshrt2DRN90XG { top:20.625rem;left:9.75rem;width:29.25rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STsk8vCwc8Z7KxEdCZvG9trEDQutwiFf { display:block; }#STsk8vCwc8Z7KxEdCZvG9trEDQutwiFf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bbernt5xv1VkVqewDZT5em0Uz7Wu4Nrl { width:47.75rem;height:1.125rem;top:0.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uPo7Z5W9fp2EiwJRyDm6RMgez7aoKlDH { display:block; }#uPo7Z5W9fp2EiwJRyDm6RMgez7aoKlDH > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oio6pDxhgKnRnaIlcbTape7OInWKQZBm { width:20rem;height:3.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4AWiaWQTkVTKahxfXHCJA9PDd9PpT8c { width:19rem;height:4.375rem;top:6.9443375rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vBs2In6xqdKT3cUMV2UtT85Fa4OQPZIL { display:block; }
 }@media only screen and (max-width: 763px) { #bLkT0bpl317oS5ZQMlBSnL6OC1Tx2bmX { display:block; }#bLkT0bpl317oS5ZQMlBSnL6OC1Tx2bmX > .row .container { width:20rem;height:28.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u1NQo84bkKx1rmKvl4AiIfpWJZuXG1DP { width:20rem;height:6.5800625rem;top:3.08203125rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NfRZwWaqpD0ktMgNv2I9GmTxZdaI4nOM { width:20rem;height:3.8994125rem;top:10.412109375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AorRIE2yfN4EvtTWVzSh0U0nNmlMybtw { width:20rem;height:4.375rem;top:15.912109375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uslsVUTGZR0xvPsN0HfX6R1Fo4VfxEgn { display:block; }
 }@media only screen and (max-width: 763px) { #yGIPF3bBTPdiyaxXEdfxu9gHf8XiXhTm { width:20rem;height:4.375rem;top:21.537109375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGGLq5Inx29heCEHr3zQ587pywTAm1Ns { display:block; }
 }@media only screen and (max-width: 763px) { #xMLhwODSx2GoobSBSximSSm4cADs651n { display:block; }#xMLhwODSx2GoobSBSximSSm4cADs651n > .row .container { width:20rem;height:112.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ruoxqq7Cf2m3lHs7GJayzVoBGdXvFlMQ { width:15.0625rem;height:4.0625rem;top:4.25rem;left:2.46875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qKDNQsUg1lrTvhgWF1idSw3KG03Ka412 { width:18.375rem;height:32.8125rem;top:78.4248046875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtTVPN6URKtJJA8q0MKIxEkpTIvRnoJC { width:18.375rem;height:32.8125rem;top:10.2998046875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8SUb1PdJe7oZwfhWV1XMAxfNzm5u9Ul { width:18.375rem;height:32.8125rem;top:44.3623046875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6tOllvx0ks7eSt4NBGaUKbHeMlyZGVc { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3c625f59-4998-42a4-8132-a221d1e72d84/norcalbghalftone.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#a6tOllvx0ks7eSt4NBGaUKbHeMlyZGVc.adaptive-delivery-prevent-bg, #a6tOllvx0ks7eSt4NBGaUKbHeMlyZGVc.lazyload, #a6tOllvx0ks7eSt4NBGaUKbHeMlyZGVc.lazyloading { background-image: none; }#a6tOllvx0ks7eSt4NBGaUKbHeMlyZGVc > .row .container { background-color: transparent; background-image: none; }#a6tOllvx0ks7eSt4NBGaUKbHeMlyZGVc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6tOllvx0ks7eSt4NBGaUKbHeMlyZGVc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6tOllvx0ks7eSt4NBGaUKbHeMlyZGVc > .row .container > .video-iframe-container { display: none; }#a6tOllvx0ks7eSt4NBGaUKbHeMlyZGVc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6tOllvx0ks7eSt4NBGaUKbHeMlyZGVc > .row > .video-iframe-container { display: none; }#a6tOllvx0ks7eSt4NBGaUKbHeMlyZGVc > .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); }#a6tOllvx0ks7eSt4NBGaUKbHeMlyZGVc > .row .container { width:20rem;height:53rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z9lxEFiTPXA1eTECeUROpDVRaeggvWXn { width:20rem;height:7.7988125rem;top:15.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #voOBUVvJtRl0pHeJ3H1Suwmh81mTS7az { width:20rem;height:18.197275rem;top:24.797875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BvbrOmglDRg50JQqga4lJtGEH5TorZOO { width:19rem;height:4.375rem;top:44.245125rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUCCz1orSih76CIfER5pGX18W20KvbuE { display:block; }
 }@media only screen and (max-width: 763px) { #AnTZsRsoLDXT8bHNvpTEFUia0wZZCQol { width:20rem;height:13.250444049734rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctoHsQ7QZx3PHuWMiW3lWQC0We9w6T9V { width:18.9375rem;height:4.4375rem;top:44.8076171875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o94DBMQTqbObGlVZWceSTdgiZyrmVtPS { display:block; }#o94DBMQTqbObGlVZWceSTdgiZyrmVtPS > .row .container { width:20rem;height:51.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UOdN5H0dc8CLFayiXOFzotqsmSgBSWe6 { width:20rem;height:3.4121125rem;top:4.125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PVfnXBOEfkoVmfGLDuIT90FSbG2ugbbx { width:20rem;height:39.375rem;top:9.412109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGE5KXWPt8L7h9RN7yeX5SP8HrAGzL2q { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/40c2a97f-f967-449f-94d0-7f405c1285a3/norcalbluesplatterimageplain.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UGE5KXWPt8L7h9RN7yeX5SP8HrAGzL2q.adaptive-delivery-prevent-bg, #UGE5KXWPt8L7h9RN7yeX5SP8HrAGzL2q.lazyload, #UGE5KXWPt8L7h9RN7yeX5SP8HrAGzL2q.lazyloading { background-image: none; }#UGE5KXWPt8L7h9RN7yeX5SP8HrAGzL2q > .row .container { background-color: transparent; background-image: none; }#UGE5KXWPt8L7h9RN7yeX5SP8HrAGzL2q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGE5KXWPt8L7h9RN7yeX5SP8HrAGzL2q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGE5KXWPt8L7h9RN7yeX5SP8HrAGzL2q > .row .container > .video-iframe-container { display: none; }#UGE5KXWPt8L7h9RN7yeX5SP8HrAGzL2q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGE5KXWPt8L7h9RN7yeX5SP8HrAGzL2q > .row > .video-iframe-container { display: none; }#UGE5KXWPt8L7h9RN7yeX5SP8HrAGzL2q > .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); }#UGE5KXWPt8L7h9RN7yeX5SP8HrAGzL2q > .row .container { width:20rem;height:85.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgSUHSz8AsgSBT1eF3de4RVFlGcvElP8 { width:20rem;height:3.736325rem;top:3.625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MWbGJue5QmUGo7efHHkWHpTe4DQMn0xl { width:20rem;height:3.8994125rem;top:9.974609375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q2WGlMaV6T2P3Vr6NidBquRZIaGoz5Jf { width:3.625rem;height:0.3125rem;top:8.224609375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvzWWS2BbVDXmMkKIhsebFd93FLTzPyF { width:9.0625rem;height:1.625rem;top:17.5478515625rem;left:5.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfLcXrW41ylIcUoqHpGnptOL0lTcqgna { width:18.1875rem;height:7.7988125rem;top:19.9228515625rem;left:0.90625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eCu9fizd9VBlbxlV5B8IXWN1XATlgxls { width:4.875rem;height:4.875rem;top:28.48535625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6kBh25cLyd0o9Na251tJSVKBbAyZViK { width:20rem;height:19.625rem;top:15.42285625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q59biNTOicIiE5Rm2xbnQK8dqfO1quph { width:20rem;height:19.625rem;top:36.29785625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5TegU52DLoVCMx1xLoV8Tf8EwmqSWxf { width:9.0625rem;height:1.625rem;top:38.1875rem;left:5.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOoq5pT4RaQZ8U9yZrie5t2czQOhtC9Q { width:18.1875rem;height:7.7988125rem;top:40.9853515625rem;left:0.90625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dnKKxI3COLhyk7evxkZ7m21Jgp9V3C0r { width:4.875rem;height:4.875rem;top:49.36035625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWoVGuAL4SdrgttTRSIWUXZFJRVeMT5E { width:20rem;height:19.625rem;top:57.17285625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQCM0OG29peNqgd02ugmMcVZMHtgbmuV { width:18.0625rem;height:7.7988125rem;top:62.4990234375rem;left:0.96875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A3Ws1E3JoIuT9MLSXomVuaMJEVAOPAzk { width:9.0625rem;height:1.625rem;top:59.2978515625rem;left:5.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Li03UesSiqCBaiqx8Pyx8LAwAJ37oXGT { width:4.875rem;height:4.875rem;top:70.23535625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxbigMVPsktUTHM9MsxNcI7kzwf3ls1h { width:19rem;height:4.375rem;top:77.875rem;left:0.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxGthyPVrvBM3i2xLyKkfN2kG6DClWZ8 { display:block; }
 }@media only screen and (max-width: 763px) { #ePsTb8sTiFMMtwqe7yn74uaDqTVJsrQS { width:18.8125rem;height:4.4375rem;top:78.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPyJMfDgKSNZXHsbrlq3zlAXGxWIunnL { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3a45d4c9-ba29-45a3-b6ec-9f2a728f3a2c/norcalbgdotted.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CPyJMfDgKSNZXHsbrlq3zlAXGxWIunnL.adaptive-delivery-prevent-bg, #CPyJMfDgKSNZXHsbrlq3zlAXGxWIunnL.lazyload, #CPyJMfDgKSNZXHsbrlq3zlAXGxWIunnL.lazyloading { background-image: none; }#CPyJMfDgKSNZXHsbrlq3zlAXGxWIunnL > .row .container { background-color: transparent; background-image: none; }#CPyJMfDgKSNZXHsbrlq3zlAXGxWIunnL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPyJMfDgKSNZXHsbrlq3zlAXGxWIunnL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPyJMfDgKSNZXHsbrlq3zlAXGxWIunnL > .row .container > .video-iframe-container { display: none; }#CPyJMfDgKSNZXHsbrlq3zlAXGxWIunnL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPyJMfDgKSNZXHsbrlq3zlAXGxWIunnL > .row > .video-iframe-container { display: none; }#CPyJMfDgKSNZXHsbrlq3zlAXGxWIunnL > .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); }#CPyJMfDgKSNZXHsbrlq3zlAXGxWIunnL > .row .container { width:20rem;height:74.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IFV2Sf4LtLAZHoBlEqkTTZPrytsZuJBN { width:20rem;height:3.736325rem;top:3.875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #flxKvAD94QbSQSdwzqJeGECQZflzcmTb { width:3.625rem;height:0.3125rem;top:8.537109375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsPTz5B0umeEEBN0bMB5tw3skx9TaES0 { width:19.75rem;height:4.375rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwfXTQCkxlNRuWLngFOQmZWeDynLhheL { width:19.75rem;height:4.375rem;top:42.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMxM3HwecTBybIha4lRa6AlzOPosi2V3 { width:20rem;height:2.923825rem;top:12.849609375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wCN9ezbdFVRRByzsXeU8zil9QvHP312g { width:20rem;height:1.4619125rem;top:44.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dQkvi42SXvyxchh673sW0LonIkIdU950 { width:19.75rem;height:7.5rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8lmo9JWmHlSW7Dh9NE2PzxRgmiLTWNZ { width:18.625rem;height:6.499rem;top:17.25rem;left:0.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w6nny4CpZOBFsckt3GJJJucpPFpQp9wD { width:18.625rem;height:5.19921875rem;top:48.8125rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPLJbmTWKphGLmuLvguyMQgNkvmuol25 { width:19.75rem;height:7.5rem;top:47.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSgGXkdWCk80gPGk2WvdWJfPUQzsDE1V { width:19.75rem;height:7.5rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT9Ok5Ilz9JIuu2ptIQBNgJqJCdUDbAG { width:18.125rem;height:5.19921875rem;top:25.650390625rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GgRnr6L8LvL8RTXJAoiRnTKkqSPgwcsD { width:19.75rem;height:7.5rem;top:55.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6hCBQ6UJZnEF9M52My9qO1429yv4O3m { width:18.375rem;height:5.19921875rem;top:56.5625rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R4GJVBEo4Rcx20lGxrwtBWb4tLz1BbVZ { width:19.75rem;height:7.5rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsMp4TtKcUbMsrw5OHSVtHPqRk2uSMfM { width:18.4375rem;height:2.5996125rem;top:34.7001953125rem;left:0.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZxqHSpbx5ZOISFFwkLFQJsJwMAlDOVZ { width:19.75rem;height:7.5rem;top:63.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIVf0iJBfWaZSvnmbO950tiCk2zMW1xA { width:17.9375rem;height:5.19921875rem;top:64.3125rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcvLS4lXeFea11g1ogWv14es7FGWRzNc { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/07ca3dd8-f63b-4f4c-b2fd-996cf5a320d4/physiotherapy2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IcvLS4lXeFea11g1ogWv14es7FGWRzNc.adaptive-delivery-prevent-bg, #IcvLS4lXeFea11g1ogWv14es7FGWRzNc.lazyload, #IcvLS4lXeFea11g1ogWv14es7FGWRzNc.lazyloading { background-image: none; }#IcvLS4lXeFea11g1ogWv14es7FGWRzNc > .row .container { background-color: transparent; background-image: none; }#IcvLS4lXeFea11g1ogWv14es7FGWRzNc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.66); }#IcvLS4lXeFea11g1ogWv14es7FGWRzNc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcvLS4lXeFea11g1ogWv14es7FGWRzNc > .row .container > .video-iframe-container { display: none; }#IcvLS4lXeFea11g1ogWv14es7FGWRzNc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.66); }#IcvLS4lXeFea11g1ogWv14es7FGWRzNc > .row > .video-iframe-container { display: none; }#IcvLS4lXeFea11g1ogWv14es7FGWRzNc > .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); }#IcvLS4lXeFea11g1ogWv14es7FGWRzNc > .row .container { width:20rem;height:91rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfpcTiCgDgIl8H1a7IvVKRPmMtow3Z1T { width:20rem;height:68.875rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC3lIz68mf0syIhmOy064aCUXMm94GIm { width:20rem;height:3.57421875rem;top:3.5rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W5RBFllVLzVwgdT3iKhyse4t2hkRDsK1 { width:20rem;height:3.8994125rem;top:8.099609375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b8H8ZWnqJSfRwVhegqvhGISlRqJfHKWW { width:20rem;height:72.875rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2pI9XqScDgVscCSlWnVbaMOd2Lxz34T { display:block; }#C2pI9XqScDgVscCSlWnVbaMOd2Lxz34T > .row .container { width:20rem;height:223.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soSK1TTpGJmVIT12OprR40GOZXwAt8pb { width:20rem;height:1.8681625rem;top:4.875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tyG2A8TaxIg9TRWy39OzIlCms9DddrnH { width:3.625rem;height:0.3125rem;top:7.6123046875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGRm39waplZpl2VnC3QWtF1rwVuchzTl { width:20rem;height:13.3036875rem;top:11.2587890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9CTIeAru99GHGpRI70p9TKEwdBIdxOR { width:20rem;height:18.875rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #velgGA9VN0wiTtxxpqtR7wkWLR6yEull { width:20rem;height:1.7871125rem;top:29.3125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e9L5SU0urq5frTD17EEnbbN9I8U9Vv2Q { width:17.8125rem;height:6.499rem;top:32.3125rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFFE2MtiTundwWxHmkuM7ftDi2TNUt0S { width:20rem;height:13.3036875rem;top:46.6337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJuCwymMkoSuM84fba6wdDgmnb0TgM8s { width:20rem;height:18.875rem;top:59.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwHmJBdUbSbTAADztnF6O4BnFpROKdVh { width:20rem;height:1.7871125rem;top:63.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lW9SVHTN8mTG8AJsi4wxSnFtdkRtu7FU { width:18.25rem;height:9.098625rem;top:65.875rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyAi2ZAKHuUehCepz8RdNATOfcpCsBii { width:20rem;height:13.3036875rem;top:81.3212890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3CTnJWqgoiPk4FbEecGZNgClXAQAahz { width:20rem;height:18.875rem;top:94.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nvcz3MhhFoITEyuR3iKhQcwlzscupgLo { width:16.9375rem;height:3.57421875rem;top:98.0625rem;left:1.53125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UTKFudCrVM7IInTdTwz1FWv5zJHU5XqC { width:18.3125rem;height:7.7988125rem;top:102.375rem;left:0.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MO5l3thFkNMF0AV5sL2bMpyAG7R1AJ6y { width:20rem;height:13.3036875rem;top:116.9462890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRsEPrROn9T6wKFrGN25DqTkXq1JtyZM { width:20rem;height:18.875rem;top:130.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #huWRfJoKd1VRNVPKmRhFBq1oS3vv1zZZ { width:18.3125rem;height:3.57421875rem;top:132.98828125rem;left:0.84375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QdcPVFvhW1pT7DvEfPu4hu27WBAXa2Dc { width:18.5rem;height:7.7988125rem;top:137.125rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUIIOAFfftwJ11yXfRqqS5OAclCcWmSS { width:20rem;height:13.3623125rem;top:151.57421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFhaUu5Fvn34QIn0JVpnxKhPSIRNMIrU { width:20rem;height:18.875rem;top:164.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #faGIodrsi4hoOWqOgIXobsCXUp9SoTVt { width:20rem;height:13.3623125rem;top:187.51171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbuXgk4pTkTLRRQtnk88BGhl6BNv06oP { width:20rem;height:18.875rem;top:200.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQOTc3aDT2RUUCZncqOz8JFUDU07EVik { width:18.6875rem;height:3.57421875rem;top:168.6875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W4mk2bKmJmx0WrexNBgN45NOGk2rfCEo { width:18.5625rem;height:7.7988125rem;top:173.26171875rem;left:0.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpEX3Pfs05opNcnrJbQUWRNICiDVvNWI { width:20rem;height:1.7871125rem;top:204.1875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LDzlJQg92GBklpTiMKt5IdddvzUCcOf2 { width:18.5rem;height:7.7988125rem;top:207.25rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6OhV7JrJsGCIneSvAgKExyJQBq7LTg2 { display:block; }#P6OhV7JrJsGCIneSvAgKExyJQBq7LTg2 > .row .container { width:20rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJqvXlMDaLLODmsx278CXA5vHeTtGeMA { width:3.625rem;height:0.3125rem;top:7.724609375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMEKH1LZ16gLiTQUKf2v58qni9nXMxOO { width:20rem;height:3.736325rem;top:3.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RVTw9QZcpFwxeJkwAEpTlD5me1aBBMQ1 { display:block; }#RVTw9QZcpFwxeJkwAEpTlD5me1aBBMQ1 > .row .container { width:20rem;height:74.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DtPGvf9BuhSUNJlOeWN9TPNNNRqTq9hm { width:7.5625rem;height:2.5996125rem;top:20.2724609375rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOWOAuh1IEr6qLbxMTp4lhhyNfRQlGxs { width:14.25rem;height:3.57421875rem;top:2.5rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho4xinsDSC1VaxIxTdTkPRJxWtf2Q2ek { width:19.9375rem;height:11.69825rem;top:7.32421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGXOHEytGkLxmuMk1z97biJ9POiLyXWh { width:20rem;height:1.7871125rem;top:27.5283203125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgQTybWpdc2KOvdZCVuPbbTJwWxDFHCx { width:20rem;height:1.7871125rem;top:51.05078125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeH32TAVAmpcrikM42wANLc3MshftyEw { width:7.5625rem;height:2.5996125rem;top:43.513671875rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTXHIDqJiCVFIWsqviwUohe1Pw01k2de { width:20rem;height:11.69825rem;top:30.5654296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffFrrue5afAM8s7lBygqFyDO2OoWTPKM { width:7.5625rem;height:2.5996125rem;top:67.0361328125rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJ75JN6mRPK5lcGFSCAQInnVhIJki05O { width:20rem;height:11.69825rem;top:54.087890625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJTfhsWvETXQKGpx3vWMEGuq2Tn8393w { width:2.375rem;height:2.375rem;top:21.2607421875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbAooscsArd9zO7Q9ydHNa7cpQXocnCr { width:2.375rem;height:2.375rem;top:44.5732421875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0rLmZpvk9vwLdC3B2AfpV1wI0peuI15 { width:2.375rem;height:2.375rem;top:68.0732421875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiTEQwgkpiwBdHVIJpH3RxT5Gh7k6Dwr { display:block; }#XiTEQwgkpiwBdHVIJpH3RxT5Gh7k6Dwr > .row .container { width:20rem;height:32.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ibPUMWT1enlFG6c2neu29wvIR8usIa0Z { width:20rem;height:3.736325rem;top:3.3125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gW2XUl0GQpoN4yet2h1IawTUa0ltJlKg { width:18.9375rem;height:14.29784375rem;top:8.8828125rem;left:0.53125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDbslywFSngfywguQCQVIu9dMkbOORvP { width:19rem;height:4.375rem;top:24.458984375rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNT5N2nTMADqSy9fACBJnFGQEgRhP75c { display:block; }
 }@media only screen and (max-width: 763px) { #eSV6KPAmIcdbN1sJWw0Vepi2QfSs6lRS { width:18.75rem;height:4.4375rem;top:25.021484375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVf6Iiz5O9Tb66aI5OHfLT77G8R9Q3Os { display:block; }#QVf6Iiz5O9Tb66aI5OHfLT77G8R9Q3Os > .row .container { width:20rem;height:51.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #stXfggTLToPSlChpnsOV28sL2y2F0UoX { width:20rem;height:13.344827586207rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUZ9lEyKdJ8PlKBJ0tWzTwDtyS55H3za { width:20rem;height:3.736325rem;top:16.4697265625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Twdum9QCbwR2wnoqJgIeInsCduEtLsnn { width:20rem;height:25.99611875rem;top:21.39453125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDHh4KUpTFh0lf8V1CigxRCUPpw8dMwE { display:block; }#PDHh4KUpTFh0lf8V1CigxRCUPpw8dMwE > .row .container { width:20rem;height:225.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XU7BhXucacLogghc6yUUnHloslBat0rK { width:20rem;height:1.8681625rem;top:3.125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vCnwrcxcQl27lhI34QOzWZUg04ttnbZr { width:3.625rem;height:0.3125rem;top:5.6748046875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVsSmKRun6QeeVhbBTNFzA8HRdzGWoIb { width:20rem;height:214.467825rem;top:8.4873046875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWz5w9SlT2qeKlc7FKxRTc3wnR0EwgX6 { display:block; }#HWz5w9SlT2qeKlc7FKxRTc3wnR0EwgX6 > .row .container { width:20rem;height:118.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MgPmX0aaK0KJ9WkIwHHsZnL6ETWyuMdr { width:20rem;height:1.8681625rem;top:2.9326171875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Eut8KCX0MT991lh6FzJqbSZvTPOHgClN { width:3.625rem;height:0.3125rem;top:5.2998046875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFJREpAZMTtOdLTMgtmwFm0gln8zGrsD { width:16.1875rem;height:24.375rem;top:8.4375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oypUgELPAixu9uwE2FtWsiTU6gGsU7Gs { width:16.1875rem;height:10.375rem;top:32.75rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiIGtIleeXJcRQo1zw4P8rATNoWFdtqc { width:12.5rem;height:1.29980625rem;top:34.6875rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oH1Vt1Z9sEZhpaamok8Xy22cv53OpZzA { width:12.5rem;height:2.5996125rem;top:37rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUoR6qPJ5WfJTGIgH77E3pfasuMHWcRO { width:3.625rem;height:0.3125rem;top:42.875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD8TrOsx5AlXiImqCEGTmxkBVGfVpnoR { width:16.125rem;height:24.25rem;top:45.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ4FqV9hlyDKUz2RXx9TaZCCnM3KXc0n { width:16.1875rem;height:10.5rem;top:68.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwv2dFG8cgTneFVSxuPCPzVHTqRpdgl0 { width:12.5rem;height:1.29980625rem;top:70.5625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7slmxSsrAC2GVKgiZq2noBGMJhEwrEW { width:12.5rem;height:1.29980625rem;top:72.875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDmKkVe0klnWcF4AT9wWsSyW2nJPyRSp { width:3.625rem;height:0.3125rem;top:78.75rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr0Bhskde9X19msd9FeMI7FqSIDddzyP { width:16.1875rem;height:10.5625rem;top:105.48730625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIzr9VaPFvBL91uNpMlKseP4hEapQTcX { width:12.5rem;height:1.29980625rem;top:109.92480625rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtUHGMmBh9Q7P965yHXTvGhqlxRzIlTl { width:12.5rem;height:1.29980625rem;top:107.61230625rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5LpvcwPpomgvVCJTX52ya6OCEQxdyA9 { width:16.125rem;height:24.25rem;top:81.2998046875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTcyQJntvuJM38u0KOOVEEz48THqr4Qp { width:3.625rem;height:0.3125rem;top:115.79980625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z96WISu0q9GBXeFvwthOqDgn06BtELVz { display:block; }#Z96WISu0q9GBXeFvwthOqDgn06BtELVz > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xi6P9HtVN5V3HTog13ThCUckTcBHgo8E { width:20rem;height:1.8681625rem;top:3.3125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gdoDoCeK5qf9qVGydmUgmvLkxJemuliQ { width:20rem;height:11.69823125rem;top:6.6748046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVaxUygcs3xpT6ZKmZN1MqRIp7GOF1Kx { width:19rem;height:4.375rem;top:20.49609375rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #peDzEVasTltRULbouTcxOTZV2d6tBobw { display:block; }
 }@media only screen and (max-width: 763px) { #XTft4HsiwzR2Ek6RNMbKshrt2DRN90XG { width:18.8125rem;height:4.4375rem;top:21.12109375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STsk8vCwc8Z7KxEdCZvG9trEDQutwiFf { display:block; }#STsk8vCwc8Z7KxEdCZvG9trEDQutwiFf > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bbernt5xv1VkVqewDZT5em0Uz7Wu4Nrl { width:20rem;height:2.2734375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }