.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#ZWgFsnBJbOWww8W1ZsKKrIlfmBay705G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;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; }#ZWgFsnBJbOWww8W1ZsKKrIlfmBay705G > .row .container { background-color: transparent; background-image: none; }#ZWgFsnBJbOWww8W1ZsKKrIlfmBay705G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWgFsnBJbOWww8W1ZsKKrIlfmBay705G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWgFsnBJbOWww8W1ZsKKrIlfmBay705G > .row .container > .video-iframe-container { display: none; }#ZWgFsnBJbOWww8W1ZsKKrIlfmBay705G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWgFsnBJbOWww8W1ZsKKrIlfmBay705G > .row > .video-iframe-container { display: none; }#ZWgFsnBJbOWww8W1ZsKKrIlfmBay705G > .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); }#ZWgFsnBJbOWww8W1ZsKKrIlfmBay705G > .row .container { border-width: 0; border-radius: 0; }#ZWgFsnBJbOWww8W1ZsKKrIlfmBay705G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZWgFsnBJbOWww8W1ZsKKrIlfmBay705G > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:75rem;position:relative;display:block; }#BwPuX7xU1Qce4EgRcT48bber7GTaaaA0 { 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;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:montserrat;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.186rem;height:2.06055rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:3.8129341602326rem;left:2.2482643127441rem;display:block; }
#UihJiFb9kwQfonuwTfTWDlxfo44hQ05K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oD1Tpk0KpsTIPzo9m6tMOsv5PmM1iw0i { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom: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:8.6875rem;width:8.75rem;top:0.5rem;left:33.125rem;overflow:hidden;display:block; }
#hQrCHPrb4Vx6CGue0RI4V7fIK9QQ827z { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.6862rem;width:1.6862rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:3.9995660781861rem;left:0rem; }
#hQrCHPrb4Vx6CGue0RI4V7fIK9QQ827z > img { max-width: 100%;max-height:100%; width:1.6862rem; height:1.6862rem; }#XwLKlaeIoGizlC3Af7GJNM8Fxqymkl2B { z-index:15005;top:3.1250002384186rem;left:57.124572753906rem;background-color:#d7a42d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anybody;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:17.874375rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#aavitzq98gMskWGR8FshZzgo0EEBTg9P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bK75K0bhnCTTg9UEI1Urzd2NzkOet8qE { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a9e3b96c-c697-49b0-b4db-923eab79ef22/faulknerlawheaderimagemin.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#bK75K0bhnCTTg9UEI1Urzd2NzkOet8qE.adaptive-delivery-prevent-bg, #bK75K0bhnCTTg9UEI1Urzd2NzkOet8qE.lazyload, #bK75K0bhnCTTg9UEI1Urzd2NzkOet8qE.lazyloading { background-image: none; }#bK75K0bhnCTTg9UEI1Urzd2NzkOet8qE > .row .container { background-color: transparent; background-image: none; }#bK75K0bhnCTTg9UEI1Urzd2NzkOet8qE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(50,65,88,0.2); }#bK75K0bhnCTTg9UEI1Urzd2NzkOet8qE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bK75K0bhnCTTg9UEI1Urzd2NzkOet8qE > .row .container > .video-iframe-container { display: none; }#bK75K0bhnCTTg9UEI1Urzd2NzkOet8qE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(50,65,88,0.2); }#bK75K0bhnCTTg9UEI1Urzd2NzkOet8qE > .row > .video-iframe-container { display: none; }#bK75K0bhnCTTg9UEI1Urzd2NzkOet8qE > .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); }#bK75K0bhnCTTg9UEI1Urzd2NzkOet8qE > .row .container { border-width: 0; border-radius: 0; }#bK75K0bhnCTTg9UEI1Urzd2NzkOet8qE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bK75K0bhnCTTg9UEI1Urzd2NzkOet8qE > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bK75K0bhnCTTg9UEI1Urzd2NzkOet8qE > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;overflow:visible;position:relative;display:block; }#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 .widget-form-header {  }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:20.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(0,0,0,0.5);border-left:0.0625rem solid rgba(0,0,0,0.5);border-right:0.0625rem solid rgba(0,0,0,0.5);border-bottom:0.0625rem solid rgba(0,0,0,0.5);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.9375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(0,0,0,0.5);border-left:0.0625rem solid rgba(0,0,0,0.5);border-right:0.0625rem solid rgba(0,0,0,0.5);border-bottom:0.0625rem solid rgba(0,0,0,0.5);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:4.6875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#d7a42d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:700;color:#ffffff;width:20.4375rem;height:3.125rem;font-family:anybody;overflow:hidden;font-style:normal;line-height:1.1; }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:anybody;font-size:0.875rem; }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:anybody;font-size:0.875rem; }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:anybody;font-size:0.875rem; }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:anybody;font-size:0.875rem; }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:19.25rem;overflow:hidden;font-style:normal;float:none; }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 .widget-container:first-of-type{padding-top:0;}#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 .widget-container:last-of-type{padding-bottom:0;}#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.125rem;left:51.9375rem; }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem;display:block;vertical-align:top; }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 {display:block;}#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.125rem;left:51.9375rem; }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 #vaQ0LrbKobiapEIsE1Ke8rxNmckv4x26 { position:relative; }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 #lFNU2Ko66iAOqftEktxtRWoa8xVsAb2q { position:relative;display:none; }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 #QdgbgXE07RDaSuSUFJqXOP2JSC4Telgf { position:relative; }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 #xwwUd3VqUzKtLAsqtAId3es7LAaMk4ve { position:relative; }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 #BkAWETQwfxs50IHqbO1Dgh0NGPdNdr8C { position:relative;display:none; }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 #TchXGaXZbqiQhkTcIxdZtmh1GDEMPoL5 { position:relative; }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 #mfTZiJ2NeS7wzhC778JLOUu5ElE8thUq { position:relative; }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 #G7XW5VyAoy1BsqGFD9UwsSZZp3DDiduV { position:relative;display:none; }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 #B76x6nxtVXk7BemdzG8tVKXkGtf56BEe { position:relative; }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 #BNS5qvcTHZ8BczyHL4WqugbFuV1NTwdD { position:relative; }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 #fzGaiZT1AZPvVeCE0WXCxlZ9CsFnriNw { position:relative;display:none; }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 #qVky9BNkUPyRzB23sIvbNpELbD11HlH9 { position:relative; }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 #OEXsQVT213dOPxVP2z9LtPdiHzAGA7GG { position:relative; }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 #w05HpymFm2b8g1fnpHP1xRmFnkrTIWTS { position:relative; }
#gTSZ2S6HqMAEiRnoXEJycPNatfTMl8y5 { box-sizing:content-box;height:24.75rem;width:23.25rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:3.25rem;left:51.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.5) ;display:block; }
#w5lEGZ9fLkwAB3yWP3yt5OCGqdh6gyFd { color:#000000;display:block;width:20.562rem;position:absolute;font-family:georgia;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.875rem;left:53.0625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QBWqO3xGKMIbX2CAIcoaSJWcuBlqg9Wp { color:#ffffff;display:block;width:44.625rem;position:absolute;font-family:georgia;font-size:3.75rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:3.25rem;left:2.4375rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;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; }
#nT4wU43dzGTbyfmCEflnPV5lAR9iZTnS { color:#ffffff;display:block;width:39.0625rem;position:absolute;font-family:anybody;font-size:1.4375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:17.826171875rem;left:2.4375rem;height:7.474625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VLDsEVcOZlqRzX6kzFTPaNrL1J1HhJ3u { color:#ffffff;display:block;width:39.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:13.6875rem;left:2.4375rem;height:1.625rem;font-style:normal;display:block; }
#HTfXXvUOcoG9hZuThdTVi1yg3TZSa4Ca { z-index:15006;top:26.25rem;left:11.12451171875rem;background-color:#d7a42d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anybody;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:17.874rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#SXswLeWBs7clpl0JgFsDrbF6fKzXLRLF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WnKemK8eE4DvlkqT49V82DPZMoLFtXWK { color:#ffffff;display:block;width:49.0625rem;position:absolute;font-family:georgia;font-size:2.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.9375rem;left:2.4375rem;height:3.25rem;font-style:normal;display:block; }
#ZBfD2pn1InrMTlAvESNo1UNkDsNyVnF5 { position:relative;display:none; }#ZBfD2pn1InrMTlAvESNo1UNkDsNyVnF5 { border-width: 0; border-radius: 0; }#ZBfD2pn1InrMTlAvESNo1UNkDsNyVnF5 > .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; }#ZBfD2pn1InrMTlAvESNo1UNkDsNyVnF5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.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:none; }#CGBJxIgwfZnz8fcoXtxmzE1tCkVncUMv { color:#000000;display:block;width:20.561rem;position:absolute;font-family:fraunces;font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:4.0321178436279rem;left:27.218967437744rem;height:1.8684875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CcJfiCkLaM78OUlS1CJl1nfcekemUBCu { box-sizing:content-box;height:26.0625rem;width:24.3125rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:2.5629320144653rem;left:25.343967437744rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.5) ;display:block; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi .widget-form-header {  }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:20.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(0,0,0,0.5);border-left:0.0625rem solid rgba(0,0,0,0.5);border-right:0.0625rem solid rgba(0,0,0,0.5);border-bottom:0.0625rem solid rgba(0,0,0,0.5);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.9375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi .widget-input-text {padding-top: 0; padding-bottom: 0;}#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(0,0,0,0.5);border-left:0.0625rem solid rgba(0,0,0,0.5);border-right:0.0625rem solid rgba(0,0,0,0.5);border-bottom:0.0625rem solid rgba(0,0,0,0.5);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:4.6875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi .widget-input-select {padding-top: 0; padding-bottom: 0;}#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#d7a42d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:700;color:#ffffff;width:20.4375rem;height:3.125rem;font-family:montserrat;overflow:hidden;font-style:normal; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:19.25rem;overflow:hidden;font-style:normal;float:none; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi .widget-container:first-of-type{padding-top:0;}#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi .widget-container:last-of-type{padding-bottom:0;}#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.8984355926514rem;left:26.030818939209rem; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem;display:block;vertical-align:top; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi {display:block;}#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.8984355926514rem;left:26.030818939209rem; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi #ZBavW5afKivfIPbro9h5kz9MRlObUbBt { position:relative; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi #w0UaUNbeHeyHpoLVZ962xMsMuA3ETUsk { position:relative;display:none; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi #DB9aQliiPzFUStAJVngEVlegATgAfERG { position:relative; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi #wF4xMEmeHhrldhKR5n52lgaV3SBGpW0F { position:relative; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi #mrXlNku72ycxKz2AbucMAnhEm2egUDwX { position:relative;display:none; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi #hBNLGua4kdnUE6BMOvu5l7DSZqHyU70U { position:relative; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi #iXEcoMznKvmQWJMkdJIlCzX9w0zPhhrz { position:relative; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi #ylJusrr2vBBRnzgnlqrZmUMgsTfFJbJp { position:relative;display:none; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi #kU2EEaIvn93g5fqJ5AcJ4llfnArIZZBb { position:relative; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi #gB1cht3yqrPsWRhOExmnrnJ4Qqyvh6Xk { position:relative; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi #qFnMLu8WrIz8ZvNSCnwIhpLdBZK0ksw1 { position:relative;display:none; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi #kqd5XWLaFnApxzMO1axQiXK3InAoCpBl { position:relative; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi #DaAuHep0n6DAS0QuuF3cWJIbutqzFaAk { position:relative; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi #aI5GniZJcUDF1cmH6AbzoG2tLdbIkpum { position:relative; }
#AB7drsF9ruUkuCnASEohJNrpKr5FcKlZ { position:relative;display:block; }#AB7drsF9ruUkuCnASEohJNrpKr5FcKlZ { background-color: transparent; background-image: none; }#AB7drsF9ruUkuCnASEohJNrpKr5FcKlZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AB7drsF9ruUkuCnASEohJNrpKr5FcKlZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AB7drsF9ruUkuCnASEohJNrpKr5FcKlZ > .row .container > .video-iframe-container { display: none; }#AB7drsF9ruUkuCnASEohJNrpKr5FcKlZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AB7drsF9ruUkuCnASEohJNrpKr5FcKlZ > .row > .video-iframe-container { display: none; }#AB7drsF9ruUkuCnASEohJNrpKr5FcKlZ > .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); }#AB7drsF9ruUkuCnASEohJNrpKr5FcKlZ { border-width: 0; border-radius: 0; }#AB7drsF9ruUkuCnASEohJNrpKr5FcKlZ > .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; }#AB7drsF9ruUkuCnASEohJNrpKr5FcKlZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.75rem;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; }#w5Rl1n2IqFHO9ISaa9VPW8bNQ77XEUO5 { color:#000000;display:block;width:21.3748125rem;position:absolute;font-family:georgia;font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4869785308838rem;left:26.812068939209rem;height:3.8999rem;text-align:center;text-align-last:center;display:block; }
#M3HXCfsUzP9JtZMP5mptmymaicrdRFsu { 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; }#M3HXCfsUzP9JtZMP5mptmymaicrdRFsu > .row .container { background-color: transparent; background-image: none; }#M3HXCfsUzP9JtZMP5mptmymaicrdRFsu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3HXCfsUzP9JtZMP5mptmymaicrdRFsu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3HXCfsUzP9JtZMP5mptmymaicrdRFsu > .row .container > .video-iframe-container { display: none; }#M3HXCfsUzP9JtZMP5mptmymaicrdRFsu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3HXCfsUzP9JtZMP5mptmymaicrdRFsu > .row > .video-iframe-container { display: none; }#M3HXCfsUzP9JtZMP5mptmymaicrdRFsu > .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); }#M3HXCfsUzP9JtZMP5mptmymaicrdRFsu > .row .container { border-width: 0; border-radius: 0; }#M3HXCfsUzP9JtZMP5mptmymaicrdRFsu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M3HXCfsUzP9JtZMP5mptmymaicrdRFsu > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:75rem;position:relative;display:block; }#wAKmLWkCrC5GAdJRvXfZVNId53rJgRrU { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom: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:16.25rem;width:24.375rem;top:2.0616321563721rem;left:0.3125rem;overflow:hidden;display:block; }
#saOWmCOKOnOzzAvXByPbybDkQyyAbcVi { color:#d7a42d;display:block;width:24.375rem;position:absolute;font-family:anybody;font-size:1.4375rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:20rem;left:0.3125rem;height:1.43771875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OuvJZ4fPCF30slKXorRNBpFSS6e42SpD { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom: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:16.25rem;width:24.375rem;top:2.0616321563721rem;left:25.312503814698rem;overflow:hidden;display:block; }
#hQODuz9bGrMzR4Ql2mQxwvwGSUlHfnHU { color:#d7a42d;display:block;width:24.375rem;position:absolute;font-family:anybody;font-size:1.4375rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:20rem;left:25.312503814698rem;height:1.43771875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TdXwSGL9rFXdSF999s7CTZxNQtIGMJVn { color:#d7a42d;display:block;width:24.375rem;position:absolute;font-family:anybody;font-size:1.4375rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:20rem;left:50.3125rem;height:1.43771875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rQVQIOIQpDhCeM6nshDQlSDcT95xAHMf { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom: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:16.25rem;width:24.375rem;top:2.0616321563721rem;left:50.3125rem;overflow:hidden;display:block; }
#ebLs1C1uaSRdTIlRKGTvsREWDEbPW5ui { color:#000000;display:block;width:22.5rem;position:absolute;font-family:anybody;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:22.374132633209rem;left:1.25rem;height:6.9043125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MeP4ChZKIX36lBvSZqNzL3cgX1PGo1nc { color:#000000;display:block;width:22.5rem;position:absolute;font-family:anybody;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:22.374132633209rem;left:26.250003814698rem;height:6.9043125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dTavyC63sDalnupDP2CfPKfJyGTWAoD1 { color:#000000;display:block;width:22.5rem;position:absolute;font-family:anybody;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:22.374132633209rem;left:51.25rem;height:5.5234375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QsFfhWPV4NsIuRHWOd92raJBXk5nUUSO { 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; }#QsFfhWPV4NsIuRHWOd92raJBXk5nUUSO > .row .container { background-color: transparent; background-image: none; }#QsFfhWPV4NsIuRHWOd92raJBXk5nUUSO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsFfhWPV4NsIuRHWOd92raJBXk5nUUSO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsFfhWPV4NsIuRHWOd92raJBXk5nUUSO > .row .container > .video-iframe-container { display: none; }#QsFfhWPV4NsIuRHWOd92raJBXk5nUUSO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsFfhWPV4NsIuRHWOd92raJBXk5nUUSO > .row > .video-iframe-container { display: none; }#QsFfhWPV4NsIuRHWOd92raJBXk5nUUSO > .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); }#QsFfhWPV4NsIuRHWOd92raJBXk5nUUSO > .row .container { border-width: 0; border-radius: 0; }#QsFfhWPV4NsIuRHWOd92raJBXk5nUUSO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QsFfhWPV4NsIuRHWOd92raJBXk5nUUSO > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:75rem;position:relative;display:block; }#BNRrNissQXdZwpvNQogN8u1rtKy8SybV { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom: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:16.25rem;width:24.375rem;top:2.125rem;left:12.8125rem;overflow:hidden;display:block; }
#IqXJFxcep5zaG8xo6evQERtOCJLm26Kc { color:#d7a42d;display:block;width:24.375rem;position:absolute;font-family:anybody;font-size:1.4375rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:20.0625rem;left:12.8125rem;height:1.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dw5N60bFS3rB6QMUTTObDbvReKCZWJ58 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom: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:16.25rem;width:24.375rem;top:2.125rem;left:37.8125rem;overflow:hidden;display:block; }
#kRa6u3tkxOT46mTgr54ytul2WJBlzDh7 { color:#d7a42d;display:block;width:24.375rem;position:absolute;font-family:anybody;font-size:1.4375rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:20.0625rem;left:37.8125rem;height:1.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q22upsWVOOLTT8QyHrzC1PbqI1dyhh5x { color:#000000;display:block;width:22.5rem;position:absolute;font-family:anybody;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:22.4375rem;left:13.75rem;height:6.9043125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p0BRQvyhs9zwT3rouIcrNH3SL5w0Kxaw { color:#000000;display:block;width:22.5rem;position:absolute;font-family:anybody;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:22.4375rem;left:38.75rem;height:6.9043125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QhpxW2BywhZVN9ePhH0KUS5QWRMbWldM { z-index:15006;top:34.05859375rem;left:25.875rem;background-color:#d7a42d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anybody;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KkGwfNdFFV2WRvBok8WdhwNTgenbgoDE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tcydkqPZzzPHQaOsMZFZmX8DoXpNVDOg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f8ff;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; }#tcydkqPZzzPHQaOsMZFZmX8DoXpNVDOg > .row .container { background-color: transparent; background-image: none; }#tcydkqPZzzPHQaOsMZFZmX8DoXpNVDOg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcydkqPZzzPHQaOsMZFZmX8DoXpNVDOg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcydkqPZzzPHQaOsMZFZmX8DoXpNVDOg > .row .container > .video-iframe-container { display: none; }#tcydkqPZzzPHQaOsMZFZmX8DoXpNVDOg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcydkqPZzzPHQaOsMZFZmX8DoXpNVDOg > .row > .video-iframe-container { display: none; }#tcydkqPZzzPHQaOsMZFZmX8DoXpNVDOg > .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); }#tcydkqPZzzPHQaOsMZFZmX8DoXpNVDOg > .row .container { border-width: 0; border-radius: 0; }#tcydkqPZzzPHQaOsMZFZmX8DoXpNVDOg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tcydkqPZzzPHQaOsMZFZmX8DoXpNVDOg > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#XyXAoA7KRgIcHKw7Duu9zxkP6kZyDz7P { color:#000000;display:block;width:34.875rem;position:absolute;font-family:georgia;font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4858951568604rem;left:19.062068939209rem;height:3.8999rem;text-align:center;text-align-last:center;display:block; }
#ktqEsiwSKONLtoceZ5Cf5JsB6b88hFHh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f8ff;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; }#ktqEsiwSKONLtoceZ5Cf5JsB6b88hFHh > .row .container { background-color: transparent; background-image: none; }#ktqEsiwSKONLtoceZ5Cf5JsB6b88hFHh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ktqEsiwSKONLtoceZ5Cf5JsB6b88hFHh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ktqEsiwSKONLtoceZ5Cf5JsB6b88hFHh > .row .container > .video-iframe-container { display: none; }#ktqEsiwSKONLtoceZ5Cf5JsB6b88hFHh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ktqEsiwSKONLtoceZ5Cf5JsB6b88hFHh > .row > .video-iframe-container { display: none; }#ktqEsiwSKONLtoceZ5Cf5JsB6b88hFHh > .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); }#ktqEsiwSKONLtoceZ5Cf5JsB6b88hFHh > .row .container { border-width: 0; border-radius: 0; }#ktqEsiwSKONLtoceZ5Cf5JsB6b88hFHh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ktqEsiwSKONLtoceZ5Cf5JsB6b88hFHh > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:75rem;position:relative;display:block; }#dZXeVwenBNNGJJ0c4ll83JPAN9VaZccQ { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:23.4375rem;top:1.8413619995118rem;left:0.59244918823242rem;display:block; }
#gGrxvNzAlDKzS2MI1oK4WIqAGiFf6aBB { color:#000000;display:block;width:20.625rem;position:absolute;font-family:anybody;font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:6.2337245941162rem;left:2.1875rem;height:11.8984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#S3AVeZfq7IkORObiFWmiTwL0eAR6tdmR { color:#000000;display:block;width:20.561rem;position:absolute;font-family:anybody;font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:19.871962547302rem;left:2.2189674377441rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OOfMvro2tPOexWksorkqHiOqlRaTQhzs { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:23.4375rem;top:1.8120651245118rem;left:25.811634063721rem;display:block; }
#M6XTPeq36z9B8sluqpbI0AsAf2vSeF8e { color:#000000;display:block;width:20.559875rem;position:absolute;font-family:anybody;font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:19.871962547302rem;left:27.220054626465rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tBIJS9qGDHLW4ZsPyAA6TnaqJcOrsPKu { color:#000000;display:block;width:20.625rem;position:absolute;font-family:anybody;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:6.2337245941162rem;left:27.187503814698rem;height:8.9238125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O2i3K1T9rE7FKbBk9xbv7PKCoaVmV9Zo { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:23.5rem;top:1.8125rem;left:50.811637878418rem;display:block; }
#OwyOQ2cSEK3XlpeoGX4ho1FbehrK2rmG { color:#000000;display:block;width:20.559875rem;position:absolute;font-family:anybody;font-size:1.0625rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:19.871962547302rem;left:52.220054626465rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TSfCWpVbWgf5wt7stwOHcIqEcJIo35G8 { color:#000000;display:block;width:20.625rem;position:absolute;font-family:anybody;font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:6.2337245941162rem;left:52.1875rem;height:5.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EXGXm3DRLnlBaZSGaTokczOmJ3ylyMpg { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom: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:1.875rem;width:7.5rem;top:3.2931861877441rem;left:2.1875rem;overflow:hidden;display:block; }
#PXqcUkTFbtpwo2HmpRNXiINZ9EJ6wVTW { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom: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:1.875rem;width:7.5rem;top:3.2931861877441rem;left:52.218971252441rem;overflow:hidden;display:block; }
#y3PiRsDhNzkwdMZRiTGkttFg4t1gDqzg { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom: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:1.875rem;width:7.5rem;top:3.2931861877441rem;left:27.218967437744rem;overflow:hidden;display:block; }
#hMV0QuORsqPJlyZyilCydnObl2W8npa3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/230a5e22-eb23-4dbb-b280-a80c342803df/faulknerlawctabackgroundmin.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; }#hMV0QuORsqPJlyZyilCydnObl2W8npa3.adaptive-delivery-prevent-bg, #hMV0QuORsqPJlyZyilCydnObl2W8npa3.lazyload, #hMV0QuORsqPJlyZyilCydnObl2W8npa3.lazyloading { background-image: none; }#hMV0QuORsqPJlyZyilCydnObl2W8npa3 > .row .container { background-color: transparent; background-image: none; }#hMV0QuORsqPJlyZyilCydnObl2W8npa3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMV0QuORsqPJlyZyilCydnObl2W8npa3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMV0QuORsqPJlyZyilCydnObl2W8npa3 > .row .container > .video-iframe-container { display: none; }#hMV0QuORsqPJlyZyilCydnObl2W8npa3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMV0QuORsqPJlyZyilCydnObl2W8npa3 > .row > .video-iframe-container { display: none; }#hMV0QuORsqPJlyZyilCydnObl2W8npa3 > .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); }#hMV0QuORsqPJlyZyilCydnObl2W8npa3 > .row .container { border-width: 0; border-radius: 0; }#hMV0QuORsqPJlyZyilCydnObl2W8npa3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hMV0QuORsqPJlyZyilCydnObl2W8npa3 > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:75rem;position:relative;display:block; }#ScghS7RQwuP0q1hhd99ue47U7lwvVVuU { color:#ffffff;display:block;width:65.49875rem;position:absolute;font-family:georgia;font-size:2.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.18310546875rem;left:4.75048828125rem;height:6.82425rem;text-align:center;text-align-last:center;display:block; }
#m2WKDL02WCQ8LS3yZyFqGoAnwUrclTfW { color:#ffffff;display:block;width:68.8125rem;position:absolute;font-family:anybody;font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:16.5498046875rem;left:3.09375rem;height:6.03661875rem;text-align:center;text-align-last:center;display:block; }
#Vc57SP41Jb4KbIR82Cv1wJVyNsP1XG1i { z-index:15007;top:25.86865234375rem;left:26.25rem;background-color:#d7a42d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anybody;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.811525rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JMvzbG9XrhvwnV5PuN4vxTR4G7Qq7vEr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VFpQ8r1sQP5TBIBAy09skB6aCUDBsh5l { position:relative;display:block; }#VFpQ8r1sQP5TBIBAy09skB6aCUDBsh5l { background-color: transparent; background-image: none; }#VFpQ8r1sQP5TBIBAy09skB6aCUDBsh5l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFpQ8r1sQP5TBIBAy09skB6aCUDBsh5l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFpQ8r1sQP5TBIBAy09skB6aCUDBsh5l > .row .container > .video-iframe-container { display: none; }#VFpQ8r1sQP5TBIBAy09skB6aCUDBsh5l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFpQ8r1sQP5TBIBAy09skB6aCUDBsh5l > .row > .video-iframe-container { display: none; }#VFpQ8r1sQP5TBIBAy09skB6aCUDBsh5l > .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); }#VFpQ8r1sQP5TBIBAy09skB6aCUDBsh5l { border-width: 0; border-radius: 0; }#VFpQ8r1sQP5TBIBAy09skB6aCUDBsh5l > .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; }#VFpQ8r1sQP5TBIBAy09skB6aCUDBsh5l > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:49.625rem;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; }#gFTyfuJmO5BM2mtKI0EdSGf5FbF6fFta { color:#000000;display:block;width:41.311875rem;position:absolute;font-family:anybody;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:13.692495822906rem;left:1.9986991882324rem;height:23.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GNQZraazFaXl3XOuTqITMMaEkJkQIdaq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom: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:41.311875rem;width:27.9373125rem;top:5.0954871177673rem;left:47.061637878418rem;overflow:hidden;display:block; }
#RhCaJzpKWt6gfkBR7NsSBUhbob3smvc7 { color:#000000;display:block;width:31.875rem;position:absolute;font-family:georgia;font-size:3rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:5.625rem;left:1.9986991882324rem;height:3.8999rem;display:block; }
#S7ZcJ3k4tfgaqfdeBZ7sUZ6TyTXZiTCb { color:#000000;display:block;width:31.875rem;position:absolute;font-family:barlow;font-size:1.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.64627122879rem;left:1.9986991882324rem;height:2.51855625rem;font-style:normal;display:block; }
#EKQzWPra8mMIdAf0E7zqhlCLabad5RBz { z-index:15008;top:41.177305698395rem;left:1.9986991882324rem;background-color:#d7a42d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anybody;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:22.5rem;height:3.81185rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FG5kPwsEziTAsluoVuTboIb9OVdsxItX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gZZ27HPX4nP8PqAMwK2CgXadCxZB3k8H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4348b87e-cac9-4fdf-8e82-9ff706444d2c/quotebg.jpg");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; }#gZZ27HPX4nP8PqAMwK2CgXadCxZB3k8H.adaptive-delivery-prevent-bg, #gZZ27HPX4nP8PqAMwK2CgXadCxZB3k8H.lazyload, #gZZ27HPX4nP8PqAMwK2CgXadCxZB3k8H.lazyloading { background-image: none; }#gZZ27HPX4nP8PqAMwK2CgXadCxZB3k8H > .row .container { background-color: transparent; background-image: none; }#gZZ27HPX4nP8PqAMwK2CgXadCxZB3k8H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZZ27HPX4nP8PqAMwK2CgXadCxZB3k8H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZZ27HPX4nP8PqAMwK2CgXadCxZB3k8H > .row .container > .video-iframe-container { display: none; }#gZZ27HPX4nP8PqAMwK2CgXadCxZB3k8H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZZ27HPX4nP8PqAMwK2CgXadCxZB3k8H > .row > .video-iframe-container { display: none; }#gZZ27HPX4nP8PqAMwK2CgXadCxZB3k8H > .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); }#gZZ27HPX4nP8PqAMwK2CgXadCxZB3k8H > .row .container { border-width: 0; border-radius: 0; }#gZZ27HPX4nP8PqAMwK2CgXadCxZB3k8H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gZZ27HPX4nP8PqAMwK2CgXadCxZB3k8H > .row .container { font-size:0.875rem;font-family:arial;height:25.8125rem;width:75rem;position:relative;display:block; }#PcLVki94hTKK5z7sXNAXAyzZzi68GoO7 { color:#ffffff;display:block;width:56.8120625rem;position:absolute;font-family:georgia;font-size:2.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.3491764068606rem;left:10.123699188233rem;height:6.82425rem;text-align:center;text-align-last:center;display:block; }
#BF7m2NNUf9zBDnCUh1OXQCmT00vbbu6F { color:#ffffff;display:block;width:25.186625rem;position:absolute;font-family:anybody;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.953777313233rem;left:25.936416625976rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#oqrNASMaLKmi4clTPdZfp4UuVSB4eUqv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;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; }#oqrNASMaLKmi4clTPdZfp4UuVSB4eUqv > .row .container { background-color: transparent; background-image: none; }#oqrNASMaLKmi4clTPdZfp4UuVSB4eUqv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqrNASMaLKmi4clTPdZfp4UuVSB4eUqv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqrNASMaLKmi4clTPdZfp4UuVSB4eUqv > .row .container > .video-iframe-container { display: none; }#oqrNASMaLKmi4clTPdZfp4UuVSB4eUqv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqrNASMaLKmi4clTPdZfp4UuVSB4eUqv > .row > .video-iframe-container { display: none; }#oqrNASMaLKmi4clTPdZfp4UuVSB4eUqv > .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); }#oqrNASMaLKmi4clTPdZfp4UuVSB4eUqv > .row .container { border-width: 0; border-radius: 0; }#oqrNASMaLKmi4clTPdZfp4UuVSB4eUqv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oqrNASMaLKmi4clTPdZfp4UuVSB4eUqv > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;position:relative;display:block; }#QkQAEeOnta4Wp0ap0tBu5SECV5465T5Q { color:#000000;display:block;width:64.6875rem;position:absolute;font-family:anybody;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:14.06031703949rem;left:5.1562519073486rem;height:7.87353125rem;text-align:center;text-align-last:center;display:block; }
#Sn1WsKPm7A5bNZK4ePSd9erUbG7B390w { color:#000000;display:block;width:40.7498125rem;position:absolute;font-family:georgia;font-size:3rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:4.5952692031861rem;left:17.124568939209rem;height:7.19925rem;text-align:center;text-align-last:center;display:block; }
#Gnz3XQwMcwkBn90Shx6SCLJfCQk2IS0f { z-index:15009;top:25.048815727234rem;left:26.250003814698rem;background-color:#d7a42d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.81185rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WoM7uJAMfMOOpuJSx7TSLbsJte4JPSZ7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pL79J4hrQO6F1xWnr5A6do9ETrrXlTJP { border-top:0.3125rem solid #000000;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#pL79J4hrQO6F1xWnr5A6do9ETrrXlTJP > .row .container { background-color: transparent; background-image: none; }#pL79J4hrQO6F1xWnr5A6do9ETrrXlTJP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pL79J4hrQO6F1xWnr5A6do9ETrrXlTJP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pL79J4hrQO6F1xWnr5A6do9ETrrXlTJP > .row .container > .video-iframe-container { display: none; }#pL79J4hrQO6F1xWnr5A6do9ETrrXlTJP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pL79J4hrQO6F1xWnr5A6do9ETrrXlTJP > .row > .video-iframe-container { display: none; }#pL79J4hrQO6F1xWnr5A6do9ETrrXlTJP > .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); }#pL79J4hrQO6F1xWnr5A6do9ETrrXlTJP > .row .container { border-width: 0; border-radius: 0; }#pL79J4hrQO6F1xWnr5A6do9ETrrXlTJP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pL79J4hrQO6F1xWnr5A6do9ETrrXlTJP > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:75rem;position:relative;display:block; }#wZPR8vJeJ7mc7m6zwLAOIcPsFwnAkbxt { color:#ffffff;display:block;width:10.0615rem;position:absolute;font-family:anybody;font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:6.5625rem;left:5.75rem;height:1.75rem;font-style:normal;display:block; }
#ceLkr3hxXuV7Qyk4owderXnIU1laocb0 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom: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:12.1875rem;width:12.1875rem;top:1.34375rem;left:31.40625rem;overflow:hidden;display:block; }
#V0OBSPBSIWZSPAztworrynGInKvTsNfi { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:6.5rem;left:3.125rem; }
#FHLBURO0lNGPcHDR66l3hJH7RRK8chTM { color:#ffffff;display:block;width:21.5rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:3.5rem;left:52.0625rem;height:2.7998rem;font-style:normal;display:block; }
#GKE1HW9Xg1X55dTocqSnOnUKxm4TRBad { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:3.5625rem;left:49.5625rem; }
#STTbNuTtirtgOOwoCTBJcqov5dXbNZgo { color:#ffffff;display:block;width:25.2495rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:17.625rem;left:24.875rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lin3zoAlkPx2XAy44tIsTXdkb9XztLZe { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:anybody;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:20.875rem;left:27.8125rem;height:1.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NsIJ0LWTHSQNVcZlwx0AZ9GuceL6WBNF { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:7.5625rem;left:52.0625rem;height:2.7998rem;font-style:normal;display:block; }
#Me8BfiFAbZR4si10F1OQ4vCN0cW9c0SS { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;top:7.5625rem;left:49.5625rem; }
#xKyVGScGz0CmtEbLm8Nr5GbKQarm8AuT { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:11.5625rem;left:51.9375rem;height:2.7998rem;font-style:normal;display:block; }
#dJXwNfyTKJJDcyomaG2NgCJGN81lk250 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;top:11.5625rem;left:49.4375rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZWgFsnBJbOWww8W1ZsKKrIlfmBay705G { display:block; }#ZWgFsnBJbOWww8W1ZsKKrIlfmBay705G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BwPuX7xU1Qce4EgRcT48bber7GTaaaA0 { width:11.125rem;height:2rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UihJiFb9kwQfonuwTfTWDlxfo44hQ05K { display:block; }
 }@media only screen and (max-width: 763px) { #oD1Tpk0KpsTIPzo9m6tMOsv5PmM1iw0i { top:0.5rem;left:19.5rem;width:8.75rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQrCHPrb4Vx6CGue0RI4V7fIK9QQ827z { top:3.9375rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
#hQrCHPrb4Vx6CGue0RI4V7fIK9QQ827z > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #XwLKlaeIoGizlC3Af7GJNM8Fxqymkl2B { top:3.125rem;left:29.875rem;width:17.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aavitzq98gMskWGR8FshZzgo0EEBTg9P { display:block; }
 }@media only screen and (max-width: 763px) { #bK75K0bhnCTTg9UEI1Urzd2NzkOet8qE { display:block; }#bK75K0bhnCTTg9UEI1Urzd2NzkOet8qE > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 .widget-input-button { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 .widget-checkbox-label { width:19.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1  { width:20.4375rem;height:auto;top:6.125rem;left:24.8125rem; }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 {display:block;}#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 { width:20.4375rem;height:auto;top:6.125rem;left:24.8125rem; }
 }@media only screen and (max-width: 763px) { #HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 #vaQ0LrbKobiapEIsE1Ke8rxNmckv4x26 {  }
 }@media only screen and (max-width: 763px) { #HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 #lFNU2Ko66iAOqftEktxtRWoa8xVsAb2q {  }
 }@media only screen and (max-width: 763px) { #HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 #QdgbgXE07RDaSuSUFJqXOP2JSC4Telgf {  }
 }@media only screen and (max-width: 763px) { #HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 #xwwUd3VqUzKtLAsqtAId3es7LAaMk4ve {  }
 }@media only screen and (max-width: 763px) { #HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 #BkAWETQwfxs50IHqbO1Dgh0NGPdNdr8C {  }
 }@media only screen and (max-width: 763px) { #HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 #TchXGaXZbqiQhkTcIxdZtmh1GDEMPoL5 {  }
 }@media only screen and (max-width: 763px) { #HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 #mfTZiJ2NeS7wzhC778JLOUu5ElE8thUq {  }
 }@media only screen and (max-width: 763px) { #HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 #G7XW5VyAoy1BsqGFD9UwsSZZp3DDiduV {  }
 }@media only screen and (max-width: 763px) { #HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 #B76x6nxtVXk7BemdzG8tVKXkGtf56BEe {  }
 }@media only screen and (max-width: 763px) { #HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 #BNS5qvcTHZ8BczyHL4WqugbFuV1NTwdD {  }
 }@media only screen and (max-width: 763px) { #HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 #fzGaiZT1AZPvVeCE0WXCxlZ9CsFnriNw {  }
 }@media only screen and (max-width: 763px) { #HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 #qVky9BNkUPyRzB23sIvbNpELbD11HlH9 {  }
 }@media only screen and (max-width: 763px) { #HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 #OEXsQVT213dOPxVP2z9LtPdiHzAGA7GG {  }
 }@media only screen and (max-width: 763px) { #HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 #w05HpymFm2b8g1fnpHP1xRmFnkrTIWTS {  }
 }@media only screen and (max-width: 763px) { #gTSZ2S6HqMAEiRnoXEJycPNatfTMl8y5 { top:3.25rem;left:24.5rem;width:23.25rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5lEGZ9fLkwAB3yWP3yt5OCGqdh6gyFd { top:4.875rem;left:27.25rem;width:20.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBWqO3xGKMIbX2CAIcoaSJWcuBlqg9Wp { width:44.625rem;height:4.125rem;top:3.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT4wU43dzGTbyfmCEflnPV5lAR9iZTnS { top:17.8125rem;left:0rem;width:39.0625rem;height:7.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLDsEVcOZlqRzX6kzFTPaNrL1J1HhJ3u { top:13.6875rem;left:0rem;width:39.1875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTfXXvUOcoG9hZuThdTVi1yg3TZSa4Ca { top:26.25rem;left:0rem;width:17.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXswLeWBs7clpl0JgFsDrbF6fKzXLRLF { display:block; }
 }@media only screen and (max-width: 763px) { #WnKemK8eE4DvlkqT49V82DPZMoLFtXWK { top:7.9375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBfD2pn1InrMTlAvESNo1UNkDsNyVnF5 { display:block; }#ZBfD2pn1InrMTlAvESNo1UNkDsNyVnF5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CGBJxIgwfZnz8fcoXtxmzE1tCkVncUMv { top:4rem;left:13.593967437744rem;width:20.5rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcJfiCkLaM78OUlS1CJl1nfcekemUBCu { top:2.5625rem;left:11.718967437744rem;width:24.3125rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi .widget-input-text {padding-top: 0; padding-bottom: 0;}#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi .widget-input-select {padding-top: 0; padding-bottom: 0;}#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi .widget-input-button { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi .widget-checkbox-label { width:19.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi  { width:20.4375rem;height:auto;top:5.875rem;left:12.405818939209rem; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi {display:block;}#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi { width:20.4375rem;height:auto;top:5.875rem;left:12.405818939209rem; }
 }@media only screen and (max-width: 763px) { #KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi #ZBavW5afKivfIPbro9h5kz9MRlObUbBt {  }
 }@media only screen and (max-width: 763px) { #KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi #w0UaUNbeHeyHpoLVZ962xMsMuA3ETUsk {  }
 }@media only screen and (max-width: 763px) { #KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi #DB9aQliiPzFUStAJVngEVlegATgAfERG {  }
 }@media only screen and (max-width: 763px) { #KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi #wF4xMEmeHhrldhKR5n52lgaV3SBGpW0F {  }
 }@media only screen and (max-width: 763px) { #KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi #mrXlNku72ycxKz2AbucMAnhEm2egUDwX {  }
 }@media only screen and (max-width: 763px) { #KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi #hBNLGua4kdnUE6BMOvu5l7DSZqHyU70U {  }
 }@media only screen and (max-width: 763px) { #KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi #iXEcoMznKvmQWJMkdJIlCzX9w0zPhhrz {  }
 }@media only screen and (max-width: 763px) { #KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi #ylJusrr2vBBRnzgnlqrZmUMgsTfFJbJp {  }
 }@media only screen and (max-width: 763px) { #KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi #kU2EEaIvn93g5fqJ5AcJ4llfnArIZZBb {  }
 }@media only screen and (max-width: 763px) { #KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi #gB1cht3yqrPsWRhOExmnrnJ4Qqyvh6Xk {  }
 }@media only screen and (max-width: 763px) { #KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi #qFnMLu8WrIz8ZvNSCnwIhpLdBZK0ksw1 {  }
 }@media only screen and (max-width: 763px) { #KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi #kqd5XWLaFnApxzMO1axQiXK3InAoCpBl {  }
 }@media only screen and (max-width: 763px) { #KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi #DaAuHep0n6DAS0QuuF3cWJIbutqzFaAk {  }
 }@media only screen and (max-width: 763px) { #KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi #aI5GniZJcUDF1cmH6AbzoG2tLdbIkpum {  }
 }@media only screen and (max-width: 763px) { #AB7drsF9ruUkuCnASEohJNrpKr5FcKlZ { display:block; }#AB7drsF9ruUkuCnASEohJNrpKr5FcKlZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w5Rl1n2IqFHO9ISaa9VPW8bNQ77XEUO5 { top:2.4375rem;left:13.187068939209rem;width:21.3125rem;height:3.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3HXCfsUzP9JtZMP5mptmymaicrdRFsu { display:block; }#M3HXCfsUzP9JtZMP5mptmymaicrdRFsu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wAKmLWkCrC5GAdJRvXfZVNId53rJgRrU { top:2rem;left:0rem;width:24.375rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #saOWmCOKOnOzzAvXByPbybDkQyyAbcVi { top:20rem;left:0rem;width:24.375rem;height:1.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuvJZ4fPCF30slKXorRNBpFSS6e42SpD { top:2rem;left:7.375rem;width:24.375rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQODuz9bGrMzR4Ql2mQxwvwGSUlHfnHU { top:20rem;left:7.375rem;width:24.375rem;height:1.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdXwSGL9rFXdSF999s7CTZxNQtIGMJVn { top:20rem;left:23.25rem;width:24.375rem;height:1.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQVQIOIQpDhCeM6nshDQlSDcT95xAHMf { top:2rem;left:23.25rem;width:24.375rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebLs1C1uaSRdTIlRKGTvsREWDEbPW5ui { top:22.3125rem;left:0rem;width:22.5rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeP4ChZKIX36lBvSZqNzL3cgX1PGo1nc { top:22.3125rem;left:9.25rem;width:22.5rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTavyC63sDalnupDP2CfPKfJyGTWAoD1 { top:22.3125rem;left:25.125rem;width:22.5rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsFfhWPV4NsIuRHWOd92raJBXk5nUUSO { display:block; }#QsFfhWPV4NsIuRHWOd92raJBXk5nUUSO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BNRrNissQXdZwpvNQogN8u1rtKy8SybV { top:2.125rem;left:0rem;width:24.375rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqXJFxcep5zaG8xo6evQERtOCJLm26Kc { top:20.0625rem;left:0rem;width:24.375rem;height:1.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw5N60bFS3rB6QMUTTObDbvReKCZWJ58 { top:2.125rem;left:7.375rem;width:24.375rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRa6u3tkxOT46mTgr54ytul2WJBlzDh7 { top:20.0625rem;left:7.375rem;width:24.375rem;height:1.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q22upsWVOOLTT8QyHrzC1PbqI1dyhh5x { top:22.4375rem;left:0rem;width:22.5rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0BRQvyhs9zwT3rouIcrNH3SL5w0Kxaw { top:22.4375rem;left:9.25rem;width:22.5rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhpxW2BywhZVN9ePhH0KUS5QWRMbWldM { top:34rem;left:8.5rem;width:23.25rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkGwfNdFFV2WRvBok8WdhwNTgenbgoDE { display:block; }
 }@media only screen and (max-width: 763px) { #tcydkqPZzzPHQaOsMZFZmX8DoXpNVDOg { display:block; }#tcydkqPZzzPHQaOsMZFZmX8DoXpNVDOg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XyXAoA7KRgIcHKw7Duu9zxkP6kZyDz7P { top:2.4375rem;left:5.437068939209rem;width:34.8125rem;height:3.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktqEsiwSKONLtoceZ5Cf5JsB6b88hFHh { display:block; }#ktqEsiwSKONLtoceZ5Cf5JsB6b88hFHh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dZXeVwenBNNGJJ0c4ll83JPAN9VaZccQ { width:23.4375rem;height:20.625rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGrxvNzAlDKzS2MI1oK4WIqAGiFf6aBB { width:20.625rem;height:11.875rem;top:6.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3AVeZfq7IkORObiFWmiTwL0eAR6tdmR { width:20.5rem;height:1.375rem;top:19.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOfMvro2tPOexWksorkqHiOqlRaTQhzs { width:23.4375rem;height:20.625rem;top:1.75rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6XTPeq36z9B8sluqpbI0AsAf2vSeF8e { width:20.5rem;height:1.375rem;top:19.8125rem;left:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBIJS9qGDHLW4ZsPyAA6TnaqJcOrsPKu { width:20.625rem;height:8.875rem;top:6.1875rem;left:11.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2i3K1T9rE7FKbBk9xbv7PKCoaVmV9Zo { width:23.5rem;height:20.625rem;top:1.8125rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwyOQ2cSEK3XlpeoGX4ho1FbehrK2rmG { width:20.5rem;height:1.375rem;top:19.8125rem;left:27.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSfCWpVbWgf5wt7stwOHcIqEcJIo35G8 { width:20.625rem;height:5.9375rem;top:6.1875rem;left:27rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXGXm3DRLnlBaZSGaTokczOmJ3ylyMpg { top:3.25rem;left:0rem;width:7.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXqcUkTFbtpwo2HmpRNXiINZ9EJ6wVTW { top:3.25rem;left:31.75rem;width:7.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3PiRsDhNzkwdMZRiTGkttFg4t1gDqzg { top:3.25rem;left:15.875rem;width:7.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMV0QuORsqPJlyZyilCydnObl2W8npa3 { display:block; }#hMV0QuORsqPJlyZyilCydnObl2W8npa3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ScghS7RQwuP0q1hhd99ue47U7lwvVVuU { top:7.125rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2WKDL02WCQ8LS3yZyFqGoAnwUrclTfW { top:16.5rem;left:0rem;width:47.75rem;height:6rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc57SP41Jb4KbIR82Cv1wJVyNsP1XG1i { top:25.8125rem;left:12.625rem;width:22.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMvzbG9XrhvwnV5PuN4vxTR4G7Qq7vEr { display:block; }
 }@media only screen and (max-width: 763px) { #VFpQ8r1sQP5TBIBAy09skB6aCUDBsh5l { display:block; }#VFpQ8r1sQP5TBIBAy09skB6aCUDBsh5l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gFTyfuJmO5BM2mtKI0EdSGf5FbF6fFta { top:13.6875rem;left:0rem;width:41.25rem;height:23.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNQZraazFaXl3XOuTqITMMaEkJkQIdaq { top:5.0625rem;left:19.875rem;width:27.875rem;height:41.219731340479rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhCaJzpKWt6gfkBR7NsSBUhbob3smvc7 { top:5.625rem;left:0rem;width:31.875rem;height:3.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7ZcJ3k4tfgaqfdeBZ7sUZ6TyTXZiTCb { top:9.625rem;left:0rem;width:31.875rem;height:2.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKQzWPra8mMIdAf0E7zqhlCLabad5RBz { top:41.125rem;left:0rem;width:22.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FG5kPwsEziTAsluoVuTboIb9OVdsxItX { display:block; }
 }@media only screen and (max-width: 763px) { #gZZ27HPX4nP8PqAMwK2CgXadCxZB3k8H { display:block; }#gZZ27HPX4nP8PqAMwK2CgXadCxZB3k8H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PcLVki94hTKK5z7sXNAXAyzZzi68GoO7 { top:7.3125rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BF7m2NNUf9zBDnCUh1OXQCmT00vbbu6F { top:15.9375rem;left:12.311416625976rem;width:25.125rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqrNASMaLKmi4clTPdZfp4UuVSB4eUqv { display:block; }#oqrNASMaLKmi4clTPdZfp4UuVSB4eUqv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QkQAEeOnta4Wp0ap0tBu5SECV5465T5Q { top:14rem;left:0rem;width:47.75rem;height:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sn1WsKPm7A5bNZK4ePSd9erUbG7B390w { top:4.5625rem;left:3.499568939209rem;width:40.6875rem;height:7.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gnz3XQwMcwkBn90Shx6SCLJfCQk2IS0f { top:25rem;left:12.625003814698rem;width:22.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoM7uJAMfMOOpuJSx7TSLbsJte4JPSZ7 { display:block; }
 }@media only screen and (max-width: 763px) { #pL79J4hrQO6F1xWnr5A6do9ETrrXlTJP { display:block; }#pL79J4hrQO6F1xWnr5A6do9ETrrXlTJP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wZPR8vJeJ7mc7m6zwLAOIcPsFwnAkbxt { top:6.5625rem;left:0rem;width:10rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceLkr3hxXuV7Qyk4owderXnIU1laocb0 { top:1.3125rem;left:17.78125rem;width:12.1875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0OBSPBSIWZSPAztworrynGInKvTsNfi { top:6.5rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHLBURO0lNGPcHDR66l3hJH7RRK8chTM { top:3.5rem;left:26.25rem;width:21.5rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKE1HW9Xg1X55dTocqSnOnUKxm4TRBad { top:3.5625rem;left:35.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STTbNuTtirtgOOwoCTBJcqov5dXbNZgo { top:17.625rem;left:11.25rem;width:25.1875rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lin3zoAlkPx2XAy44tIsTXdkb9XztLZe { top:20.875rem;left:14.1875rem;width:19.375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsIJ0LWTHSQNVcZlwx0AZ9GuceL6WBNF { top:7.5625rem;left:26.0625rem;width:21.6875rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me8BfiFAbZR4si10F1OQ4vCN0cW9c0SS { top:7.5625rem;left:35.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKyVGScGz0CmtEbLm8Nr5GbKQarm8AuT { top:11.5625rem;left:26.0625rem;width:21.6875rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJXwNfyTKJJDcyomaG2NgCJGN81lk250 { top:11.5625rem;left:35.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZWgFsnBJbOWww8W1ZsKKrIlfmBay705G { display:block; }#ZWgFsnBJbOWww8W1ZsKKrIlfmBay705G > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BwPuX7xU1Qce4EgRcT48bber7GTaaaA0 { width:10.374375rem;height:1.99978125rem;top:7.1213111877444rem;left:7.18641525507rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #UihJiFb9kwQfonuwTfTWDlxfo44hQ05K { display:block; }
 }@media only screen and (max-width: 763px) { #oD1Tpk0KpsTIPzo9m6tMOsv5PmM1iw0i { width:5.8125rem;height:5.8125rem;top:0.21875rem;left:7.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQrCHPrb4Vx6CGue0RI4V7fIK9QQ827z { display:flex;width:2.25rem;height:2.25rem;top:1.999783039093rem;left:0rem;font-size:1.5625rem;display:none; }
#hQrCHPrb4Vx6CGue0RI4V7fIK9QQ827z > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #XwLKlaeIoGizlC3Af7GJNM8Fxqymkl2B { top:3.125rem;left:1.0625rem;width:17.8125rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aavitzq98gMskWGR8FshZzgo0EEBTg9P { display:block; }
 }@media only screen and (max-width: 763px) { #bK75K0bhnCTTg9UEI1Urzd2NzkOet8qE { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a9e3b96c-c697-49b0-b4db-923eab79ef22/faulknerlawheaderimagemin.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#bK75K0bhnCTTg9UEI1Urzd2NzkOet8qE.adaptive-delivery-prevent-bg, #bK75K0bhnCTTg9UEI1Urzd2NzkOet8qE.lazyload, #bK75K0bhnCTTg9UEI1Urzd2NzkOet8qE.lazyloading { background-image: none; }#bK75K0bhnCTTg9UEI1Urzd2NzkOet8qE > .row .container { background-color: transparent; background-image: none; }#bK75K0bhnCTTg9UEI1Urzd2NzkOet8qE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,51,74,0.6); }#bK75K0bhnCTTg9UEI1Urzd2NzkOet8qE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bK75K0bhnCTTg9UEI1Urzd2NzkOet8qE > .row .container > .video-iframe-container { display: none; }#bK75K0bhnCTTg9UEI1Urzd2NzkOet8qE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,51,74,0.6); }#bK75K0bhnCTTg9UEI1Urzd2NzkOet8qE > .row > .video-iframe-container { display: none; }#bK75K0bhnCTTg9UEI1Urzd2NzkOet8qE > .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); }#bK75K0bhnCTTg9UEI1Urzd2NzkOet8qE > .row .container { width:20rem;height:31.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem; }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.125rem; }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1  { width:17.5rem;height:auto;top:27.573785781861rem;left:0rem; }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 {display:block;}#HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 { width:17.5rem;height:auto;top:27.573785781861rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 #vaQ0LrbKobiapEIsE1Ke8rxNmckv4x26 {  }
 }@media only screen and (max-width: 763px) { #HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 #lFNU2Ko66iAOqftEktxtRWoa8xVsAb2q {  }
 }@media only screen and (max-width: 763px) { #HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 #QdgbgXE07RDaSuSUFJqXOP2JSC4Telgf {  }
 }@media only screen and (max-width: 763px) { #HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 #xwwUd3VqUzKtLAsqtAId3es7LAaMk4ve {  }
 }@media only screen and (max-width: 763px) { #HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 #BkAWETQwfxs50IHqbO1Dgh0NGPdNdr8C {  }
 }@media only screen and (max-width: 763px) { #HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 #TchXGaXZbqiQhkTcIxdZtmh1GDEMPoL5 {  }
 }@media only screen and (max-width: 763px) { #HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 #mfTZiJ2NeS7wzhC778JLOUu5ElE8thUq {  }
 }@media only screen and (max-width: 763px) { #HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 #G7XW5VyAoy1BsqGFD9UwsSZZp3DDiduV {  }
 }@media only screen and (max-width: 763px) { #HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 #B76x6nxtVXk7BemdzG8tVKXkGtf56BEe {  }
 }@media only screen and (max-width: 763px) { #HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 #BNS5qvcTHZ8BczyHL4WqugbFuV1NTwdD {  }
 }@media only screen and (max-width: 763px) { #HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 #fzGaiZT1AZPvVeCE0WXCxlZ9CsFnriNw {  }
 }@media only screen and (max-width: 763px) { #HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 #qVky9BNkUPyRzB23sIvbNpELbD11HlH9 {  }
 }@media only screen and (max-width: 763px) { #HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 #OEXsQVT213dOPxVP2z9LtPdiHzAGA7GG {  }
 }@media only screen and (max-width: 763px) { #HmkoBFRdPl4fW5kX3vOxKuAJkBR3JTC1 #w05HpymFm2b8g1fnpHP1xRmFnkrTIWTS {  }
 }@media only screen and (max-width: 763px) { #gTSZ2S6HqMAEiRnoXEJycPNatfTMl8y5 { width:20rem;height:26.75rem;top:22.749566555023rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #w5lEGZ9fLkwAB3yWP3yt5OCGqdh6gyFd { width:17.249375rem;height:0;top:23.748915672302rem;left:1.3747830986977rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QBWqO3xGKMIbX2CAIcoaSJWcuBlqg9Wp { width:20rem;height:6rem;top:2.12158203125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nT4wU43dzGTbyfmCEflnPV5lAR9iZTnS { width:20rem;height:6.499rem;top:22.875rem;left:0rem;font-size:1rem;color:#ffffff;text-align:center;text-align-last:center;font-family:anybody;display:block; }
 }@media only screen and (max-width: 763px) { #VLDsEVcOZlqRzX6kzFTPaNrL1J1HhJ3u { width:20rem;height:2.5996125rem;top:12.9375rem;left:0rem;font-size:1rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HTfXXvUOcoG9hZuThdTVi1yg3TZSa4Ca { top:17.75rem;left:1.5625rem;width:16.9375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXswLeWBs7clpl0JgFsDrbF6fKzXLRLF { display:block; }
 }@media only screen and (max-width: 763px) { #WnKemK8eE4DvlkqT49V82DPZMoLFtXWK { width:16.6875rem;height:3.44921875rem;top:8.87158203125rem;left:1.65625rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZBfD2pn1InrMTlAvESNo1UNkDsNyVnF5 { display:block; }#ZBfD2pn1InrMTlAvESNo1UNkDsNyVnF5 > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CGBJxIgwfZnz8fcoXtxmzE1tCkVncUMv { width:20rem;height:1.70605625rem;top:2.7191848754883rem;left:0rem;font-size:1.3125rem;font-family:georgia;display:block; }
 }@media only screen and (max-width: 763px) { #CcJfiCkLaM78OUlS1CJl1nfcekemUBCu { width:20rem;height:24.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem;display:block;vertical-align:top; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi .widget-input-text {padding-top: 0; padding-bottom: 0;}#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi .widget-input-select {padding-top: 0; padding-bottom: 0;}#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.125rem;font-family:anybody;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi [class*="-text"]:-moz-placeholder { font-family:anybody; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi [class*="-text"]::-moz-placeholder { font-family:anybody; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi [class*="-text"]:-ms-input-placeholder { font-family:anybody; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi [class*="-text"]::-webkit-input-placeholder { font-family:anybody; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi  { width:17.5rem;height:auto;top:3.71044921875rem;left:0rem; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi {display:block;}#KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi { width:17.5rem;height:auto;top:3.71044921875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi #ZBavW5afKivfIPbro9h5kz9MRlObUbBt {  }
 }@media only screen and (max-width: 763px) { #KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi #w0UaUNbeHeyHpoLVZ962xMsMuA3ETUsk { display:none; }
 }@media only screen and (max-width: 763px) { #KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi #DB9aQliiPzFUStAJVngEVlegATgAfERG {  }
 }@media only screen and (max-width: 763px) { #KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi #wF4xMEmeHhrldhKR5n52lgaV3SBGpW0F {  }
 }@media only screen and (max-width: 763px) { #KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi #mrXlNku72ycxKz2AbucMAnhEm2egUDwX { display:none; }
 }@media only screen and (max-width: 763px) { #KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi #hBNLGua4kdnUE6BMOvu5l7DSZqHyU70U {  }
 }@media only screen and (max-width: 763px) { #KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi #iXEcoMznKvmQWJMkdJIlCzX9w0zPhhrz {  }
 }@media only screen and (max-width: 763px) { #KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi #ylJusrr2vBBRnzgnlqrZmUMgsTfFJbJp { display:none; }
 }@media only screen and (max-width: 763px) { #KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi #kU2EEaIvn93g5fqJ5AcJ4llfnArIZZBb {  }
 }@media only screen and (max-width: 763px) { #KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi #gB1cht3yqrPsWRhOExmnrnJ4Qqyvh6Xk {  }
 }@media only screen and (max-width: 763px) { #KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi #qFnMLu8WrIz8ZvNSCnwIhpLdBZK0ksw1 { display:none; }
 }@media only screen and (max-width: 763px) { #KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi #kqd5XWLaFnApxzMO1axQiXK3InAoCpBl {  }
 }@media only screen and (max-width: 763px) { #KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi #DaAuHep0n6DAS0QuuF3cWJIbutqzFaAk {  }
 }@media only screen and (max-width: 763px) { #KbFhKZxHTzCH846ZPeemDaBk1GV9F0Gi #aI5GniZJcUDF1cmH6AbzoG2tLdbIkpum {  }
 }@media only screen and (max-width: 763px) { #AB7drsF9ruUkuCnASEohJNrpKr5FcKlZ { display:block; }#AB7drsF9ruUkuCnASEohJNrpKr5FcKlZ > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w5Rl1n2IqFHO9ISaa9VPW8bNQ77XEUO5 { width:20rem;height:2.1933625rem;top:1.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3HXCfsUzP9JtZMP5mptmymaicrdRFsu { display:block; }#M3HXCfsUzP9JtZMP5mptmymaicrdRFsu > .row .container { width:20rem;height:76.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wAKmLWkCrC5GAdJRvXfZVNId53rJgRrU { width:20rem;height:13.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #saOWmCOKOnOzzAvXByPbybDkQyyAbcVi { width:20rem;height:1.51220625rem;top:15.780165672303rem;left:0rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #OuvJZ4fPCF30slKXorRNBpFSS6e42SpD { width:20rem;height:13.3125rem;top:27.305773258209rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQODuz9bGrMzR4Ql2mQxwvwGSUlHfnHU { width:20rem;height:1.375rem;top:41.834854125976rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdXwSGL9rFXdSF999s7CTZxNQtIGMJVn { width:20rem;height:1.375rem;top:67.999132156375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQVQIOIQpDhCeM6nshDQlSDcT95xAHMf { width:20rem;height:13.3125rem;top:52.583984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebLs1C1uaSRdTIlRKGTvsREWDEbPW5ui { width:19.8123125rem;height:6.499rem;top:18.102214336395rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MeP4ChZKIX36lBvSZqNzL3cgX1PGo1nc { width:19.875rem;height:6.499rem;top:43.977867126465rem;left:-0.031032979488373rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dTavyC63sDalnupDP2CfPKfJyGTWAoD1 { width:20rem;height:5.19965625rem;top:70.12478637695rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QsFfhWPV4NsIuRHWOd92raJBXk5nUUSO { display:block; }#QsFfhWPV4NsIuRHWOd92raJBXk5nUUSO > .row .container { width:20rem;height:60.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BNRrNissQXdZwpvNQogN8u1rtKy8SybV { width:20rem;height:13.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqXJFxcep5zaG8xo6evQERtOCJLm26Kc { width:20rem;height:3.0244125rem;top:15.780165672303rem;left:0rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dw5N60bFS3rB6QMUTTObDbvReKCZWJ58 { width:19.8125rem;height:13.1875rem;top:27.305773258209rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRa6u3tkxOT46mTgr54ytul2WJBlzDh7 { width:20rem;height:1.375rem;top:41.834854125976rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q22upsWVOOLTT8QyHrzC1PbqI1dyhh5x { width:20rem;height:5.9985375rem;top:19.561630249024rem;left:-0.03168386220932rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #p0BRQvyhs9zwT3rouIcrNH3SL5w0Kxaw { width:19.8125rem;height:5.9985375rem;top:43.97785949707rem;left:0.15646702051163rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QhpxW2BywhZVN9ePhH0KUS5QWRMbWldM { top:53.0595703125rem;left:0.5rem;width:19rem;height:3.4375rem;font-family:anybody;font-size:1.0625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #KkGwfNdFFV2WRvBok8WdhwNTgenbgoDE { display:block; }
 }@media only screen and (max-width: 763px) { #tcydkqPZzzPHQaOsMZFZmX8DoXpNVDOg { display:block; }#tcydkqPZzzPHQaOsMZFZmX8DoXpNVDOg > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XyXAoA7KRgIcHKw7Duu9zxkP6kZyDz7P { width:20rem;height:2.1933625rem;top:1.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktqEsiwSKONLtoceZ5Cf5JsB6b88hFHh { display:block; }#ktqEsiwSKONLtoceZ5Cf5JsB6b88hFHh > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dZXeVwenBNNGJJ0c4ll83JPAN9VaZccQ { width:19.625rem;height:19.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGrxvNzAlDKzS2MI1oK4WIqAGiFf6aBB { width:17.8125rem;height:12.599125rem;top:3.8454856872559rem;left:1.0937500596046rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3AVeZfq7IkORObiFWmiTwL0eAR6tdmR { width:17.8125rem;height:1.21875rem;top:17.184244155884rem;left:1.0937500596046rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOfMvro2tPOexWksorkqHiOqlRaTQhzs { width:19.6245625rem;height:16.749125rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6XTPeq36z9B8sluqpbI0AsAf2vSeF8e { width:17.3123125rem;height:1.21875rem;top:34.0625rem;left:1.0937500596046rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBIJS9qGDHLW4ZsPyAA6TnaqJcOrsPKu { width:17.8125rem;height:8.3994375rem;top:24.312066674233rem;left:1.0937500596046rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2i3K1T9rE7FKbBk9xbv7PKCoaVmV9Zo { width:19.625rem;height:14.1875rem;top:37.749572753906rem;left:0.061848998069763rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwyOQ2cSEK3XlpeoGX4ho1FbehrK2rmG { width:14.436875rem;height:1.21875rem;top:48.999568939209rem;left:1.0937500596046rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSfCWpVbWgf5wt7stwOHcIqEcJIo35G8 { width:17.8125rem;height:5.5996125rem;top:41.373708724976rem;left:1.0937500596046rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXGXm3DRLnlBaZSGaTokczOmJ3ylyMpg { width:6.25rem;height:1.5625rem;top:1.2912311553955rem;left:1.0937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXqcUkTFbtpwo2HmpRNXiINZ9EJ6wVTW { width:6.25rem;height:1.5625rem;top:39.0625rem;left:1.0937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3PiRsDhNzkwdMZRiTGkttFg4t1gDqzg { width:6.25rem;height:1.5625rem;top:21.498473763466rem;left:1.0937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMV0QuORsqPJlyZyilCydnObl2W8npa3 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/230a5e22-eb23-4dbb-b280-a80c342803df/faulknerlawctabackgroundmin.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#hMV0QuORsqPJlyZyilCydnObl2W8npa3.adaptive-delivery-prevent-bg, #hMV0QuORsqPJlyZyilCydnObl2W8npa3.lazyload, #hMV0QuORsqPJlyZyilCydnObl2W8npa3.lazyloading { background-image: none; }#hMV0QuORsqPJlyZyilCydnObl2W8npa3 > .row .container { background-color: transparent; background-image: none; }#hMV0QuORsqPJlyZyilCydnObl2W8npa3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMV0QuORsqPJlyZyilCydnObl2W8npa3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMV0QuORsqPJlyZyilCydnObl2W8npa3 > .row .container > .video-iframe-container { display: none; }#hMV0QuORsqPJlyZyilCydnObl2W8npa3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMV0QuORsqPJlyZyilCydnObl2W8npa3 > .row > .video-iframe-container { display: none; }#hMV0QuORsqPJlyZyilCydnObl2W8npa3 > .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); }#hMV0QuORsqPJlyZyilCydnObl2W8npa3 > .row .container { width:20rem;height:30.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ScghS7RQwuP0q1hhd99ue47U7lwvVVuU { width:19.625rem;height:6.09375rem;top:2.4365234375rem;left:0.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2WKDL02WCQ8LS3yZyFqGoAnwUrclTfW { width:20rem;height:11.0229375rem;top:10.75rem;left:0rem;font-size:1.125rem;font-family:anybody;display:block; }
 }@media only screen and (max-width: 763px) { #Vc57SP41Jb4KbIR82Cv1wJVyNsP1XG1i { top:24.75rem;left:0.5rem;width:19rem;height:3.4375rem;font-family:anybody;font-size:1.0625rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #JMvzbG9XrhvwnV5PuN4vxTR4G7Qq7vEr { display:block; }
 }@media only screen and (max-width: 763px) { #VFpQ8r1sQP5TBIBAy09skB6aCUDBsh5l { display:block; }#VFpQ8r1sQP5TBIBAy09skB6aCUDBsh5l > .row .container { width:20rem;height:81.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gFTyfuJmO5BM2mtKI0EdSGf5FbF6fFta { width:20rem;height:34.9975375rem;top:37.979597091675rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GNQZraazFaXl3XOuTqITMMaEkJkQIdaq { width:20rem;height:29.6245625rem;top:6.6080923080444rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhCaJzpKWt6gfkBR7NsSBUhbob3smvc7 { width:20rem;height:2.1933625rem;top:1.5549073219299rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S7ZcJ3k4tfgaqfdeBZ7sUZ6TyTXZiTCb { width:20rem;height:1.70605625rem;top:3.7445583343506rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EKQzWPra8mMIdAf0E7zqhlCLabad5RBz { top:75.0966796875rem;left:0.4990234375rem;width:18.9995rem;height:3.4375rem;font-family:anybody;font-size:1.0625rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #FG5kPwsEziTAsluoVuTboIb9OVdsxItX { display:block; }
 }@media only screen and (max-width: 763px) { #gZZ27HPX4nP8PqAMwK2CgXadCxZB3k8H { display:block; }#gZZ27HPX4nP8PqAMwK2CgXadCxZB3k8H > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PcLVki94hTKK5z7sXNAXAyzZzi68GoO7 { width:20rem;height:5.361325rem;top:4.3109817504883rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BF7m2NNUf9zBDnCUh1OXQCmT00vbbu6F { width:20rem;height:1.7871125rem;top:10.8896484375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqrNASMaLKmi4clTPdZfp4UuVSB4eUqv { display:block; }#oqrNASMaLKmi4clTPdZfp4UuVSB4eUqv > .row .container { width:20rem;height:34.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QkQAEeOnta4Wp0ap0tBu5SECV5465T5Q { width:20rem;height:18.198775rem;top:8.5568580627444rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sn1WsKPm7A5bNZK4ePSd9erUbG7B390w { width:18.811875rem;height:6.07470625rem;top:1.25rem;left:0.59353297948838rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gnz3XQwMcwkBn90Shx6SCLJfCQk2IS0f { top:27.7041015625rem;left:0.5rem;width:19rem;height:3.4375rem;font-family:anybody;font-size:1.0625rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #WoM7uJAMfMOOpuJSx7TSLbsJte4JPSZ7 { display:block; }
 }@media only screen and (max-width: 763px) { #pL79J4hrQO6F1xWnr5A6do9ETrrXlTJP { display:block; }#pL79J4hrQO6F1xWnr5A6do9ETrrXlTJP > .row .container { width:20rem;height:37.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wZPR8vJeJ7mc7m6zwLAOIcPsFwnAkbxt { width:10.5625rem;height:1.75rem;top:11.8125rem;left:2.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ceLkr3hxXuV7Qyk4owderXnIU1laocb0 { width:9.1875rem;height:9.1875rem;top:0.86865234375rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0OBSPBSIWZSPAztworrynGInKvTsNfi { width:1.5625rem;height:1.5625rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHLBURO0lNGPcHDR66l3hJH7RRK8chTM { width:17.5615rem;height:2.625rem;top:15.70703125rem;left:2.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GKE1HW9Xg1X55dTocqSnOnUKxm4TRBad { width:1.5625rem;height:1.5625rem;top:15.707466602326rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #STTbNuTtirtgOOwoCTBJcqov5dXbNZgo { width:20rem;height:1.13720625rem;top:28.8125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lin3zoAlkPx2XAy44tIsTXdkb9XztLZe { width:20rem;height:1.13720625rem;top:32rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NsIJ0LWTHSQNVcZlwx0AZ9GuceL6WBNF { width:16.8125rem;height:2.625rem;top:19.4375rem;left:2.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Me8BfiFAbZR4si10F1OQ4vCN0cW9c0SS { width:1.5625rem;height:1.5625rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKyVGScGz0CmtEbLm8Nr5GbKQarm8AuT { width:15.4375rem;height:2.625rem;top:23.25rem;left:2.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dJXwNfyTKJJDcyomaG2NgCJGN81lk250 { width:1.5625rem;height:1.5625rem;top:23.25rem;left:0rem;display:block; }
 }