.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efeced;background-image:none;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#ibqi8CmtN6g3uD6mRt6avorKzm4L5P3l { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.75rem;left:67.46874809265rem;display:block; }
#fmTSEEL3iZFZCXapZZOLA8Svene83Wil { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WcQmlwZ1rNqxzLh6XNXJRuPXAl5zOEVn { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.625rem;width:10.8125rem;top:1.65625rem;left:0.65625rem;overflow:hidden;display:block; }
#FBvfDeB08J4xFUT6oUVXafMdCiBuXQIl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/69a53af3-8bdf-4fec-9b34-ebfae86089f4/AdobeStock_5101781093.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#FBvfDeB08J4xFUT6oUVXafMdCiBuXQIl.adaptive-delivery-prevent-bg, #FBvfDeB08J4xFUT6oUVXafMdCiBuXQIl.lazyload, #FBvfDeB08J4xFUT6oUVXafMdCiBuXQIl.lazyloading { background-image: none; }#FBvfDeB08J4xFUT6oUVXafMdCiBuXQIl > .row .container { background-color: transparent; background-image: none; }#FBvfDeB08J4xFUT6oUVXafMdCiBuXQIl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#FBvfDeB08J4xFUT6oUVXafMdCiBuXQIl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBvfDeB08J4xFUT6oUVXafMdCiBuXQIl > .row .container > .video-iframe-container { display: none; }#FBvfDeB08J4xFUT6oUVXafMdCiBuXQIl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#FBvfDeB08J4xFUT6oUVXafMdCiBuXQIl > .row > .video-iframe-container { display: none; }#FBvfDeB08J4xFUT6oUVXafMdCiBuXQIl > .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); }#FBvfDeB08J4xFUT6oUVXafMdCiBuXQIl > .row .container { border-width: 0; border-radius: 0; }#FBvfDeB08J4xFUT6oUVXafMdCiBuXQIl::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#FBvfDeB08J4xFUT6oUVXafMdCiBuXQIl > .row > .video-iframe-container {  }#FBvfDeB08J4xFUT6oUVXafMdCiBuXQIl > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:75rem;position:relative;display:block; }#tUW7NqphC45PAfIchgygFDt9DmA3lFvb { color:#ffffff;display:block;width:65.875rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.875rem;left:1.03125rem;height:14.625rem;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; }
#HxKsxhsUGkm2fVPD4HpLEMsrUlTZu1E9 { position:absolute;display:block;z-index:15002;background-color:#5d1c0b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.124511875rem;width:15.43725rem;top:21.625rem;left:1.03125rem;display:block; }
#f33hDiTCxRNi5cSBAkavpWTTiViqUIHv { color:#ffffff;display:block;width:15.24975rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:23.4375rem;left:1.03125rem;height:2.65625rem;display:block; }
#UIL57aManfbHC8gwfURT1qW02MXImNV4 { background-color:#5d1c0b;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-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.125rem 0.25rem rgba(38,38,38,0.2) ;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:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.37475rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:31.3125rem;left:1.03125rem;display:block; }
#wG7fWTxqbR5NhvLi3Z3V9gTZNTogK5Ke { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g4gbTS2smZodq8PWAZ1Ac3UHKvWG3Tq5 { position:relative;display:block; }#g4gbTS2smZodq8PWAZ1Ac3UHKvWG3Tq5 { background-color: transparent; background-image: none; }#g4gbTS2smZodq8PWAZ1Ac3UHKvWG3Tq5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g4gbTS2smZodq8PWAZ1Ac3UHKvWG3Tq5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g4gbTS2smZodq8PWAZ1Ac3UHKvWG3Tq5 > .row .container > .video-iframe-container { display: none; }#g4gbTS2smZodq8PWAZ1Ac3UHKvWG3Tq5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g4gbTS2smZodq8PWAZ1Ac3UHKvWG3Tq5 > .row > .video-iframe-container { display: none; }#g4gbTS2smZodq8PWAZ1Ac3UHKvWG3Tq5 > .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); }#g4gbTS2smZodq8PWAZ1Ac3UHKvWG3Tq5 { border-width: 0; border-radius: 0; }#g4gbTS2smZodq8PWAZ1Ac3UHKvWG3Tq5 > .row .container > .video-iframe-container {  }#g4gbTS2smZodq8PWAZ1Ac3UHKvWG3Tq5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#5d1c0b;background-image:none;font-size:0.875rem;font-family:arial;height:44.5rem;width:75rem;position:relative;display:block; }#p2RgfckpB0yrEx5hVWBABftfX1bxIah6 { position:absolute;display:block;z-index:14998;background-color:#f9f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:41.75rem;width:0.0625rem;top:0rem;left:0rem;display:block; }
#FCTR1ZBlZ1bFc5HmHbmOCSv60GNFXaHz { color:#05255e;display:block;width:28.625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.6875rem;left:2.53125rem;height:2.4375rem;display:block; }
#KRNAfs15BJ99ohtlTnnDa6h4yL8OSUpQ { color:#000000;display:block;width:28.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.9;letter-spacing:0;top:6.125rem;left:2.46875rem;height:32.2983625rem;text-align:left;text-align-last:left;display:block; }
#xUnO53dPRgvzZ5TpB5FPk3byLieKnqh9 { position:absolute;display:block;z-index:15004;background-color:#7a808d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.6875rem;width:21.125rem;top:7.75rem;left:32rem;display:block; }
#ZA0cSMHMiw6KOKyFEXrmdczLAWSI5sLu { position:absolute;display:block;z-index:14999;background-color:#efeced;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.8125rem;width:21.125rem;top:8.0625rem;left:32rem;display:block; }
#gIT6M5mTwTklatK0OQ6mVxdeQwCTCixG { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.625rem;left:33.875rem;height:2.11230625rem;display:block; }
#DnHV6ZpU8k9mbS5cCHphdNdWN0fgwUlW { position:absolute;display:block;z-index:15007;background-color:rgba(227,227,227,0.53);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:4.375rem;top:12.3125rem;left:33.9375rem;display:block; }
#P2FASq8x9v2adLipfa1x3xcKgc1g6ADC { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:13.5625rem;left:35.75rem;height:11.15625rem;display:block; }
#bpL8FKTcHxb175rMqqfUIBgkW69HmqAL { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:1.5625rem;top:15.447265625rem;left:33.21875rem;overflow:hidden;display:block; }
#c9tkrOzW6turJbdCA7ZdHB3ZU3zdIM4G { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:19.9375rem;left:33.0625rem;overflow:hidden;display:block; }
#IVTSnPb1Fc7uQwZ14hfBfWkd9TzhBgg9 { position:absolute;display:block;z-index:15012;background-color:#7a808d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.875rem;width:21.125rem;top:7.625rem;left:53.875rem;display:block; }
#mrRLOzpkFm77HJJ7KZRytuO5mdkT3yHl { position:absolute;display:block;z-index:15007;background-color:#efeced;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28rem;width:21.125rem;top:7.9375rem;left:53.875rem;display:block; }
#TU7uWCJyasnO6blhN9y2EUaQa9eQJVRi { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:14.5rem;left:58.687498092651rem;height:1.59375rem;display:block; }
#b2bvxdZUOBQe4xn47qAO61FXqAlPG3FT { position:absolute;display:block;z-index:15015;background-color:rgba(227,227,227,0.53);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:4.375rem;top:12.1875rem;left:55.8125rem;display:block; }
#KJmTzyppzhmxlodIQ48AqPki5TVJZAG9 { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:9.5rem;left:55.75rem;height:1.94970625rem;display:block; }
#SFZT05Nr32faTOMsFQubOIfcekurOdEP { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.9375rem;top:21.8125rem;left:55.8125rem;overflow:hidden;display:block; }
#UqfFHXDTomo59X7gI8kBcGXtdx8AlKGu { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:1.75rem;top:18.25rem;left:55.8125rem;overflow:hidden;display:block; }
#zBQCiT92QiVVOEwWgFNrkdwowOC7pTCZ { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:44.5rem;width:36.25rem;top:0.0070314407348631rem;left:0.00078105926513675rem;display:block; }
#IlJVeXTC1cFqOf6J3tvfi0ITs4fo9eHe { position:absolute;display:block;z-index:15015;background-color:rgba(227,227,227,0.53);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:4.375rem;top:12.1875rem;left:55.8125rem;display:none; }
#UWza3Pt7d3CVq9N1Hy30rEWSy0k5XP5M { color:#ffffff;display:block;width:16.374rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:15.431640625rem;left:58.6259765625rem;height:1.59375rem;display:block; }
#SN5OMPCE4aRlygTCxBgWinTa96FWJMTX { color:#ffffff;display:block;width:16.3735625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:17.75rem;left:58.6259765625rem;height:3.1875rem;display:block; }
#H2OXd0pfLMoDdQD0soix3M7lLndtTSHg { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:21.8125rem;left:58.6875rem;height:1.59375rem;display:block; }
#zyMAAtTXHA5UncsiALxKg6HsxAZwiN8g { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:25.765625rem;left:58.6875rem;height:3.1875rem;display:block; }
#KdchlyfyKtNLp8CbTXdLxolm2W6EVsNZ { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:29.5625rem;left:58.6875rem;height:1.59375rem;display:block; }
#AO2bTiGDhCndfA7P2Ho68IDv9R8mBSD6 { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:26.328125rem;left:36.25048828125rem;height:;display:block; }
#Mt3bnyif4Js4ZfGwCssd2QCrcLXfMTTG { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:27.90625rem;left:35.75rem;height:4.78125rem;display:block; }
#GuS5ca3lTyqJf08yG5TkWFTOwvUhvgmc { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:1.75rem;top:15.353515625rem;left:55.8125rem;overflow:hidden;display:block; }
#Xp0ieblFQONCEZBLDwS0FwOXFdynkhXF { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:1.75rem;top:26.21875rem;left:55.8125rem;overflow:hidden;display:block; }
#uSpDUuXsbtVTXgUruELDBXNr2MWU9t3R { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:1.75rem;top:29.5625rem;left:55.8125rem;overflow:hidden;display:block; }
#bhyeaoFDnz1UGWOtTMhR6TbVpqbnQb0H { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:29.5625rem;left:33.0625rem;overflow:hidden;display:block; }
#kyCknF23EUIgBUGpZA1b1ugm2TpsI3y4 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:19.9375rem;left:33.0625rem;overflow:hidden;display:none; }
#a1vao7zzh5KINVLhynTCtyMdblqX3Ico { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;display:block; }#a1vao7zzh5KINVLhynTCtyMdblqX3Ico > .row .container { background-color: transparent; background-image: none; }#a1vao7zzh5KINVLhynTCtyMdblqX3Ico::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1vao7zzh5KINVLhynTCtyMdblqX3Ico > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1vao7zzh5KINVLhynTCtyMdblqX3Ico > .row .container > .video-iframe-container { display: none; }#a1vao7zzh5KINVLhynTCtyMdblqX3Ico > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1vao7zzh5KINVLhynTCtyMdblqX3Ico > .row > .video-iframe-container { display: none; }#a1vao7zzh5KINVLhynTCtyMdblqX3Ico > .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); }#a1vao7zzh5KINVLhynTCtyMdblqX3Ico > .row .container { border-width: 0; border-radius: 0; }#a1vao7zzh5KINVLhynTCtyMdblqX3Ico > .row > .video-iframe-container {  }#a1vao7zzh5KINVLhynTCtyMdblqX3Ico > .row .container { font-size:0.875rem;font-family:arial;height:25.5625rem;width:75rem;position:relative;display:block; }#N8H4XvNXqg17MiTBGcqV5klMN74J49iL { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0625rem;left:2.15625rem;height:5.19921875rem;font-style:normal;display:block; }
#bFS4D35EiazQwPoyOsef8QBOIRCeStCT { color:#000000;display:block;width:30.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:11.3515625rem;left:2.15625rem;height:;font-style:normal;display:block; }#bFS4D35EiazQwPoyOsef8QBOIRCeStCT li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#bFS4D35EiazQwPoyOsef8QBOIRCeStCT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/UxbKw5va/check.png); }
#ZAJG4SxyOfk7GySV8A7UnA7uwZJTS3kb { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.437rem;width:38.8125rem;top:0rem;left:36.1875rem;overflow:hidden;display:block; }
#cmdpUb7gBOx87nTG0mN1I2ZSRQHVQMTW { position:relative;display:block; }#cmdpUb7gBOx87nTG0mN1I2ZSRQHVQMTW { background-color: transparent; background-image: none; }#cmdpUb7gBOx87nTG0mN1I2ZSRQHVQMTW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmdpUb7gBOx87nTG0mN1I2ZSRQHVQMTW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmdpUb7gBOx87nTG0mN1I2ZSRQHVQMTW > .row .container > .video-iframe-container { display: none; }#cmdpUb7gBOx87nTG0mN1I2ZSRQHVQMTW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmdpUb7gBOx87nTG0mN1I2ZSRQHVQMTW > .row > .video-iframe-container { display: none; }#cmdpUb7gBOx87nTG0mN1I2ZSRQHVQMTW > .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); }#cmdpUb7gBOx87nTG0mN1I2ZSRQHVQMTW { border-width: 0; border-radius: 0; }#cmdpUb7gBOx87nTG0mN1I2ZSRQHVQMTW > .row .container > .video-iframe-container {  }#cmdpUb7gBOx87nTG0mN1I2ZSRQHVQMTW > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:108.875rem;width:75rem;position:relative;display:block; }#GrnXbvtXrda2lMGVbJrg1MGo9JKwe6i2 { color:rgba(5,37,94,0.08);display:block;width:75rem;position:absolute;font-family:poppins;font-size:5rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:2.94921875rem;left:0rem;height:6.50025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hJh48vAMNUwrbGwZmWyBLavIyRFuxJal { color:#050505;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.38671875rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PPT25lLrySat0vf61tcyfl9i0m76uZLV { color:#050505;display:block;width:37.5rem;position:absolute;font-family:"playfair display";font-size:1.25rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:14.5625rem;left:8.125rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QnPBHN8CshnqGB7ohVTF75whwPfEX4hJ { color:#000000;display:block;width:43.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:19.8125rem;left:16.75rem;height:1.29980625rem;display:block; }
#ei3ObPZkWfZ7uTmTUfrzAHpg18wzV7EL { position:absolute;display:block;z-index:15061;background-color:#05255e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:50rem;top:83.375rem;left:8.125rem;display:block; }
#Ry7dg0D0khdyT7hKVAVHuIaht0H16DKr { position:absolute;display:block;z-index:15062;background-color:#05255e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:50rem;top:26.375rem;left:8.125rem;display:block; }
#lJZoU2cnOqfeaUNDFepNebDv0q7GSTnK { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15069;top:10.1875rem;left:8.0625rem;display:block; }
#Tr88lUKCWOGGu9F3hbbOW4mgZ89ZZzDO { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15070;top:31.9375rem;left:22.5rem;display:block; }
#RXJztb8gtRbWNK1u28mGnTlDDCWUXhyI { position:absolute;display:block;z-index:15063;background-color:#05255e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:50rem;top:17.75rem;left:8.125rem;display:block; }
#uNQpUmUJWTp0kB0BbHUfklz99lTCLLfo { color:#000000;display:block;width:26.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.9375rem;left:11.25rem;height:1.62524375rem;display:block; }
#b6sSDXzVPPAJp3Tnf9SPMrxSatIsTxq0 { position:absolute;display:block;z-index:15064;background-color:#05255e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:50rem;top:51.0625rem;left:8.125rem;display:block; }
#uS1cXM8tebxQpcd5naP5sZ5CXfJg7Blt { color:#000000;display:block;width:39.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15063;line-height:1.5;letter-spacing:0;top:28.0625rem;left:16.75rem;height:1.5rem;display:block; }
#pBNl5iDw7az8IGa5L6mu0kAQW64fayII { position:absolute;display:block;z-index:15063;background-color:#05255e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:50rem;top:31.1875rem;left:8.125rem;display:block; }
#girXNbNFyxUQlud0fkGdClpaWSvtuVBJ { position:absolute;display:block;z-index:15064;background-color:#05255e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:50rem;top:35.9375rem;left:8.125rem;display:block; }
#TufOOyo06GLDGJKnQ1pgzeSLRmxXyO6x { color:#000000;display:block;width:22.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:60.0625rem;left:11.1875rem;height:1.625rem;display:block; }
#KIxZAMBxSTeE5IeMLt0MvSirkl8MPXzZ { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15070;top:59.3125rem;left:8.125rem;display:block; }
#OodtlGRzX2EWIMrNJmnbTVn56yzxsbis { color:#000000;display:block;width:39.4375rem;position:absolute;font-family:poppins;font-size:0;font-weight:normal;z-index:15064;line-height:1.5;letter-spacing:0;top:67.625rem;left:16.75rem;height:0;display:block; }
#zep6gfPf0nB3iraClL5NTAPwezZGlsNu { position:absolute;display:block;z-index:15063;background-color:#05255e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:50rem;top:73.25rem;left:8.125rem;display:block; }
#gpGVn9M9XuoKMNoR9XiCRIshhWNdTNUA { position:absolute;display:block;z-index:15064;background-color:#05255e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:50rem;top:97.25rem;left:8.125rem;display:block; }
#xFaawVeK8U9uD6ZNrEfhILQxmg8ZtKp0 { position:absolute;display:block;z-index:15065;background-color:#05255e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:50rem;top:103.0625rem;left:8.0625rem;display:block; }
#wgaL1klnHER5sGcZamgf60g8be7MeQM3 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:7.1875rem;top:0.75rem;left:1.15625rem;overflow:hidden;display:none; }
#qMDyxOWNlS7qk2UXPNG57MGv2CR28fOO { color:#000000;display:block;width:43.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:15.0625rem;left:16.75rem;height:1.29980625rem;display:block; }
#nJkn8DElua3mAQTwqNbtPxy8xEHngKl5 { color:#000000;display:block;width:43.75rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:21.625rem;left:16.75rem;height:3.41161875rem;display:block; }
#yaConQg5tqVNeTcuCyN9cFOzMki16mwA { color:#000000;display:block;width:43.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:37.8125rem;left:16.75rem;height:1.29980625rem;display:block; }
#qBkp5maJNTDozzAcmIeCspR5gbSsvfuz { color:#000000;display:block;width:43.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:47.5rem;left:16.75rem;height:1.29980625rem;display:block; }
#roPJVFpdsTq63TyKRVkyvFPmgvbuXuNN { color:rgba(0,0,0,0.3);display:block;width:43.75rem;position:absolute;font-family:"playfair display";font-size:1.25rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:84.8125rem;left:16.75rem;height:1.625rem;font-style:normal;display:block; }
#CzldQX1IpNEE0kyNAJ1ewWWAfgdBXxRW { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15071;top:84.0625rem;left:22.5rem;display:block; }
#EbhiNv6rXydnikpvy2dkhain7V2IA19n { color:#000000;display:block;width:43.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:89.8125rem;left:16.75rem;height:1.29980625rem;display:block; }
#ucSckeptGc6IMixThiw596wUbgBtxiAB { color:#000000;display:block;width:43.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:52.6875rem;left:16.75rem;height:1.29980625rem;display:block; }
#qdIciTPngTR4n4ZNTd6dJZaBVhepTdgL { color:#000000;display:block;width:39.4375rem;position:absolute;font-family:poppins;font-size:0;font-weight:normal;z-index:15064;line-height:1.5;letter-spacing:0;top:22.27490234375rem;left:16.75rem;height:0;display:block; }
#T5U1I1BwWg7BVfAUKPGOa0S0WG9iFysZ { position:absolute;display:block;z-index:15066;background-color:#05255e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:50rem;top:87.8125rem;left:8.125rem;display:block; }
#LkRnb9Fs3LlGMvazRTUJa3fEAlZ8GykL { color:#000000;display:block;width:39.4375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15065;line-height:1.5;letter-spacing:0;top:67.625rem;left:16.75rem;height:3.9375rem;display:block; }
#rHRJDQe8tkpZoKvmUR5XDPQOarn2b591 { color:rgba(0,0,0,0.3);display:block;width:43.749rem;position:absolute;font-family:"playfair display";font-size:1.25rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:32.6875rem;left:16.75048828125rem;height:1.625rem;font-style:normal;display:block; }
#gz36a8Dq9H5ncfc5DlvzbMVkBficP4vx { position:absolute;display:block;z-index:15065;background-color:#05255e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:50rem;top:45.375rem;left:8.125rem;display:block; }
#N2Cytk31VQB7pO432zRy2pvfUX6swdEX { color:#000000;display:block;width:39.4375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15066;line-height:1.5;letter-spacing:0;top:39.75rem;left:16.75rem;height:3.9375rem;display:block; }
#hHAOFZTDSnP8ozruL2bi8ucShtFKV500 { color:#000000;display:block;width:43.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:65.3125rem;left:16.75rem;height:1.29980625rem;display:block; }
#XR52tTX6tPOZTzezgfKNf4iHsEybeeSy { color:#000000;display:block;width:43.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:75.125rem;left:16.75rem;height:1.29980625rem;display:block; }
#VMGUZTbreqlqvFQEvXCIBiwOn8TTSofG { color:#000000;display:block;width:43.75rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:77rem;left:16.75rem;height:5.68603125rem;display:block; }
#XNHleVoV32lWP35D0NdWUhhLn9uelq3X { color:#000000;display:block;width:43.75rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:92.25rem;left:16.75rem;height:3.41161875rem;display:block; }
#H6tTw9wzweuGWBR0SfiDAoZehnuKlc91 { color:#000000;display:block;width:43.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:99.5751953125rem;left:16.75rem;height:1.29980625rem;display:block; }
#tm7b3aT3ltTN6Cz8yWQuTpIFKsUIP6tD { color:#000000;display:block;width:43.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:104.35009765625rem;left:16.75rem;height:1.29980625rem;display:block; }
#csZTe314cZAJbLaAegmLBFqv0JRaDxVn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;display:block; }#csZTe314cZAJbLaAegmLBFqv0JRaDxVn > .row .container { background-color: transparent; background-image: none; }#csZTe314cZAJbLaAegmLBFqv0JRaDxVn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csZTe314cZAJbLaAegmLBFqv0JRaDxVn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csZTe314cZAJbLaAegmLBFqv0JRaDxVn > .row .container > .video-iframe-container { display: none; }#csZTe314cZAJbLaAegmLBFqv0JRaDxVn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csZTe314cZAJbLaAegmLBFqv0JRaDxVn > .row > .video-iframe-container { display: none; }#csZTe314cZAJbLaAegmLBFqv0JRaDxVn > .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); }#csZTe314cZAJbLaAegmLBFqv0JRaDxVn > .row .container { border-width: 0; border-radius: 0; }#csZTe314cZAJbLaAegmLBFqv0JRaDxVn > .row > .video-iframe-container {  }#csZTe314cZAJbLaAegmLBFqv0JRaDxVn > .row .container { font-size:0.875rem;font-family:arial;height:1rem;width:75rem;position:relative;display:block; }#bwoLScOtG0Dw9RqrkVOP3TT7mNSMErhM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#bwoLScOtG0Dw9RqrkVOP3TT7mNSMErhM > .row .container { background-color: transparent; background-image: none; }#bwoLScOtG0Dw9RqrkVOP3TT7mNSMErhM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bwoLScOtG0Dw9RqrkVOP3TT7mNSMErhM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bwoLScOtG0Dw9RqrkVOP3TT7mNSMErhM > .row .container > .video-iframe-container { display: none; }#bwoLScOtG0Dw9RqrkVOP3TT7mNSMErhM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bwoLScOtG0Dw9RqrkVOP3TT7mNSMErhM > .row > .video-iframe-container { display: none; }#bwoLScOtG0Dw9RqrkVOP3TT7mNSMErhM > .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); }#bwoLScOtG0Dw9RqrkVOP3TT7mNSMErhM > .row .container { border-width: 0; border-radius: 0; }#bwoLScOtG0Dw9RqrkVOP3TT7mNSMErhM > .row > .video-iframe-container {  }#bwoLScOtG0Dw9RqrkVOP3TT7mNSMErhM > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#mEOeL5RmMB6THayUHHy2xUVepEbql51V { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.4375rem;width:22.875rem;top:6.1875rem;left:20.84375rem;overflow:hidden;display:block; }
#THfo6gGE9t2B2JF8Z5dIVvgM8hv5HnKo { color:#000000;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.75048828125rem;left:28.1875rem;height:2.84399375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EW419BltVhN6oPkggTUwdgDT1LZvAWhM { color:rgba(0,0,0,0.7);display:block;width:17.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:14.5068359375rem;left:3.21875rem;height:16.89746875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CQLk2QeWU9UGvL4DndbLTwNdrxqEfis7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:35.8125rem;left:6.75rem; }
#CQLk2QeWU9UGvL4DndbLTwNdrxqEfis7 > img { max-width: 100%;max-height:100%; }#TOZHEJ83wrKl4FAxzwlKTdifbgcV6nhC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:35.78125rem;left:14.8125rem; }
#TOZHEJ83wrKl4FAxzwlKTdifbgcV6nhC > img { max-width: 100%;max-height:100%; }#eC0rTceW3dNJnFzh9POE9DJbe2oZtTgn { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.8125rem;width:16.3125rem;top:9.8125rem;left:33.25rem;overflow:hidden;display:block; }
#mzcmKWyL1XJopQSpsiHXa0fKE3fVQLNl { color:#000000;display:block;width:15.375rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:8.4130859375rem;left:4.34375rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dKEkt0oTcTKgKFtMayT1IW0Ii57sI3gT { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:8.4130859375rem;left:54.875rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PbzpdwiLTOTcXmu20t1KvGzoArzfEcz5 { color:rgba(0,0,0,0.7);display:block;width:16.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:14.50634765625rem;left:54.5rem;height:18.19724375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kZRsPTOvpw9ZIn8uvQ45ubMHEWGJyStr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:35.8125rem;left:57.5rem; }
#kZRsPTOvpw9ZIn8uvQ45ubMHEWGJyStr > img { max-width: 100%;max-height:100%; }#vbQ4HPQXNSrdpZz5Enrtol66gH0zl03Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:35.78125rem;left:65.5rem; }
#vbQ4HPQXNSrdpZz5Enrtol66gH0zl03Z > img { max-width: 100%;max-height:100%; }#rosV6rbJEdX8w7P5M3A2DnbfcpATgBpR { position:absolute;display:block;z-index:15006;background-color:#5d1c0b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:15.4375rem;top:5.74755859375rem;left:29.84375rem;display:block; }
#uTHzk1RRqdm5qLmPf3WiwvFahKaT1rrk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;display:block; }#uTHzk1RRqdm5qLmPf3WiwvFahKaT1rrk > .row .container { background-color: transparent; background-image: none; }#uTHzk1RRqdm5qLmPf3WiwvFahKaT1rrk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTHzk1RRqdm5qLmPf3WiwvFahKaT1rrk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTHzk1RRqdm5qLmPf3WiwvFahKaT1rrk > .row .container > .video-iframe-container { display: none; }#uTHzk1RRqdm5qLmPf3WiwvFahKaT1rrk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTHzk1RRqdm5qLmPf3WiwvFahKaT1rrk > .row > .video-iframe-container { display: none; }#uTHzk1RRqdm5qLmPf3WiwvFahKaT1rrk > .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); }#uTHzk1RRqdm5qLmPf3WiwvFahKaT1rrk > .row .container { border-width: 0; border-radius: 0; }#uTHzk1RRqdm5qLmPf3WiwvFahKaT1rrk > .row > .video-iframe-container {  }#uTHzk1RRqdm5qLmPf3WiwvFahKaT1rrk > .row .container { font-size:0.875rem;font-family:arial;height:1rem;width:75rem;position:relative;display:block; }#BHkyIzMVSxEuZlaOkTMG6ge3GO2TFdFD { position:relative;display:block; }#BHkyIzMVSxEuZlaOkTMG6ge3GO2TFdFD { background-color: transparent; background-image: none; }#BHkyIzMVSxEuZlaOkTMG6ge3GO2TFdFD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHkyIzMVSxEuZlaOkTMG6ge3GO2TFdFD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHkyIzMVSxEuZlaOkTMG6ge3GO2TFdFD > .row .container > .video-iframe-container { display: none; }#BHkyIzMVSxEuZlaOkTMG6ge3GO2TFdFD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHkyIzMVSxEuZlaOkTMG6ge3GO2TFdFD > .row > .video-iframe-container { display: none; }#BHkyIzMVSxEuZlaOkTMG6ge3GO2TFdFD > .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); }#BHkyIzMVSxEuZlaOkTMG6ge3GO2TFdFD { border-width: 0; border-radius: 0; }#BHkyIzMVSxEuZlaOkTMG6ge3GO2TFdFD > .row .container > .video-iframe-container {  }#BHkyIzMVSxEuZlaOkTMG6ge3GO2TFdFD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f7f7f7;background-image:none;font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;position:relative;display:block; }#Zum4qaEdqHOrX5Uo2LKC9BdRHMn1C0zJ { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.17) ;height:37.875rem;width:36.875rem;top:4.875rem;left:38.125rem;display:block; }
#ZwK8u7grtreliwGVr58wMTUIkZ6QQ1Bd { color:#000000;display:block;width:23.4375rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:7.13671875rem;left:7.03125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pxTsD9Ldpni2ZzXoG6SPa8ZoeDNOD8JI { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.17) ;height:37.8125rem;width:36.875rem;top:4.875rem;left:0rem;display:block; }
#q4rp4y47Jm3fKiU7WgZKLmFEvy8V6vDV { position:absolute;display:block;z-index:15005;background-color:#5d1c0b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:15.4375rem;top:13.40087890625rem;left:11.03125rem;display:block; }
#lnAMD9AdWy9QaEPLqqRLihruVBqTP1fu { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.8;letter-spacing:0;top:6.26416015625rem;left:39.28125rem;height:14.3984375rem;text-align:justify;text-align-last:initial;display:block; }
#NBwiUIIWmsTnkix1MTudZXMM4ci1OQWy { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15036;line-height:1.8;letter-spacing:0;top:15.025390625rem;left:4.25rem;height:16.19825625rem;text-align:justify;text-align-last:initial;display:block; }
#vUATdqTOyVeVrHXxrRWD38FbAuxtC2uR { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:1.5625rem;top:29.7236328125rem;left:2.125rem;overflow:hidden;display:block; }
#Nscvuh2Wn1JqpxO3kC4u8Za7XcFTqBPd { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:1.5625rem;top:18.6875rem;left:2.125rem;overflow:hidden;display:block; }
#xcedQivIMvRhShleenNtTAITcRnhk0FK { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:1.5625rem;top:26.06201171875rem;left:2.125rem;overflow:hidden;display:block; }
#PggDI1nGr3gK8GTPXZ17lIW4oet7Q6hf { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:1.5625rem;top:22.34375rem;left:2.125rem;overflow:hidden;display:block; }
#Z9pvi9lMfqA52ePu0E9k1Q2H7CxtmP2D { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15036;line-height:1.8;letter-spacing:0;top:33.00634765625rem;left:1.78125rem;height:7.19925rem;text-align:justify;text-align-last:initial;display:block; }
#wI8TTfWCrgeik53TON7L4kocNKEnTXBt { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15036;line-height:1.8;letter-spacing:0;top:27.375rem;left:39.28125rem;height:1.79980625rem;text-align:justify;text-align-last:initial;display:block; }
#zDVmhAzokdTtzrnd1OlZw9Het2K1iTzP { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15037;line-height:1.8;letter-spacing:0;top:30.5107421875rem;left:40.53125rem;height:10.249rem;text-align:justify;text-align-last:initial;display:block; }#zDVmhAzokdTtzrnd1OlZw9Het2K1iTzP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zDVmhAzokdTtzrnd1OlZw9Het2K1iTzP li:before{  }
#OL2zBuvhCSAEbItILFUPIO8PieTEaafH { position:absolute;display:block;z-index:15003;background-color:#5d1c0b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.124511875rem;width:8.49975rem;top:10.64794921875rem;left:0rem;display:none; }
#JQtaVOFskd5HMxueLE6cbTyVXwe7vFDO { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15037;line-height:1.8;letter-spacing:0;top:15.025390625rem;left:1.78125rem;height:1.79980625rem;text-align:justify;text-align-last:initial;display:block; }
#rW2u1Klh3CODPstpvN8cW7FTBk7hXeIN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#rW2u1Klh3CODPstpvN8cW7FTBk7hXeIN > .row .container { background-color: transparent; background-image: none; }#rW2u1Klh3CODPstpvN8cW7FTBk7hXeIN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rW2u1Klh3CODPstpvN8cW7FTBk7hXeIN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rW2u1Klh3CODPstpvN8cW7FTBk7hXeIN > .row .container > .video-iframe-container { display: none; }#rW2u1Klh3CODPstpvN8cW7FTBk7hXeIN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rW2u1Klh3CODPstpvN8cW7FTBk7hXeIN > .row > .video-iframe-container { display: none; }#rW2u1Klh3CODPstpvN8cW7FTBk7hXeIN > .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); }#rW2u1Klh3CODPstpvN8cW7FTBk7hXeIN > .row .container { border-width: 0; border-radius: 0; }#rW2u1Klh3CODPstpvN8cW7FTBk7hXeIN > .row > .video-iframe-container {  }#rW2u1Klh3CODPstpvN8cW7FTBk7hXeIN > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#G2iCbEAGGVERroKDIAqAi94doRyG88bc { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.98095703125rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XJKwbiovM775rT9bEIaB7xRbFThnQoP8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#XJKwbiovM775rT9bEIaB7xRbFThnQoP8 > .row .container { background-color: transparent; background-image: none; }#XJKwbiovM775rT9bEIaB7xRbFThnQoP8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJKwbiovM775rT9bEIaB7xRbFThnQoP8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJKwbiovM775rT9bEIaB7xRbFThnQoP8 > .row .container > .video-iframe-container { display: none; }#XJKwbiovM775rT9bEIaB7xRbFThnQoP8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJKwbiovM775rT9bEIaB7xRbFThnQoP8 > .row > .video-iframe-container { display: none; }#XJKwbiovM775rT9bEIaB7xRbFThnQoP8 > .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); }#XJKwbiovM775rT9bEIaB7xRbFThnQoP8 > .row .container { border-width: 0; border-radius: 0; }#XJKwbiovM775rT9bEIaB7xRbFThnQoP8 > .row > .video-iframe-container {  }#XJKwbiovM775rT9bEIaB7xRbFThnQoP8 > .row .container { font-size:0.875rem;font-family:arial;height:22.3125rem;width:75rem;position:relative;display:block; }#Wf09MzcPE3CAQQxHhubeluqbHPslaCrf { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #5d1c0b, #c8b2b2);background-image: -moz-linear-gradient(55deg, #5d1c0b, #c8b2b2);background-image: -ms-linear-gradient(55deg, #5d1c0b, #c8b2b2);background-image: -o-linear-gradient(55deg, #5d1c0b, #c8b2b2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d1c0b', endColorstr='#c8b2b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d1c0b', endColorstr='#c8b2b2' );";background-image: linear-gradient(55deg, #5d1c0b, #c8b2b2);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:15.3125rem;width:28.75rem;top:1.75rem;left:3.75rem;display:block; }
#PbyaTK3fgDgMTt81eoQLsMWrhi0y170h { color:#000000;display:block;width:27.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:12.04296875rem;left:4.9375rem;height:2.9248rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sxl8SAwm3r4u08OhFHwOX992I2e8PQgG { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:3.25rem;left:4.40625rem;height:6.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BFZrJJ8fd2HkptIMR5sO0FiGW3ftyF5F { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #5d1c0b, #c8b2b2);background-image: -moz-linear-gradient(55deg, #5d1c0b, #c8b2b2);background-image: -ms-linear-gradient(55deg, #5d1c0b, #c8b2b2);background-image: -o-linear-gradient(55deg, #5d1c0b, #c8b2b2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d1c0b', endColorstr='#c8b2b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d1c0b', endColorstr='#c8b2b2' );";background-image: linear-gradient(55deg, #5d1c0b, #c8b2b2);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:15.3125rem;width:28.75rem;top:1.75rem;left:42.25rem;display:block; }
#p7RSzUNqih7eK9br8JNiw5hrXZ1qyZN7 { color:#000000;display:block;width:25.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:13.5673828125rem;left:43.4375rem;height:2.9248rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pwO9pDI5ib2vlcl4ktfoA1dovFvcNVkB { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:2.54296875rem;left:42.90625rem;height:7.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CZqZt1NvACnqFf0TB0gqCrpUHlqe1nNk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;display:block; }#CZqZt1NvACnqFf0TB0gqCrpUHlqe1nNk > .row .container { background-color: transparent; background-image: none; }#CZqZt1NvACnqFf0TB0gqCrpUHlqe1nNk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZqZt1NvACnqFf0TB0gqCrpUHlqe1nNk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZqZt1NvACnqFf0TB0gqCrpUHlqe1nNk > .row .container > .video-iframe-container { display: none; }#CZqZt1NvACnqFf0TB0gqCrpUHlqe1nNk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZqZt1NvACnqFf0TB0gqCrpUHlqe1nNk > .row > .video-iframe-container { display: none; }#CZqZt1NvACnqFf0TB0gqCrpUHlqe1nNk > .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); }#CZqZt1NvACnqFf0TB0gqCrpUHlqe1nNk > .row .container { border-width: 0; border-radius: 0; }#CZqZt1NvACnqFf0TB0gqCrpUHlqe1nNk > .row > .video-iframe-container {  }#CZqZt1NvACnqFf0TB0gqCrpUHlqe1nNk > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;position:relative;display:block; }#NMFpm5aUKttyTm1wATgC347VxUFl3TgZ { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:5.8125rem;left:0rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MqR7eFyro0vgcks08Vo5yuNk3GzQ7ZiB { position:absolute;display:block;z-index:15003;background-color:#5d1c0b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.124511875rem;width:8.49975rem;top:10.64794921875rem;left:0rem;display:block; }
#kQan5JLMGuVZga9aPw7P6nu3wDEsS21T { color:#ffe0a1;display:block;width:26.3125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:15.7294921875rem;left:0.53125rem;height:;display:block; }
#hDt849RFfPy6e7OTgPwCUiAfLZNv4nTe { color:#000000;display:block;width:38.25rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:14.625rem;left:0rem;height:8.125rem;display:block; }
#OJgPsktARSmd6L8mrPFXexdkkKibLm68 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.4375rem;width:20.5625rem;top:1.40625rem;left:46.63720703125rem;overflow:hidden;display:block; }
#IvWyaITg3DHR21dyxiCXM6GrEEHL6KZb { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.375rem;width:25.5rem;top:13.4794921875rem;left:44.16845703125rem;overflow:hidden;display:block; }
#dJ8HV3k8WPwF3ALGPgMcTRo10uBVruwM { background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }#dJ8HV3k8WPwF3ALGPgMcTRo10uBVruwM > .row .container { background-color: transparent; background-image: none; }#dJ8HV3k8WPwF3ALGPgMcTRo10uBVruwM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dJ8HV3k8WPwF3ALGPgMcTRo10uBVruwM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dJ8HV3k8WPwF3ALGPgMcTRo10uBVruwM > .row .container > .video-iframe-container { display: none; }#dJ8HV3k8WPwF3ALGPgMcTRo10uBVruwM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dJ8HV3k8WPwF3ALGPgMcTRo10uBVruwM > .row > .video-iframe-container { display: none; }#dJ8HV3k8WPwF3ALGPgMcTRo10uBVruwM > .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); }#dJ8HV3k8WPwF3ALGPgMcTRo10uBVruwM > .row .container { border-width: 0; border-radius: 0; }#dJ8HV3k8WPwF3ALGPgMcTRo10uBVruwM > .row > .video-iframe-container {  }#dJ8HV3k8WPwF3ALGPgMcTRo10uBVruwM > .row .container { width:75rem;height:35.25rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#C3zoNhAzzh1CXsFf5xXexZZCPxpNO5xQ { display:block;width:32.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15000;line-height:1.6;letter-spacing:0;top:5.75rem;left:2.4375rem;height:12.598625rem;font-style:normal;text-align:justify;text-align-last:initial;color:#000000;display:block; }
#Tqy55VS0v7cmNl6Kx33TTtF6XbOLlk7h { background-color:#5d1c0b;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-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.125rem 0.25rem rgba(38,38,38,0.2) ;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:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:4.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:25.78759765625rem;left:9.9375rem;display:block; }
#VFLt1iiTPH24mabi0snOhT59gP5m5ydk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FOrQWLKwTaVGAdJWdS6ywsReoWTzXswD { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.8125rem;width:36.3125rem;top:2.4375rem;left:38.6875rem;overflow:hidden;display:block; }
#wvXeWpMBT19scilIQIF7xTHFvlgZCn76 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;display:block; }#wvXeWpMBT19scilIQIF7xTHFvlgZCn76 > .row .container { background-color: transparent; background-image: none; }#wvXeWpMBT19scilIQIF7xTHFvlgZCn76::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvXeWpMBT19scilIQIF7xTHFvlgZCn76 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvXeWpMBT19scilIQIF7xTHFvlgZCn76 > .row .container > .video-iframe-container { display: none; }#wvXeWpMBT19scilIQIF7xTHFvlgZCn76 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvXeWpMBT19scilIQIF7xTHFvlgZCn76 > .row > .video-iframe-container { display: none; }#wvXeWpMBT19scilIQIF7xTHFvlgZCn76 > .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); }#wvXeWpMBT19scilIQIF7xTHFvlgZCn76 > .row .container { border-width: 0; border-radius: 0; }#wvXeWpMBT19scilIQIF7xTHFvlgZCn76 > .row > .video-iframe-container {  }#wvXeWpMBT19scilIQIF7xTHFvlgZCn76 > .row .container { font-size:0.875rem;font-family:arial;height:38.3125rem;width:75rem;position:relative;display:block; }#RJL4NiWIK7uhTGgoTv3LNoGN1R1pQG94 { position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.05) ;height:34.4375rem;width:57.625rem;top:1.625rem;left:8.6875rem;display:block; }
#TcL8a4rVXyfpNR4bmzSqcxkDh1Ptz5WR { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:5.9140625rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS .widget-form-header {  }
#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.875rem;font-weight:bold;color:#000000;width:48.75rem;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; }
#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS .widget-input-text { background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(5,37,94,0.46);border-left:0.0625rem solid rgba(5,37,94,0.46);border-right:0.0625rem solid rgba(5,37,94,0.46);border-bottom:0.0625rem solid rgba(5,37,94,0.46);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:48.75rem;box-sizing:border-box;height:3.9375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:poppins;vertical-align:top; }
#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS .widget-input-text {padding-top: 0; padding-bottom: 0;}#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS .widget-textarea { background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(5,37,94,0.46);border-left:0.0625rem solid rgba(5,37,94,0.46);border-right:0.0625rem solid rgba(5,37,94,0.46);border-bottom:0.0625rem solid rgba(5,37,94,0.46);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:48.75rem;box-sizing:border-box;height:7.25rem;color:#161616;font-size:1rem;overflow:hidden;font-family:poppins;vertical-align:top; }
#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:48.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:poppins;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS .widget-input-select {padding-top: 0; padding-bottom: 0;}#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS .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; }
#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS .widget-input-button { background-color:#5d1c0b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:18.0625rem;margin-bottom:0.25rem;margin-left:18.0625rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:12.625rem;height:3.6875rem;font-family:poppins;overflow:hidden; }
#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS [class*="-text"]:-moz-placeholder { color:#05255e;font-family:"playfair display";font-size:1rem; }
#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS [class*="-text"]::-moz-placeholder { color:#05255e;font-family:"playfair display";font-size:1rem; }
#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS [class*="-text"]:-ms-input-placeholder { color:#05255e;font-family:"playfair display";font-size:1rem; }
#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS [class*="-text"]::-webkit-input-placeholder { color:#05255e;font-family:"playfair display";font-size:1rem; }
#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS .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:poppins;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:47.5rem;overflow:hidden;font-style:normal; }
#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS .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; }
#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:poppins;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS .widget-container:first-of-type{padding-top:0;}#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS .widget-container:last-of-type{padding-bottom:0;}#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:48.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15035;position:absolute;top:9.912109375rem;left:11.875rem; }
#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:48.75rem;display:block;vertical-align:top; }
#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS .widget-info-text { display:block;height:auto;font-family:poppins;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS {display:block;}#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:48.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15035;position:absolute;top:9.912109375rem;left:11.875rem; }
#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS #Z3Lw6GnhvvyrVg9nozz8WVoOBGfLqVqD { position:relative; }
#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS #WwNT3NO1zgQSNTxQaFiKxBLhbfa8r4Ox { position:relative;display:none; }
#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS #hk4kwr2wI0isHKByduPrtTNxKHFJ0kPV { position:relative; }
#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS #IWRQqvVPZ1dhBLCQWnXJwJGPaTobc3qW { position:relative; }
#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS #BK3trdz3MU4pbVLwQ3J4oosqyo4T3iPF { position:relative;display:none; }
#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS #c5ZcZMl4dzk7p9eyub0eN2eAAZ5PbwiA { position:relative; }
#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS #ILpKyKHnvVkQJqKTQdTJuEIBQh7d6Nic { position:relative; }
#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS #SFwOaF28RQ2cOpUpLUhFZdhNT0yG59Rt { position:relative;display:none; }
#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS #EwZ7lewlPvHfvayPIhNIqpq0ACfZxGq8 { position:relative; }
#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS #IQfbdBFC0agtLP5OHQdDgLaFFDD1Gl3d { position:relative; }
#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS #VhRTMmosftr0e2TRO7TKkNPZH2Uhb7k6 { position:relative; }
#WOx5NnObkfEuaK6L06qryuNr8sD5bgHo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5d1c0b;background-image:none;position:relative;display:block; }#WOx5NnObkfEuaK6L06qryuNr8sD5bgHo > .row .container { background-color: transparent; background-image: none; }#WOx5NnObkfEuaK6L06qryuNr8sD5bgHo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOx5NnObkfEuaK6L06qryuNr8sD5bgHo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOx5NnObkfEuaK6L06qryuNr8sD5bgHo > .row .container > .video-iframe-container { display: none; }#WOx5NnObkfEuaK6L06qryuNr8sD5bgHo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOx5NnObkfEuaK6L06qryuNr8sD5bgHo > .row > .video-iframe-container { display: none; }#WOx5NnObkfEuaK6L06qryuNr8sD5bgHo > .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); }#WOx5NnObkfEuaK6L06qryuNr8sD5bgHo > .row .container { border-width: 0; border-radius: 0; }#WOx5NnObkfEuaK6L06qryuNr8sD5bgHo > .row > .video-iframe-container {  }#WOx5NnObkfEuaK6L06qryuNr8sD5bgHo > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:75rem;position:relative;display:block; }#abE787Pyy9IMlGTF1g1red0seXldaGE7 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:18.9375rem;top:2.083984375rem;left:28.03125rem;overflow:hidden;display:block; }
#m5C8ITHRaqzr1zzmkqgJ6F9A6TIwTqCU { color:#ffffff;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:7.03125rem;left:0rem;height:6.41161875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ibqi8CmtN6g3uD6mRt6avorKzm4L5P3l { width:4.5625rem;height:3.4375rem;top:0.75rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmTSEEL3iZFZCXapZZOLA8Svene83Wil { display:block; }
 }@media only screen and (max-width: 763px) { #WcQmlwZ1rNqxzLh6XNXJRuPXAl5zOEVn { top:1.625rem;left:0rem;width:10.8125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBvfDeB08J4xFUT6oUVXafMdCiBuXQIl { display:block; }#FBvfDeB08J4xFUT6oUVXafMdCiBuXQIl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tUW7NqphC45PAfIchgygFDt9DmA3lFvb { top:4.875rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxKsxhsUGkm2fVPD4HpLEMsrUlTZu1E9 { top:21.625rem;left:0rem;width:15.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f33hDiTCxRNi5cSBAkavpWTTiViqUIHv { top:23.4375rem;left:0rem;width:15.1875rem;height:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIL57aManfbHC8gwfURT1qW02MXImNV4 { width:13.3125rem;height:3.75rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wG7fWTxqbR5NhvLi3Z3V9gTZNTogK5Ke { display:block; }
 }@media only screen and (max-width: 763px) { #g4gbTS2smZodq8PWAZ1Ac3UHKvWG3Tq5 { display:block; }#g4gbTS2smZodq8PWAZ1Ac3UHKvWG3Tq5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2RgfckpB0yrEx5hVWBABftfX1bxIah6 { top:0rem;left:0rem;width:0.0625rem;height:41.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCTR1ZBlZ1bFc5HmHbmOCSv60GNFXaHz { top:3.6875rem;left:0rem;width:28.625rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRNAfs15BJ99ohtlTnnDa6h4yL8OSUpQ { top:6.125rem;left:0rem;width:28.75rem;height:39.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUnO53dPRgvzZ5TpB5FPk3byLieKnqh9 { top:7.75rem;left:18.375rem;width:21.125rem;height:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA0cSMHMiw6KOKyFEXrmdczLAWSI5sLu { top:8.0625rem;left:18.375rem;width:21.125rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIT6M5mTwTklatK0OQ6mVxdeQwCTCixG { top:9.625rem;left:20.25rem;width:13.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnHV6ZpU8k9mbS5cCHphdNdWN0fgwUlW { top:12.3125rem;left:20.3125rem;width:4.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2FASq8x9v2adLipfa1x3xcKgc1g6ADC { top:13.5625rem;left:22.125rem;width:15.25rem;height:14.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpL8FKTcHxb175rMqqfUIBgkW69HmqAL { top:15.4375rem;left:19.59375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9tkrOzW6turJbdCA7ZdHB3ZU3zdIM4G { top:19.9375rem;left:19.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVTSnPb1Fc7uQwZ14hfBfWkd9TzhBgg9 { top:7.625rem;left:26.625rem;width:21.125rem;height:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrRLOzpkFm77HJJ7KZRytuO5mdkT3yHl { top:7.9375rem;left:26.625rem;width:21.125rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU7uWCJyasnO6blhN9y2EUaQa9eQJVRi { top:14.5rem;left:31.375rem;width:16.375rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2bvxdZUOBQe4xn47qAO61FXqAlPG3FT { top:12.1875rem;left:42.1875rem;width:4.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJmTzyppzhmxlodIQ48AqPki5TVJZAG9 { top:9.5rem;left:34rem;width:13.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFZT05Nr32faTOMsFQubOIfcekurOdEP { top:21.8125rem;left:42.1875rem;width:1.9375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqfFHXDTomo59X7gI8kBcGXtdx8AlKGu { top:18.25rem;left:42.1875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBQCiT92QiVVOEwWgFNrkdwowOC7pTCZ { top:0rem;left:0rem;width:36.25rem;height:44.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlJVeXTC1cFqOf6J3tvfi0ITs4fo9eHe { top:12.1875rem;left:42.1875rem;width:4.375rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UWza3Pt7d3CVq9N1Hy30rEWSy0k5XP5M { top:15.375rem;left:31.4375rem;width:16.3125rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SN5OMPCE4aRlygTCxBgWinTa96FWJMTX { top:17.75rem;left:31.4375rem;width:16.3125rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2OXd0pfLMoDdQD0soix3M7lLndtTSHg { top:21.8125rem;left:33.3125rem;width:14.4375rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyMAAtTXHA5UncsiALxKg6HsxAZwiN8g { top:25.75rem;left:33.3125rem;width:14.4375rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdchlyfyKtNLp8CbTXdLxolm2W6EVsNZ { top:29.5625rem;left:33.3125rem;width:14.4375rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AO2bTiGDhCndfA7P2Ho68IDv9R8mBSD6 { top:26.3125rem;left:22.62548828125rem;width:15.25rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt3bnyif4Js4ZfGwCssd2QCrcLXfMTTG { top:27.875rem;left:22.125rem;width:15.25rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuS5ca3lTyqJf08yG5TkWFTOwvUhvgmc { top:15.3125rem;left:42.1875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xp0ieblFQONCEZBLDwS0FwOXFdynkhXF { top:26.1875rem;left:42.1875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSpDUuXsbtVTXgUruELDBXNr2MWU9t3R { top:29.5625rem;left:42.1875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhyeaoFDnz1UGWOtTMhR6TbVpqbnQb0H { top:29.5625rem;left:19.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyCknF23EUIgBUGpZA1b1ugm2TpsI3y4 { top:19.9375rem;left:19.4375rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a1vao7zzh5KINVLhynTCtyMdblqX3Ico { display:block; }#a1vao7zzh5KINVLhynTCtyMdblqX3Ico > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8H4XvNXqg17MiTBGcqV5klMN74J49iL { width:28.1875rem;height:5.1875rem;top:3.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFS4D35EiazQwPoyOsef8QBOIRCeStCT { width:30.5625rem;height:;top:11.3125rem;left:0rem;font-size:1.125rem;display:block; }#bFS4D35EiazQwPoyOsef8QBOIRCeStCT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/UxbKw5va/check.png); }
 }@media only screen and (max-width: 763px) { #ZAJG4SxyOfk7GySV8A7UnA7uwZJTS3kb { top:0rem;left:0rem;width:38.8125rem;height:25.437rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmdpUb7gBOx87nTG0mN1I2ZSRQHVQMTW { display:block; }#cmdpUb7gBOx87nTG0mN1I2ZSRQHVQMTW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GrnXbvtXrda2lMGVbJrg1MGo9JKwe6i2 { top:2.9375rem;left:0rem;width:47.75rem;height:6.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJh48vAMNUwrbGwZmWyBLavIyRFuxJal { top:5.375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPT25lLrySat0vf61tcyfl9i0m76uZLV { top:14.5625rem;left:0rem;width:37.5rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnPBHN8CshnqGB7ohVTF75whwPfEX4hJ { top:19.8125rem;left:3.125rem;width:43.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei3ObPZkWfZ7uTmTUfrzAHpg18wzV7EL { top:83.375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry7dg0D0khdyT7hKVAVHuIaht0H16DKr { top:26.375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJZoU2cnOqfeaUNDFepNebDv0q7GSTnK { top:10.1875rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr88lUKCWOGGu9F3hbbOW4mgZ89ZZzDO { top:31.9375rem;left:8.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXJztb8gtRbWNK1u28mGnTlDDCWUXhyI { top:17.75rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNQpUmUJWTp0kB0BbHUfklz99lTCLLfo { top:10.9375rem;left:0rem;width:26.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6sSDXzVPPAJp3Tnf9SPMrxSatIsTxq0 { top:51.0625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uS1cXM8tebxQpcd5naP5sZ5CXfJg7Blt { top:28.0625rem;left:3.125rem;width:39.4375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBNl5iDw7az8IGa5L6mu0kAQW64fayII { top:31.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #girXNbNFyxUQlud0fkGdClpaWSvtuVBJ { top:35.9375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TufOOyo06GLDGJKnQ1pgzeSLRmxXyO6x { top:60.0625rem;left:0rem;width:22.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIxZAMBxSTeE5IeMLt0MvSirkl8MPXzZ { top:59.3125rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OodtlGRzX2EWIMrNJmnbTVn56yzxsbis { top:67.625rem;left:3.125rem;width:39.4375rem;height:0;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zep6gfPf0nB3iraClL5NTAPwezZGlsNu { top:73.25rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpGVn9M9XuoKMNoR9XiCRIshhWNdTNUA { top:97.25rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFaawVeK8U9uD6ZNrEfhILQxmg8ZtKp0 { top:103.0625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgaL1klnHER5sGcZamgf60g8be7MeQM3 { top:0.75rem;left:0rem;width:7.1875rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qMDyxOWNlS7qk2UXPNG57MGv2CR28fOO { top:15.0625rem;left:3.125rem;width:43.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJkn8DElua3mAQTwqNbtPxy8xEHngKl5 { top:21.625rem;left:3.125rem;width:43.75rem;height:3.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaConQg5tqVNeTcuCyN9cFOzMki16mwA { top:37.8125rem;left:3.125rem;width:43.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBkp5maJNTDozzAcmIeCspR5gbSsvfuz { top:47.5rem;left:3.125rem;width:43.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #roPJVFpdsTq63TyKRVkyvFPmgvbuXuNN { top:84.8125rem;left:3.125rem;width:43.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzldQX1IpNEE0kyNAJ1ewWWAfgdBXxRW { top:84.0625rem;left:8.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbhiNv6rXydnikpvy2dkhain7V2IA19n { top:89.8125rem;left:3.125rem;width:43.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucSckeptGc6IMixThiw596wUbgBtxiAB { top:52.6875rem;left:3.125rem;width:43.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdIciTPngTR4n4ZNTd6dJZaBVhepTdgL { top:22.25rem;left:3.125rem;width:39.4375rem;height:0;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5U1I1BwWg7BVfAUKPGOa0S0WG9iFysZ { top:87.8125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkRnb9Fs3LlGMvazRTUJa3fEAlZ8GykL { top:67.625rem;left:3.125rem;width:39.4375rem;height:3.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHRJDQe8tkpZoKvmUR5XDPQOarn2b591 { top:32.6875rem;left:3.12548828125rem;width:43.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz36a8Dq9H5ncfc5DlvzbMVkBficP4vx { top:45.375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2Cytk31VQB7pO432zRy2pvfUX6swdEX { top:39.75rem;left:3.125rem;width:39.4375rem;height:3.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHAOFZTDSnP8ozruL2bi8ucShtFKV500 { top:65.3125rem;left:3.125rem;width:43.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XR52tTX6tPOZTzezgfKNf4iHsEybeeSy { top:75.125rem;left:3.125rem;width:43.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMGUZTbreqlqvFQEvXCIBiwOn8TTSofG { top:77rem;left:3.125rem;width:43.75rem;height:5.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNHleVoV32lWP35D0NdWUhhLn9uelq3X { top:92.25rem;left:3.125rem;width:43.75rem;height:3.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6tTw9wzweuGWBR0SfiDAoZehnuKlc91 { top:99.5625rem;left:3.125rem;width:43.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm7b3aT3ltTN6Cz8yWQuTpIFKsUIP6tD { top:104.3125rem;left:3.125rem;width:43.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #csZTe314cZAJbLaAegmLBFqv0JRaDxVn { display:block; }#csZTe314cZAJbLaAegmLBFqv0JRaDxVn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bwoLScOtG0Dw9RqrkVOP3TT7mNSMErhM { display:block; }#bwoLScOtG0Dw9RqrkVOP3TT7mNSMErhM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mEOeL5RmMB6THayUHHy2xUVepEbql51V { width:22.875rem;height:34.4375rem;top:6.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THfo6gGE9t2B2JF8Z5dIVvgM8hv5HnKo { width:18.75rem;height:2.8125rem;top:1.75rem;left:5.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EW419BltVhN6oPkggTUwdgDT1LZvAWhM { width:17.625rem;height:19.4375rem;top:14.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQLk2QeWU9UGvL4DndbLTwNdrxqEfis7 { top:35.8125rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
#CQLk2QeWU9UGvL4DndbLTwNdrxqEfis7 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #TOZHEJ83wrKl4FAxzwlKTdifbgcV6nhC { top:35.75rem;left:8rem;width:2.1875rem;height:2.1875rem;display:block; }
#TOZHEJ83wrKl4FAxzwlKTdifbgcV6nhC > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #eC0rTceW3dNJnFzh9POE9DJbe2oZtTgn { top:9.8125rem;left:7.5625rem;width:16.3125rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzcmKWyL1XJopQSpsiHXa0fKE3fVQLNl { width:15.375rem;height:6.0625rem;top:8.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKEkt0oTcTKgKFtMayT1IW0Ii57sI3gT { width:16.1875rem;height:6.0625rem;top:8.375rem;left:31.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbzpdwiLTOTcXmu20t1KvGzoArzfEcz5 { width:16.9375rem;height:19.4375rem;top:14.5rem;left:30.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZRsPTOvpw9ZIn8uvQ45ubMHEWGJyStr { top:35.8125rem;left:37.0625rem;width:2.125rem;height:2.125rem;display:block; }
#kZRsPTOvpw9ZIn8uvQ45ubMHEWGJyStr > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #vbQ4HPQXNSrdpZz5Enrtol66gH0zl03Z { top:35.75rem;left:45.0625rem;width:2.1875rem;height:2.1875rem;display:block; }
#vbQ4HPQXNSrdpZz5Enrtol66gH0zl03Z > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #rosV6rbJEdX8w7P5M3A2DnbfcpATgBpR { top:5.6875rem;left:8.4375rem;width:15.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTHzk1RRqdm5qLmPf3WiwvFahKaT1rrk { display:block; }#uTHzk1RRqdm5qLmPf3WiwvFahKaT1rrk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHkyIzMVSxEuZlaOkTMG6ge3GO2TFdFD { display:block; }#BHkyIzMVSxEuZlaOkTMG6ge3GO2TFdFD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zum4qaEdqHOrX5Uo2LKC9BdRHMn1C0zJ { top:4.875rem;left:10.875rem;width:36.875rem;height:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwK8u7grtreliwGVr58wMTUIkZ6QQ1Bd { top:7.125rem;left:0.21875rem;width:23.4375rem;height:5.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxTsD9Ldpni2ZzXoG6SPa8ZoeDNOD8JI { top:4.875rem;left:0rem;width:36.875rem;height:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4rp4y47Jm3fKiU7WgZKLmFEvy8V6vDV { top:13.375rem;left:4.21875rem;width:15.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnAMD9AdWy9QaEPLqqRLihruVBqTP1fu { top:6.25rem;left:13.8125rem;width:33.9375rem;height:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBwiUIIWmsTnkix1MTudZXMM4ci1OQWy { top:15rem;left:0rem;width:33.9375rem;height:16.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUATdqTOyVeVrHXxrRWD38FbAuxtC2uR { top:29.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nscvuh2Wn1JqpxO3kC4u8Za7XcFTqBPd { top:18.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcedQivIMvRhShleenNtTAITcRnhk0FK { top:26rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PggDI1nGr3gK8GTPXZ17lIW4oet7Q6hf { top:22.3125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9pvi9lMfqA52ePu0E9k1Q2H7CxtmP2D { top:33rem;left:0rem;width:33.9375rem;height:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI8TTfWCrgeik53TON7L4kocNKEnTXBt { top:27.375rem;left:13.8125rem;width:33.9375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDVmhAzokdTtzrnd1OlZw9Het2K1iTzP { top:30.5rem;left:13.8125rem;width:33.9375rem;height:10.1875rem;font-size:1rem;display:block; }#zDVmhAzokdTtzrnd1OlZw9Het2K1iTzP li:before{  }
 }@media only screen and (max-width: 763px) { #OL2zBuvhCSAEbItILFUPIO8PieTEaafH { top:10.625rem;left:0rem;width:8.4375rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JQtaVOFskd5HMxueLE6cbTyVXwe7vFDO { top:15rem;left:0rem;width:33.9375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW2u1Klh3CODPstpvN8cW7FTBk7hXeIN { display:block; }#rW2u1Klh3CODPstpvN8cW7FTBk7hXeIN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G2iCbEAGGVERroKDIAqAi94doRyG88bc { top:2.9375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJKwbiovM775rT9bEIaB7xRbFThnQoP8 { display:block; }#XJKwbiovM775rT9bEIaB7xRbFThnQoP8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wf09MzcPE3CAQQxHhubeluqbHPslaCrf { top:1.75rem;left:0rem;width:28.75rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbyaTK3fgDgMTt81eoQLsMWrhi0y170h { top:12rem;left:0rem;width:27.625rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxl8SAwm3r4u08OhFHwOX992I2e8PQgG { top:3.25rem;left:0rem;width:27.4375rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFZrJJ8fd2HkptIMR5sO0FiGW3ftyF5F { top:1.75rem;left:19rem;width:28.75rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7RSzUNqih7eK9br8JNiw5hrXZ1qyZN7 { top:13.5625rem;left:22.125rem;width:25.625rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwO9pDI5ib2vlcl4ktfoA1dovFvcNVkB { top:2.5rem;left:20.3125rem;width:27.4375rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZqZt1NvACnqFf0TB0gqCrpUHlqe1nNk { display:block; }#CZqZt1NvACnqFf0TB0gqCrpUHlqe1nNk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMFpm5aUKttyTm1wATgC347VxUFl3TgZ { top:5.8125rem;left:0rem;width:26.5625rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqR7eFyro0vgcks08Vo5yuNk3GzQ7ZiB { top:10.625rem;left:0rem;width:8.4375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQan5JLMGuVZga9aPw7P6nu3wDEsS21T { top:15.6875rem;left:0rem;width:26.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDt849RFfPy6e7OTgPwCUiAfLZNv4nTe { top:14.625rem;left:0rem;width:38.25rem;height:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJgPsktARSmd6L8mrPFXexdkkKibLm68 { top:1.375rem;left:27.1875rem;width:20.5625rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvWyaITg3DHR21dyxiCXM6GrEEHL6KZb { top:13.4375rem;left:22.25rem;width:25.5rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJ8HV3k8WPwF3ALGPgMcTRo10uBVruwM { display:block; }#dJ8HV3k8WPwF3ALGPgMcTRo10uBVruwM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C3zoNhAzzh1CXsFf5xXexZZCPxpNO5xQ { width:46.4375rem;height:3.5rem;top:2.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqy55VS0v7cmNl6Kx33TTtF6XbOLlk7h { width:17.0625rem;height:4.0625rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFLt1iiTPH24mabi0snOhT59gP5m5ydk { display:block; }
 }@media only screen and (max-width: 763px) { #FOrQWLKwTaVGAdJWdS6ywsReoWTzXswD { top:2.4375rem;left:11.4375rem;width:36.3125rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvXeWpMBT19scilIQIF7xTHFvlgZCn76 { display:block; }#wvXeWpMBT19scilIQIF7xTHFvlgZCn76 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJL4NiWIK7uhTGgoTv3LNoGN1R1pQG94 { top:1.625rem;left:0rem;width:47.75rem;height:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcL8a4rVXyfpNR4bmzSqcxkDh1Ptz5WR { top:5.875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS .widget-input-text {padding-top: 0; padding-bottom: 0;}#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS .widget-input-select {padding-top: 0; padding-bottom: 0;}#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS .widget-input-button { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS .widget-checkbox-label { width:44.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS  { width:45.25rem;height:auto;top:9.875rem;left:0rem; }
#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS {display:block;}#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS { width:45.25rem;height:auto;top:9.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS #Z3Lw6GnhvvyrVg9nozz8WVoOBGfLqVqD {  }
 }@media only screen and (max-width: 763px) { #OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS #WwNT3NO1zgQSNTxQaFiKxBLhbfa8r4Ox { display:none; }
 }@media only screen and (max-width: 763px) { #OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS #hk4kwr2wI0isHKByduPrtTNxKHFJ0kPV {  }
 }@media only screen and (max-width: 763px) { #OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS #IWRQqvVPZ1dhBLCQWnXJwJGPaTobc3qW {  }
 }@media only screen and (max-width: 763px) { #OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS #BK3trdz3MU4pbVLwQ3J4oosqyo4T3iPF { display:none; }
 }@media only screen and (max-width: 763px) { #OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS #c5ZcZMl4dzk7p9eyub0eN2eAAZ5PbwiA {  }
 }@media only screen and (max-width: 763px) { #OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS #ILpKyKHnvVkQJqKTQdTJuEIBQh7d6Nic {  }
 }@media only screen and (max-width: 763px) { #OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS #SFwOaF28RQ2cOpUpLUhFZdhNT0yG59Rt { display:none; }
 }@media only screen and (max-width: 763px) { #OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS #EwZ7lewlPvHfvayPIhNIqpq0ACfZxGq8 {  }
 }@media only screen and (max-width: 763px) { #OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS #IQfbdBFC0agtLP5OHQdDgLaFFDD1Gl3d {  }
 }@media only screen and (max-width: 763px) { #OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS #VhRTMmosftr0e2TRO7TKkNPZH2Uhb7k6 {  }
 }@media only screen and (max-width: 763px) { #WOx5NnObkfEuaK6L06qryuNr8sD5bgHo { display:block; }#WOx5NnObkfEuaK6L06qryuNr8sD5bgHo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #abE787Pyy9IMlGTF1g1red0seXldaGE7 { top:2.0625rem;left:14.40625rem;width:18.9375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5C8ITHRaqzr1zzmkqgJ6F9A6TIwTqCU { top:7rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ibqi8CmtN6g3uD6mRt6avorKzm4L5P3l { width:4.5625rem;height:3.4375rem;top:27.5rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fmTSEEL3iZFZCXapZZOLA8Svene83Wil { display:block; }
 }@media only screen and (max-width: 763px) { #WcQmlwZ1rNqxzLh6XNXJRuPXAl5zOEVn { width:10.8125rem;height:1.625rem;top:1.25rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBvfDeB08J4xFUT6oUVXafMdCiBuXQIl { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/69a53af3-8bdf-4fec-9b34-ebfae86089f4/AdobeStock_5101781093.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FBvfDeB08J4xFUT6oUVXafMdCiBuXQIl.adaptive-delivery-prevent-bg, #FBvfDeB08J4xFUT6oUVXafMdCiBuXQIl.lazyload, #FBvfDeB08J4xFUT6oUVXafMdCiBuXQIl.lazyloading { background-image: none; }#FBvfDeB08J4xFUT6oUVXafMdCiBuXQIl > .row .container { background-color: transparent; background-image: none; }#FBvfDeB08J4xFUT6oUVXafMdCiBuXQIl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.4); }#FBvfDeB08J4xFUT6oUVXafMdCiBuXQIl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBvfDeB08J4xFUT6oUVXafMdCiBuXQIl > .row .container > .video-iframe-container { display: none; }#FBvfDeB08J4xFUT6oUVXafMdCiBuXQIl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.4); }#FBvfDeB08J4xFUT6oUVXafMdCiBuXQIl > .row > .video-iframe-container { display: none; }#FBvfDeB08J4xFUT6oUVXafMdCiBuXQIl > .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); }#FBvfDeB08J4xFUT6oUVXafMdCiBuXQIl > .row .container { width:20rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tUW7NqphC45PAfIchgygFDt9DmA3lFvb { width:17.1875rem;height:12.2485625rem;top:1.375rem;left:1.40625rem;font-size:1.75rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HxKsxhsUGkm2fVPD4HpLEMsrUlTZu1E9 { width:15.4375rem;height:0.125rem;top:14.625rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f33hDiTCxRNi5cSBAkavpWTTiViqUIHv { width:15.1875rem;height:2.65625rem;top:15.49853515625rem;left:2.40625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UIL57aManfbHC8gwfURT1qW02MXImNV4 { width:13.3125rem;height:3.75rem;top:19.5923125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wG7fWTxqbR5NhvLi3Z3V9gTZNTogK5Ke { display:block; }
 }@media only screen and (max-width: 763px) { #g4gbTS2smZodq8PWAZ1Ac3UHKvWG3Tq5 { display:block; }#g4gbTS2smZodq8PWAZ1Ac3UHKvWG3Tq5 > .row .container { width:20rem;height:126.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2RgfckpB0yrEx5hVWBABftfX1bxIah6 { width:0.0625rem;height:41.75rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FCTR1ZBlZ1bFc5HmHbmOCSv60GNFXaHz { width:18.1875rem;height:2.19970625rem;top:1.6875rem;left:0.90625rem;font-size:1.375rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KRNAfs15BJ99ohtlTnnDa6h4yL8OSUpQ { width:18.125rem;height:52.3125rem;top:3.88671875rem;left:0.9375rem;font-size:0.9375rem;line-height:1.8;z-index:14996;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xUnO53dPRgvzZ5TpB5FPk3byLieKnqh9 { width:20rem;height:28.625rem;top:60.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA0cSMHMiw6KOKyFEXrmdczLAWSI5sLu { width:20rem;height:27.5rem;top:9.3125rem;left:0rem;z-index:14993;display:none; }
 }@media only screen and (max-width: 763px) { #gIT6M5mTwTklatK0OQ6mVxdeQwCTCixG { width:13.75rem;height:2.11230625rem;top:61rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnHV6ZpU8k9mbS5cCHphdNdWN0fgwUlW { width:4.375rem;height:0.125rem;top:4.5rem;left:7.8125rem;background-color:#5d1c0b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #P2FASq8x9v2adLipfa1x3xcKgc1g6ADC { width:14.375rem;height:15.9375rem;top:65.125rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpL8FKTcHxb175rMqqfUIBgkW69HmqAL { width:1.5625rem;height:1.5625rem;top:66.9375rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9tkrOzW6turJbdCA7ZdHB3ZU3zdIM4G { width:1.875rem;height:1.875rem;top:72.15625rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVTSnPb1Fc7uQwZ14hfBfWkd9TzhBgg9 { width:20rem;height:31.25rem;top:91.671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrRLOzpkFm77HJJ7KZRytuO5mdkT3yHl { width:20rem;height:27.5rem;top:75.874216079712rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TU7uWCJyasnO6blhN9y2EUaQa9eQJVRi { width:14.6875rem;height:0;top:80.875rem;left:3.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b2bvxdZUOBQe4xn47qAO61FXqAlPG3FT { width:4.375rem;height:0.125rem;top:98.75rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJmTzyppzhmxlodIQ48AqPki5TVJZAG9 { width:13.75rem;height:4.2246125rem;top:93.9375rem;left:0.90625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFZT05Nr32faTOMsFQubOIfcekurOdEP { width:1.9375rem;height:1.875rem;top:114.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqfFHXDTomo59X7gI8kBcGXtdx8AlKGu { width:1.75rem;height:1.75rem;top:110.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBQCiT92QiVVOEwWgFNrkdwowOC7pTCZ { width:20rem;height:56.25rem;top:0.0068359375rem;left:0rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #IlJVeXTC1cFqOf6J3tvfi0ITs4fo9eHe { width:4.375rem;height:0.125rem;top:64rem;left:0.90625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #UWza3Pt7d3CVq9N1Hy30rEWSy0k5XP5M { width:16.375rem;height:1.59375rem;top:101.625rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SN5OMPCE4aRlygTCxBgWinTa96FWJMTX { width:16.3125rem;height:3.1875rem;top:104.75rem;left:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2OXd0pfLMoDdQD0soix3M7lLndtTSHg { width:14.4375rem;height:3.1875rem;top:109.4375rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyMAAtTXHA5UncsiALxKg6HsxAZwiN8g { width:14.4375rem;height:3.1875rem;top:113.65625rem;left:3.59375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdchlyfyKtNLp8CbTXdLxolm2W6EVsNZ { width:14.4375rem;height:3.1875rem;top:118.5625rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AO2bTiGDhCndfA7P2Ho68IDv9R8mBSD6 { width:15.25rem;height:0;top:113.875rem;left:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt3bnyif4Js4ZfGwCssd2QCrcLXfMTTG { width:15.25rem;height:4.78125rem;top:81.0625rem;left:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuS5ca3lTyqJf08yG5TkWFTOwvUhvgmc { width:1.75rem;height:1.75rem;top:101.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xp0ieblFQONCEZBLDwS0FwOXFdynkhXF { width:1.75rem;height:1.75rem;top:104.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSpDUuXsbtVTXgUruELDBXNr2MWU9t3R { width:1.75rem;height:1.75rem;top:118.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhyeaoFDnz1UGWOtTMhR6TbVpqbnQb0H { width:1.875rem;height:1.875rem;top:128.59375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kyCknF23EUIgBUGpZA1b1ugm2TpsI3y4 { width:1.875rem;height:1.875rem;top:82.515625rem;left:0.90625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #a1vao7zzh5KINVLhynTCtyMdblqX3Ico { display:block; }#a1vao7zzh5KINVLhynTCtyMdblqX3Ico > .row .container { width:20rem;height:36.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8H4XvNXqg17MiTBGcqV5klMN74J49iL { width:18.75rem;height:4.54980625rem;top:0.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFS4D35EiazQwPoyOsef8QBOIRCeStCT { width:20rem;height:14.69925rem;top:6.73876953125rem;left:0rem;display:block; }#bFS4D35EiazQwPoyOsef8QBOIRCeStCT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/UxbKw5va/check.png); }
 }@media only screen and (max-width: 763px) { #ZAJG4SxyOfk7GySV8A7UnA7uwZJTS3kb { width:20rem;height:13.107375201288rem;top:22.62548828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmdpUb7gBOx87nTG0mN1I2ZSRQHVQMTW { display:block; }#cmdpUb7gBOx87nTG0mN1I2ZSRQHVQMTW > .row .container { width:20rem;height:105.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GrnXbvtXrda2lMGVbJrg1MGo9JKwe6i2 { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJh48vAMNUwrbGwZmWyBLavIyRFuxJal { width:20rem;height:1.625rem;top:1.7375011444092rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPT25lLrySat0vf61tcyfl9i0m76uZLV { width:20rem;height:94.25rem;top:11.09375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnPBHN8CshnqGB7ohVTF75whwPfEX4hJ { width:12.0625rem;height:3.41161875rem;top:15.4375rem;left:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei3ObPZkWfZ7uTmTUfrzAHpg18wzV7EL { width:20rem;height:0.0625rem;top:42.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry7dg0D0khdyT7hKVAVHuIaht0H16DKr { width:20rem;height:0.0625rem;top:79.4833984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJZoU2cnOqfeaUNDFepNebDv0q7GSTnK { width:3.125rem;height:3.125rem;top:5.412109375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr88lUKCWOGGu9F3hbbOW4mgZ89ZZzDO { width:3.125rem;height:3.125rem;top:38.125rem;left:8.25rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RXJztb8gtRbWNK1u28mGnTlDDCWUXhyI { width:20rem;height:0.0625rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNQpUmUJWTp0kB0BbHUfklz99lTCLLfo { width:15.8125rem;height:2rem;top:5.974609375rem;left:3.125rem;font-size:1.25rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #b6sSDXzVPPAJp3Tnf9SPMrxSatIsTxq0 { width:20rem;height:0.0625rem;top:23.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uS1cXM8tebxQpcd5naP5sZ5CXfJg7Blt { width:11.9375rem;height:2.625rem;top:24.32421875rem;left:8.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBNl5iDw7az8IGa5L6mu0kAQW64fayII { width:20rem;height:0.0625rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #girXNbNFyxUQlud0fkGdClpaWSvtuVBJ { width:20rem;height:0.0625rem;top:32.57421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TufOOyo06GLDGJKnQ1pgzeSLRmxXyO6x { width:16.4375rem;height:2rem;top:55.8583984375rem;left:3.5625rem;font-size:1.25rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #KIxZAMBxSTeE5IeMLt0MvSirkl8MPXzZ { width:3.125rem;height:3.125rem;top:55.2958984375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OodtlGRzX2EWIMrNJmnbTVn56yzxsbis { width:12rem;height:1.3125rem;top:69.4375rem;left:8rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zep6gfPf0nB3iraClL5NTAPwezZGlsNu { width:20rem;height:0.0625rem;top:93.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpGVn9M9XuoKMNoR9XiCRIshhWNdTNUA { width:20rem;height:0.0625rem;top:99.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFaawVeK8U9uD6ZNrEfhILQxmg8ZtKp0 { width:20rem;height:0.0625rem;top:84.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgaL1klnHER5sGcZamgf60g8be7MeQM3 { width:12.375rem;height:5.9375rem;top:149.875rem;left:3.8124998807907rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #qMDyxOWNlS7qk2UXPNG57MGv2CR28fOO { width:12.125rem;height:1.13720625rem;top:11.6875rem;left:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJkn8DElua3mAQTwqNbtPxy8xEHngKl5 { width:11rem;height:2.68066875rem;top:19.6318359375rem;left:9rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaConQg5tqVNeTcuCyN9cFOzMki16mwA { width:12.125rem;height:2.2744125rem;top:34.06982421875rem;left:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBkp5maJNTDozzAcmIeCspR5gbSsvfuz { width:12rem;height:1.13720625rem;top:44.146484375rem;left:8rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #roPJVFpdsTq63TyKRVkyvFPmgvbuXuNN { width:11.75rem;height:1.625rem;top:81.3212890625rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzldQX1IpNEE0kyNAJ1ewWWAfgdBXxRW { width:3.125rem;height:3.125rem;top:84.0625rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EbhiNv6rXydnikpvy2dkhain7V2IA19n { width:12rem;height:2.2744125rem;top:85.96875rem;left:8rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucSckeptGc6IMixThiw596wUbgBtxiAB { width:11.9375rem;height:1.13720625rem;top:47.9208984375rem;left:8.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdIciTPngTR4n4ZNTd6dJZaBVhepTdgL { width:12.0625rem;height:1.3125rem;top:18.84814453125rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5U1I1BwWg7BVfAUKPGOa0S0WG9iFysZ { width:20rem;height:0.0625rem;top:69.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkRnb9Fs3LlGMvazRTUJa3fEAlZ8GykL { width:19.3125rem;height:3.09375rem;top:65.03125rem;left:0.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHRJDQe8tkpZoKvmUR5XDPQOarn2b591 { width:12.0625rem;height:1.625rem;top:29.13671875rem;left:7.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz36a8Dq9H5ncfc5DlvzbMVkBficP4vx { width:20rem;height:0.0625rem;top:46.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2Cytk31VQB7pO432zRy2pvfUX6swdEX { width:19rem;height:5.15625rem;top:36.9375rem;left:0.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHAOFZTDSnP8ozruL2bi8ucShtFKV500 { width:12.0625rem;height:2.2744125rem;top:61.66357421875rem;left:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XR52tTX6tPOZTzezgfKNf4iHsEybeeSy { width:12.25rem;height:2.2744125rem;top:71.74267578125rem;left:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMGUZTbreqlqvFQEvXCIBiwOn8TTSofG { width:19.0625rem;height:4.46778125rem;top:74.69189453125rem;left:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNHleVoV32lWP35D0NdWUhhLn9uelq3X { width:19.1875rem;height:2.68066875rem;top:89.50244140625rem;left:0.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6tTw9wzweuGWBR0SfiDAoZehnuKlc91 { width:12.0625rem;height:2.2744125rem;top:95.91357421875rem;left:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm7b3aT3ltTN6Cz8yWQuTpIFKsUIP6tD { width:12.1875rem;height:1.13720625rem;top:100.36279296875rem;left:7.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #csZTe314cZAJbLaAegmLBFqv0JRaDxVn { display:block; }#csZTe314cZAJbLaAegmLBFqv0JRaDxVn > .row .container { width:20rem;height:1rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bwoLScOtG0Dw9RqrkVOP3TT7mNSMErhM { display:block; }#bwoLScOtG0Dw9RqrkVOP3TT7mNSMErhM > .row .container { width:20rem;height:82.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mEOeL5RmMB6THayUHHy2xUVepEbql51V { width:14.3125rem;height:21.5625rem;top:61rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THfo6gGE9t2B2JF8Z5dIVvgM8hv5HnKo { width:20rem;height:2.4375rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EW419BltVhN6oPkggTUwdgDT1LZvAWhM { width:19.0625rem;height:16.89746875rem;top:10.33984375rem;left:0.46875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CQLk2QeWU9UGvL4DndbLTwNdrxqEfis7 { width:2.3125rem;height:2.3125rem;top:27.23681640625rem;left:6.46875rem;display:block; }
#CQLk2QeWU9UGvL4DndbLTwNdrxqEfis7 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #TOZHEJ83wrKl4FAxzwlKTdifbgcV6nhC { width:2.3125rem;height:2.3125rem;top:27.23681640625rem;left:11.4375rem;display:block; }
#TOZHEJ83wrKl4FAxzwlKTdifbgcV6nhC > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #eC0rTceW3dNJnFzh9POE9DJbe2oZtTgn { width:10.125rem;height:19.0625rem;top:63.5rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzcmKWyL1XJopQSpsiHXa0fKE3fVQLNl { width:15.375rem;height:4.875rem;top:6.46484375rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKEkt0oTcTKgKFtMayT1IW0Ii57sI3gT { width:16.1875rem;height:4.875rem;top:33.52197265625rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbzpdwiLTOTcXmu20t1KvGzoArzfEcz5 { width:18.75rem;height:18.19724375rem;top:37.55322265625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZRsPTOvpw9ZIn8uvQ45ubMHEWGJyStr { width:2.5rem;height:2.5rem;top:56.28125rem;left:6.375rem;display:block; }
#kZRsPTOvpw9ZIn8uvQ45ubMHEWGJyStr > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #vbQ4HPQXNSrdpZz5Enrtol66gH0zl03Z { width:2.375rem;height:2.375rem;top:56.34375rem;left:11.40625rem;display:block; }
#vbQ4HPQXNSrdpZz5Enrtol66gH0zl03Z > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #rosV6rbJEdX8w7P5M3A2DnbfcpATgBpR { width:15.4375rem;height:0.125rem;top:5.0625rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTHzk1RRqdm5qLmPf3WiwvFahKaT1rrk { display:block; }#uTHzk1RRqdm5qLmPf3WiwvFahKaT1rrk > .row .container { width:20rem;height:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHkyIzMVSxEuZlaOkTMG6ge3GO2TFdFD { display:block; }#BHkyIzMVSxEuZlaOkTMG6ge3GO2TFdFD > .row .container { width:20rem;height:103.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zum4qaEdqHOrX5Uo2LKC9BdRHMn1C0zJ { width:20rem;height:42.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwK8u7grtreliwGVr58wMTUIkZ6QQ1Bd { width:20rem;height:5.07421875rem;top:2.51171875rem;left:0rem;font-size:1.8125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pxTsD9Ldpni2ZzXoG6SPa8ZoeDNOD8JI { width:20rem;height:53.6875rem;top:45.63671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4rp4y47Jm3fKiU7WgZKLmFEvy8V6vDV { width:15.4375rem;height:0.125rem;top:13.375rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lnAMD9AdWy9QaEPLqqRLihruVBqTP1fu { width:18.0625rem;height:28.34475rem;top:47.17138671875rem;left:0.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBwiUIIWmsTnkix1MTudZXMM4ci1OQWy { width:17.6875rem;height:17.32176875rem;top:10.740234375rem;left:1.15625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #vUATdqTOyVeVrHXxrRWD38FbAuxtC2uR { width:1.5625rem;height:1.5625rem;top:27.32421875rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nscvuh2Wn1JqpxO3kC4u8Za7XcFTqBPd { width:1.5625rem;height:1.5625rem;top:13.07421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xcedQivIMvRhShleenNtTAITcRnhk0FK { width:1.5625rem;height:1.5625rem;top:22.44921875rem;left:0.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PggDI1nGr3gK8GTPXZ17lIW4oet7Q6hf { width:1.5625rem;height:1.5625rem;top:17.75rem;left:0.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z9pvi9lMfqA52ePu0E9k1Q2H7CxtmP2D { width:18.25rem;height:11.0229375rem;top:30.1455078125rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI8TTfWCrgeik53TON7L4kocNKEnTXBt { width:19rem;height:1.57470625rem;top:77.48046875rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDVmhAzokdTtzrnd1OlZw9Het2K1iTzP { width:17rem;height:16.9970625rem;top:80.1796875rem;left:1.5rem;font-size:0.875rem;display:block; }#zDVmhAzokdTtzrnd1OlZw9Het2K1iTzP li:before{  }
 }@media only screen and (max-width: 763px) { #OL2zBuvhCSAEbItILFUPIO8PieTEaafH { width:8.5rem;height:0.125rem;top:8.349609375rem;left:5.75rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #JQtaVOFskd5HMxueLE6cbTyVXwe7vFDO { width:20rem;height:1.57470625rem;top:10.052734375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #rW2u1Klh3CODPstpvN8cW7FTBk7hXeIN { display:block; }#rW2u1Klh3CODPstpvN8cW7FTBk7hXeIN > .row .container { width:20rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G2iCbEAGGVERroKDIAqAi94doRyG88bc { width:20rem;height:6.8246875rem;top:0.24365234375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJKwbiovM775rT9bEIaB7xRbFThnQoP8 { display:block; }#XJKwbiovM775rT9bEIaB7xRbFThnQoP8 > .row .container { width:20rem;height:42rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wf09MzcPE3CAQQxHhubeluqbHPslaCrf { width:19.375rem;height:18.375rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbyaTK3fgDgMTt81eoQLsMWrhi0y170h { width:16.625rem;height:3.65625rem;top:15.10546875rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxl8SAwm3r4u08OhFHwOX992I2e8PQgG { width:16.75rem;height:10.5rem;top:2.29296875rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFZrJJ8fd2HkptIMR5sO0FiGW3ftyF5F { width:19.375rem;height:18.375rem;top:20.78750038147rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7RSzUNqih7eK9br8JNiw5hrXZ1qyZN7 { width:16.6875rem;height:3.65625rem;top:34.4375rem;left:1.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwO9pDI5ib2vlcl4ktfoA1dovFvcNVkB { width:18.75rem;height:12rem;top:21.25rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZqZt1NvACnqFf0TB0gqCrpUHlqe1nNk { background-color:#efeced;background-image:none;display:block; }#CZqZt1NvACnqFf0TB0gqCrpUHlqe1nNk > .row .container { background-color: transparent; background-image: none; }#CZqZt1NvACnqFf0TB0gqCrpUHlqe1nNk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZqZt1NvACnqFf0TB0gqCrpUHlqe1nNk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZqZt1NvACnqFf0TB0gqCrpUHlqe1nNk > .row .container > .video-iframe-container { display: none; }#CZqZt1NvACnqFf0TB0gqCrpUHlqe1nNk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZqZt1NvACnqFf0TB0gqCrpUHlqe1nNk > .row > .video-iframe-container { display: none; }#CZqZt1NvACnqFf0TB0gqCrpUHlqe1nNk > .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); }#CZqZt1NvACnqFf0TB0gqCrpUHlqe1nNk > .row .container { width:20rem;height:44.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMFpm5aUKttyTm1wATgC347VxUFl3TgZ { width:19.4375rem;height:4.79980625rem;top:1.24658203125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #MqR7eFyro0vgcks08Vo5yuNk3GzQ7ZiB { width:8.5rem;height:0.125rem;top:6.609375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQan5JLMGuVZga9aPw7P6nu3wDEsS21T { width:20rem;height:0;top:8.67285rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hDt849RFfPy6e7OTgPwCUiAfLZNv4nTe { width:20rem;height:8.93555625rem;top:8.67236328125rem;left:0rem;font-size:1.375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #OJgPsktARSmd6L8mrPFXexdkkKibLm68 { width:20rem;height:11.25rem;top:19.296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvWyaITg3DHR21dyxiCXM6GrEEHL6KZb { width:20rem;height:12.058823529412rem;top:31.171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJ8HV3k8WPwF3ALGPgMcTRo10uBVruwM { display:block; }#dJ8HV3k8WPwF3ALGPgMcTRo10uBVruwM > .row .container { width:20rem;height:49.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C3zoNhAzzh1CXsFf5xXexZZCPxpNO5xQ { width:17.5rem;height:23.994125rem;top:0.994140625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqy55VS0v7cmNl6Kx33TTtF6XbOLlk7h { width:17.0625rem;height:4.0625rem;top:43.81396484375rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFLt1iiTPH24mabi0snOhT59gP5m5ydk { display:block; }
 }@media only screen and (max-width: 763px) { #FOrQWLKwTaVGAdJWdS6ywsReoWTzXswD { width:20rem;height:16.97074010327rem;top:26.03125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvXeWpMBT19scilIQIF7xTHFvlgZCn76 { display:block; }#wvXeWpMBT19scilIQIF7xTHFvlgZCn76 > .row .container { width:20rem;height:34.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJL4NiWIK7uhTGgoTv3LNoGN1R1pQG94 { width:20rem;height:7rem;top:25.912109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcL8a4rVXyfpNR4bmzSqcxkDh1Ptz5WR { width:17.5rem;height:4.5rem;top:1.875rem;left:1.25rem;font-size:1.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS .widget-input-text {padding-top: 0; padding-bottom: 0;}#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS .widget-input-select {padding-top: 0; padding-bottom: 0;}#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS  { width:17.5rem;height:auto;top:8.349609375rem;left:0rem; }
#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS {display:block;}#OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS { width:17.5rem;height:auto;top:8.349609375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS #Z3Lw6GnhvvyrVg9nozz8WVoOBGfLqVqD {  }
 }@media only screen and (max-width: 763px) { #OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS #WwNT3NO1zgQSNTxQaFiKxBLhbfa8r4Ox { display:none; }
 }@media only screen and (max-width: 763px) { #OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS #hk4kwr2wI0isHKByduPrtTNxKHFJ0kPV {  }
 }@media only screen and (max-width: 763px) { #OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS #IWRQqvVPZ1dhBLCQWnXJwJGPaTobc3qW {  }
 }@media only screen and (max-width: 763px) { #OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS #BK3trdz3MU4pbVLwQ3J4oosqyo4T3iPF { display:none; }
 }@media only screen and (max-width: 763px) { #OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS #c5ZcZMl4dzk7p9eyub0eN2eAAZ5PbwiA {  }
 }@media only screen and (max-width: 763px) { #OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS #ILpKyKHnvVkQJqKTQdTJuEIBQh7d6Nic {  }
 }@media only screen and (max-width: 763px) { #OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS #SFwOaF28RQ2cOpUpLUhFZdhNT0yG59Rt { display:none; }
 }@media only screen and (max-width: 763px) { #OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS #EwZ7lewlPvHfvayPIhNIqpq0ACfZxGq8 {  }
 }@media only screen and (max-width: 763px) { #OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS #IQfbdBFC0agtLP5OHQdDgLaFFDD1Gl3d {  }
 }@media only screen and (max-width: 763px) { #OtHwDni4RZsBhbvGsA19vEeFpCaWWdtS #VhRTMmosftr0e2TRO7TKkNPZH2Uhb7k6 {  }
 }@media only screen and (max-width: 763px) { #WOx5NnObkfEuaK6L06qryuNr8sD5bgHo { display:block; }#WOx5NnObkfEuaK6L06qryuNr8sD5bgHo > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #abE787Pyy9IMlGTF1g1red0seXldaGE7 { width:9.75rem;height:1.5rem;top:1.25rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5C8ITHRaqzr1zzmkqgJ6F9A6TIwTqCU { width:20rem;height:5.0625rem;top:4.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }