.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTsKQ7goZXyZyh566ne6zobZmG65LnQC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212121;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;z-index:auto;display:block; }#XTsKQ7goZXyZyh566ne6zobZmG65LnQC > .row .container { background-color: transparent; background-image: none; }#XTsKQ7goZXyZyh566ne6zobZmG65LnQC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTsKQ7goZXyZyh566ne6zobZmG65LnQC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTsKQ7goZXyZyh566ne6zobZmG65LnQC > .row .container > .video-iframe-container { display: none; }#XTsKQ7goZXyZyh566ne6zobZmG65LnQC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTsKQ7goZXyZyh566ne6zobZmG65LnQC > .row > .video-iframe-container { display: none; }#XTsKQ7goZXyZyh566ne6zobZmG65LnQC > .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); }#XTsKQ7goZXyZyh566ne6zobZmG65LnQC > .row .container { border-width: 0; border-radius: 0; }#XTsKQ7goZXyZyh566ne6zobZmG65LnQC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XTsKQ7goZXyZyh566ne6zobZmG65LnQC > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:60rem;position:relative;display:block; }#UE3BunIbSw9O3KWvMoycVGKews3R7qP7 { 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:5.5625rem;width:8.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#iRsplczqT287tHD13ahVxI9n4TcLPCxn { position:absolute;display:block;z-index:15016;height:2.875rem;width:10.75rem;top:1.28125rem;left:47.720703125rem;display:block; }
#cHkqnaEK6ppRHJFMv7gahL8eIM6K9uTz { position:absolute;display:block;z-index:15016;height:2.875rem;width:10.75rem;top:1.28125rem;left:47.720703125rem;display:none; }
#xi9k7aVVwWQ3heqwpXFm2QXGmufmaTPH { position:absolute;display:block;z-index:15016;height:2.875rem;width:10.75rem;top:1.28125rem;left:47.720703125rem;display:none; }
#HQGvyu5twf2N7T5Tofqt6pDIPTS8wh2G { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #785b10, #baaa7f);background-image: -moz-linear-gradient(180deg, #785b10, #baaa7f);background-image: -ms-linear-gradient(180deg, #785b10, #baaa7f);background-image: -o-linear-gradient(180deg, #785b10, #baaa7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#785b10', endColorstr='#baaa7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#785b10', endColorstr='#baaa7f' );";background-image: linear-gradient(180deg, #785b10, #baaa7f);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:2rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:24.5625rem;left:2.125rem;display:none; }
#EcoKaF3f1Nqi8LvyJtugbO32latEpp4Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/bcd168f0-6586-4391-9921-031fe4c7e3bb/Untitleddesign18.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.adaptive-delivery-prevent-bg, #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.lazyload, #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.lazyloading { background-image: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { background-color: transparent; background-image: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container > .video-iframe-container { display: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row > .video-iframe-container { display: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .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); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { border-width: 0; border-radius: 0; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { font-size:0.875rem;font-family:arial;height:31.75rem;width:60rem;position:relative;display:block; }#ZoscOTRe7LQbvIPE7Uhyqfxc2yIPrsKr { color:#f1f0ea;display:block;width:33.375rem;position:absolute;font-family:georgia;font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:8.3125rem;left:2.125rem;height:5.84990625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#PZPX4C5TDtw1LgCqZeAsLV9kxkpUAmvq { color:#b28c2b;display:block;width:36.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(2,2,2,0.5);top:20.6875rem;left:2.125rem;height:3.20075625rem;font-style:normal;display:block; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs .widget-form-header {  }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;color:#000000;width:17.5rem;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;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #9e9e9e;border-left:0;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:17.5rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:1rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs .widget-input-text {padding-top: 0; padding-bottom: 0;}#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #9e9e9e;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;width:17.5rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #7d7d7d;border-left:0;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:17.5rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:raleway;font-size:1rem;overflow:hidden;vertical-align:top; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs .widget-input-select {padding-top: 0; padding-bottom: 0;}#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs .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; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs .widget-input-button { 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:transparent;background-image: -webkit-linear-gradient(45deg, #785b10, #baaa7f);background-image: -moz-linear-gradient(45deg, #785b10, #baaa7f);background-image: -ms-linear-gradient(45deg, #785b10, #baaa7f);background-image: -o-linear-gradient(45deg, #785b10, #baaa7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#785b10', endColorstr='#baaa7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#785b10', endColorstr='#baaa7f' );";background-image: linear-gradient(45deg, #785b10, #baaa7f);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:2.625rem;margin-bottom:0.25rem;margin-left:2.625rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:12.25rem;height:2.6875rem;font-family:raleway;overflow:hidden; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs .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:raleway;line-height:1.3;font-size:0.875rem;font-weight:400;color:#9e9e9e;vertical-align:top;width:16.3125rem;overflow:hidden;font-style:normal;float:none; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs .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; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:raleway;font-size:0.875rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs .widget-container:first-of-type{padding-top:0;}#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs .widget-container:last-of-type{padding-bottom:0;}#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0rem 0.9375rem 0.9375rem rgba(98,9,195,0.2) ;left:37.901041030884rem;top:4.625rem;z-index:15003;position:absolute; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.875rem;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; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs {display:block;}#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0rem 0.9375rem 0.9375rem rgba(98,9,195,0.2) ;left:37.901041030884rem;top:4.625rem;z-index:15003;position:absolute; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #O54OVDR7R09fgVgGyCIuAT3nbhuORvV5 { position:relative; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #keaETrk5gEiRtphpJ43DNhoK5rhZTHCm { position:relative;display:none; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #Q0zQHPAChm9lLKtJ0zZ85WJXvzepWcVP { position:relative; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #BM0dTFB2yTpLsUo5DBvKIsH2DXXOZoVe { position:relative; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #rmn5UP4tHCXGJVyKDgHPpxx95xlbMIJE { position:relative;display:none; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #TbfgVRrr5BoJzIfEUQcgHMHD0f6RO7hd { position:relative; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #Jo3SQGCSHVOIknp8CblxmZxdM9QCV71z { position:relative; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #WyPBxp3Ndv9wc3HcZWDRpmTT5e9SDVq0 { position:relative;display:none; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #MQRUeQH2exsbyoB36NM6S8XdhFfgkr5v { position:relative; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #UGxEf3XR02rByWuHemzp97ObFzt30dCq { position:relative; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #oXWvR97dOqTvTvPibscWTbbHuG1Kifuk { position:relative;display:none; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #dGepwlmGPqEBCaDcBDrDS5NZRGip7wlG { position:relative; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #qhLb6rX6eTM2rIAi2ZuxSwLSNpSIvvWA { position:relative; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #EMBEGZTlO3q7CkIFMCRnrITAIQsP8VGq { position:relative;display:none; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #BVLp9DNDt6cIyvZbkAkP4044f29W0pMJ { position:relative; }
#cppysFugxb00EC1yvr1syeQLugRL90Pw { position:relative;z-index:100000;display:block; }
#z5xU58eFbOFEBic3H1n4EITupixdi01z { position:relative;z-index:100000;display:block; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #a4aVJTmCfL2K356BGXhVbQmfPm2Lr4Kz { position:relative; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #L13RCsuTUrTJR1TGbuxySgmXkFQHpl0x { position:relative; }
#W2o5AmUUAxdqwPi0SBsDWyG1V0avx2ki { color:#ffffff;display:block;width:22.5605625rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.98046875rem;left:36.62109375rem;height:1.949575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IePFLiRTAcALbRVR2DXEzWayt1DEsTfD { color:#f1f0ea;display:block;width:32.625rem;position:absolute;font-family:georgia;font-size:2.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:14.1875rem;left:2.125rem;height:5.84990625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iomTTMpnm1tg1TrdltdmQr0II1mhJtZi { color:#b28c2b;display:block;width:5.56206875rem;position:absolute;font-family:georgia;font-size:2.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:11.3125rem;left:20.25rem;height:2.925rem;font-style:normal;display:block; }
#TbZfCwiZNNwRJMGaQOvnULL4oPrrvFTb { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;top:7.75rem;left:0.5625rem;display:block; }
#cwFSy598rt2nfHbqbBQdgpQOR1ggA5Dm { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #785b10, #baaa7f);background-image: -moz-linear-gradient(180deg, #785b10, #baaa7f);background-image: -ms-linear-gradient(180deg, #785b10, #baaa7f);background-image: -o-linear-gradient(180deg, #785b10, #baaa7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#785b10', endColorstr='#baaa7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#785b10', endColorstr='#baaa7f' );";background-image: linear-gradient(180deg, #785b10, #baaa7f);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:2rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:24.5625rem;left:2.125rem;display:block; }
#i3uc2ZC53nSXsAKToJvno7e4AExReLz4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T1fvUTelPW1JkUxVyXS6RXALQRkxriLN { color:#f1f0ea;display:block;width:32.6248125rem;position:absolute;font-family:georgia;font-size:2.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:11.3125rem;left:25.4375rem;height:2.925rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a562084d-3464-4744-81ed-7514dc9fa296/3e3d3d2.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;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; }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd.adaptive-delivery-prevent-bg, #z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd.lazyload, #z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd.lazyloading { background-image: none; }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row .container { background-color: transparent; background-image: none; }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row .container > .video-iframe-container { display: none; }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row > .video-iframe-container { display: none; }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .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); }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row .container { border-width: 0; border-radius: 0; }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;position:relative;display:block; }#u8mFqSrn7054CyH2emhVQFnCqzze88AR { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.0625rem;left:1.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#UKiCeU0SNVwoc4dNqBqGNZAS05Fv833H { color:#ffffff;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.6875rem;left:1.5rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fQGrcwOfM4HN5uuCsT2GM5CrkBJEHh8e { color:#ffffff;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.6875rem;left:21.5rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I0vd3VTGx6dqK0xyFADWc5FcTAFiUWH6 { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.0625rem;left:21.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#o6t7Rlor0AHH17VB53Wff1DI1XoH3LUS { color:#ffffff;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.6875rem;left:40rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oUt2F7yGb2aKX4RMCOtDew85c5XSMnG5 { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.0625rem;left:40.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#TTh12varbK6z0IB1ymXIPo0x87PPRbtn { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:1.9375rem;left:22.125rem;display:block; }
#VuxOmvbEKrHvi4dKRRvBQ4pobC3E6cb2 { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;top:7.6875rem;left:22.125rem;display:block; }
#PXRPIuAt31be08SLzievACz44y5qPDRz { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;top:7.6875rem;left:22.125rem;display:none; }
#F2sXAMTd1lTNn0N79tBvomwH17SZhFm5 { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;top:7.6875rem;left:22.125rem;display:none; }
#isMTmkc4XlVde5GTJ552rh7m8zgoWm87 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9c7822;background-image:url("https://images.assets-landingi.com/56pMIREBAcg/unsplash/sincerely-media-56pMIREBAcg-photo-1547104442-044448b73426.jpg");background-position:top left !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; }#isMTmkc4XlVde5GTJ552rh7m8zgoWm87.adaptive-delivery-prevent-bg, #isMTmkc4XlVde5GTJ552rh7m8zgoWm87.lazyload, #isMTmkc4XlVde5GTJ552rh7m8zgoWm87.lazyloading { background-image: none; }#isMTmkc4XlVde5GTJ552rh7m8zgoWm87 > .row .container { background-color: transparent; background-image: none; }#isMTmkc4XlVde5GTJ552rh7m8zgoWm87::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#isMTmkc4XlVde5GTJ552rh7m8zgoWm87 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#isMTmkc4XlVde5GTJ552rh7m8zgoWm87 > .row .container > .video-iframe-container { display: none; }#isMTmkc4XlVde5GTJ552rh7m8zgoWm87 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#isMTmkc4XlVde5GTJ552rh7m8zgoWm87 > .row > .video-iframe-container { display: none; }#isMTmkc4XlVde5GTJ552rh7m8zgoWm87 > .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); }#isMTmkc4XlVde5GTJ552rh7m8zgoWm87 > .row .container { border-width: 0; border-radius: 0; }#isMTmkc4XlVde5GTJ552rh7m8zgoWm87 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#isMTmkc4XlVde5GTJ552rh7m8zgoWm87 > .row .container { font-size:0.875rem;font-family:arial;height:47rem;width:60rem;position:relative;display:block; }#n8ktpav21gsEP5sgo0VNrSGsF4NWyafM { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:19.124347686767rem;left:29.124351501465rem;height:7.801875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ysB6Kcty92I9GQGgdyBTdLTMStvtBLps { color:#020202;display:block;width:23.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:16.686196327209rem;left:29.124351501465rem;height:1.7868125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ptaPMgy1yGoLqP9V4EcTAyJ2tJ2SENP2 { color:#000000;display:block;width:17.24975rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:27.6875rem;left:29.25rem;height:1.62464375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xTbE13CTUwdwy2s3IyUQt6S539u1Px6S { position:absolute;display:block;z-index:15034;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.74926875rem;width:1.74926875rem;top:29.8125rem;left:29.25rem;overflow:hidden;display:block; }
#dDGhvLQ8cPU774lTbP1L00BSakmCQf09 { color:#000000;display:block;width:27.937rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.2;letter-spacing:0;top:30rem;left:31.5625rem;height:1.350025rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vM2A2L8FNSe20ySrO8703V8x7cxr5l49 { color:#000000;display:block;width:23.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.2;letter-spacing:0;top:31.875rem;left:31.5rem;height:1.350025rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TTARAHyPJuzDW16beRSWVIfVaHyhGe4N { position:absolute;display:block;z-index:15036;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.74926875rem;width:1.74926875rem;top:31.6875rem;left:29.25rem;overflow:hidden;display:block; }
#U35tFq09OZGO97yFGzN3BbXf6WvpqTl2 { position:absolute;display:block;z-index:15038;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.74926875rem;width:1.74926875rem;top:33.5625rem;left:29.25rem;overflow:hidden;display:block; }
#WLucNP2CO8IiOAJC3QekuIb4zqKqZTcA { color:#000000;display:block;width:24.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.2;letter-spacing:0;top:33.8125rem;left:31.5625rem;height:1.350025rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Qnu4Z9powJM7oaCDg4xl67N4wKnqzT7O { position:absolute;display:block;z-index:15040;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.74926875rem;width:1.74926875rem;top:35.4375rem;left:29.25rem;overflow:hidden;display:block; }
#ZkrfykvFmXHaK8cMtppOK7pZ2R75ZUIC { color:#000000;display:block;width:20.874rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.2;letter-spacing:0;top:35.6875rem;left:31.5625rem;height:1.350025rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pH2cU3kPump7L5tDE5Pv3wyE3XnySZ2I { color:rgba(0,0,0,0.97);display:block;width:56.9360625rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:3.468017578125rem;left:1.53076171875rem;height:11.202625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#PoE7Brcqs1frJfcsKMwC8s3eMht2lenc { color:#000000;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0.625rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FFpm1cr31HrrCVoFB5LikdeGT52dLkhA { color:#000000;display:block;width:20.875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.2;letter-spacing:0;top:37.5rem;left:31.4375rem;height:1.350025rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QUhIFKxVO8dzTo2HwkL6A7s63nm1Ebze { position:absolute;display:block;z-index:15039;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.75rem;width:1.75rem;top:37.3125rem;left:29.25rem;overflow:hidden;display:block; }
#e6JOkJrkrb8zRKA4r4FgEMNIRMQIFEJL { position:absolute;display:block;z-index:15041;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.74913125rem;width:1.74913125rem;top:39.1875rem;left:29.25rem;overflow:hidden;display:block; }
#ePcX3ThBhsJim31ROQFVKCt8K59tHii6 { color:#000000;display:block;width:22.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.2;letter-spacing:0;top:39.375rem;left:31.4375rem;height:1.350025rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#F6AV0kIykFeCbbmGSwTUGTvp8Bw6ZJbh { color:#000000;display:block;width:22.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.2;letter-spacing:0;top:41.25rem;left:31.4375rem;height:1.350025rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#B2C0ftkM4HtxZcAbEn7xNeEHMl6XW2Nx { position:absolute;display:block;z-index:15039;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.75rem;width:1.75rem;top:41.0625rem;left:29.25rem;overflow:hidden;display:block; }
#NsftdbtNy6xJpRLkzTvlTWqQm0MAuJfL { position:absolute;display:block;z-index:15033;border-top:0.125rem solid rgba(0,0,0,0.39);border-left:0.125rem solid rgba(0,0,0,0.39);border-right:0.125rem solid rgba(0,0,0,0.39);border-bottom:0.125rem solid rgba(0,0,0,0.39);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:27.0625rem;width:20.3125rem;top:16.685546875rem;left:3.810546875rem;overflow:hidden;display:block; }
#SpVL0ZsqMTvTJOsxDTJHy9gw7de6ueTx { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #785b10, #baaa7f);background-image: -moz-linear-gradient(180deg, #785b10, #baaa7f);background-image: -ms-linear-gradient(180deg, #785b10, #baaa7f);background-image: -o-linear-gradient(180deg, #785b10, #baaa7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#785b10', endColorstr='#baaa7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#785b10', endColorstr='#baaa7f' );";background-image: linear-gradient(180deg, #785b10, #baaa7f);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.5625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:43.250001907349rem;left:31.562501907349rem;display:block; }
#tBKFfryZTT5LzHkyadR9AlaPTqJBIhdE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rrItTf1ucwit0fTggkTIEZo5dxRyvHRK { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#tIAmuzqzf509MpfAJktghthfVGFrDbR8 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Sn9n9AWsPOQNaE8u4hC20c0SBOINrpHt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/70f5e15c-ff6e-4ea2-9e81-ab52a059b871/3e3d3d.png");background-position:top left !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; }#Sn9n9AWsPOQNaE8u4hC20c0SBOINrpHt.adaptive-delivery-prevent-bg, #Sn9n9AWsPOQNaE8u4hC20c0SBOINrpHt.lazyload, #Sn9n9AWsPOQNaE8u4hC20c0SBOINrpHt.lazyloading { background-image: none; }#Sn9n9AWsPOQNaE8u4hC20c0SBOINrpHt > .row .container { background-color: transparent; background-image: none; }#Sn9n9AWsPOQNaE8u4hC20c0SBOINrpHt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sn9n9AWsPOQNaE8u4hC20c0SBOINrpHt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sn9n9AWsPOQNaE8u4hC20c0SBOINrpHt > .row .container > .video-iframe-container { display: none; }#Sn9n9AWsPOQNaE8u4hC20c0SBOINrpHt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sn9n9AWsPOQNaE8u4hC20c0SBOINrpHt > .row > .video-iframe-container { display: none; }#Sn9n9AWsPOQNaE8u4hC20c0SBOINrpHt > .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); }#Sn9n9AWsPOQNaE8u4hC20c0SBOINrpHt > .row .container { border-width: 0; border-radius: 0; }#Sn9n9AWsPOQNaE8u4hC20c0SBOINrpHt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sn9n9AWsPOQNaE8u4hC20c0SBOINrpHt > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:60rem;position:relative;display:block; }#pHRlt95MCvB3fib2F5vu11HPfq8PICI0 { color:#f8f8f8;display:block;width:26rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.9375rem;left:2.1875rem;height:1.7868125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BLH3xGkJJL4f2gaBIcMZdk0hWbWAEmgc { color:#000000;display:block;width:27.375rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.25rem;left:2.1875rem;height:7.801875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#TqhKOsRdG8dfiDn7SziU3TrLHr7Ma33v { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:16.4375rem;left:4.5rem;height:1.350025rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Z0QFs6J6TapzDFNE6ToAZDnfT1rnPAG9 { position:absolute;display:block;z-index:15025;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.75rem;width:1.75rem;top:16.25rem;left:2.1875rem;overflow:hidden;display:block; }
#mX9DezhqVd6tWO9kZiHzaKvUDdXxrxMM { color:#000000;display:block;width:23.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:18.3125rem;left:4.4375rem;height:1.350025rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#grB4HXwkN9V9sT5pwwCASDVTJ4UVMJqK { position:absolute;display:block;z-index:15027;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.75rem;width:1.75rem;top:18.125rem;left:2.1875rem;overflow:hidden;display:block; }
#qK989xmLv8GUuOBf0nRAWdnciQP8n0Rm { color:#000000;display:block;width:20.875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:20.1875rem;left:4.5rem;height:1.350025rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CvQ7qSTxmHMr4OKH3b8IC194AsaFhmWk { 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:1.75rem;width:1.75rem;top:20rem;left:2.1875rem;overflow:hidden;display:block; }
#IhwNTAn5cpvywiT8zoGQ9hZGOhCXFlMt { color:#f8f8f8;display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14.125rem;left:2.1875rem;height:1.62464375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pTFAgRoonkcblESsGmhm9Z8Rto4dkfB2 { position:absolute;display:block;z-index:15032;border-top:0.125rem solid #f4f4f4;border-left:0.125rem solid #f4f4f4;border-right:0.125rem solid #f4f4f4;border-bottom:0.125rem solid #f4f4f4;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.44) ;height:28.562375rem;width:21.1245rem;top:2.2916665971279rem;left:33.766571044922rem;overflow:hidden;display:block; }
#hUWDeTTuPdxIJTVPnLr8xB126yor2Kby { 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:1.75rem;width:1.75rem;top:21.875rem;left:2.1875rem;overflow:hidden;display:block; }
#fQeLSM5zWA6mwu5c3RqGPT6OZd4DVU97 { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.2;letter-spacing:0;top:22.0625rem;left:4.5rem;height:1.350025rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KImkQmPewBiLWkAle8GR8M8214xsEM9p { position:absolute;display:block;z-index:15035;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.75rem;width:1.75rem;top:23.75rem;left:2.1875rem;overflow:hidden;display:block; }
#JnC8S0yZkyTXm1Mob4rQJIiGTcCdfOnH { color:#000000;display:block;width:26rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15034;line-height:1.2;letter-spacing:0;top:23.9375rem;left:4.5rem;height:1.350025rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fNbMmJT7XM0vmGrM9d0A5erHLib0uGVs { color:#000000;display:block;width:22.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.2;letter-spacing:0;top:25.8125rem;left:4.5rem;height:1.350025rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#V79ilkCz5bhKtAsEJegoao6xoTd1v8s1 { position:absolute;display:block;z-index:15037;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.75rem;width:1.75rem;top:25.625rem;left:2.1875rem;overflow:hidden;display:block; }
#MW9cWLkkZqsWkvVmfmfqa73wVOiEqPIT { position:absolute;display:block;z-index:15039;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.75rem;width:1.75rem;top:27.5rem;left:2.1875rem;overflow:hidden;display:block; }
#n9mCT3TRWszCG4RPq6LTOdSaNDAgzA4F { color:#000000;display:block;width:22.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.2;letter-spacing:0;top:27.6875rem;left:4.5rem;height:1.350025rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#elPTbuJ4rzKFWikmKoSQ1MtSlpk5GQEL { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #785b10, #baaa7f);background-image: -moz-linear-gradient(180deg, #785b10, #baaa7f);background-image: -ms-linear-gradient(180deg, #785b10, #baaa7f);background-image: -o-linear-gradient(180deg, #785b10, #baaa7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#785b10', endColorstr='#baaa7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#785b10', endColorstr='#baaa7f' );";background-image: linear-gradient(180deg, #785b10, #baaa7f);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.56214375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:29.749050140381rem;left:4.4998817443847rem;display:block; }
#vsfIa27chrOyOAusKemuOdAZgM0bswGb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BtPTp9RIWoGzmvbICRWUuCB5yyPmeFMg { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#TNZwlgRWIbVvmDPwZwW2n4Vi9fIEDUS3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9c7822;background-image:url("https://images.assets-landingi.com/56pMIREBAcg/unsplash/sincerely-media-56pMIREBAcg-photo-1547104442-044448b73426.jpg");background-position:top left !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; }#TNZwlgRWIbVvmDPwZwW2n4Vi9fIEDUS3.adaptive-delivery-prevent-bg, #TNZwlgRWIbVvmDPwZwW2n4Vi9fIEDUS3.lazyload, #TNZwlgRWIbVvmDPwZwW2n4Vi9fIEDUS3.lazyloading { background-image: none; }#TNZwlgRWIbVvmDPwZwW2n4Vi9fIEDUS3 > .row .container { background-color: transparent; background-image: none; }#TNZwlgRWIbVvmDPwZwW2n4Vi9fIEDUS3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNZwlgRWIbVvmDPwZwW2n4Vi9fIEDUS3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNZwlgRWIbVvmDPwZwW2n4Vi9fIEDUS3 > .row .container > .video-iframe-container { display: none; }#TNZwlgRWIbVvmDPwZwW2n4Vi9fIEDUS3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNZwlgRWIbVvmDPwZwW2n4Vi9fIEDUS3 > .row > .video-iframe-container { display: none; }#TNZwlgRWIbVvmDPwZwW2n4Vi9fIEDUS3 > .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); }#TNZwlgRWIbVvmDPwZwW2n4Vi9fIEDUS3 > .row .container { border-width: 0; border-radius: 0; }#TNZwlgRWIbVvmDPwZwW2n4Vi9fIEDUS3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TNZwlgRWIbVvmDPwZwW2n4Vi9fIEDUS3 > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:60rem;position:relative;display:block; }#sK4OIuO7g0P541DBIek3JibT9Ll655fT { color:#020202;display:block;width:30.062125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.6245265007019rem;left:29.217563629151rem;height:1.7868125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rK5XfbMzNBcoA0u2dPKgtTcc4q668Bl3 { color:#000000;display:block;width:29.2495rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.3731057643888rem;left:29.62357711792rem;height:9.102125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#udCyi9sOpo20ZodQTSqFqmmrpVwNNd3G { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:19.375rem;left:32.0625rem;height:1.350025rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#K3UgwhwrlN3Stw4i7gwPV2lum9a5B2kD { position:absolute;display:block;z-index:15025;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.75rem;width:1.75rem;top:19.1875rem;left:29.75rem;overflow:hidden;display:block; }
#naUzmX6y35gEZB82tQiZ2f1nFKyfc6nM { color:#000000;display:block;width:23.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:21.25rem;left:32rem;height:1.350025rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JZkiudDZPUxa8SwQtETfoDL1kJfure6J { position:absolute;display:block;z-index:15027;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.75rem;width:1.75rem;top:21rem;left:29.75rem;overflow:hidden;display:block; }
#auCozb5KeQUE3CuVNXyporKdRhDQ5gPW { position:absolute;display:block;z-index:15029;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.75rem;width:1.75rem;top:23.0625rem;left:29.75rem;overflow:hidden;display:block; }
#xAhWTya0OpQF6EF8ul4aJZGiO3fXmcK5 { color:#000000;display:block;width:24.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:23.1875rem;left:32.0625rem;height:1.350025rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#O8TBPzHblgUsPw5JLMgr5RThbHqtQIUf { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:25.0625rem;left:32.0625rem;height:1.350025rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#m8XwS2rKL05AKaGr1oV8uP8p7LTqTKeI { 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:1.75rem;width:1.75rem;top:24.9375rem;left:29.75rem;overflow:hidden;display:block; }
#E1i7Cc9h9z8eAuDNTV790NI5geJ3lnDG { color:#000000;display:block;width:17.249625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.624052047729rem;left:29.62357711792rem;height:1.62464375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pkaELzcNZlfIONaDtl9kFlkeiU5mA1Jg { position:absolute;display:block;z-index:15032;border-top:0.125rem solid rgba(241,243,248,0.48);border-left:0.125rem solid rgba(241,243,248,0.48);border-right:0.125rem solid rgba(241,243,248,0.48);border-bottom:0.125rem solid rgba(241,243,248,0.48);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:27.43725rem;width:20.4995rem;top:2.7740287780762rem;left:4.6673765182495rem;overflow:hidden;display:block; }
#JLsoGSmE33O78PMCEXuTuZeoC4mPwNMV { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #785b10, #baaa7f);background-image: -moz-linear-gradient(180deg, #785b10, #baaa7f);background-image: -ms-linear-gradient(180deg, #785b10, #baaa7f);background-image: -o-linear-gradient(180deg, #785b10, #baaa7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#785b10', endColorstr='#baaa7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#785b10', endColorstr='#baaa7f' );";background-image: linear-gradient(180deg, #785b10, #baaa7f);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.56214375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:27.439035415649rem;left:32.061431884766rem;display:block; }
#O6rpoJX1qsHRJrnZTDeS2u2lUHXUqlhX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#reaSD29XhN3sOdRxezzP7ddIKJti5sSJ { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#WgZydOTXbxsrr0neW85mMhbe0p8bU1GG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/70f5e15c-ff6e-4ea2-9e81-ab52a059b871/3e3d3d.png");background-position:top left !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; }#WgZydOTXbxsrr0neW85mMhbe0p8bU1GG.adaptive-delivery-prevent-bg, #WgZydOTXbxsrr0neW85mMhbe0p8bU1GG.lazyload, #WgZydOTXbxsrr0neW85mMhbe0p8bU1GG.lazyloading { background-image: none; }#WgZydOTXbxsrr0neW85mMhbe0p8bU1GG > .row .container { background-color: transparent; background-image: none; }#WgZydOTXbxsrr0neW85mMhbe0p8bU1GG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgZydOTXbxsrr0neW85mMhbe0p8bU1GG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgZydOTXbxsrr0neW85mMhbe0p8bU1GG > .row .container > .video-iframe-container { display: none; }#WgZydOTXbxsrr0neW85mMhbe0p8bU1GG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgZydOTXbxsrr0neW85mMhbe0p8bU1GG > .row > .video-iframe-container { display: none; }#WgZydOTXbxsrr0neW85mMhbe0p8bU1GG > .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); }#WgZydOTXbxsrr0neW85mMhbe0p8bU1GG > .row .container { border-width: 0; border-radius: 0; }#WgZydOTXbxsrr0neW85mMhbe0p8bU1GG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WgZydOTXbxsrr0neW85mMhbe0p8bU1GG > .row .container { font-size:0.875rem;font-family:arial;height:34.5rem;width:60rem;position:relative;display:block; }#lpMecTt4gO3IWNtdzszuUZ0JovQ2ZXpl { color:#f8f8f8;display:block;width:25.999375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.1875rem;left:2.3125rem;height:1.7868125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I14spA4rHsFlwFTz1bpcQOvQl4cgxyaf { color:#000000;display:block;width:30.3125rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.6875rem;left:2.3125rem;height:10.4024375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#SoShfOCaJ0uAHSHyii2c80RbO28FN1Cl { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:19rem;left:4.625rem;height:1.350025rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dqE2SVQnt1210GKmOgfA6fo6HT0vyTEL { position:absolute;display:block;z-index:15025;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.75rem;width:1.75rem;top:18.8125rem;left:2.3125rem;overflow:hidden;display:block; }
#EkVWDszSETkBG8OGuPUImpeb3cIdoBFp { color:#000000;display:block;width:23.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:20.875rem;left:4.625rem;height:1.350025rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gkVdfJB3emzJn37gh0A8lTAyo54SrE6f { position:absolute;display:block;z-index:15027;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.75rem;width:1.75rem;top:20.625rem;left:2.3125rem;overflow:hidden;display:block; }
#ARnev7mKJo5gmOdq6a57DIBhwhWuKkL1 { position:absolute;display:block;z-index:15029;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.75rem;width:1.75rem;top:22.6875rem;left:2.3125rem;overflow:hidden;display:block; }
#qogTDhTRxFqkZfH6owR2UJP5tHPuiSTy { color:#000000;display:block;width:24.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:24.625rem;left:4.625rem;height:1.350025rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Azdkv1ThGyUyX5qfUPmQK53FbB3y8KKJ { 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:1.75rem;width:1.75rem;top:24.5625rem;left:2.3125rem;overflow:hidden;display:block; }
#hcg7bu7IG6sKyZmXFT93HehtU3Clyvy6 { color:#f8f8f8;display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.6875rem;left:2.3125rem;height:1.62464375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oylzO8mhJVvMyfTEEnxSHwHA4TctdpGJ { position:absolute;display:block;z-index:15033;border-top:0.125rem solid #c7c7d1;border-left:0.125rem solid #c7c7d1;border-right:0.125rem solid #c7c7d1;border-bottom:0.125rem solid #c7c7d1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:26.5625rem;width:19.875rem;top:3.1875rem;left:35.140625rem;overflow:hidden;display:block; }
#LXdz5rTPrfW2gpZIxcaGXcIbbZWOpHd6 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #785b10, #baaa7f);background-image: -moz-linear-gradient(180deg, #785b10, #baaa7f);background-image: -ms-linear-gradient(180deg, #785b10, #baaa7f);background-image: -o-linear-gradient(180deg, #785b10, #baaa7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#785b10', endColorstr='#baaa7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#785b10', endColorstr='#baaa7f' );";background-image: linear-gradient(180deg, #785b10, #baaa7f);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.56214375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:30.748695373535rem;left:4.6247634887695rem;display:block; }
#qN40tGNpHHJaZaZHr6XfdxQo4qVVrxKa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B4kb8XAahZZPK7xWRaJ6Ry7EJ3QE6HEb { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#DKgFBuxdq6EFRQL6EHxtosdZru3H2W2r { color:#000000;display:block;width:24.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:26.5rem;left:4.6247634887695rem;height:1.350025rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JkNr01keMd2NbTPTn3F97LhKELQrh5Kb { color:#000000;display:block;width:24.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:28.375rem;left:4.6247634887695rem;height:1.350025rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PAuXTRt0oKhOb4I8Vuq47QoM3wVd3k8c { color:#000000;display:block;width:23.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:22.75rem;left:4.6247634887695rem;height:1.350025rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Z9092MFaeruPwPmPCXZIvFVM9nm46tK0 { position:absolute;display:block;z-index:15032;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.749525rem;width:1.749525rem;top:26.4375rem;left:2.3123817443848rem;overflow:hidden;display:block; }
#AOLW91pxCvT7iQ1Ow16eOFNs8zHn7gdB { 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:1.7489375rem;width:1.7489375rem;top:28.326820373535rem;left:2.3123817443848rem;overflow:hidden;display:block; }
#kWqMAGMEzv927WsvuQe4mseua4JFXXKd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9c7822;background-image:url("https://images.assets-landingi.com/56pMIREBAcg/unsplash/sincerely-media-56pMIREBAcg-photo-1547104442-044448b73426.jpg");background-position:top left !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; }#kWqMAGMEzv927WsvuQe4mseua4JFXXKd.adaptive-delivery-prevent-bg, #kWqMAGMEzv927WsvuQe4mseua4JFXXKd.lazyload, #kWqMAGMEzv927WsvuQe4mseua4JFXXKd.lazyloading { background-image: none; }#kWqMAGMEzv927WsvuQe4mseua4JFXXKd > .row .container { background-color: transparent; background-image: none; }#kWqMAGMEzv927WsvuQe4mseua4JFXXKd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWqMAGMEzv927WsvuQe4mseua4JFXXKd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWqMAGMEzv927WsvuQe4mseua4JFXXKd > .row .container > .video-iframe-container { display: none; }#kWqMAGMEzv927WsvuQe4mseua4JFXXKd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWqMAGMEzv927WsvuQe4mseua4JFXXKd > .row > .video-iframe-container { display: none; }#kWqMAGMEzv927WsvuQe4mseua4JFXXKd > .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); }#kWqMAGMEzv927WsvuQe4mseua4JFXXKd > .row .container { border-width: 0; border-radius: 0; }#kWqMAGMEzv927WsvuQe4mseua4JFXXKd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kWqMAGMEzv927WsvuQe4mseua4JFXXKd > .row .container { font-size:0.875rem;font-family:arial;height:33rem;width:60rem;position:relative;display:block; }#XTSfQCEIuDyIZiKwBVwee1I97ndy3ECW { color:#020202;display:block;width:26rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.625rem;left:29.75rem;height:1.7868125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RWOXex2s6tO7DCGiHI8oPUP5aEk64LBb { color:#000000;display:block;width:27.375rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.9375rem;left:29.75rem;height:6.5015625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#nvOszaEBfNwB0kRtZ5xInuGm8Lr6CX1h { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:15.75rem;left:32.0625rem;height:1.350025rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#q62Wl3AFWNDOakhpJ4uT7F7lwWm99k2S { position:absolute;display:block;z-index:15025;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.75rem;width:1.75rem;top:15.5625rem;left:29.75rem;overflow:hidden;display:block; }
#MNgpJuO8bSMTQfx5h66ehaL6UT03lqDz { color:#000000;display:block;width:23.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:17.625rem;left:32rem;height:1.350025rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Dus5xBiMLRPlZ38DBcdSlCs7wGSGCAOz { position:absolute;display:block;z-index:15027;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.75rem;width:1.75rem;top:17.4375rem;left:29.75rem;overflow:hidden;display:block; }
#SM39b3oyz1oPy9ik0T3tly2Fz5VGVhsr { position:absolute;display:block;z-index:15029;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.75rem;width:1.75rem;top:19.3125rem;left:29.75rem;overflow:hidden;display:block; }
#THO587eGy3nKnzs44qlskZthg8BZdKHK { color:#000000;display:block;width:24.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:19.5rem;left:32.0625rem;height:1.350025rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lFGprdzWQC3pn8D35gqfH5IXRn52Mcbh { color:#000000;display:block;width:20.875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:21.375rem;left:32.0625rem;height:1.350025rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oA0QIXqFZwB7xThxAIx3r60aFrOxTTWG { 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:1.75rem;width:1.75rem;top:21.1875rem;left:29.75rem;overflow:hidden;display:block; }
#oqP7WFy6zA5QDVwqSvgLvp3Ng5HM2bv6 { color:#000000;display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.4375rem;left:29.75rem;height:1.62464375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KugNKGUW3ByMVa2JRT0ezsoIVKO5QydC { 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:1.75rem;width:1.75rem;top:23.0625rem;left:29.75rem;overflow:hidden;display:block; }
#eGF1uHWIxMwqVQGRxliXwPdAlvPECOIg { color:#000000;display:block;width:20.875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.2;letter-spacing:0;top:23.25rem;left:32.0625rem;height:1.350025rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EEHknqrqRriTeQeB2zGtodxL8sHTLIFK { position:absolute;display:block;z-index:15035;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.75rem;width:1.75rem;top:24.9375rem;left:29.75rem;overflow:hidden;display:block; }
#K0HWlsmg1hwt1XRaKpLQz7WvUnHJIV7O { color:#000000;display:block;width:22.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15034;line-height:1.2;letter-spacing:0;top:25.125rem;left:32.0625rem;height:1.350025rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wEomPDI9DW6fWwmvvZ88dQnfUZghRtQ4 { position:absolute;display:block;z-index:15032;border-top:0.0625rem solid rgba(241,243,248,0.48);border-left:0.0625rem solid rgba(241,243,248,0.48);border-right:0.0625rem solid rgba(241,243,248,0.48);border-bottom:0.0625rem solid rgba(241,243,248,0.48);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:29rem;width:21.6875rem;top:1.826171875rem;left:4.6674080044861rem;overflow:hidden;display:block; }
#KbfmJCAaGcBNuUA9cKBDBZvyBicofryJ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #785b10, #baaa7f);background-image: -moz-linear-gradient(180deg, #785b10, #baaa7f);background-image: -ms-linear-gradient(180deg, #785b10, #baaa7f);background-image: -o-linear-gradient(180deg, #785b10, #baaa7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#785b10', endColorstr='#baaa7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#785b10', endColorstr='#baaa7f' );";background-image: linear-gradient(180deg, #785b10, #baaa7f);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.56214375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:27.325399398804rem;left:32.061431884766rem;display:block; }
#ELCs0Z6XzJgOBrwKizUFOnralXAFvHEe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TkG9fb0ePTnCe2vKy0f9p54m5xeEy2l8 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#800020;background-image:url("https://images.assets-landingi.com/uc/83065df9-7ff2-4be9-ab10-4a2238ab488b/Topnotchlegalservices3.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop.adaptive-delivery-prevent-bg, #cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop.lazyload, #cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop.lazyloading { background-image: none; }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .row .container { background-color: transparent; background-image: none; }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .row .container > .video-iframe-container { display: none; }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .row > .video-iframe-container { display: none; }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .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); }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .row .container { border-width: 0; border-radius: 0; }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:60rem;position:relative;display:block; }#PWsLC4dSIIuKz7EwwSB3PpuBxVDyquf3 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.125rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#yFSDKTNkEc4mLyT1h4nNT4gLeu7LTueO { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4.375rem;left:0rem;height:1.949575rem;font-style:normal;display:block; }
#lITLkRbT4Owt3EX3HvVJ4XOPmRhFg7le { background-color:#0e9ae5;background-image: -webkit-linear-gradient(117deg, #785b10, #baaa7f);background-image: -moz-linear-gradient(117deg, #785b10, #baaa7f);background-image: -ms-linear-gradient(117deg, #785b10, #baaa7f);background-image: -o-linear-gradient(117deg, #785b10, #baaa7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#785b10', endColorstr='#baaa7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#785b10', endColorstr='#baaa7f' );";background-image: linear-gradient(117deg, #785b10, #baaa7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.125rem 0.9375rem rgba(0,0,0,0.1) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.874025rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:2.125rem;left:41.4375rem;display:block; }
#eOuSxNUFuMrNo9I3ZNDQtJJFTRmxLPPm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R8QKoUfBmd1IykHSr5crORSGloQXLDEi { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Ve3WNWeu1NUpVBITOvixIztZWT0afGKD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ad93b3fb-2d80-42e3-8ddf-1f2742c023b3/3e3d3d4.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#Ve3WNWeu1NUpVBITOvixIztZWT0afGKD.adaptive-delivery-prevent-bg, #Ve3WNWeu1NUpVBITOvixIztZWT0afGKD.lazyload, #Ve3WNWeu1NUpVBITOvixIztZWT0afGKD.lazyloading { background-image: none; }#Ve3WNWeu1NUpVBITOvixIztZWT0afGKD > .row .container { background-color: transparent; background-image: none; }#Ve3WNWeu1NUpVBITOvixIztZWT0afGKD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ve3WNWeu1NUpVBITOvixIztZWT0afGKD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ve3WNWeu1NUpVBITOvixIztZWT0afGKD > .row .container > .video-iframe-container { display: none; }#Ve3WNWeu1NUpVBITOvixIztZWT0afGKD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ve3WNWeu1NUpVBITOvixIztZWT0afGKD > .row > .video-iframe-container { display: none; }#Ve3WNWeu1NUpVBITOvixIztZWT0afGKD > .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); }#Ve3WNWeu1NUpVBITOvixIztZWT0afGKD > .row .container { border-width: 0; border-radius: 0; }#Ve3WNWeu1NUpVBITOvixIztZWT0afGKD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ve3WNWeu1NUpVBITOvixIztZWT0afGKD > .row .container { font-size:0.875rem;font-family:arial;height:41.1875rem;width:60rem;position:relative;display:block; }#rUfK0o9Aa2xeqJFZ5xELbWBGTp4QXaeC { color:#9c7822;display:block;width:59.12475rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.685791015625rem;left:0.435791015625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UGAV0tPGaowcTSxS2B8luTEodzATgWVH { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;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:0.062255875rem;width:56.875rem;top:6.937255859375rem;left:1.5625rem;display:block; }
#Ar0rQpkk9fkWVVJ9h7UgqPtUPuX68Cnh { color:#f3f3f3;display:block;width:58.8745rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:5.062255859375rem;left:0.5615234375rem;height:1.30030625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ogOuNJErpz2M4xDlUdsAGxutxET6LDrW { position:absolute;display:block;z-index:15015;border-top:0.125rem solid rgba(248,248,248,0.71);border-left:0.125rem solid rgba(248,248,248,0.71);border-right:0.125rem solid rgba(248,248,248,0.71);border-bottom:0.125rem solid rgba(248,248,248,0.71);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:9.0625rem;top:9.4375rem;left:4.6875rem;overflow:hidden;display:block; }
#hHc1JVt8ZBIflR1S77ZzkIRvBcQTJTyA { box-sizing:content-box;height:3.56171875rem;width:12.12425rem;position:absolute;display:block;z-index:15016;background-color:#9c7822;background-image:none;top:19.6875rem;left:3.2802734375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#KLZPV8VHCIQlTNWiIZG4X7yRlWAVuzRU { color:#000000;display:block;width:10.625rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:19.948438644409rem;left:4.0062499046326rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x39cbEgkBHf4poMyPLAbS5324fwTs2vC { position:absolute;display:block;z-index:15018;border-top:0.125rem solid rgba(248,248,248,0.71);border-left:0.125rem solid rgba(248,248,248,0.71);border-right:0.125rem solid rgba(248,248,248,0.71);border-bottom:0.125rem solid rgba(248,248,248,0.71);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:9.0625rem;top:9.4375rem;left:18.53125rem;overflow:hidden;display:block; }
#BERfrLNU7f4ZmUCAnvU1aDLXBXpMqEqg { position:absolute;display:block;z-index:15021;border-top:0.125rem solid rgba(248,248,248,0.71);border-left:0.125rem solid rgba(248,248,248,0.71);border-right:0.125rem solid rgba(248,248,248,0.71);border-bottom:0.125rem solid rgba(248,248,248,0.71);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.375rem;width:9.375rem;top:25.155165195465rem;left:25.241973876953rem;overflow:hidden;display:block; }
#E9MUlCJfRh15vXdS7sx8m7TeNkykfTMT { color:#000000;display:block;width:10.8745625rem;position:absolute;font-family:exo;font-size:0.75rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:21.219619274139rem;left:3.8498268127441rem;height:2.09871875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cVenoxUsFb5uvIgtHg2T3FV3pmevWTOM { position:absolute;display:block;z-index:15025;border-top:0.125rem solid rgba(248,248,248,0.71);border-left:0.125rem solid rgba(248,248,248,0.71);border-right:0.125rem solid rgba(248,248,248,0.71);border-bottom:0.125rem solid rgba(248,248,248,0.71);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:9.0625rem;top:25.3125rem;left:11.25rem;overflow:hidden;display:block; }
#SviJin6Wg703fA3l67FgftAXKwPmFfnB { position:absolute;display:block;z-index:15025;border-top:0.125rem solid rgba(248,248,248,0.71);border-left:0.125rem solid rgba(248,248,248,0.71);border-right:0.125rem solid rgba(248,248,248,0.71);border-bottom:0.125rem solid rgba(248,248,248,0.71);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:9.0625rem;top:9.4375rem;left:46.562501430511rem;overflow:hidden;display:block; }
#TNEAvLT6UtCWJpzT9zkF0peI5nuSHIag { color:#000000;display:block;width:10.625rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:19.9375rem;left:17.875rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K7cye6w2AP5DSSCC5wnkFTWNX6pgRu5P { color:#000000;display:block;width:11.311875rem;position:absolute;font-family:exo;font-size:0.75rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:21.219619274139rem;left:17.506511688233rem;height:1.0493625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zhhE8BNRiVWAnryHXQNxNUIKWAfGk1S8 { box-sizing:content-box;height:3.56171875rem;width:12.12425rem;position:absolute;display:block;z-index:15019;background-color:#9c7822;background-image:none;top:19.6875rem;left:17.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#QsAz7V7nVDkOiag8QMl2PoBc7xNw6fgI { color:#000000;display:block;width:10.625rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:35.8125rem;left:24.6875rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m52dcTNUWtmESJd4BoGmW7rDTOTNTNog { color:#000000;display:block;width:11.5rem;position:absolute;font-family:exo;font-size:0.75rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:37.0625rem;left:24.25rem;height:2.09871875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EbHCGED4McvuTMeITkW94VLTqUgTSI5E { box-sizing:content-box;height:3.5612rem;width:12.1235rem;position:absolute;display:block;z-index:15022;background-color:#9c7822;background-image:none;top:35.5625rem;left:23.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#L6s32i41tVay0gDt4Wl4QCNcBDq29DU6 { color:#000000;display:block;width:10.625rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:19.9375rem;left:45.875rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s2a3zGHiNBClxCh3ZtgXVR0L9dMwaAXy { color:#000000;display:block;width:7.875rem;position:absolute;font-family:exo;font-size:0.75rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:21.1875rem;left:47.25rem;height:2.09871875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P3diICuSLAaF5I1r6kEIQtx5wnJv3q0K { box-sizing:content-box;height:3.56171875rem;width:12.12425rem;position:absolute;display:block;z-index:15025;background-color:#9c7822;background-image:none;top:19.6875rem;left:45.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#FeQ2eyeZRkKSlcqzgDXJL5N9Tt3qEDBe { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:exo;font-size:0.75rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:37.125rem;left:10.5625rem;height:2.09871875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oAoA6MuMD8hDqsBhHFNOkxE58DeId9l7 { color:#000000;display:block;width:10.625rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:35.875rem;left:10.5625rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#buOfkDgKzi8l4rPiQDNsyDLM4L7uVN7q { box-sizing:content-box;height:3.56171875rem;width:12.12425rem;position:absolute;display:block;z-index:15019;background-color:#9c7822;background-image:none;top:35.625rem;left:9.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#UnSwTXcVx7H9S2btltb0qBMqQB17BQrQ { position:absolute;display:block;z-index:15026;border-top:0.125rem solid rgba(248,248,248,0.71);border-left:0.125rem solid rgba(248,248,248,0.71);border-right:0.125rem solid rgba(248,248,248,0.71);border-bottom:0.125rem solid rgba(248,248,248,0.71);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.0625rem;width:9.0625rem;top:25.278864383697rem;left:39.429256439209rem;overflow:hidden;display:block; }
#DVWH6Nwu2Z8fpKO32hkUqB9KK5k0QcrT { color:#000000;display:block;width:10.625rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:35.9375rem;left:38.75rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FT40mCJnqDrgii8Nr6NZuOTD3GVvxbE4 { color:#000000;display:block;width:11.1875rem;position:absolute;font-family:exo;font-size:0.75rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:37.1875rem;left:38.5rem;height:2.09871875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q8uER9EBpf1W0Onx5ScMVVNHxuyoxqiB { box-sizing:content-box;height:3.56171875rem;width:12.12425rem;position:absolute;display:block;z-index:15022;background-color:#9c7822;background-image:none;top:35.75rem;left:38rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#RnUJdTKqCvVLOMyaxIsJGNrNLBGXLEPC { position:absolute;display:block;z-index:15029;border-top:0.125rem solid rgba(248,248,248,0.71);border-left:0.125rem solid rgba(248,248,248,0.71);border-right:0.125rem solid rgba(248,248,248,0.71);border-bottom:0.125rem solid rgba(248,248,248,0.71);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.124375rem;width:9.124375rem;top:9.4042973518369rem;left:32.552085876465rem;overflow:hidden;display:block; }
#Wvw3ekpqMoOgNSL4LeSIsTNuGvnDq5Co { box-sizing:content-box;height:3.56171875rem;width:12.12425rem;position:absolute;display:block;z-index:15029;background-color:#9c7822;background-image:none;top:19.6875rem;left:31.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#h2N7dHQhGeHZcEdy6bZsBDb1vTOrwtcC { color:#000000;display:block;width:10.625rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:15030;line-height:1.4;letter-spacing:0;top:19.9375rem;left:31.875rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FLc5bMueCLcvps47lb1Cyw8WIySfgDOX { color:#000000;display:block;width:7.875rem;position:absolute;font-family:exo;font-size:0.75rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:21.1875rem;left:33.25rem;height:1.0493625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vs7M1P2X9qq7ao0evIIAJOJIGnPoD2KD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4cd769df-74a2-49c5-83c6-eddaf8436283/3.png");background-position:top left !important;background-repeat: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; }#vs7M1P2X9qq7ao0evIIAJOJIGnPoD2KD.adaptive-delivery-prevent-bg, #vs7M1P2X9qq7ao0evIIAJOJIGnPoD2KD.lazyload, #vs7M1P2X9qq7ao0evIIAJOJIGnPoD2KD.lazyloading { background-image: none; }#vs7M1P2X9qq7ao0evIIAJOJIGnPoD2KD > .row .container { background-color: transparent; background-image: none; }#vs7M1P2X9qq7ao0evIIAJOJIGnPoD2KD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vs7M1P2X9qq7ao0evIIAJOJIGnPoD2KD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vs7M1P2X9qq7ao0evIIAJOJIGnPoD2KD > .row .container > .video-iframe-container { display: none; }#vs7M1P2X9qq7ao0evIIAJOJIGnPoD2KD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vs7M1P2X9qq7ao0evIIAJOJIGnPoD2KD > .row > .video-iframe-container { display: none; }#vs7M1P2X9qq7ao0evIIAJOJIGnPoD2KD > .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); }#vs7M1P2X9qq7ao0evIIAJOJIGnPoD2KD > .row .container { border-width: 0; border-radius: 0; }#vs7M1P2X9qq7ao0evIIAJOJIGnPoD2KD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vs7M1P2X9qq7ao0evIIAJOJIGnPoD2KD > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:60rem;position:relative;display:block; }#l5A5FTctWBApfICnLxWKLetKichZitZQ { color:#000000;display:block;width:60rem;position:absolute;font-family:georgia;font-size:1.9375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.9990234375rem;left:0rem;height:2.5189375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dpEWUTF8MObSTKzHqwyCAbgC6wdDTr3N { 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:3.9375rem;width:3.9375rem;top:4.4375rem;left:5.5625rem;overflow:hidden;display:block; }
#prTanhsffR10ZgRGD07mCTdEE3iQXHTq { color:#000000;display:block;width:9.8730625rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.375rem;left:2.625rem;height:2.4372625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LPmpITdP4dTZM87Rqv6sLlFvwo0tAP9Q { position:absolute;display:block;z-index:15005;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:3.0625rem;width:3.0625rem;top:4.875rem;left:50.875rem;overflow:hidden;display:block; }
#wh9Zzaa6q39yErbTkAmexmSceiJV11Ao { color:#000000;display:block;width:9.8730625rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.375rem;left:47.5rem;height:2.4372625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XADyKHz8w2emUmiCsZ7brxmWmHLzo78U { position:absolute;display:block;z-index:15007;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:3.5625rem;width:3.5625rem;top:4.625rem;left:40.125rem;overflow:hidden;display:block; }
#pXrLzcfUkh7zVC7zNuyK7Kgq6dTdkvIX { color:#000000;display:block;width:9.874rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.375rem;left:36.9375rem;height:2.4372625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q88SLJAPbxW4Bn3wbqXaUe5M3WUEIv7q { position:absolute;display:block;z-index:15009;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:3.375rem;width:3.375rem;top:4.6875rem;left:29.25rem;overflow:hidden;display:block; }
#choIc6dnrDupvt1c6iKP22RQ4Sg1RTpP { color:#000000;display:block;width:10.2480625rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:8.375rem;left:25.8125rem;height:2.4372625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ddoqiSBpTmtNWD2lRvXoSyWWQy1vl2Pr { position:absolute;display:block;z-index:15011;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:4.3125rem;width:4.3125rem;top:4.25rem;left:16.5625rem;overflow:hidden;display:block; }
#uNPRmrHy4RhG2yCluJUb7aoutwpuMhJu { color:#000000;display:block;width:10.4365rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:8.375rem;left:13.4375rem;height:2.4372625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TnyPhHZUal0iH0iwO9WK2zpbOICFuTcD { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#L1WJWGBIdfIeOiOiF4LeePZ7c8iQm0dT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#800020;background-image:url("https://images.assets-landingi.com/uc/83065df9-7ff2-4be9-ab10-4a2238ab488b/Topnotchlegalservices3.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#L1WJWGBIdfIeOiOiF4LeePZ7c8iQm0dT.adaptive-delivery-prevent-bg, #L1WJWGBIdfIeOiOiF4LeePZ7c8iQm0dT.lazyload, #L1WJWGBIdfIeOiOiF4LeePZ7c8iQm0dT.lazyloading { background-image: none; }#L1WJWGBIdfIeOiOiF4LeePZ7c8iQm0dT > .row .container { background-color: transparent; background-image: none; }#L1WJWGBIdfIeOiOiF4LeePZ7c8iQm0dT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1WJWGBIdfIeOiOiF4LeePZ7c8iQm0dT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1WJWGBIdfIeOiOiF4LeePZ7c8iQm0dT > .row .container > .video-iframe-container { display: none; }#L1WJWGBIdfIeOiOiF4LeePZ7c8iQm0dT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1WJWGBIdfIeOiOiF4LeePZ7c8iQm0dT > .row > .video-iframe-container { display: none; }#L1WJWGBIdfIeOiOiF4LeePZ7c8iQm0dT > .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); }#L1WJWGBIdfIeOiOiF4LeePZ7c8iQm0dT > .row .container { border-width: 0; border-radius: 0; }#L1WJWGBIdfIeOiOiF4LeePZ7c8iQm0dT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L1WJWGBIdfIeOiOiF4LeePZ7c8iQm0dT > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:block; }#orKq9qzTJL9JeX4Hga8W9sAI2wSSzu1i { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.3107757568359rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I4XX28FckxFv4ucz6opPHSFhccMb532S { 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:7.6875rem;width:7.6875rem;top:4.7451171875rem;left:3.2490234375rem;overflow:hidden;display:block; }
#XzNsFRLKmVVFGkow1TK2TmvGlbMSaRJb { position:absolute;display:block;z-index:15004;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:6.375rem;width:6.375rem;top:5.4013671875rem;left:14.7490234375rem;overflow:hidden;display:block; }
#bxFSWRn8VnTOSRfr5DXmqgcxPNB29e2v { position:absolute;display:block;z-index:15005;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:6.4375rem;width:6.4375rem;top:5.3701171875rem;left:25.90625rem;overflow:hidden;display:block; }
#l8qzsFlb956Cqvg6xcVTq2zEOQCuSfTV { position:absolute;display:block;z-index:15006;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:6.375rem;width:6.375rem;top:5.4013671875rem;left:37.03125rem;overflow:hidden;display:block; }
#LA62TSh9dlkK1aVdBiHEr9ksMrcBUOcn { position:absolute;display:block;z-index:15007;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:6.25rem;width:6.25rem;top:5.4638671875rem;left:47.78125rem;overflow:hidden;display:block; }
#pk0bc4wuN64G64C9mlR4W7bmOPcO47sZ { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#N3VpP9FATdxXDtmNpvMQAOgtdouMVWDw { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#DyWBNIKy6l5DV4bth19qX75sKHaOaDxX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#234446;background-image:url("https://images.assets-landingi.com/uc/4f9cb6ae-0659-4ed5-8853-b9a523a3cb6c/Topnotchlegalservices2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DyWBNIKy6l5DV4bth19qX75sKHaOaDxX.adaptive-delivery-prevent-bg, #DyWBNIKy6l5DV4bth19qX75sKHaOaDxX.lazyload, #DyWBNIKy6l5DV4bth19qX75sKHaOaDxX.lazyloading { background-image: none; }#DyWBNIKy6l5DV4bth19qX75sKHaOaDxX > .row .container { background-color: transparent; background-image: none; }#DyWBNIKy6l5DV4bth19qX75sKHaOaDxX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DyWBNIKy6l5DV4bth19qX75sKHaOaDxX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DyWBNIKy6l5DV4bth19qX75sKHaOaDxX > .row .container > .video-iframe-container { display: none; }#DyWBNIKy6l5DV4bth19qX75sKHaOaDxX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DyWBNIKy6l5DV4bth19qX75sKHaOaDxX > .row > .video-iframe-container { display: none; }#DyWBNIKy6l5DV4bth19qX75sKHaOaDxX > .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); }#DyWBNIKy6l5DV4bth19qX75sKHaOaDxX > .row .container { border-width: 0; border-radius: 0; }#DyWBNIKy6l5DV4bth19qX75sKHaOaDxX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DyWBNIKy6l5DV4bth19qX75sKHaOaDxX > .row .container { font-size:0.875rem;font-family:arial;height:32.125rem;width:60rem;position:relative;display:block; }#mvKoWngqTMVQrcSneAVZcd7QT6w9hLcM { color:#ffffff;display:block;width:60rem;position:absolute;font-family:georgia;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:0.76171875rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG .widget-form-header {  }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:#000000;width:18.6875rem;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;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG .widget-input-text { 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;border-right:0;border-bottom:0;border-left:0;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:18.6875rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG .widget-input-text {padding-top: 0; padding-bottom: 0;}#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG .widget-textarea { 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;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;width:18.6875rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG .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;border-right:0;border-bottom:0;border-left:0;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:18.6875rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG .widget-input-select {padding-top: 0; padding-bottom: 0;}#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG .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; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG .widget-input-button { 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:transparent;background-image: -webkit-linear-gradient(225deg, #785b10, #baaa7f);background-image: -moz-linear-gradient(225deg, #785b10, #baaa7f);background-image: -ms-linear-gradient(225deg, #785b10, #baaa7f);background-image: -o-linear-gradient(225deg, #785b10, #baaa7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#785b10', endColorstr='#baaa7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#785b10', endColorstr='#baaa7f' );";background-image: linear-gradient(225deg, #785b10, #baaa7f);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:1rem;font-weight:bold;color:#ffffff;width:18.6875rem;height:3.75rem;font-family:ubuntu;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG .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:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:17.5rem;overflow:hidden;font-style:normal;float:none; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG .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; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG .widget-container:first-of-type{padding-top:0;}#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG .widget-container:last-of-type{padding-bottom:0;}#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:1.2802734375rem;top:6.0625rem;z-index:15003;position:absolute; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.6875rem;display:block;vertical-align:top; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG {display:block;}#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:1.2802734375rem;top:6.0625rem;z-index:15003;position:absolute; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG #lhOrcgwhWC5kJJt86q2QZSiMCJSucFx1 { position:relative; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG #FspxemSkdLz2y3ZpqzPzudGMJ9kO3wa4 { position:relative;display:none; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG #tyTl8IwzdRlNWlfOS9pPTPhfn8uzcE7G { position:relative; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG #CAOTKI8eQTT84k7q4xgAwkM9hOxvNc1V { position:relative; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG #XqOh71VCskPNAaJiaidJDiJcEIilGaMo { position:relative;display:none; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG #r1rwOlnipRvheXTbst3kwefeE3Tuq3uk { position:relative; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG #B6EmNSGFUAwspopgzeiXHyM4tMdpoiyA { position:relative; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG #Tq72x8TXPFKNQrm4l51LETtyQsoIZ8m9 { position:relative;display:none; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG #W5eXltF6FG9iUuNVmaq9SMtkUZPiMONm { position:relative; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG #whZS8FTmntu4idEB5TvevH4x1o1KJTHF { position:relative; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG #qoMTcqrppXBD2t4V0poLi0aGQRewb7UZ { position:relative;display:none; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG #oI4Jo0Mr795FAXUWWcNdCpU1hITDTnud { position:relative; }
#fm8ObqPpXqNuudA5kLkLF7qwtsCdglnX { position:relative;z-index:100000;display:block; }
#SbAaxfTAP2TkKHOueP6tIRrI7k7VL99a { position:relative;z-index:100000;display:block; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG #NsO0eb5Qtl3L6ay9wu9feQBGVFTOpq2I { position:relative; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG #ty59uKpzcS9C5nIEGAg96u7OOC72sPho { position:relative; }
#TIaGSaWi1wMPvmERyQ8BdDVObwwf2eqU { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:3.19921875rem;left:0.0927734375rem;height:1.62464375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mEHiuCfZ92vpFI9QUpfIITzr95TfHzBU { position:absolute;display:block;z-index:15006;border-top:0.0625rem solid #d8dce5;border-left:0.0625rem solid #d8dce5;border-right:0.0625rem solid #d8dce5;border-bottom:0.0625rem solid #d8dce5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.9375rem;width:34.5625rem;top:5.5rem;left:23.7490234375rem;overflow:hidden;display:block; }
#t301Qraifsg865iK9dwPW0ortXaeCMC5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/07cbcec5-e7f3-4023-b8f8-65f199372127/Topnotchlegalservices7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t301Qraifsg865iK9dwPW0ortXaeCMC5.adaptive-delivery-prevent-bg, #t301Qraifsg865iK9dwPW0ortXaeCMC5.lazyload, #t301Qraifsg865iK9dwPW0ortXaeCMC5.lazyloading { background-image: none; }#t301Qraifsg865iK9dwPW0ortXaeCMC5 > .row .container { background-color: transparent; background-image: none; }#t301Qraifsg865iK9dwPW0ortXaeCMC5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t301Qraifsg865iK9dwPW0ortXaeCMC5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t301Qraifsg865iK9dwPW0ortXaeCMC5 > .row .container > .video-iframe-container { display: none; }#t301Qraifsg865iK9dwPW0ortXaeCMC5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t301Qraifsg865iK9dwPW0ortXaeCMC5 > .row > .video-iframe-container { display: none; }#t301Qraifsg865iK9dwPW0ortXaeCMC5 > .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); }#t301Qraifsg865iK9dwPW0ortXaeCMC5 > .row .container { border-width: 0; border-radius: 0; }#t301Qraifsg865iK9dwPW0ortXaeCMC5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t301Qraifsg865iK9dwPW0ortXaeCMC5 > .row .container { font-size:0.875rem;font-family:arial;height:35.5rem;width:60rem;position:relative;display:block; }#NtnGEi2cRM8qc4cQWIGykLIE7kM1eZID { position:absolute;display:block;z-index:15013;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;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:7.5rem;width:0.125rem;top:17.75rem;left:30rem;display:block; }
#V0Ie2hSaCURzmafE1QR6Puqh8pst5KAG { color:rgba(11,10,10,0.19);display:block;width:59.8125rem;position:absolute;font-family:"open sans";font-size:6.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:0rem;left:0.1875rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CpOzcXE2rhcihl5ZcKclm9QcmfvIVQQQ { position:absolute;display:block;z-index:15014;height:21.75rem;width:55.375rem;top:8.125rem;left:2.3125rem;display:block; }
#VgAiBMyTq0X1WcuMpxnpM9H51qkzMEsJ { color:#000000;display:block;width:60rem;position:absolute;font-family:neuton;font-size:2.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:4.4375rem;left:-0.125rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e1214dbe-606a-471d-b41e-7417e14f2119/6.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V.adaptive-delivery-prevent-bg, #ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V.lazyload, #ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V.lazyloading { background-image: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { background-color: transparent; background-image: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container > .video-iframe-container { display: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row > .video-iframe-container { display: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .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); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { border-width: 0; border-radius: 0; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { font-size:0.875rem;font-family:arial;height:20.0625rem;width:60rem;position:relative;display:block; }#scvV5mxtLuzECVBcC52qQ1TJ63RZTPVl { color:#d09f22;display:block;width:7.5rem;position:absolute;font-family:georgia;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:3.1875rem;left:40.375rem;height:1.8rem;font-style:normal;display:block; }
#h62sFPusrqyaRyd8gVkKTZx4QN8PA4wE { color:#ffffff;display:block;width:3.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:6.61328125rem;left:55.5302734375rem;height:1.1375rem;font-style:normal;display:block; }
#Xn8nShPVIgZiLeKXrV21PR2fJoq6k917 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5c616032-dcbc-45d4-a770-509de8989965/13.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;box-sizing:border-box;color:#44391d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.1870125rem;height:4.24926875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.9375rem;left:55rem;display:block; }#Xn8nShPVIgZiLeKXrV21PR2fJoq6k917.adaptive-delivery-prevent-bg, #Xn8nShPVIgZiLeKXrV21PR2fJoq6k917.lazyload, #Xn8nShPVIgZiLeKXrV21PR2fJoq6k917.lazyloading { background-image: none; }
#Bn47OyBNX1BhGzoG4mF0THSlUVO82lug { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XODwEMcVeWShDnRTM2zRRk8ZdQEIpRIN { color:#ffffff;display:block;width:16.124rem;position:absolute;font-family:georgia;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:9.4873046875rem;left:40.375rem;height:3.59966875rem;font-style:normal;display:block; }
#cgxoXqEsSWm26SiU2lcnmRfRFrfqKXw8 { color:#ffffff;display:block;width:10.686875rem;position:absolute;font-family:georgia;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:7.6875rem;left:40.375rem;height:1.8rem;font-style:normal;display:block; }
#Wnhd5e8UHGlmVg7hz47mJKV0r0F6q4LD { color:#d09f22;display:block;width:7.5rem;position:absolute;font-family:georgia;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:3.1875rem;left:19.8125rem;height:1.8rem;font-style:normal;display:block; }
#sV2TQpurvxTRwVBfOAoCPwhnARC7XwCO { box-sizing:content-box;height:0.124783125rem;width:54.124375rem;position:absolute;display:block;z-index:15017;background-color:#9c7822;background-image:none;top:16.625rem;left:3rem;display:block; }
#ChCR7sgUiubb30C4ucHOJbIDDl4Xv7bK { color:#ffffff;display:block;width:41.4355625rem;position:absolute;font-family:georgia;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:17.25rem;left:2.9375rem;height:1.8rem;font-style:normal;display:block; }
#MToNaRt0OfStixCrescn1DLIsnVV1BKT { position:absolute;display:block;z-index:15019;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:3rem;width:3rem;top:16.6875rem;left:49.1875rem;overflow:hidden;display:block; }
#tw9JZAlzmeVbMZu8P2PXFq8tkchMTGuN { position:absolute;display:block;z-index:15020;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:2.5625rem;width:2.5625rem;top:16.875rem;left:51.625rem;overflow:hidden;display:block; }
#biPOlpAHkJT2VyZhWpTHryiKfUN8Nbx0 { 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:2.9375rem;width:2.9375rem;top:16.625rem;left:53.5rem;overflow:hidden;display:block; }
#GIJ84kLvM2aVBwaEdcdHn3pMDPgFwcHi { background-color:transparent;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.25rem;height:1.5625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:5.625rem;left:20rem;display:block; }
#sq3lrqWPUx6T5RDEHbda4i5EmP2EhOaO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ukb9cweh4FBo0m7QmZ9cXEHWtvwA5GU4 { background-color:transparent;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.8125rem;height:1.5625rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:7.375rem;left:19.9375rem;display:block; }
#KBT0uymkM0owV91kBoKoCAOH5tbPf2wS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s53aL2DqOteXnMx2vI8h0bZumHtbKVqh { background-color:transparent;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.1875rem;height:1.25rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:9.1875rem;left:19.9375rem;display:block; }
#J0W6uSBzuJ1FsrQGxL0B6TVX3rOlvhDi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RNwNPCGJ3xowdy43A7VmcRlpNOnQna40 { background-color:transparent;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.125rem;height:1.25rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:10.8125rem;left:19.9375rem;display:block; }
#MWZzbZ0zVkOBftefFvNSkXpmTxwZ1vqS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ElV1Gm3RH7svmLMN9TJD0A8U3MunM9pF { background-color:transparent;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.75rem;height:1.25rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:12.4375rem;left:19.9375rem;display:block; }
#TzpE5KFfC1tCAXCW5PpbbCVKIE7SRbmk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AECTypwDbk8ZTLWbZnUWnqrDMGVEOlGO { color:rgba(69,49,0,0.15);display:block;width:59.8125rem;position:absolute;font-family:"open sans";font-size:7.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.6875rem;left:0rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#PcTH9oUbxm9EI7srznHdhUkzD526vr52 { color:#ffffff;display:block;width:10.6865rem;position:absolute;font-family:sansita;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:6.01171875rem;left:40.375rem;height:1.8rem;font-style:normal;display:block; }
#Il5qAiIBfJnkrGhCZTrtqsWCa4Tz5iNf { position:absolute;display:block;z-index:15018;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:15.87475rem;width:15.87475rem;top:0.6486740112305rem;left:0.61020374298096rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XTsKQ7goZXyZyh566ne6zobZmG65LnQC { display:block; }#XTsKQ7goZXyZyh566ne6zobZmG65LnQC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UE3BunIbSw9O3KWvMoycVGKews3R7qP7 { width:8.0625rem;height:5.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRsplczqT287tHD13ahVxI9n4TcLPCxn { top:1.25rem;left:37rem;width:10.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHkqnaEK6ppRHJFMv7gahL8eIM6K9uTz { top:1.25rem;left:37rem;width:10.75rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xi9k7aVVwWQ3heqwpXFm2QXGmufmaTPH { top:1.25rem;left:37rem;width:10.75rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HQGvyu5twf2N7T5Tofqt6pDIPTS8wh2G { width:8.125rem;height:1.9375rem;top:24.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EcoKaF3f1Nqi8LvyJtugbO32latEpp4Q { display:block; }
 }@media only screen and (max-width: 763px) { #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC { display:block; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZoscOTRe7LQbvIPE7Uhyqfxc2yIPrsKr { width:33.375rem;height:5.8125rem;top:8.3125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZPX4C5TDtw1LgCqZeAsLV9kxkpUAmvq { width:36.1875rem;height:3.1875rem;top:20.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs .widget-input-text {padding-top: 0; padding-bottom: 0;}#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs .widget-input-select {padding-top: 0; padding-bottom: 0;}#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs .widget-input-button { width:12.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.625rem; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs  { width:17.5rem;height:24.625rem;top:4.625rem;left:27.75rem; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs {display:block;}#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs { width:17.5rem;height:24.625rem;top:4.625rem;left:27.75rem; }
 }@media only screen and (max-width: 763px) { #GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #O54OVDR7R09fgVgGyCIuAT3nbhuORvV5 {  }
 }@media only screen and (max-width: 763px) { #GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #keaETrk5gEiRtphpJ43DNhoK5rhZTHCm { display:none; }
 }@media only screen and (max-width: 763px) { #GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #Q0zQHPAChm9lLKtJ0zZ85WJXvzepWcVP {  }
 }@media only screen and (max-width: 763px) { #GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #BM0dTFB2yTpLsUo5DBvKIsH2DXXOZoVe {  }
 }@media only screen and (max-width: 763px) { #GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #rmn5UP4tHCXGJVyKDgHPpxx95xlbMIJE { display:none; }
 }@media only screen and (max-width: 763px) { #GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #TbfgVRrr5BoJzIfEUQcgHMHD0f6RO7hd {  }
 }@media only screen and (max-width: 763px) { #GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #Jo3SQGCSHVOIknp8CblxmZxdM9QCV71z {  }
 }@media only screen and (max-width: 763px) { #GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #WyPBxp3Ndv9wc3HcZWDRpmTT5e9SDVq0 { display:none; }
 }@media only screen and (max-width: 763px) { #GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #MQRUeQH2exsbyoB36NM6S8XdhFfgkr5v {  }
 }@media only screen and (max-width: 763px) { #GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #UGxEf3XR02rByWuHemzp97ObFzt30dCq {  }
 }@media only screen and (max-width: 763px) { #GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #oXWvR97dOqTvTvPibscWTbbHuG1Kifuk {  }
 }@media only screen and (max-width: 763px) { #GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #dGepwlmGPqEBCaDcBDrDS5NZRGip7wlG {  }
 }@media only screen and (max-width: 763px) { #GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #qhLb6rX6eTM2rIAi2ZuxSwLSNpSIvvWA {  }
 }@media only screen and (max-width: 763px) { #GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #EMBEGZTlO3q7CkIFMCRnrITAIQsP8VGq {  }
 }@media only screen and (max-width: 763px) { #GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #BVLp9DNDt6cIyvZbkAkP4044f29W0pMJ {  }
 }@media only screen and (max-width: 763px) { #cppysFugxb00EC1yvr1syeQLugRL90Pw { z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #z5xU58eFbOFEBic3H1n4EITupixdi01z { z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #a4aVJTmCfL2K356BGXhVbQmfPm2Lr4Kz {  }
 }@media only screen and (max-width: 763px) { #GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #L13RCsuTUrTJR1TGbuxySgmXkFQHpl0x {  }
 }@media only screen and (max-width: 763px) { #W2o5AmUUAxdqwPi0SBsDWyG1V0avx2ki { width:22.5rem;height:1.9375rem;top:2.9375rem;left:25.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IePFLiRTAcALbRVR2DXEzWayt1DEsTfD { width:32.625rem;height:5.8125rem;top:14.1875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iomTTMpnm1tg1TrdltdmQr0II1mhJtZi { width:5.5rem;height:2.875rem;top:11.3125rem;left:14.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbZfCwiZNNwRJMGaQOvnULL4oPrrvFTb { top:7.75rem;left:0rem;width:0.25rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwFSy598rt2nfHbqbBQdgpQOR1ggA5Dm { width:8.125rem;height:1.9375rem;top:24.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3uc2ZC53nSXsAKToJvno7e4AExReLz4 { display:block; }
 }@media only screen and (max-width: 763px) { #T1fvUTelPW1JkUxVyXS6RXALQRkxriLN { width:32.5625rem;height:2.875rem;top:11.3125rem;left:15.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd { display:block; }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8mFqSrn7054CyH2emhVQFnCqzze88AR { width:19.875rem;height:;top:5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKiCeU0SNVwoc4dNqBqGNZAS05Fv833H { width:20rem;height:2.375rem;top:2.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQGrcwOfM4HN5uuCsT2GM5CrkBJEHh8e { width:20rem;height:2.375rem;top:2.625rem;left:11.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0vd3VTGx6dqK0xyFADWc5FcTAFiUWH6 { width:19.9375rem;height:1.625rem;top:5.0625rem;left:11.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6t7Rlor0AHH17VB53Wff1DI1XoH3LUS { width:20rem;height:2.4375rem;top:2.6875rem;left:27.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUt2F7yGb2aKX4RMCOtDew85c5XSMnG5 { width:19.9375rem;height:1.625rem;top:5.0625rem;left:27.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTh12varbK6z0IB1ymXIPo0x87PPRbtn { top:1.9375rem;left:13rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuxOmvbEKrHvi4dKRRvBQ4pobC3E6cb2 { top:7.6875rem;left:13rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXRPIuAt31be08SLzievACz44y5qPDRz { top:7.6875rem;left:13rem;width:18.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F2sXAMTd1lTNn0N79tBvomwH17SZhFm5 { top:7.6875rem;left:13rem;width:18.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #isMTmkc4XlVde5GTJ552rh7m8zgoWm87 { display:block; }#isMTmkc4XlVde5GTJ552rh7m8zgoWm87 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8ktpav21gsEP5sgo0VNrSGsF4NWyafM { width:27.8125rem;height:7.75rem;top:19.0625rem;left:19.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysB6Kcty92I9GQGgdyBTdLTMStvtBLps { width:23.4375rem;height:1.75rem;top:16.625rem;left:22.9990234375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptaPMgy1yGoLqP9V4EcTAyJ2tJ2SENP2 { width:17.1875rem;height:1.625rem;top:27.6875rem;left:23.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTbE13CTUwdwy2s3IyUQt6S539u1Px6S { top:29.8125rem;left:23.125rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDGhvLQ8cPU774lTbP1L00BSakmCQf09 { top:30rem;left:19.875rem;width:27.875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM2A2L8FNSe20ySrO8703V8x7cxr5l49 { top:31.875rem;left:24.625rem;width:23.125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTARAHyPJuzDW16beRSWVIfVaHyhGe4N { top:31.6875rem;left:23.125rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U35tFq09OZGO97yFGzN3BbXf6WvpqTl2 { top:33.5625rem;left:23.125rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLucNP2CO8IiOAJC3QekuIb4zqKqZTcA { top:33.75rem;left:23.375rem;width:24.375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qnu4Z9powJM7oaCDg4xl67N4wKnqzT7O { top:35.4375rem;left:23.125rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkrfykvFmXHaK8cMtppOK7pZ2R75ZUIC { top:35.625rem;left:25.437496185302rem;width:20.8125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH2cU3kPump7L5tDE5Pv3wyE3XnySZ2I { width:47.75rem;height:11.1875rem;top:3.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoE7Brcqs1frJfcsKMwC8s3eMht2lenc { width:47.75rem;height:2.8125rem;top:0.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFpm1cr31HrrCVoFB5LikdeGT52dLkhA { top:37.5rem;left:25.312023162842rem;width:20.8125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUhIFKxVO8dzTo2HwkL6A7s63nm1Ebze { top:37.3125rem;left:23.125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6JOkJrkrb8zRKA4r4FgEMNIRMQIFEJL { top:39.1875rem;left:23.125rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePcX3ThBhsJim31ROQFVKCt8K59tHii6 { top:39.375rem;left:25.312023162842rem;width:22.1875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6AV0kIykFeCbbmGSwTUGTvp8Bw6ZJbh { top:41.1875rem;left:25.312023162842rem;width:22.1875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2C0ftkM4HtxZcAbEn7xNeEHMl6XW2Nx { top:41.0625rem;left:23.125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsftdbtNy6xJpRLkzTvlTWqQm0MAuJfL { top:16.625rem;left:0rem;width:20.3125rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpVL0ZsqMTvTJOsxDTJHy9gw7de6ueTx { width:10.625rem;height:2.5625rem;top:43.25rem;left:25.437501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBKFfryZTT5LzHkyadR9AlaPTqJBIhdE { display:block; }
 }@media only screen and (max-width: 763px) { #rrItTf1ucwit0fTggkTIEZo5dxRyvHRK { display:none; }
 }@media only screen and (max-width: 763px) { #tIAmuzqzf509MpfAJktghthfVGFrDbR8 { display:none; }
 }@media only screen and (max-width: 763px) { #Sn9n9AWsPOQNaE8u4hC20c0SBOINrpHt { display:block; }#Sn9n9AWsPOQNaE8u4hC20c0SBOINrpHt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pHRlt95MCvB3fib2F5vu11HPfq8PICI0 { width:26rem;height:1.75rem;top:2.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLH3xGkJJL4f2gaBIcMZdk0hWbWAEmgc { width:27.375rem;height:7.75rem;top:5.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqhKOsRdG8dfiDn7SziU3TrLHr7Ma33v { top:16.4375rem;left:0rem;width:27.9375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0QFs6J6TapzDFNE6ToAZDnfT1rnPAG9 { top:16.25rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mX9DezhqVd6tWO9kZiHzaKvUDdXxrxMM { top:18.25rem;left:0rem;width:23.125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #grB4HXwkN9V9sT5pwwCASDVTJ4UVMJqK { top:18.125rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qK989xmLv8GUuOBf0nRAWdnciQP8n0Rm { top:20.1875rem;left:0rem;width:20.8125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvQ7qSTxmHMr4OKH3b8IC194AsaFhmWk { top:20rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhwNTAn5cpvywiT8zoGQ9hZGOhCXFlMt { width:17.25rem;height:1.625rem;top:14.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTFAgRoonkcblESsGmhm9Z8Rto4dkfB2 { top:2.25rem;left:26.375rem;width:21.0625rem;height:28.478544980355rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUWDeTTuPdxIJTVPnLr8xB126yor2Kby { top:21.875rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQeLSM5zWA6mwu5c3RqGPT6OZd4DVU97 { top:22.0625rem;left:0rem;width:23.25rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KImkQmPewBiLWkAle8GR8M8214xsEM9p { top:23.75rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnC8S0yZkyTXm1Mob4rQJIiGTcCdfOnH { top:23.9375rem;left:0rem;width:25.9375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNbMmJT7XM0vmGrM9d0A5erHLib0uGVs { top:25.8125rem;left:0rem;width:22.1875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V79ilkCz5bhKtAsEJegoao6xoTd1v8s1 { top:25.625rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MW9cWLkkZqsWkvVmfmfqa73wVOiEqPIT { top:27.5rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9mCT3TRWszCG4RPq6LTOdSaNDAgzA4F { top:27.6875rem;left:0rem;width:22.1875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #elPTbuJ4rzKFWikmKoSQ1MtSlpk5GQEL { width:10.625rem;height:2.5rem;top:29.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsfIa27chrOyOAusKemuOdAZgM0bswGb { display:block; }
 }@media only screen and (max-width: 763px) { #BtPTp9RIWoGzmvbICRWUuCB5yyPmeFMg { display:none; }
 }@media only screen and (max-width: 763px) { #TNZwlgRWIbVvmDPwZwW2n4Vi9fIEDUS3 { display:block; }#TNZwlgRWIbVvmDPwZwW2n4Vi9fIEDUS3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sK4OIuO7g0P541DBIek3JibT9Ll655fT { width:30rem;height:1.75rem;top:3.5625rem;left:17.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rK5XfbMzNBcoA0u2dPKgtTcc4q668Bl3 { width:29.1875rem;height:9.0625rem;top:6.3125rem;left:18.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #udCyi9sOpo20ZodQTSqFqmmrpVwNNd3G { top:19.375rem;left:19.875rem;width:27.875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3UgwhwrlN3Stw4i7gwPV2lum9a5B2kD { top:19.1875rem;left:23.625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #naUzmX6y35gEZB82tQiZ2f1nFKyfc6nM { top:21.25rem;left:24.625rem;width:23.125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZkiudDZPUxa8SwQtETfoDL1kJfure6J { top:21rem;left:23.625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #auCozb5KeQUE3CuVNXyporKdRhDQ5gPW { top:23.0625rem;left:23.625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAhWTya0OpQF6EF8ul4aJZGiO3fXmcK5 { top:23.1875rem;left:23.375rem;width:24.375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8TBPzHblgUsPw5JLMgr5RThbHqtQIUf { top:25.0625rem;left:21.5rem;width:26.25rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8XwS2rKL05AKaGr1oV8uP8p7LTqTKeI { top:24.9375rem;left:23.625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1i7Cc9h9z8eAuDNTV790NI5geJ3lnDG { width:17.1875rem;height:1.5625rem;top:16.5625rem;left:23.49857711792rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkaELzcNZlfIONaDtl9kFlkeiU5mA1Jg { top:2.75rem;left:0rem;width:20.4375rem;height:27.354267024805rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLsoGSmE33O78PMCEXuTuZeoC4mPwNMV { width:10.625rem;height:2.5rem;top:27.4375rem;left:25.936431884766rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6rpoJX1qsHRJrnZTDeS2u2lUHXUqlhX { display:block; }
 }@media only screen and (max-width: 763px) { #reaSD29XhN3sOdRxezzP7ddIKJti5sSJ { display:none; }
 }@media only screen and (max-width: 763px) { #WgZydOTXbxsrr0neW85mMhbe0p8bU1GG { display:block; }#WgZydOTXbxsrr0neW85mMhbe0p8bU1GG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lpMecTt4gO3IWNtdzszuUZ0JovQ2ZXpl { width:25.9375rem;height:1.75rem;top:3.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I14spA4rHsFlwFTz1bpcQOvQl4cgxyaf { width:30.3125rem;height:10.375rem;top:5.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoShfOCaJ0uAHSHyii2c80RbO28FN1Cl { top:19rem;left:0rem;width:27.9375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqE2SVQnt1210GKmOgfA6fo6HT0vyTEL { top:18.8125rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkVWDszSETkBG8OGuPUImpeb3cIdoBFp { top:20.875rem;left:0rem;width:23.125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkVdfJB3emzJn37gh0A8lTAyo54SrE6f { top:20.625rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARnev7mKJo5gmOdq6a57DIBhwhWuKkL1 { top:22.6875rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qogTDhTRxFqkZfH6owR2UJP5tHPuiSTy { top:24.625rem;left:0rem;width:24.375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Azdkv1ThGyUyX5qfUPmQK53FbB3y8KKJ { top:24.5625rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcg7bu7IG6sKyZmXFT93HehtU3Clyvy6 { width:17.25rem;height:1.625rem;top:16.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oylzO8mhJVvMyfTEEnxSHwHA4TctdpGJ { top:3.1875rem;left:27.5rem;width:19.875rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXdz5rTPrfW2gpZIxcaGXcIbbZWOpHd6 { width:10.625rem;height:2.5rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN40tGNpHHJaZaZHr6XfdxQo4qVVrxKa { display:block; }
 }@media only screen and (max-width: 763px) { #B4kb8XAahZZPK7xWRaJ6Ry7EJ3QE6HEb { display:none; }
 }@media only screen and (max-width: 763px) { #DKgFBuxdq6EFRQL6EHxtosdZru3H2W2r { top:26.5rem;left:0rem;width:24.375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkNr01keMd2NbTPTn3F97LhKELQrh5Kb { top:28.375rem;left:0rem;width:24.375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAuXTRt0oKhOb4I8Vuq47QoM3wVd3k8c { top:22.75rem;left:0rem;width:23.125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9092MFaeruPwPmPCXZIvFVM9nm46tK0 { top:26.4375rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOLW91pxCvT7iQ1Ow16eOFNs8zHn7gdB { top:28.3125rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWqMAGMEzv927WsvuQe4mseua4JFXXKd { display:block; }#kWqMAGMEzv927WsvuQe4mseua4JFXXKd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTSfQCEIuDyIZiKwBVwee1I97ndy3ECW { width:26rem;height:1.75rem;top:3.625rem;left:21.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWOXex2s6tO7DCGiHI8oPUP5aEk64LBb { width:27.375rem;height:6.4375rem;top:5.9375rem;left:20.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvOszaEBfNwB0kRtZ5xInuGm8Lr6CX1h { top:15.75rem;left:19.8125rem;width:27.9375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q62Wl3AFWNDOakhpJ4uT7F7lwWm99k2S { top:15.5625rem;left:23.625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNgpJuO8bSMTQfx5h66ehaL6UT03lqDz { top:17.625rem;left:24.625rem;width:23.125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dus5xBiMLRPlZ38DBcdSlCs7wGSGCAOz { top:17.4375rem;left:23.625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM39b3oyz1oPy9ik0T3tly2Fz5VGVhsr { top:19.3125rem;left:23.625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #THO587eGy3nKnzs44qlskZthg8BZdKHK { top:19.5rem;left:23.375rem;width:24.375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFGprdzWQC3pn8D35gqfH5IXRn52Mcbh { top:21.375rem;left:25.9375rem;width:20.875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oA0QIXqFZwB7xThxAIx3r60aFrOxTTWG { top:21.1875rem;left:23.625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqP7WFy6zA5QDVwqSvgLvp3Ng5HM2bv6 { width:17.25rem;height:1.625rem;top:13.4375rem;left:23.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KugNKGUW3ByMVa2JRT0ezsoIVKO5QydC { top:23.0625rem;left:23.625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGF1uHWIxMwqVQGRxliXwPdAlvPECOIg { top:23.25rem;left:25.9375rem;width:20.875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEHknqrqRriTeQeB2zGtodxL8sHTLIFK { top:24.9375rem;left:23.625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0HWlsmg1hwt1XRaKpLQz7WvUnHJIV7O { top:25.125rem;left:25.5rem;width:22.25rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEomPDI9DW6fWwmvvZ88dQnfUZghRtQ4 { top:1.8125rem;left:0rem;width:21.6875rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbfmJCAaGcBNuUA9cKBDBZvyBicofryJ { width:10.625rem;height:2.5rem;top:27.3125rem;left:25.936431884766rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELCs0Z6XzJgOBrwKizUFOnralXAFvHEe { display:block; }
 }@media only screen and (max-width: 763px) { #TkG9fb0ePTnCe2vKy0f9p54m5xeEy2l8 { display:none; }
 }@media only screen and (max-width: 763px) { #cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop { display:block; }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PWsLC4dSIIuKz7EwwSB3PpuBxVDyquf3 { width:47.75rem;height:3.25rem;top:1.125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFSDKTNkEc4mLyT1h4nNT4gLeu7LTueO { width:47.75rem;height:1.9375rem;top:4.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lITLkRbT4Owt3EX3HvVJ4XOPmRhFg7le { width:15.625rem;height:3.8125rem;top:2.125rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOuSxNUFuMrNo9I3ZNDQtJJFTRmxLPPm { display:block; }
 }@media only screen and (max-width: 763px) { #R8QKoUfBmd1IykHSr5crORSGloQXLDEi { display:none; }
 }@media only screen and (max-width: 763px) { #Ve3WNWeu1NUpVBITOvixIztZWT0afGKD { display:block; }#Ve3WNWeu1NUpVBITOvixIztZWT0afGKD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rUfK0o9Aa2xeqJFZ5xELbWBGTp4QXaeC { width:47.75rem;height:2.8125rem;top:1.625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGAV0tPGaowcTSxS2B8luTEodzATgWVH { width:47.75rem;height:0;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar0rQpkk9fkWVVJ9h7UgqPtUPuX68Cnh { width:47.75rem;height:1.25rem;top:5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogOuNJErpz2M4xDlUdsAGxutxET6LDrW { top:9.4375rem;left:2.625rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHc1JVt8ZBIflR1S77ZzkIRvBcQTJTyA { top:19.6875rem;left:1.2177734375rem;width:12.0625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLZPV8VHCIQlTNWiIZG4X7yRlWAVuzRU { top:19.9375rem;left:1.9437499046326rem;width:10.625rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x39cbEgkBHf4poMyPLAbS5324fwTs2vC { top:9.4375rem;left:6.5625rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BERfrLNU7f4ZmUCAnvU1aDLXBXpMqEqg { top:25.125rem;left:19.054473876953rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9MUlCJfRh15vXdS7sx8m7TeNkykfTMT { top:21.1875rem;left:1.7873268127441rem;width:10.8125rem;height:2.0625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVenoxUsFb5uvIgtHg2T3FV3pmevWTOM { top:25.3125rem;left:6.5625rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SviJin6Wg703fA3l67FgftAXKwPmFfnB { top:9.4375rem;left:36.250001430511rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNEAvLT6UtCWJpzT9zkF0peI5nuSHIag { top:19.875rem;left:5.25rem;width:10.625rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7cye6w2AP5DSSCC5wnkFTWNX6pgRu5P { top:21.1875rem;left:4.625rem;width:11.25rem;height:1rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhhE8BNRiVWAnryHXQNxNUIKWAfGk1S8 { top:19.6875rem;left:3.8125rem;width:12.0625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsAz7V7nVDkOiag8QMl2PoBc7xNw6fgI { top:35.8125rem;left:18.5rem;width:10.625rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m52dcTNUWtmESJd4BoGmW7rDTOTNTNog { top:37.0625rem;left:18.0625rem;width:11.4375rem;height:2.0625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbHCGED4McvuTMeITkW94VLTqUgTSI5E { top:35.5625rem;left:17.75rem;width:12.0625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6s32i41tVay0gDt4Wl4QCNcBDq29DU6 { top:19.875rem;left:35.562068939209rem;width:10.625rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2a3zGHiNBClxCh3ZtgXVR0L9dMwaAXy { top:21.125rem;left:36.936851501465rem;width:7.8125rem;height:2.0625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3diICuSLAaF5I1r6kEIQtx5wnJv3q0K { top:19.6875rem;left:34.8125rem;width:12.0625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeQ2eyeZRkKSlcqzgDXJL5N9Tt3qEDBe { top:37.125rem;left:5.3125rem;width:10.5rem;height:2.0625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAoA6MuMD8hDqsBhHFNOkxE58DeId9l7 { top:35.875rem;left:5.25rem;width:10.625rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #buOfkDgKzi8l4rPiQDNsyDLM4L7uVN7q { top:35.625rem;left:3.8125rem;width:12.0625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnSwTXcVx7H9S2btltb0qBMqQB17BQrQ { top:25.25rem;left:22.375rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVWH6Nwu2Z8fpKO32hkUqB9KK5k0QcrT { top:35.9375rem;left:21.125rem;width:10.625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT40mCJnqDrgii8Nr6NZuOTD3GVvxbE4 { top:37.1875rem;left:20.5625rem;width:11.125rem;height:2.0625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8uER9EBpf1W0Onx5ScMVVNHxuyoxqiB { top:35.75rem;left:19.6875rem;width:12.0625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnUJdTKqCvVLOMyaxIsJGNrNLBGXLEPC { top:9.375rem;left:22.375rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wvw3ekpqMoOgNSL4LeSIsTNuGvnDq5Co { top:19.6875rem;left:19.6875rem;width:12.0625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2N7dHQhGeHZcEdy6bZsBDb1vTOrwtcC { top:19.9375rem;left:21.125rem;width:10.625rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLc5bMueCLcvps47lb1Cyw8WIySfgDOX { top:21.125rem;left:23.9375rem;width:7.8125rem;height:1rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs7M1P2X9qq7ao0evIIAJOJIGnPoD2KD { display:block; }#vs7M1P2X9qq7ao0evIIAJOJIGnPoD2KD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l5A5FTctWBApfICnLxWKLetKichZitZQ { top:0.9375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpEWUTF8MObSTKzHqwyCAbgC6wdDTr3N { top:4.4375rem;left:0rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #prTanhsffR10ZgRGD07mCTdEE3iQXHTq { top:8.375rem;left:0rem;width:9.8125rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPmpITdP4dTZM87Rqv6sLlFvwo0tAP9Q { top:4.875rem;left:44.6875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh9Zzaa6q39yErbTkAmexmSceiJV11Ao { top:8.375rem;left:37.9375rem;width:9.8125rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XADyKHz8w2emUmiCsZ7brxmWmHLzo78U { top:4.625rem;left:34rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXrLzcfUkh7zVC7zNuyK7Kgq6dTdkvIX { top:8.375rem;left:30.8125rem;width:9.8125rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q88SLJAPbxW4Bn3wbqXaUe5M3WUEIv7q { top:4.6875rem;left:23.125rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #choIc6dnrDupvt1c6iKP22RQ4Sg1RTpP { top:8.375rem;left:19.6875rem;width:10.1875rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddoqiSBpTmtNWD2lRvXoSyWWQy1vl2Pr { top:4.25rem;left:10.4375rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNPRmrHy4RhG2yCluJUb7aoutwpuMhJu { top:8.375rem;left:7.3125rem;width:10.375rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnyPhHZUal0iH0iwO9WK2zpbOICFuTcD { display:none; }
 }@media only screen and (max-width: 763px) { #L1WJWGBIdfIeOiOiF4LeePZ7c8iQm0dT { display:block; }#L1WJWGBIdfIeOiOiF4LeePZ7c8iQm0dT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #orKq9qzTJL9JeX4Hga8W9sAI2wSSzu1i { width:47.75rem;height:2.375rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4XX28FckxFv4ucz6opPHSFhccMb532S { top:4.6875rem;left:0rem;width:7.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzNsFRLKmVVFGkow1TK2TmvGlbMSaRJb { top:5.375rem;left:8.6240234375rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxFSWRn8VnTOSRfr5DXmqgcxPNB29e2v { top:5.3125rem;left:19.78125rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8qzsFlb956Cqvg6xcVTq2zEOQCuSfTV { top:5.375rem;left:30.90625rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LA62TSh9dlkK1aVdBiHEr9ksMrcBUOcn { top:5.4375rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk0bc4wuN64G64C9mlR4W7bmOPcO47sZ { display:none; }
 }@media only screen and (max-width: 763px) { #N3VpP9FATdxXDtmNpvMQAOgtdouMVWDw { display:none; }
 }@media only screen and (max-width: 763px) { #DyWBNIKy6l5DV4bth19qX75sKHaOaDxX { display:block; }#DyWBNIKy6l5DV4bth19qX75sKHaOaDxX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mvKoWngqTMVQrcSneAVZcd7QT6w9hLcM { top:0.75rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG .widget-regular-label { display:block;width:18.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG .widget-input-text { width:18.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG .widget-input-text {padding-top: 0; padding-bottom: 0;}#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG .widget-textarea { width:18.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG .widget-input-select { width:18.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG .widget-input-select {padding-top: 0; padding-bottom: 0;}#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG .widget-input-button { width:18.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG .widget-checkbox-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG  { width:18.6875rem;height:auto;top:6.0625rem;left:0rem; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG .radio-container { width:18.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG {display:block;}#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG { width:18.6875rem;height:auto;top:6.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG #lhOrcgwhWC5kJJt86q2QZSiMCJSucFx1 {  }
 }@media only screen and (max-width: 763px) { #a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG #FspxemSkdLz2y3ZpqzPzudGMJ9kO3wa4 { display:none; }
 }@media only screen and (max-width: 763px) { #a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG #tyTl8IwzdRlNWlfOS9pPTPhfn8uzcE7G {  }
 }@media only screen and (max-width: 763px) { #a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG #CAOTKI8eQTT84k7q4xgAwkM9hOxvNc1V {  }
 }@media only screen and (max-width: 763px) { #a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG #XqOh71VCskPNAaJiaidJDiJcEIilGaMo { display:none; }
 }@media only screen and (max-width: 763px) { #a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG #r1rwOlnipRvheXTbst3kwefeE3Tuq3uk {  }
 }@media only screen and (max-width: 763px) { #a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG #B6EmNSGFUAwspopgzeiXHyM4tMdpoiyA {  }
 }@media only screen and (max-width: 763px) { #a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG #Tq72x8TXPFKNQrm4l51LETtyQsoIZ8m9 { display:none; }
 }@media only screen and (max-width: 763px) { #a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG #W5eXltF6FG9iUuNVmaq9SMtkUZPiMONm {  }
 }@media only screen and (max-width: 763px) { #a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG #whZS8FTmntu4idEB5TvevH4x1o1KJTHF {  }
 }@media only screen and (max-width: 763px) { #a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG #qoMTcqrppXBD2t4V0poLi0aGQRewb7UZ { display:none; }
 }@media only screen and (max-width: 763px) { #a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG #oI4Jo0Mr795FAXUWWcNdCpU1hITDTnud {  }
 }@media only screen and (max-width: 763px) { #fm8ObqPpXqNuudA5kLkLF7qwtsCdglnX { z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #SbAaxfTAP2TkKHOueP6tIRrI7k7VL99a { z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG #NsO0eb5Qtl3L6ay9wu9feQBGVFTOpq2I {  }
 }@media only screen and (max-width: 763px) { #a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG #ty59uKpzcS9C5nIEGAg96u7OOC72sPho {  }
 }@media only screen and (max-width: 763px) { #TIaGSaWi1wMPvmERyQ8BdDVObwwf2eqU { width:47.75rem;height:1.625rem;top:3.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEHiuCfZ92vpFI9QUpfIITzr95TfHzBU { top:5.5rem;left:12.9375rem;width:34.5625rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t301Qraifsg865iK9dwPW0ortXaeCMC5 { display:block; }#t301Qraifsg865iK9dwPW0ortXaeCMC5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NtnGEi2cRM8qc4cQWIGykLIE7kM1eZID { width:0.125rem;height:7.5rem;top:17.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0Ie2hSaCURzmafE1QR6Puqh8pst5KAG { width:47.75rem;height:8.125rem;top:0rem;left:0rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpOzcXE2rhcihl5ZcKclm9QcmfvIVQQQ { top:8.125rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgAiBMyTq0X1WcuMpxnpM9H51qkzMEsJ { top:4.4375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V { display:block; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #scvV5mxtLuzECVBcC52qQ1TJ63RZTPVl { width:7.5rem;height:1.75rem;top:3.1875rem;left:34.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h62sFPusrqyaRyd8gVkKTZx4QN8PA4wE { width:3.125rem;height:1.125rem;top:6.5625rem;left:44.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn8nShPVIgZiLeKXrV21PR2fJoq6k917 { width:4.125rem;height:4.1875rem;top:1.9375rem;left:43.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bn47OyBNX1BhGzoG4mF0THSlUVO82lug { display:block; }
 }@media only screen and (max-width: 763px) { #XODwEMcVeWShDnRTM2zRRk8ZdQEIpRIN { width:16.0625rem;height:3.5625rem;top:9.4375rem;left:31.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgxoXqEsSWm26SiU2lcnmRfRFrfqKXw8 { width:10.625rem;height:1.75rem;top:7.6875rem;left:34.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wnhd5e8UHGlmVg7hz47mJKV0r0F6q4LD { width:7.5rem;height:1.75rem;top:3.1875rem;left:13.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV2TQpurvxTRwVBfOAoCPwhnARC7XwCO { top:16.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChCR7sgUiubb30C4ucHOJbIDDl4Xv7bK { width:41.375rem;height:1.75rem;top:17.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MToNaRt0OfStixCrescn1DLIsnVV1BKT { top:16.6875rem;left:43.0625rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw9JZAlzmeVbMZu8P2PXFq8tkchMTGuN { top:16.875rem;left:45.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #biPOlpAHkJT2VyZhWpTHryiKfUN8Nbx0 { top:16.625rem;left:44.8125rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIJ84kLvM2aVBwaEdcdHn3pMDPgFwcHi { width:3.25rem;height:1.5625rem;top:5.625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq3lrqWPUx6T5RDEHbda4i5EmP2EhOaO { display:block; }
 }@media only screen and (max-width: 763px) { #Ukb9cweh4FBo0m7QmZ9cXEHWtvwA5GU4 { width:3.8125rem;height:1.5625rem;top:7.375rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBT0uymkM0owV91kBoKoCAOH5tbPf2wS { display:block; }
 }@media only screen and (max-width: 763px) { #s53aL2DqOteXnMx2vI8h0bZumHtbKVqh { width:4.1875rem;height:1.25rem;top:9.1875rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0W6uSBzuJ1FsrQGxL0B6TVX3rOlvhDi { display:block; }
 }@media only screen and (max-width: 763px) { #RNwNPCGJ3xowdy43A7VmcRlpNOnQna40 { width:5.125rem;height:1.25rem;top:10.8125rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWZzbZ0zVkOBftefFvNSkXpmTxwZ1vqS { display:block; }
 }@media only screen and (max-width: 763px) { #ElV1Gm3RH7svmLMN9TJD0A8U3MunM9pF { width:5.75rem;height:1.25rem;top:12.4375rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzpE5KFfC1tCAXCW5PpbbCVKIE7SRbmk { display:block; }
 }@media only screen and (max-width: 763px) { #AECTypwDbk8ZTLWbZnUWnqrDMGVEOlGO { width:47.75rem;height:9.75rem;top:19.6875rem;left:0rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcTH9oUbxm9EI7srznHdhUkzD526vr52 { width:10.625rem;height:1.75rem;top:6rem;left:34.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Il5qAiIBfJnkrGhCZTrtqsWCa4Tz5iNf { top:0.625rem;left:0rem;width:15.8125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XTsKQ7goZXyZyh566ne6zobZmG65LnQC { position:relative;z-index:auto;background-color:#212121;background-image:none;display:block; }#XTsKQ7goZXyZyh566ne6zobZmG65LnQC > .row .container { background-color: transparent; background-image: none; }#XTsKQ7goZXyZyh566ne6zobZmG65LnQC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTsKQ7goZXyZyh566ne6zobZmG65LnQC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTsKQ7goZXyZyh566ne6zobZmG65LnQC > .row .container > .video-iframe-container { display: none; }#XTsKQ7goZXyZyh566ne6zobZmG65LnQC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTsKQ7goZXyZyh566ne6zobZmG65LnQC > .row > .video-iframe-container { display: none; }#XTsKQ7goZXyZyh566ne6zobZmG65LnQC > .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); }#XTsKQ7goZXyZyh566ne6zobZmG65LnQC > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UE3BunIbSw9O3KWvMoycVGKews3R7qP7 { width:9.5rem;height:6.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRsplczqT287tHD13ahVxI9n4TcLPCxn { width:10.75rem;height:2.875rem;top:1.25rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cHkqnaEK6ppRHJFMv7gahL8eIM6K9uTz { width:10.75rem;height:2.875rem;top:2.375rem;left:10.32861328125rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #xi9k7aVVwWQ3heqwpXFm2QXGmufmaTPH { width:9.5rem;height:0.625rem;top:0.875rem;left:11.270833313465rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #HQGvyu5twf2N7T5Tofqt6pDIPTS8wh2G { width:8.12325rem;height:1.93536875rem;top:2.6873223781586rem;left:11.144353270531rem;z-index:15006;font-family:play;display:block; }
 }@media only screen and (max-width: 763px) { #EcoKaF3f1Nqi8LvyJtugbO32latEpp4Q { display:block; }
 }@media only screen and (max-width: 763px) { #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/303bfa67-c25c-494f-bade-fec7966ad3df/Topnotchlegalservices1.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.adaptive-delivery-prevent-bg, #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.lazyload, #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.lazyloading { background-image: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { background-color: transparent; background-image: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container > .video-iframe-container { display: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row > .video-iframe-container { display: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .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); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZoscOTRe7LQbvIPE7Uhyqfxc2yIPrsKr { width:17.8125rem;height:6.58025rem;top:3.0625rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZPX4C5TDtw1LgCqZeAsLV9kxkpUAmvq { width:18.1875rem;height:3.89915rem;top:16.875rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs .widget-input-text {padding-top: 0; padding-bottom: 0;}#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs .widget-input-select {padding-top: 0; padding-bottom: 0;}#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs .widget-input-button { width:12.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.625rem; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs  { width:17.5rem;height:auto;top:26.25rem;left:0rem; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs {display:block;}#GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs { width:17.5rem;height:auto;top:26.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #O54OVDR7R09fgVgGyCIuAT3nbhuORvV5 {  }
 }@media only screen and (max-width: 763px) { #GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #keaETrk5gEiRtphpJ43DNhoK5rhZTHCm { display:none; }
 }@media only screen and (max-width: 763px) { #GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #Q0zQHPAChm9lLKtJ0zZ85WJXvzepWcVP {  }
 }@media only screen and (max-width: 763px) { #GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #BM0dTFB2yTpLsUo5DBvKIsH2DXXOZoVe {  }
 }@media only screen and (max-width: 763px) { #GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #rmn5UP4tHCXGJVyKDgHPpxx95xlbMIJE { display:none; }
 }@media only screen and (max-width: 763px) { #GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #TbfgVRrr5BoJzIfEUQcgHMHD0f6RO7hd {  }
 }@media only screen and (max-width: 763px) { #GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #Jo3SQGCSHVOIknp8CblxmZxdM9QCV71z {  }
 }@media only screen and (max-width: 763px) { #GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #WyPBxp3Ndv9wc3HcZWDRpmTT5e9SDVq0 { display:none; }
 }@media only screen and (max-width: 763px) { #GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #MQRUeQH2exsbyoB36NM6S8XdhFfgkr5v {  }
 }@media only screen and (max-width: 763px) { #GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #UGxEf3XR02rByWuHemzp97ObFzt30dCq {  }
 }@media only screen and (max-width: 763px) { #GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #oXWvR97dOqTvTvPibscWTbbHuG1Kifuk {  }
 }@media only screen and (max-width: 763px) { #GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #dGepwlmGPqEBCaDcBDrDS5NZRGip7wlG {  }
 }@media only screen and (max-width: 763px) { #GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #qhLb6rX6eTM2rIAi2ZuxSwLSNpSIvvWA {  }
 }@media only screen and (max-width: 763px) { #GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #EMBEGZTlO3q7CkIFMCRnrITAIQsP8VGq {  }
 }@media only screen and (max-width: 763px) { #GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #BVLp9DNDt6cIyvZbkAkP4044f29W0pMJ {  }
 }@media only screen and (max-width: 763px) { #cppysFugxb00EC1yvr1syeQLugRL90Pw { z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #z5xU58eFbOFEBic3H1n4EITupixdi01z { z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #a4aVJTmCfL2K356BGXhVbQmfPm2Lr4Kz {  }
 }@media only screen and (max-width: 763px) { #GeBAgzDJ2TrqdeZ9cP5cHFy4r9B7HmVs #L13RCsuTUrTJR1TGbuxySgmXkFQHpl0x {  }
 }@media only screen and (max-width: 763px) { #W2o5AmUUAxdqwPi0SBsDWyG1V0avx2ki { width:20rem;height:1.7868125rem;top:25.325000762939rem;left:-0.0625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IePFLiRTAcALbRVR2DXEzWayt1DEsTfD { width:16.75rem;height:6.58025rem;top:9.625rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iomTTMpnm1tg1TrdltdmQr0II1mhJtZi { width:4.375rem;height:2.19375rem;top:7.25rem;left:8.375rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbZfCwiZNNwRJMGaQOvnULL4oPrrvFTb { width:0.125rem;height:20.4375rem;top:3.03515625rem;left:0.9619140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwFSy598rt2nfHbqbBQdgpQOR1ggA5Dm { width:8.1230625rem;height:1.936525rem;top:21.461719512939rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3uc2ZC53nSXsAKToJvno7e4AExReLz4 { display:block; }
 }@media only screen and (max-width: 763px) { #T1fvUTelPW1JkUxVyXS6RXALQRkxriLN { width:6.06228125rem;height:2.19375rem;top:7.25rem;left:12rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd { background-color:#3e3d3d;background-image:none;display:block; }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row .container { background-color: transparent; background-image: none; }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row .container > .video-iframe-container { display: none; }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row > .video-iframe-container { display: none; }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .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); }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8mFqSrn7054CyH2emhVQFnCqzze88AR { width:19.935125rem;height:1.30030625rem;top:4.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKiCeU0SNVwoc4dNqBqGNZAS05Fv833H { width:19.999rem;height:1.70631875rem;top:2.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQGrcwOfM4HN5uuCsT2GM5CrkBJEHh8e { width:19.999rem;height:1.70631875rem;top:13.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0vd3VTGx6dqK0xyFADWc5FcTAFiUWH6 { width:19.9355625rem;height:1.30030625rem;top:15.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6t7Rlor0AHH17VB53Wff1DI1XoH3LUS { width:19.999rem;height:1.70631875rem;top:7.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUt2F7yGb2aKX4RMCOtDew85c5XSMnG5 { width:19.9355625rem;height:1.30030625rem;top:9.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTh12varbK6z0IB1ymXIPo0x87PPRbtn { width:18.75rem;height:0.12402375rem;top:1.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuxOmvbEKrHvi4dKRRvBQ4pobC3E6cb2 { width:9.375rem;height:0.1234375rem;top:7.1875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXRPIuAt31be08SLzievACz44y5qPDRz { width:9.375rem;height:0.1234375rem;top:12.3125rem;left:5.3125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #F2sXAMTd1lTNn0N79tBvomwH17SZhFm5 { width:9.375rem;height:0.1234375rem;top:18.25rem;left:5.3125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #isMTmkc4XlVde5GTJ552rh7m8zgoWm87 { display:block; }#isMTmkc4XlVde5GTJ552rh7m8zgoWm87 > .row .container { width:20rem;height:88.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8ktpav21gsEP5sgo0VNrSGsF4NWyafM { width:19.997625rem;height:9.095625rem;top:59.210947990418rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysB6Kcty92I9GQGgdyBTdLTMStvtBLps { width:19.997625rem;height:1.54296875rem;top:56.624990463257rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptaPMgy1yGoLqP9V4EcTAyJ2tJ2SENP2 { width:16.25rem;height:1.30030625rem;top:69.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTbE13CTUwdwy2s3IyUQt6S539u1Px6S { width:1.6875rem;height:1.6875rem;top:70.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDGhvLQ8cPU774lTbP1L00BSakmCQf09 { width:13.625rem;height:1.20028125rem;top:70.999641418456rem;left:2.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vM2A2L8FNSe20ySrO8703V8x7cxr5l49 { width:16.9375rem;height:1.20028125rem;top:72.687019348144rem;left:2.6870263814926rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TTARAHyPJuzDW16beRSWVIfVaHyhGe4N { width:1.6875rem;height:1.6875rem;top:72.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U35tFq09OZGO97yFGzN3BbXf6WvpqTl2 { width:1.6875rem;height:1.6875rem;top:74.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLucNP2CO8IiOAJC3QekuIb4zqKqZTcA { width:12.125rem;height:1.20028125rem;top:74.375rem;left:2.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qnu4Z9powJM7oaCDg4xl67N4wKnqzT7O { width:1.6875rem;height:1.6875rem;top:75.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkrfykvFmXHaK8cMtppOK7pZ2R75ZUIC { width:16.9375rem;height:1.20028125rem;top:76.061775207519rem;left:2.6870263814926rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pH2cU3kPump7L5tDE5Pv3wyE3XnySZ2I { width:19.997625rem;height:23.7855rem;top:3.8359317779541rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoE7Brcqs1frJfcsKMwC8s3eMht2lenc { width:19.9980625rem;height:2.27509375rem;top:0.97421932220456rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFpm1cr31HrrCVoFB5LikdeGT52dLkhA { width:16.5rem;height:1.20028125rem;top:77.874641418456rem;left:2.6870263814926rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QUhIFKxVO8dzTo2HwkL6A7s63nm1Ebze { width:1.7484375rem;height:1.7484375rem;top:77.5rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6JOkJrkrb8zRKA4r4FgEMNIRMQIFEJL { width:1.6875rem;height:1.6875rem;top:79.375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePcX3ThBhsJim31ROQFVKCt8K59tHii6 { width:16.9375rem;height:2.40056875rem;top:79.499870300294rem;left:2.6870263814926rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F6AV0kIykFeCbbmGSwTUGTvp8Bw6ZJbh { width:15.9375rem;height:2.40056875rem;top:82.25rem;left:2.6870263814926rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B2C0ftkM4HtxZcAbEn7xNeEHMl6XW2Nx { width:1.7484375rem;height:1.7484375rem;top:82.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsftdbtNy6xJpRLkzTvlTWqQm0MAuJfL { width:19.6875rem;height:26.25rem;top:29.0263671875rem;left:0.0009765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpVL0ZsqMTvTJOsxDTJHy9gw7de6ueTx { width:10.62325rem;height:2.56036875rem;top:85.186428070069rem;left:2.8130916357041rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBKFfryZTT5LzHkyadR9AlaPTqJBIhdE { display:block; }
 }@media only screen and (max-width: 763px) { #rrItTf1ucwit0fTggkTIEZo5dxRyvHRK { top:58.25rem;left:5.4375rem;width:9.375rem;height:0.125rem;z-index:15014;background-color:#b48315;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tIAmuzqzf509MpfAJktghthfVGFrDbR8 { top:3.2000002861023rem;left:5.3125rem;width:9.375rem;height:0.125rem;z-index:15015;background-color:#b48315;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Sn9n9AWsPOQNaE8u4hC20c0SBOINrpHt { display:block; }#Sn9n9AWsPOQNaE8u4hC20c0SBOINrpHt > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pHRlt95MCvB3fib2F5vu11HPfq8PICI0 { width:19.9995rem;height:1.462675rem;top:29.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLH3xGkJJL4f2gaBIcMZdk0hWbWAEmgc { width:19.9984375rem;height:7.9586875rem;top:31.687498092651rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqhKOsRdG8dfiDn7SziU3TrLHr7Ma33v { width:13.8125rem;height:1.20028125rem;top:43.1875rem;left:2.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z0QFs6J6TapzDFNE6ToAZDnfT1rnPAG9 { width:1.7484375rem;height:1.7484375rem;top:42.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mX9DezhqVd6tWO9kZiHzaKvUDdXxrxMM { width:14.875rem;height:1.20028125rem;top:44.812377929688rem;left:2.8124998807907rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #grB4HXwkN9V9sT5pwwCASDVTJ4UVMJqK { width:1.7484375rem;height:1.7484375rem;top:44.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qK989xmLv8GUuOBf0nRAWdnciQP8n0Rm { width:15.3125rem;height:1.20028125rem;top:46.4375rem;left:2.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CvQ7qSTxmHMr4OKH3b8IC194AsaFhmWk { width:1.74834375rem;height:1.74834375rem;top:46.1875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhwNTAn5cpvywiT8zoGQ9hZGOhCXFlMt { width:15.25rem;height:1.30030625rem;top:40.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTFAgRoonkcblESsGmhm9Z8Rto4dkfB2 { width:19.875rem;height:26.8125rem;top:1.373291015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUWDeTTuPdxIJTVPnLr8xB126yor2Kby { width:1.74834375rem;height:1.74834375rem;top:48.4375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQeLSM5zWA6mwu5c3RqGPT6OZd4DVU97 { width:15.187rem;height:2.40056875rem;top:48.0625rem;left:2.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KImkQmPewBiLWkAle8GR8M8214xsEM9p { width:1.7484375rem;height:1.7484375rem;top:51.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnC8S0yZkyTXm1Mob4rQJIiGTcCdfOnH { width:14.562rem;height:2.40056875rem;top:50.8125rem;left:2.8124998807907rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fNbMmJT7XM0vmGrM9d0A5erHLib0uGVs { width:15.5601875rem;height:2.40056875rem;top:55.5625rem;left:2.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V79ilkCz5bhKtAsEJegoao6xoTd1v8s1 { width:1.7484375rem;height:1.7484375rem;top:53.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MW9cWLkkZqsWkvVmfmfqa73wVOiEqPIT { width:1.7484375rem;height:1.7484375rem;top:55.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9mCT3TRWszCG4RPq6LTOdSaNDAgzA4F { width:14.125rem;height:1.20028125rem;top:53.8125rem;left:2.8124998807907rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #elPTbuJ4rzKFWikmKoSQ1MtSlpk5GQEL { width:10.62325rem;height:2.559775rem;top:58.749404907226rem;left:2.8124998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsfIa27chrOyOAusKemuOdAZgM0bswGb { display:block; }
 }@media only screen and (max-width: 763px) { #BtPTp9RIWoGzmvbICRWUuCB5yyPmeFMg { top:31.10000038147rem;left:5.3125rem;width:9.375rem;height:0.125rem;z-index:15013;background-color:#b48315;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TNZwlgRWIbVvmDPwZwW2n4Vi9fIEDUS3 { display:block; }#TNZwlgRWIbVvmDPwZwW2n4Vi9fIEDUS3 > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sK4OIuO7g0P541DBIek3JibT9Ll655fT { width:20rem;height:3.0859375rem;top:28.760645866394rem;left:-0.125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rK5XfbMzNBcoA0u2dPKgtTcc4q668Bl3 { width:19.9988125rem;height:10.232625rem;top:33.054567337036rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #udCyi9sOpo20ZodQTSqFqmmrpVwNNd3G { width:15.375rem;height:1.20028125rem;top:46.8125rem;left:2.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K3UgwhwrlN3Stw4i7gwPV2lum9a5B2kD { width:1.7484375rem;height:1.7484375rem;top:46.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #naUzmX6y35gEZB82tQiZ2f1nFKyfc6nM { width:15rem;height:2.40056875rem;top:48.6875rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JZkiudDZPUxa8SwQtETfoDL1kJfure6J { width:1.7484375rem;height:1.7484375rem;top:48.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #auCozb5KeQUE3CuVNXyporKdRhDQ5gPW { width:1.7484375rem;height:1.7484375rem;top:51rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAhWTya0OpQF6EF8ul4aJZGiO3fXmcK5 { width:14.0625rem;height:1.20028125rem;top:51.375rem;left:2.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O8TBPzHblgUsPw5JLMgr5RThbHqtQIUf { width:15.8125rem;height:2.40056875rem;top:52.8125rem;left:2.5621446371079rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #m8XwS2rKL05AKaGr1oV8uP8p7LTqTKeI { width:1.74834375rem;height:1.74834375rem;top:52.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1i7Cc9h9z8eAuDNTV790NI5geJ3lnDG { width:14.625rem;height:1.30030625rem;top:44.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkaELzcNZlfIONaDtl9kFlkeiU5mA1Jg { width:19.8125rem;height:26.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLsoGSmE33O78PMCEXuTuZeoC4mPwNMV { width:10.62325rem;height:2.56036875rem;top:56.000825881958rem;left:2.5621446371079rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6rpoJX1qsHRJrnZTDeS2u2lUHXUqlhX { display:block; }
 }@media only screen and (max-width: 763px) { #reaSD29XhN3sOdRxezzP7ddIKJti5sSJ { top:32.312380313873rem;left:5.3124996423721rem;width:9.375rem;height:0.124881875rem;z-index:15012;background-color:#b48315;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WgZydOTXbxsrr0neW85mMhbe0p8bU1GG { display:block; }#WgZydOTXbxsrr0neW85mMhbe0p8bU1GG > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lpMecTt4gO3IWNtdzszuUZ0JovQ2ZXpl { width:19.9984375rem;height:1.4625rem;top:27.24765586853rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I14spA4rHsFlwFTz1bpcQOvQl4cgxyaf { width:19.999125rem;height:11.3695625rem;top:30.249465942382rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoShfOCaJ0uAHSHyii2c80RbO28FN1Cl { width:10.9375rem;height:1.20028125rem;top:45.4375rem;left:2.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dqE2SVQnt1210GKmOgfA6fo6HT0vyTEL { width:1.7489375rem;height:1.7489375rem;top:45.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkVWDszSETkBG8OGuPUImpeb3cIdoBFp { width:15.2494375rem;height:1.20028125rem;top:47.0625rem;left:2.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gkVdfJB3emzJn37gh0A8lTAyo54SrE6f { width:1.75rem;height:1.75rem;top:47rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARnev7mKJo5gmOdq6a57DIBhwhWuKkL1 { width:1.7489375rem;height:1.7489375rem;top:48.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qogTDhTRxFqkZfH6owR2UJP5tHPuiSTy { width:13.3744375rem;height:1.20028125rem;top:48.6875rem;left:2.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Azdkv1ThGyUyX5qfUPmQK53FbB3y8KKJ { width:1.7489375rem;height:1.7489375rem;top:50.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcg7bu7IG6sKyZmXFT93HehtU3Clyvy6 { width:17.249625rem;height:1.30030625rem;top:42.75rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oylzO8mhJVvMyfTEEnxSHwHA4TctdpGJ { width:18.4375rem;height:24.5625rem;top:1.3427734375rem;left:0.625rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #LXdz5rTPrfW2gpZIxcaGXcIbbZWOpHd6 { width:10.62325rem;height:2.56036875rem;top:55.771203994751rem;left:2.7497631311417rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN40tGNpHHJaZaZHr6XfdxQo4qVVrxKa { display:block; }
 }@media only screen and (max-width: 763px) { #B4kb8XAahZZPK7xWRaJ6Ry7EJ3QE6HEb { top:29.300018310547rem;left:5.3125rem;width:9.375rem;height:0.125rem;z-index:15011;background-color:#b48315;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DKgFBuxdq6EFRQL6EHxtosdZru3H2W2r { width:16.999875rem;height:1.20028125rem;top:51.9375rem;left:2.7497631311417rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JkNr01keMd2NbTPTn3F97LhKELQrh5Kb { width:16.1245rem;height:1.20028125rem;top:53.5625rem;left:2.7497631311417rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PAuXTRt0oKhOb4I8Vuq47QoM3wVd3k8c { width:17.43725rem;height:1.20028125rem;top:50.3125rem;left:2.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z9092MFaeruPwPmPCXZIvFVM9nm46tK0 { width:1.6875rem;height:1.6875rem;top:51.875rem;left:0.77947437763213rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOLW91pxCvT7iQ1Ow16eOFNs8zHn7gdB { width:1.6875rem;height:1.6875rem;top:53.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWqMAGMEzv927WsvuQe4mseua4JFXXKd { display:block; }#kWqMAGMEzv927WsvuQe4mseua4JFXXKd > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTSfQCEIuDyIZiKwBVwee1I97ndy3ECW { width:19.9991875rem;height:1.54296875rem;top:28.823435783386rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWOXex2s6tO7DCGiHI8oPUP5aEk64LBb { width:19.9991875rem;height:6.82175rem;top:31.383056640625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvOszaEBfNwB0kRtZ5xInuGm8Lr6CX1h { width:15.375rem;height:1.20028125rem;top:41.400922298431rem;left:2.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q62Wl3AFWNDOakhpJ4uT7F7lwWm99k2S { width:1.7484375rem;height:1.7484375rem;top:41.202392578125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNgpJuO8bSMTQfx5h66ehaL6UT03lqDz { width:15rem;height:1.20028125rem;top:43.25rem;left:2.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Dus5xBiMLRPlZ38DBcdSlCs7wGSGCAOz { width:1.7484375rem;height:1.7484375rem;top:43rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM39b3oyz1oPy9ik0T3tly2Fz5VGVhsr { width:1.7484375rem;height:1.7484375rem;top:44.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THO587eGy3nKnzs44qlskZthg8BZdKHK { width:14.0625rem;height:1.20028125rem;top:45.125rem;left:2.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lFGprdzWQC3pn8D35gqfH5IXRn52Mcbh { width:13.18725rem;height:1.20028125rem;top:47rem;left:2.6875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #oA0QIXqFZwB7xThxAIx3r60aFrOxTTWG { width:1.7484375rem;height:1.7484375rem;top:46.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqP7WFy6zA5QDVwqSvgLvp3Ng5HM2bv6 { width:14.625rem;height:1.30030625rem;top:39.327946662903rem;left:0.12251418828964rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KugNKGUW3ByMVa2JRT0ezsoIVKO5QydC { width:1.74805rem;height:1.74805rem;top:48.598188400269rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGF1uHWIxMwqVQGRxliXwPdAlvPECOIg { width:17rem;height:1.20028125rem;top:48.875rem;left:2.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EEHknqrqRriTeQeB2zGtodxL8sHTLIFK { width:1.74805rem;height:1.74805rem;top:50.34534740448rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0HWlsmg1hwt1XRaKpLQz7WvUnHJIV7O { width:15.8123125rem;height:1.20028125rem;top:50.75rem;left:2.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wEomPDI9DW6fWwmvvZ88dQnfUZghRtQ4 { width:19.875rem;height:26.5751875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbfmJCAaGcBNuUA9cKBDBZvyBicofryJ { width:10.62325rem;height:2.56036875rem;top:53.126197814941rem;left:2.6870263814926rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELCs0Z6XzJgOBrwKizUFOnralXAFvHEe { display:block; }
 }@media only screen and (max-width: 763px) { #TkG9fb0ePTnCe2vKy0f9p54m5xeEy2l8 { top:30.625rem;left:5.3125rem;width:9.375rem;height:0.125rem;z-index:15012;background-color:#b48315;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/9efejefS/bg-4.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop.adaptive-delivery-prevent-bg, #cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop.lazyload, #cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop.lazyloading { background-image: none; }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .row .container { background-color: transparent; background-image: none; }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .row .container > .video-iframe-container { display: none; }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .row > .video-iframe-container { display: none; }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .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); }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PWsLC4dSIIuKz7EwwSB3PpuBxVDyquf3 { width:19.999125rem;height:2.03125rem;top:0.68004226684569rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFSDKTNkEc4mLyT1h4nNT4gLeu7LTueO { width:19.999125rem;height:3.41264375rem;top:3.41796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lITLkRbT4Owt3EX3HvVJ4XOPmRhFg7le { width:15.6875rem;height:3.87305rem;top:7.68593788147rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOuSxNUFuMrNo9I3ZNDQtJJFTRmxLPPm { display:block; }
 }@media only screen and (max-width: 763px) { #R8QKoUfBmd1IykHSr5crORSGloQXLDEi { top:2.6359372138977rem;left:0rem;width:9.375rem;height:0.125rem;z-index:15010;background-color:#b48315;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Ve3WNWeu1NUpVBITOvixIztZWT0afGKD { background-color:#064771;background-image:url("https://images.assets-landingi.com/uc/eafd0422-4b1d-4d77-97ec-df6f91859421/3e3d3d1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Ve3WNWeu1NUpVBITOvixIztZWT0afGKD.adaptive-delivery-prevent-bg, #Ve3WNWeu1NUpVBITOvixIztZWT0afGKD.lazyload, #Ve3WNWeu1NUpVBITOvixIztZWT0afGKD.lazyloading { background-image: none; }#Ve3WNWeu1NUpVBITOvixIztZWT0afGKD > .row .container { background-color: transparent; background-image: none; }#Ve3WNWeu1NUpVBITOvixIztZWT0afGKD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ve3WNWeu1NUpVBITOvixIztZWT0afGKD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ve3WNWeu1NUpVBITOvixIztZWT0afGKD > .row .container > .video-iframe-container { display: none; }#Ve3WNWeu1NUpVBITOvixIztZWT0afGKD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ve3WNWeu1NUpVBITOvixIztZWT0afGKD > .row > .video-iframe-container { display: none; }#Ve3WNWeu1NUpVBITOvixIztZWT0afGKD > .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); }#Ve3WNWeu1NUpVBITOvixIztZWT0afGKD > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rUfK0o9Aa2xeqJFZ5xELbWBGTp4QXaeC { width:19.9984375rem;height:2.3555875rem;top:1.2484512329101rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGAV0tPGaowcTSxS2B8luTEodzATgWVH { width:16.5rem;height:0.0625rem;top:7.2101560235025rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar0rQpkk9fkWVVJ9h7UgqPtUPuX68Cnh { width:19.996875rem;height:2.11174375rem;top:4.1242190003395rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogOuNJErpz2M4xDlUdsAGxutxET6LDrW { width:8.125rem;height:8.125rem;top:9.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHc1JVt8ZBIflR1S77ZzkIRvBcQTJTyA { width:8.187125rem;height:2.24964375rem;top:18.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLZPV8VHCIQlTNWiIZG4X7yRlWAVuzRU { width:7.562125rem;height:0.875rem;top:19.0625rem;left:1.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x39cbEgkBHf4poMyPLAbS5324fwTs2vC { width:8.125rem;height:8.125rem;top:9.5rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BERfrLNU7f4ZmUCAnvU1aDLXBXpMqEqg { width:8.125rem;height:8.125rem;top:36.5rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9MUlCJfRh15vXdS7sx8m7TeNkykfTMT { width:7.7494375rem;height:1.22395625rem;top:19.8125rem;left:1.5rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVenoxUsFb5uvIgtHg2T3FV3pmevWTOM { width:8.125rem;height:8.125rem;top:36.5rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SviJin6Wg703fA3l67FgftAXKwPmFfnB { width:8.125rem;height:8.125rem;top:23.0625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNEAvLT6UtCWJpzT9zkF0peI5nuSHIag { width:7.875rem;height:0.875rem;top:19.125rem;left:10.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7cye6w2AP5DSSCC5wnkFTWNX6pgRu5P { width:6.5rem;height:0.611979375rem;top:19.9375rem;left:11.375rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhhE8BNRiVWAnryHXQNxNUIKWAfGk1S8 { width:8.1875rem;height:2.25rem;top:18.9375rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsAz7V7nVDkOiag8QMl2PoBc7xNw6fgI { width:10.6228125rem;height:0.875rem;top:46.25rem;left:9.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m52dcTNUWtmESJd4BoGmW7rDTOTNTNog { width:7.6875rem;height:1.22395625rem;top:47rem;left:10.9375rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbHCGED4McvuTMeITkW94VLTqUgTSI5E { width:8.187125rem;height:2.24964375rem;top:58.125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6s32i41tVay0gDt4Wl4QCNcBDq29DU6 { width:10.6223125rem;height:0.875rem;top:32.8125rem;left:9.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2a3zGHiNBClxCh3ZtgXVR0L9dMwaAXy { width:7.8098125rem;height:0.611979375rem;top:33.75rem;left:10.8125rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3diICuSLAaF5I1r6kEIQtx5wnJv3q0K { width:8.1875rem;height:2.25rem;top:32.625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeQ2eyeZRkKSlcqzgDXJL5N9Tt3qEDBe { width:7.374125rem;height:1.22395625rem;top:46.875rem;left:1.5625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAoA6MuMD8hDqsBhHFNOkxE58DeId9l7 { width:7.875rem;height:0.875rem;top:46.125rem;left:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #buOfkDgKzi8l4rPiQDNsyDLM4L7uVN7q { width:8.1875rem;height:2.25rem;top:46rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnSwTXcVx7H9S2btltb0qBMqQB17BQrQ { width:7.75rem;height:7.75rem;top:49.25rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVWH6Nwu2Z8fpKO32hkUqB9KK5k0QcrT { width:10.621875rem;height:1.0493625rem;top:58.125rem;left:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT40mCJnqDrgii8Nr6NZuOTD3GVvxbE4 { width:7.56175rem;height:1.22395625rem;top:59.1875rem;left:6.3125rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8uER9EBpf1W0Onx5ScMVVNHxuyoxqiB { width:7.9368125rem;height:2.24964375rem;top:46.125rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnUJdTKqCvVLOMyaxIsJGNrNLBGXLEPC { width:8.125rem;height:8.125rem;top:23.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wvw3ekpqMoOgNSL4LeSIsTNuGvnDq5Co { width:8.1875rem;height:2.25rem;top:32.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2N7dHQhGeHZcEdy6bZsBDb1vTOrwtcC { width:7.5625rem;height:0.875rem;top:32.8125rem;left:1.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLc5bMueCLcvps47lb1Cyw8WIySfgDOX { width:7.875rem;height:0.611979375rem;top:33.75rem;left:1.4375rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs7M1P2X9qq7ao0evIIAJOJIGnPoD2KD { display:block; }#vs7M1P2X9qq7ao0evIIAJOJIGnPoD2KD > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l5A5FTctWBApfICnLxWKLetKichZitZQ { width:19.997625rem;height:2.5189375rem;top:0.75rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dpEWUTF8MObSTKzHqwyCAbgC6wdDTr3N { width:2.9375rem;height:2.9375rem;top:4.375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #prTanhsffR10ZgRGD07mCTdEE3iQXHTq { width:5.8125rem;height:1.95rem;top:7.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LPmpITdP4dTZM87Rqv6sLlFvwo0tAP9Q { width:2.9375rem;height:2.9375rem;top:11.34375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh9Zzaa6q39yErbTkAmexmSceiJV11Ao { width:7.3125rem;height:1.95rem;top:14.28125rem;left:10rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XADyKHz8w2emUmiCsZ7brxmWmHLzo78U { width:2.9375rem;height:2.9375rem;top:11.34375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXrLzcfUkh7zVC7zNuyK7Kgq6dTdkvIX { width:7.125rem;height:1.95rem;top:14.28125rem;left:2.28125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q88SLJAPbxW4Bn3wbqXaUe5M3WUEIv7q { width:2.9375rem;height:2.9375rem;top:4.375rem;left:14.93359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #choIc6dnrDupvt1c6iKP22RQ4Sg1RTpP { width:6.4375rem;height:1.95rem;top:7.25rem;left:13.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ddoqiSBpTmtNWD2lRvXoSyWWQy1vl2Pr { width:2.9375rem;height:2.9375rem;top:4.3125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNPRmrHy4RhG2yCluJUb7aoutwpuMhJu { width:6.9375rem;height:1.95rem;top:7.25rem;left:5.875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TnyPhHZUal0iH0iwO9WK2zpbOICFuTcD { top:3.1937494277954rem;left:0rem;width:9.375rem;height:0.125rem;z-index:15009;background-color:#b48315;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #L1WJWGBIdfIeOiOiF4LeePZ7c8iQm0dT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/83065df9-7ff2-4be9-ab10-4a2238ab488b/Topnotchlegalservices3.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#L1WJWGBIdfIeOiOiF4LeePZ7c8iQm0dT.adaptive-delivery-prevent-bg, #L1WJWGBIdfIeOiOiF4LeePZ7c8iQm0dT.lazyload, #L1WJWGBIdfIeOiOiF4LeePZ7c8iQm0dT.lazyloading { background-image: none; }#L1WJWGBIdfIeOiOiF4LeePZ7c8iQm0dT > .row .container { background-color: transparent; background-image: none; }#L1WJWGBIdfIeOiOiF4LeePZ7c8iQm0dT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1WJWGBIdfIeOiOiF4LeePZ7c8iQm0dT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1WJWGBIdfIeOiOiF4LeePZ7c8iQm0dT > .row .container > .video-iframe-container { display: none; }#L1WJWGBIdfIeOiOiF4LeePZ7c8iQm0dT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1WJWGBIdfIeOiOiF4LeePZ7c8iQm0dT > .row > .video-iframe-container { display: none; }#L1WJWGBIdfIeOiOiF4LeePZ7c8iQm0dT > .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); }#L1WJWGBIdfIeOiOiF4LeePZ7c8iQm0dT > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #orKq9qzTJL9JeX4Hga8W9sAI2wSSzu1i { width:19.9995rem;height:3.89915rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4XX28FckxFv4ucz6opPHSFhccMb532S { width:5.5625rem;height:5.5625rem;top:5.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzNsFRLKmVVFGkow1TK2TmvGlbMSaRJb { width:4.8125rem;height:4.8125rem;top:6.2500047683719rem;left:7.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxFSWRn8VnTOSRfr5DXmqgcxPNB29e2v { width:4.8125rem;height:4.8125rem;top:12.5rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8qzsFlb956Cqvg6xcVTq2zEOQCuSfTV { width:4.8125rem;height:4.8125rem;top:6.2500001192094rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #LA62TSh9dlkK1aVdBiHEr9ksMrcBUOcn { width:4.8125rem;height:4.8125rem;top:12.500000119209rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk0bc4wuN64G64C9mlR4W7bmOPcO47sZ { top:5.1875rem;left:0rem;width:9.375rem;height:0.125rem;z-index:15008;background-color:#b48315;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #N3VpP9FATdxXDtmNpvMQAOgtdouMVWDw { top:18.087500691414rem;left:10.625rem;width:9.375rem;height:0.125rem;z-index:15009;background-color:#b48315;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DyWBNIKy6l5DV4bth19qX75sKHaOaDxX { background-color:#234446;background-image:none;display:block; }#DyWBNIKy6l5DV4bth19qX75sKHaOaDxX > .row .container { background-color: transparent; background-image: none; }#DyWBNIKy6l5DV4bth19qX75sKHaOaDxX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DyWBNIKy6l5DV4bth19qX75sKHaOaDxX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DyWBNIKy6l5DV4bth19qX75sKHaOaDxX > .row .container > .video-iframe-container { display: none; }#DyWBNIKy6l5DV4bth19qX75sKHaOaDxX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DyWBNIKy6l5DV4bth19qX75sKHaOaDxX > .row > .video-iframe-container { display: none; }#DyWBNIKy6l5DV4bth19qX75sKHaOaDxX > .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); }#DyWBNIKy6l5DV4bth19qX75sKHaOaDxX > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mvKoWngqTMVQrcSneAVZcd7QT6w9hLcM { width:19.999125rem;height:4.711175rem;top:17.499123573303rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG .widget-regular-label { display:block;width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG .widget-input-text {padding-top: 0; padding-bottom: 0;}#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG .widget-input-select {padding-top: 0; padding-bottom: 0;}#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG  { width:15rem;height:auto;top:25.2490234375rem;left:1.25rem; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG {display:block;}#a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG { width:15rem;height:auto;top:25.2490234375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG #lhOrcgwhWC5kJJt86q2QZSiMCJSucFx1 {  }
 }@media only screen and (max-width: 763px) { #a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG #FspxemSkdLz2y3ZpqzPzudGMJ9kO3wa4 { display:none; }
 }@media only screen and (max-width: 763px) { #a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG #tyTl8IwzdRlNWlfOS9pPTPhfn8uzcE7G {  }
 }@media only screen and (max-width: 763px) { #a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG #CAOTKI8eQTT84k7q4xgAwkM9hOxvNc1V {  }
 }@media only screen and (max-width: 763px) { #a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG #XqOh71VCskPNAaJiaidJDiJcEIilGaMo { display:none; }
 }@media only screen and (max-width: 763px) { #a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG #r1rwOlnipRvheXTbst3kwefeE3Tuq3uk {  }
 }@media only screen and (max-width: 763px) { #a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG #B6EmNSGFUAwspopgzeiXHyM4tMdpoiyA {  }
 }@media only screen and (max-width: 763px) { #a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG #Tq72x8TXPFKNQrm4l51LETtyQsoIZ8m9 { display:none; }
 }@media only screen and (max-width: 763px) { #a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG #W5eXltF6FG9iUuNVmaq9SMtkUZPiMONm {  }
 }@media only screen and (max-width: 763px) { #a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG #whZS8FTmntu4idEB5TvevH4x1o1KJTHF {  }
 }@media only screen and (max-width: 763px) { #a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG #qoMTcqrppXBD2t4V0poLi0aGQRewb7UZ { display:none; }
 }@media only screen and (max-width: 763px) { #a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG #oI4Jo0Mr795FAXUWWcNdCpU1hITDTnud {  }
 }@media only screen and (max-width: 763px) { #fm8ObqPpXqNuudA5kLkLF7qwtsCdglnX { z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #SbAaxfTAP2TkKHOueP6tIRrI7k7VL99a { z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG #NsO0eb5Qtl3L6ay9wu9feQBGVFTOpq2I {  }
 }@media only screen and (max-width: 763px) { #a2fTlca8SeMnQml9ygbxWnrUE1Sx82GG #ty59uKpzcS9C5nIEGAg96u7OOC72sPho {  }
 }@media only screen and (max-width: 763px) { #TIaGSaWi1wMPvmERyQ8BdDVObwwf2eqU { width:19.9973125rem;height:1.54296875rem;top:22.697087287903rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEHiuCfZ92vpFI9QUpfIITzr95TfHzBU { width:19.8125rem;height:14.8125rem;top:1.4248790740967rem;left:0.012428939342499rem;display:block; }
 }@media only screen and (max-width: 763px) { #t301Qraifsg865iK9dwPW0ortXaeCMC5 { display:block; }#t301Qraifsg865iK9dwPW0ortXaeCMC5 > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NtnGEi2cRM8qc4cQWIGykLIE7kM1eZID { width:0.125rem;height:7.5rem;top:17.75rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #V0Ie2hSaCURzmafE1QR6Puqh8pst5KAG { width:20rem;height:3.8180625rem;top:1.3115234375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpOzcXE2rhcihl5ZcKclm9QcmfvIVQQQ { width:19.4375rem;height:8.8125rem;top:7.10546875rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgAiBMyTq0X1WcuMpxnpM9H51qkzMEsJ { width:20rem;height:2.1125rem;top:3.0791015625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e1214dbe-606a-471d-b41e-7417e14f2119/6.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V.adaptive-delivery-prevent-bg, #ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V.lazyload, #ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V.lazyloading { background-image: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { background-color: transparent; background-image: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container > .video-iframe-container { display: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row > .video-iframe-container { display: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .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); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #scvV5mxtLuzECVBcC52qQ1TJ63RZTPVl { width:8.8125rem;height:1.29971875rem;top:9.0625rem;left:11rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h62sFPusrqyaRyd8gVkKTZx4QN8PA4wE { width:4rem;height:1.05625rem;top:4rem;left:15.875rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-family:georgia;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Xn8nShPVIgZiLeKXrV21PR2fJoq6k917 { width:2rem;height:2rem;top:1.7812499552965rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bn47OyBNX1BhGzoG4mF0THSlUVO82lug { display:block; }
 }@media only screen and (max-width: 763px) { #XODwEMcVeWShDnRTM2zRRk8ZdQEIpRIN { width:8.1875rem;height:2.79829375rem;top:13.3125rem;left:11.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgxoXqEsSWm26SiU2lcnmRfRFrfqKXw8 { width:8rem;height:1.39915rem;top:11.875rem;left:12rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wnhd5e8UHGlmVg7hz47mJKV0r0F6q4LD { width:9.5625rem;height:1.3rem;top:9.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV2TQpurvxTRwVBfOAoCPwhnARC7XwCO { width:19.999rem;height:0.0615234375rem;top:19.532813191414rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChCR7sgUiubb30C4ucHOJbIDDl4Xv7bK { width:19.99675rem;height:2.39938125rem;top:22.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MToNaRt0OfStixCrescn1DLIsnVV1BKT { width:3rem;height:3rem;top:19.625rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw9JZAlzmeVbMZu8P2PXFq8tkchMTGuN { width:2.49805rem;height:2.49805rem;top:19.9375rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #biPOlpAHkJT2VyZhWpTHryiKfUN8Nbx0 { width:2.874025rem;height:2.874025rem;top:19.5625rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIJ84kLvM2aVBwaEdcdHn3pMDPgFwcHi { width:2.6875rem;height:2.0625rem;top:10.375rem;left:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq3lrqWPUx6T5RDEHbda4i5EmP2EhOaO { display:block; }
 }@media only screen and (max-width: 763px) { #Ukb9cweh4FBo0m7QmZ9cXEHWtvwA5GU4 { width:2.8125rem;height:2.0625rem;top:11.9375rem;left:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBT0uymkM0owV91kBoKoCAOH5tbPf2wS { display:block; }
 }@media only screen and (max-width: 763px) { #s53aL2DqOteXnMx2vI8h0bZumHtbKVqh { width:3.0625rem;height:2.0625rem;top:13.375rem;left:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0W6uSBzuJ1FsrQGxL0B6TVX3rOlvhDi { display:block; }
 }@media only screen and (max-width: 763px) { #RNwNPCGJ3xowdy43A7VmcRlpNOnQna40 { width:3.75rem;height:2.0625rem;top:14.875rem;left:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWZzbZ0zVkOBftefFvNSkXpmTxwZ1vqS { display:block; }
 }@media only screen and (max-width: 763px) { #ElV1Gm3RH7svmLMN9TJD0A8U3MunM9pF { width:3.9375rem;height:1rem;top:16.9375rem;left:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzpE5KFfC1tCAXCW5PpbbCVKIE7SRbmk { display:block; }
 }@media only screen and (max-width: 763px) { #AECTypwDbk8ZTLWbZnUWnqrDMGVEOlGO { width:20rem;height:2.6rem;top:17.043749928474rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcTH9oUbxm9EI7srznHdhUkzD526vr52 { width:6.5625rem;height:1.39915rem;top:10.5625rem;left:11.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Il5qAiIBfJnkrGhCZTrtqsWCa4Tz5iNf { width:7.625rem;height:7.625rem;top:0.41251182556152rem;left:0rem;display:block; }
 }