.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;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); }#b2cqdoWNAleSTTTnTPUHEDewdfZqm9nN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f066db73-acaa-4556-9ec7-e8fda9a65fe0/BSH104_MY25_XGPlus_530hp_LHD_FT_3axleTrailer_final_v22.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b2cqdoWNAleSTTTnTPUHEDewdfZqm9nN.adaptive-delivery-prevent-bg, #b2cqdoWNAleSTTTnTPUHEDewdfZqm9nN.lazyload, #b2cqdoWNAleSTTTnTPUHEDewdfZqm9nN.lazyloading { background-image: none; }#b2cqdoWNAleSTTTnTPUHEDewdfZqm9nN > .row .container { background-color: transparent; background-image: none; }#b2cqdoWNAleSTTTnTPUHEDewdfZqm9nN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2cqdoWNAleSTTTnTPUHEDewdfZqm9nN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2cqdoWNAleSTTTnTPUHEDewdfZqm9nN > .row .container > .video-iframe-container { display: none; }#b2cqdoWNAleSTTTnTPUHEDewdfZqm9nN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2cqdoWNAleSTTTnTPUHEDewdfZqm9nN > .row > .video-iframe-container { display: none; }#b2cqdoWNAleSTTTnTPUHEDewdfZqm9nN > .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); }#b2cqdoWNAleSTTTnTPUHEDewdfZqm9nN > .row .container { border-width: 0; border-radius: 0; }#b2cqdoWNAleSTTTnTPUHEDewdfZqm9nN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b2cqdoWNAleSTTTnTPUHEDewdfZqm9nN > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#wvwQBGmdW64ATMhE0rcANtJxqFkOMPCa { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0d25ae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.93696875rem;height:3.06196875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.0626775026321rem;left:27.248756408691rem;display:block; }
#sy0dxHinQTTFKTq2qmx7tD8zxm2BLIhi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZvJqXELszfBk09S3uzVe5vS383teMNo1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0d25ae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.3739375rem;height:2.1875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.499467253685rem;left:36.811080932618rem;display:block; }
#P0Gw2ZlErl8crHerIkTki5WwmdiKnqvv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sLqxTls0BFtMbNE2bCMP4LyuVCLl3lnA { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #0d25ae, #354fe8);background-image: -moz-linear-gradient(115deg, #0d25ae, #354fe8);background-image: -ms-linear-gradient(115deg, #0d25ae, #354fe8);background-image: -o-linear-gradient(115deg, #0d25ae, #354fe8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d25ae', endColorstr='#354fe8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d25ae', endColorstr='#354fe8' );";background-image: linear-gradient(115deg, #0d25ae, #354fe8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.3052082061768rem;left:58.8125rem;display:block; }
#JZwtiURn1ggQpxVOiOliDHnlASM8WZux { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TEX1mt1lGnwkM65ZgG4EdUwQLFdfOkaL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0d25ae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4994375rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.499467253685rem;left:48.052200317382rem;display:block; }
#JW3Cp4TzRGCy3Jh4IMAxpuVobTNxfTsk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JIx1uTfsSOHlLqW5ftbfEILI4k3UWd3s { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.187325rem;width:4.8117875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#eulQvoPW3x8APvhokODFGX2ru3J4HTgP { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15015;opacity:1;top:0.75rem;left:55.625001192093rem; }
#lxMLQ4T4lOpQNW5TonMyKU1LeSuTidwW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.43696875rem;width:2.43696875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:1.3751775026321rem;left:33.558238983154rem; }
#lT5lJw0QEdCt2zMz44hqG09ak2BrF5U5 { box-sizing:content-box;color:#5d92ff;font-size:3.8125rem;font-weight:400;line-height:1;height:1.9992875rem;width:1.9992875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:1.5926846265793rem;left:46.056461334229rem; }
#mU7n32ks9oRPkvfHEWDezt5L1BLuynJO { box-sizing:content-box;color:#5d92ff;font-size:4.0625rem;font-weight:400;line-height:1;height:1.9984rem;width:1.9984rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:1.5935723781586rem;left:24.743431091309rem; }
#wmv602PNzlF60iZ2vexXUx2z9tJtQUAu { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:0rem;left:4.8091278076172rem;overflow:hidden;display:block; }
#blAytKxWGZ6azpeEfU3kB2WZDwm1wVR2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2b0604a6-00f1-410a-b8a2-4caacdaa6d10/1.jpg");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#blAytKxWGZ6azpeEfU3kB2WZDwm1wVR2.adaptive-delivery-prevent-bg, #blAytKxWGZ6azpeEfU3kB2WZDwm1wVR2.lazyload, #blAytKxWGZ6azpeEfU3kB2WZDwm1wVR2.lazyloading { background-image: none; }#blAytKxWGZ6azpeEfU3kB2WZDwm1wVR2 > .row .container { background-color: transparent; background-image: none; }#blAytKxWGZ6azpeEfU3kB2WZDwm1wVR2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blAytKxWGZ6azpeEfU3kB2WZDwm1wVR2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blAytKxWGZ6azpeEfU3kB2WZDwm1wVR2 > .row .container > .video-iframe-container { display: none; }#blAytKxWGZ6azpeEfU3kB2WZDwm1wVR2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blAytKxWGZ6azpeEfU3kB2WZDwm1wVR2 > .row > .video-iframe-container { display: none; }#blAytKxWGZ6azpeEfU3kB2WZDwm1wVR2 > .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); }#blAytKxWGZ6azpeEfU3kB2WZDwm1wVR2 > .row .container { border-width: 0; border-radius: 0; }#blAytKxWGZ6azpeEfU3kB2WZDwm1wVR2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#blAytKxWGZ6azpeEfU3kB2WZDwm1wVR2 > .row .container { font-size:0.875rem;font-family:arial;height:39.875rem;width:75rem;position:relative;display:block; }#OPxybOpLuu6AVZ6JF2g8NVP0TJihJ2d3 { color:#d1232a;display:block;width:24.7480625rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.060546875rem;left:50.2509765625rem;height:5.52300625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 .widget-form-header {  }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:22.1875rem;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; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;background-color:rgba(255,255,255,0.15);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.1875rem;box-sizing:border-box;height:3.125rem;color:#000000;font-size:1.0625rem;overflow:hidden;font-family:lato;vertical-align:top;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 .widget-input-text {padding-top: 0; padding-bottom: 0;}#EhgmHH95a8TxCTMtnz5149HLWV23A066 .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;background-color:rgba(255,255,255,0.15);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.1875rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1.0625rem;overflow:hidden;font-family:lato;vertical-align:top;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 .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:22.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 .widget-input-select {padding-top: 0; padding-bottom: 0;}#EhgmHH95a8TxCTMtnz5149HLWV23A066 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#EhgmHH95a8TxCTMtnz5149HLWV23A066 .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#d1232a;background-image:none;background-position:top left !important;background-repeat: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:4.4375rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:17.75rem;height:3.75rem;font-family:"titillium web";overflow:hidden;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 [class*="-text"]:-moz-placeholder { color:#000000;font-family:lato;font-size:1rem; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 [class*="-text"]::-moz-placeholder { color:#000000;font-family:lato;font-size:1rem; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:lato;font-size:1rem; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:lato;font-size:1rem; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 .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:"open sans";font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:21.125rem;overflow:hidden;font-style:normal;float:none; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 .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; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 .widget-container:first-of-type{padding-top:0;}#EhgmHH95a8TxCTMtnz5149HLWV23A066 .widget-container:last-of-type{padding-bottom:0;}#EhgmHH95a8TxCTMtnz5149HLWV23A066  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.1875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.186849594116rem;left:50.312501907349rem; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.1875rem;display:block;vertical-align:top; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 .widget-info-text { display:block;height:auto;font-family:"open sans";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; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 {display:block;}#EhgmHH95a8TxCTMtnz5149HLWV23A066 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.1875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.186849594116rem;left:50.312501907349rem; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 #Aefk3SpoMbcdZPhmg8wN6XIlHcpMmPoQ { position:relative; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 #zJip7AW5cJro8UnwugpxZbna9LtGo40g { position:relative;display:none; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 #DPDPU2NR73mDUJa6c7FwZQ5W2Qlb3FT5 { position:relative; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 #X2Bgi9nbco929ULvvVbIJICAg66QTeoW { position:relative; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 #LGSOTIWbHMLUR6vresR98cW9JWLQO8dP { position:relative;display:block; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 #ONuidMhTl6U1EfFURViJAkk8FS4gaMXW { position:relative; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 #BTqb5HkFZCiQVzAz6oClECoAUsBm5ROd { position:relative; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 #POxn7rp3iwte6NRhsvG9iN4gCdWTdqSw { position:relative;display:none; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 #tr1t9ZnuTgTR1e2NkTiJfOt9TEtMKFVe { position:relative; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 #ocEzNPfpS8SRwi4zgBA4skK4W4JS6Btn { position:relative; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 #a63APppIb8boQs1wKJpO3BDF6aF3Wb7P { position:relative;display:none; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 #OWah7fHEoi8ungBDdKDJPALlZLX3eX1N { position:relative; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 #CfQNnpTwyzdwTJ4f5Qf0EPNucQOyIRoW { position:relative; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 #fCV48SiURFI3KR3IKoFh7HLh04Osg7Z9 { position:relative;z-index:2; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 #exttqWIVV34RK9Av4irehAi6iGTqC9bx { position:relative; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 #iH1tUdxC5IvZpbsSKRP8hr5l9UVeZCxg { position:relative; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 #sGsJOPCTLZ1KRXGJG9ubuU95rNSLCTtc { position:relative; }
#Exe6BCosC261L2tzK5wG4npL97RB28ZJ { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.75);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:26.5625rem;top:8.060546875rem;left:2.6806640625rem;display:block; }
#G8g1J0Hgy2hTtrnet0GLJm7r0LrArNSA { color:#09114f;display:block;width:25rem;position:absolute;font-family:ubuntu;font-size:3.375rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:7.7601208686831rem;left:3.6487941741943rem;height:13.498275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JU7hcipVdpF8iTyV38LPugoOQkyyAuNX { color:rgba(28,28,28,0.8);display:block;width:25rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:17.481356143951rem;left:3.6487941741943rem;height:10.40579375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#sgyQUzw3g0qFSKlGGWXdhayfZfPFJpps { color:#d1232a;display:block;width:24.746125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.822265625rem;left:50.2529296875rem;height:1.7068125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XZG1y378R8sknaBCScvGKbEN641wmdte { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #36a5ca, #2e2e2e);background-image: -moz-linear-gradient(90deg, #36a5ca, #2e2e2e);background-image: -ms-linear-gradient(90deg, #36a5ca, #2e2e2e);background-image: -o-linear-gradient(90deg, #36a5ca, #2e2e2e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#36a5ca', endColorstr='#2e2e2e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#36a5ca', endColorstr='#2e2e2e' );";background-image: linear-gradient(90deg, #36a5ca, #2e2e2e);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XZG1y378R8sknaBCScvGKbEN641wmdte > .row .container { background-color: transparent; background-image: none; }#XZG1y378R8sknaBCScvGKbEN641wmdte::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZG1y378R8sknaBCScvGKbEN641wmdte > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZG1y378R8sknaBCScvGKbEN641wmdte > .row .container > .video-iframe-container { display: none; }#XZG1y378R8sknaBCScvGKbEN641wmdte > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZG1y378R8sknaBCScvGKbEN641wmdte > .row > .video-iframe-container { display: none; }#XZG1y378R8sknaBCScvGKbEN641wmdte > .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); }#XZG1y378R8sknaBCScvGKbEN641wmdte > .row .container { border-width: 0; border-radius: 0; }#XZG1y378R8sknaBCScvGKbEN641wmdte > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XZG1y378R8sknaBCScvGKbEN641wmdte > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#W3eC5Ax0qxos4kaDOboFTVcXaDrycL9H { color:#ffffff;display:block;width:73.125rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:2.80517578125rem;left:1.875rem;height:2.7rem;font-style:normal;display:block; }
#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container { background-color: transparent; background-image: none; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container > .video-iframe-container { display: none; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row > .video-iframe-container { display: none; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .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); }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container { border-width: 0; border-radius: 0; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container { font-size:0.875rem;font-family:arial;height:61.75rem;width:75rem;position:relative;display:block; }#TCJTThaaHfAfkm0xTCnPsCnhVggIPD27 { color:rgba(28,28,28,0.8);display:block;width:72.6875rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:2.5186462402344rem;left:1.1550083160401rem;height:19.1189375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tad5B0hTXCoJoKrTL4OICsuBs9x4pz7N { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.8125rem;width:54.5625rem;top:25.0625rem;left:0rem;overflow:hidden;display:block; }
#mDq1dFsA2VCDcGWf5JxkLhQ5dDAKxb3t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #36a5ca, #2e2e2e);background-image: -moz-linear-gradient(90deg, #36a5ca, #2e2e2e);background-image: -ms-linear-gradient(90deg, #36a5ca, #2e2e2e);background-image: -o-linear-gradient(90deg, #36a5ca, #2e2e2e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#36a5ca', endColorstr='#2e2e2e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#36a5ca', endColorstr='#2e2e2e' );";background-image: linear-gradient(90deg, #36a5ca, #2e2e2e);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mDq1dFsA2VCDcGWf5JxkLhQ5dDAKxb3t > .row .container { background-color: transparent; background-image: none; }#mDq1dFsA2VCDcGWf5JxkLhQ5dDAKxb3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDq1dFsA2VCDcGWf5JxkLhQ5dDAKxb3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDq1dFsA2VCDcGWf5JxkLhQ5dDAKxb3t > .row .container > .video-iframe-container { display: none; }#mDq1dFsA2VCDcGWf5JxkLhQ5dDAKxb3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDq1dFsA2VCDcGWf5JxkLhQ5dDAKxb3t > .row > .video-iframe-container { display: none; }#mDq1dFsA2VCDcGWf5JxkLhQ5dDAKxb3t > .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); }#mDq1dFsA2VCDcGWf5JxkLhQ5dDAKxb3t > .row .container { border-width: 0; border-radius: 0; }#mDq1dFsA2VCDcGWf5JxkLhQ5dDAKxb3t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mDq1dFsA2VCDcGWf5JxkLhQ5dDAKxb3t > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;position:relative;display:block; }#TJG6UltSps5TAUeXIScMBSJS8M6C37SK { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.8125rem;width:64.5rem;top:0rem;left:33.375rem;overflow:hidden;display:block; }
#Rkqzx82J8x5ibKp6oWVJTHJzWfa5Ugx2 { color:#1c1c1c;display:block;width:26.9375rem;position:absolute;font-family:ubuntu;font-size:1.625rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:5.375rem;left:6.3125rem;height:2.11263125rem;font-style:normal;display:block; }
#tLGzh0LN08kZnWpwQ2x1ADikmT8dIw7x { color:rgba(28,28,28,0.8);display:block;width:31.125rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:12.78125rem;left:6.3125rem;height:7.64756875rem;font-style:normal;display:block; }
#KxfMfLOW3CoKPhoUE8qddMJXScopOebt { color:rgba(97,14,38,0.93);display:block;width:30.125rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:9.4375rem;left:6.3125rem;height:1.9125rem;font-style:normal;display:block; }
#TqTQgMHETI8mcwmXE6pei1OT1scHzRHs { background-color:#d1232a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #36a5ca;border-left:0.0625rem solid #36a5ca;border-right:0.0625rem solid #36a5ca;border-bottom:0.0625rem solid #36a5ca;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:21.5625rem;left:6.3125rem;display:block; }
#vVgJNPBc0TakrChdcObCTGGcTT8GHO8D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a6FH0OI3KelxHThMFVcrCT6sdIfzNSqs { position:absolute;display:block;z-index:15000;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:57.8125rem;width:63.75rem;top:0rem;left:-25.370315581854rem;display:block; }
#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 { position:relative;display:block; }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 { background-color: transparent; background-image: none; }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 > .row .container > .video-iframe-container { display: none; }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 > .row > .video-iframe-container { display: none; }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 > .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); }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 { border-width: 0; border-radius: 0; }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:46.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mqwgl8rUDQPhxhAJIlTrS1TpBIo2kLer { color:#006282;display:block;width:21.875rem;position:absolute;font-family:ubuntu;font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:9.3125rem;left:0rem;height:1.95rem;font-style:normal;display:block; }
#igL6P8PNKiFHSU5AkhPVlpkR5dCtaP2D { color:rgba(47,47,47,0.8);display:block;width:21.875rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:12.875rem;left:0rem;height:4.50195rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zkX4rlb3T7vJMWxSPPvqsFVtM2STeKvb { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:url("https://images.assets-landingi.com/phoEG7SinuM/unsplash/ryan-porter-phoEG7SinuM-photo-1611448746128-7c39e03b71e4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.9375rem;width:25rem;top:25.25rem;left:0rem;display:block; }#zkX4rlb3T7vJMWxSPPvqsFVtM2STeKvb.adaptive-delivery-prevent-bg, #zkX4rlb3T7vJMWxSPPvqsFVtM2STeKvb.lazyload, #zkX4rlb3T7vJMWxSPPvqsFVtM2STeKvb.lazyloading { background-image: none; }
#zkX4rlb3T7vJMWxSPPvqsFVtM2STeKvb::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zkX4rlb3T7vJMWxSPPvqsFVtM2STeKvb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(54,165,202,0.6); }#STUru5gfU086KBuUsufyXidzMSBn5n7h { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b1550596-ae81-41f5-83f9-a30601b259fc/Untitled.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.9375rem;width:25rem;top:4.375rem;left:25rem;display:block; }#STUru5gfU086KBuUsufyXidzMSBn5n7h.adaptive-delivery-prevent-bg, #STUru5gfU086KBuUsufyXidzMSBn5n7h.lazyload, #STUru5gfU086KBuUsufyXidzMSBn5n7h.lazyloading { background-image: none; }
#STUru5gfU086KBuUsufyXidzMSBn5n7h::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#STUru5gfU086KBuUsufyXidzMSBn5n7h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(54,165,202,0.6); }#c5t36ifgCw3JFu91M2Se65a2zDqJV9Qu { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f066db73-acaa-4556-9ec7-e8fda9a65fe0/BSH104_MY25_XGPlus_530hp_LHD_FT_3axleTrailer_final_v22.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.9375rem;width:25rem;top:25.25rem;left:50rem;display:block; }#c5t36ifgCw3JFu91M2Se65a2zDqJV9Qu.adaptive-delivery-prevent-bg, #c5t36ifgCw3JFu91M2Se65a2zDqJV9Qu.lazyload, #c5t36ifgCw3JFu91M2Se65a2zDqJV9Qu.lazyloading { background-image: none; }
#c5t36ifgCw3JFu91M2Se65a2zDqJV9Qu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#c5t36ifgCw3JFu91M2Se65a2zDqJV9Qu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(54,165,202,0.6); }#zmTC7vVKX5KT4ZNFIWAiW9gcryF0u5MI { color:#006282;display:block;width:21.875rem;position:absolute;font-family:ubuntu;font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:7.42578125rem;left:53.125rem;height:3.8997375rem;font-style:normal;display:block; }
#TXqssqVUFUsNKrq9AdPbFH8sBlHysR9I { color:rgba(47,47,47,0.8);display:block;width:21.875rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:12.875rem;left:53.125rem;height:6.00260625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zPLm0q8bV7ATnDNlRgWFPbOruPtq7D8D { color:#006282;display:block;width:20rem;position:absolute;font-family:ubuntu;font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:30.89453125rem;left:27.625rem;height:1.95rem;font-style:normal;display:block; }
#GT8HodDZnL8ifvJXTqgg6ZAbgTJpiqcJ { color:rgba(47,47,47,0.8);display:block;width:20rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:34.21875rem;left:27.5rem;height:9.003875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WytLf4faeIZ96xagCnI3owlmmNboEvKC { position:relative;display:block; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC { background-color: transparent; background-image: none; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container > .video-iframe-container { display: none; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row > .video-iframe-container { display: none; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .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); }#WytLf4faeIZ96xagCnI3owlmmNboEvKC { border-width: 0; border-radius: 0; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rcTykTFgTu1U2wondefRDPPrfCuNgKvC { color:#610e26;display:block;width:73.125rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:2.462890625rem;left:1.875rem;height:3.6002625rem;font-style:normal;display:block; }
#TrdWcbtw1UT4GBdiXCEtMDALZNW0SqK5 { position:relative;display:block; }#TrdWcbtw1UT4GBdiXCEtMDALZNW0SqK5 { background-color: transparent; background-image: none; }#TrdWcbtw1UT4GBdiXCEtMDALZNW0SqK5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrdWcbtw1UT4GBdiXCEtMDALZNW0SqK5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrdWcbtw1UT4GBdiXCEtMDALZNW0SqK5 > .row .container > .video-iframe-container { display: none; }#TrdWcbtw1UT4GBdiXCEtMDALZNW0SqK5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrdWcbtw1UT4GBdiXCEtMDALZNW0SqK5 > .row > .video-iframe-container { display: none; }#TrdWcbtw1UT4GBdiXCEtMDALZNW0SqK5 > .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); }#TrdWcbtw1UT4GBdiXCEtMDALZNW0SqK5 { border-width: 0; border-radius: 0; }#TrdWcbtw1UT4GBdiXCEtMDALZNW0SqK5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TrdWcbtw1UT4GBdiXCEtMDALZNW0SqK5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:19.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uMCvBEskI8ZTc2bBLmDAw8ExT6G7Ah72 { color:#2f2f2f;display:block;width:21.375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:3.25rem;left:1.9375rem;height:1.80013125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xxfAl6aGlfwTUKHzRq25Q3LpxrDo6ABz { color:#2f2f2f;display:block;width:21.375rem;position:absolute;font-family:ubuntu;font-size:4.25rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:5.6875rem;left:1.9375rem;height:5.099825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T8XsoZiIG3f0WM6o3T2U09IXr81OQIVg { color:#2f2f2f;display:block;width:21.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:11.6875rem;left:1.125rem;height:1.80013125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ceGB0smuVMh7mJU8CHke6lqNiTZe4k5h { color:#2f2f2f;display:block;width:21.375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:3.25rem;left:27.375rem;height:1.80013125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#d6ks3g3LLTAeNA5ucUg2clmHuy4zD21p { color:#2f2f2f;display:block;width:21.375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:11.6875rem;left:26.5625rem;height:7.2005rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#s0Son31m9bgLaXTmTOw0HZeC4gOlD4yb { color:#2f2f2f;display:block;width:21.375rem;position:absolute;font-family:ubuntu;font-size:4.25rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:5.6875rem;left:26.8125rem;height:5.099825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xC6pzauBBGM96MvclXSTq0hkFHLVa2Ba { color:#2f2f2f;display:block;width:21.375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:3.25rem;left:52.1875rem;height:1.80013125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#iFTmmIEQak5qF61asKMVDspcqqOcQW9p { color:#2f2f2f;display:block;width:21.375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:11.6875rem;left:52.25rem;height:1.80013125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Dl7HsDzxl5eEFvGVJNfCtZtOQFdgHysP { color:#2f2f2f;display:block;width:21.375rem;position:absolute;font-family:ubuntu;font-size:4.25rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:6.25rem;left:52.25rem;height:5.099825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #36a5ca, #2e2e2e);background-image: -moz-linear-gradient(90deg, #36a5ca, #2e2e2e);background-image: -ms-linear-gradient(90deg, #36a5ca, #2e2e2e);background-image: -o-linear-gradient(90deg, #36a5ca, #2e2e2e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#36a5ca', endColorstr='#2e2e2e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#36a5ca', endColorstr='#2e2e2e' );";background-image: linear-gradient(90deg, #36a5ca, #2e2e2e);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ > .row .container { background-color: transparent; background-image: none; }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ > .row .container > .video-iframe-container { display: none; }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ > .row > .video-iframe-container { display: none; }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ > .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); }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ > .row .container { border-width: 0; border-radius: 0; }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ > .row .container { font-size:0.875rem;font-family:arial;height:34.8125rem;width:75rem;position:relative;display:block; }#TClc8wcKWnWbwHSVXpkRUxv0urbTLTdh { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.375rem;width:30.1875rem;top:0rem;left:3.21875rem;overflow:hidden;display:block; }
#sg4hoe9s1Ws2rhBnkzepXfZn34qCkvZg { color:#1c1c1c;display:block;width:26.9375rem;position:absolute;font-family:ubuntu;font-size:1.625rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:5.375rem;left:40.4375rem;height:2.11263125rem;font-style:normal;display:block; }
#OmbHJbqDlU3tztDxMxFkikPpDmyzbr20 { color:rgba(28,28,28,0.8);display:block;width:27.8125rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:13.58203125rem;left:40.4375rem;height:9.55946875rem;font-style:normal;display:block; }
#ro8d7zwgZVltnpUPykSw0P9szn1P8g7d { color:rgba(28,28,28,0.5);display:block;width:26.31225rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:8.18603515625rem;left:40.748291015625rem;height:3.824225rem;font-style:normal;display:block; }
#fQ2GsFKCHOX9FLH3oOxCyUgSWRqI6aa5 { color:#ffffff;display:block;width:6rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.7;letter-spacing:0;top:23.499755859375rem;left:4.874267578125rem;height:1.9125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IqHiJZ8rHzAA2tgvbOWIcDtL0gNINeNi { color:#1c1c1c;display:block;width:9.875rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:26.1875rem;left:44rem;height:1.875rem;font-style:normal;display:block; }
#dNHMAzLmcVxL0Osp3sE5m9l2VRme9q7n { color:#1c1c1c;display:block;width:3.25rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.7;letter-spacing:0;top:26.375rem;left:40.8125rem;height:1.59375rem;font-style:normal;display:block; }
#D26lpvyhmghKFTsnbFEkmtDPcCgak1oM { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.7;letter-spacing:0;top:23.499755859375rem;left:12.31201171875rem;height:1.9125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ckwPJno9g34C7XDTcLg2opvxEgxWbtH3 { background-color:#d1232a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #36a5ca;border-left:0.0625rem solid #36a5ca;border-right:0.0625rem solid #36a5ca;border-bottom:0.0625rem solid #36a5ca;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:25.4375rem;left:55.5625rem;display:block; }
#MvMR7qxIHfy0O32sBDvew9Xwy8cdM4EJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F1iKmaret1B3TLCwvQ1bU5yJCTvd3Acs { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:7.9375rem;top:26.5625rem;left:11.75rem;overflow:hidden;display:block; }
#LZJGXERnHH3nV07Uzem9R19ercTKEZaG { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:7.25rem;top:26.5625rem;left:20.375rem;overflow:hidden;display:block; }
#TSqxNlJ2mDhbstSUekvpNoiAmkoXy3wT { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:7.3125rem;top:26.5625rem;left:29rem;overflow:hidden;display:block; }
#wSmuDeSxbFWsZgVRMmwdF5ilF2Hsl3a2 { position:absolute;display:block;z-index:15000;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.8125rem;width:34.6875rem;top:0rem;left:37.25rem;display:block; }
#zPekUUdkMA10q05zV4ThyC7e7n6nmprK { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.7;letter-spacing:0;top:23.499755859375rem;left:19.375rem;height:1.9125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cUrCvMXOxGeXTgDl6eT9alxTNxNTTHUH { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:6.25rem;top:26.625rem;left:3.21875rem;overflow:hidden;display:block; }
#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 { position:relative;display:block; }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 { background-color: transparent; background-image: none; }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .row .container > .video-iframe-container { display: none; }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .row > .video-iframe-container { display: none; }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .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); }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 { border-width: 0; border-radius: 0; }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TOz8GmZwqTCfICmftHnS0PU7yT8cVy6r { color:#610e26;display:block;width:73.125rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:2rem;left:1.875rem;height:5.3994125rem;font-style:normal;display:block; }
#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h { position:relative;display:block; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h { background-color: transparent; background-image: none; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row .container > .video-iframe-container { display: none; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row > .video-iframe-container { display: none; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .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); }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h { border-width: 0; border-radius: 0; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#P0PKAWGeKXgDTM5iF9DrCBICiyzLfkfG { 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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.05) ;height:25rem;width:37.1875rem;top:0rem;left:0rem;display:block; }
#FLuTlebTgE92nllsILsgWwbt5ERcmIZs { color:rgba(28,28,28,0.8);display:block;width:32.0625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:1.875rem;left:2.5625rem;height:19.1189375rem;font-style:normal;display:block; }
#muasE60T4xnRJq4l0NPIO2LIhMhTzvb9 { position:absolute;display:block;z-index:15006;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.05) ;height:25rem;width:37rem;top:0rem;left:38rem;display:block; }
#NpTTWON2v9ePUwzvSnV6MF1Ty9vU8FOu { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.25rem;width:36.4375rem;top:0.53125rem;left:38.28125rem;overflow:hidden;display:block; }
#D7XQtqkgOkNRkzUV0ecT2JELINerW9Zr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/pR27N6B7/bg3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D7XQtqkgOkNRkzUV0ecT2JELINerW9Zr.adaptive-delivery-prevent-bg, #D7XQtqkgOkNRkzUV0ecT2JELINerW9Zr.lazyload, #D7XQtqkgOkNRkzUV0ecT2JELINerW9Zr.lazyloading { background-image: none; }#D7XQtqkgOkNRkzUV0ecT2JELINerW9Zr > .row .container { background-color: transparent; background-image: none; }#D7XQtqkgOkNRkzUV0ecT2JELINerW9Zr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7XQtqkgOkNRkzUV0ecT2JELINerW9Zr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7XQtqkgOkNRkzUV0ecT2JELINerW9Zr > .row .container > .video-iframe-container { display: none; }#D7XQtqkgOkNRkzUV0ecT2JELINerW9Zr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7XQtqkgOkNRkzUV0ecT2JELINerW9Zr > .row > .video-iframe-container { display: none; }#D7XQtqkgOkNRkzUV0ecT2JELINerW9Zr > .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); }#D7XQtqkgOkNRkzUV0ecT2JELINerW9Zr > .row .container { border-width: 0; border-radius: 0; }#D7XQtqkgOkNRkzUV0ecT2JELINerW9Zr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D7XQtqkgOkNRkzUV0ecT2JELINerW9Zr > .row .container { font-size:0.875rem;font-family:arial;height:30.6875rem;width:75rem;position:relative;display:block; }#dRvOLB1eEpTLybxX2m7GfbytQ5Drbqyl { color:#076b8d;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:3.75rem;left:0rem;height:2.25043125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vLnMMoQuNaAF0sGoPHxUwDDwStT1Te8K { color:#222222;display:block;width:46.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:7.5639149057681rem;left:14.374113082886rem;height:6.4995625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#StaLob9qc310PcOBU0yAJKJB8f0dRrT2 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9992875rem;width:2.8125rem;top:7.5630270349794rem;left:11.061790466309rem;overflow:hidden;display:block; }
#vfXfN916IeVTntv84KKSEQUqhwEhu9dt { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9992875rem;width:2.8125rem;top:7.5630326271056rem;left:62.061431884766rem;overflow:hidden;display:block; }
#vIB4clX9hLp4cwkvSJQMEovrFJgobTqQ { color:#222222;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:14.873927723151rem;left:0rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pZZ52tEtHpT75bP3okVaXmGmvmySqeMN { position:absolute;display:block;z-index:15008;background-color:rgba(255,255,255,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:63.9375rem;top:17.187499653083rem;left:3.5479276434481rem;display:block; }
#GtgOsq8HyIP8vE1ALTUpNcT0KQoTa6TI { color:rgba(34,34,34,0.83);display:block;width:29.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:19.729224811774rem;left:8.0619678497312rem;height:5.19965625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mbSJNHoTBFt3G89yAsQ5WJLN7WeJntdk { color:#222222;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:25.336469650269rem;left:8.466796875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NCxEFWEgCCKSe18kIyqbrAER482iuFAF { color:rgba(34,34,34,0.79);display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:19.75rem;left:38.125rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GUtWLKQ3PIa9QdmbT4EephLEstx0P92y { color:#222222;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:24.92453956604rem;left:38.124111175537rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qNUXwg5WxAqZfo4GZQrNRkFIMAVpWXJE { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:0.125rem;top:17.75rem;left:37.5rem;display:block; }
#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5a3f205d-98d7-447b-a867-5d874cd12463/BSH090_my25_combined.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b.adaptive-delivery-prevent-bg, #xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b.lazyload, #xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b.lazyloading { background-image: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container { background-color: transparent; background-image: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(54,165,202,0.8); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container > .video-iframe-container { display: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(54,165,202,0.8); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row > .video-iframe-container { display: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .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); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container { border-width: 0; border-radius: 0; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:75rem;position:relative;display:block; }#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-form-header {  }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:#1c1c1c;width:24.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;line-height:1;overflow:hidden; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(28,28,28,0.48);border-left:0.0625rem solid rgba(28,28,28,0.48);border-right:0.0625rem solid rgba(28,28,28,0.48);border-bottom:0.0625rem solid rgba(28,28,28,0.48);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:24.4375rem;box-sizing:border-box;height:2.5625rem;color:#2d3137;font-size:0.875rem;overflow:hidden;font-family:ubuntu; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(28,28,28,0.48);border-left:0.0625rem solid rgba(28,28,28,0.48);border-right:0.0625rem solid rgba(28,28,28,0.48);border-bottom:0.0625rem solid rgba(28,28,28,0.48);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:24.4375rem;box-sizing:border-box;height:4.375rem;color:#2d3137;font-size:0.875rem;overflow:hidden;font-family:ubuntu; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(28,28,28,0.48);border-left:0.0625rem solid rgba(28,28,28,0.48);border-right:0.0625rem solid rgba(28,28,28,0.48);border-bottom:0.0625rem solid rgba(28,28,28,0.48);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:24.4375rem;box-sizing:border-box;height:2.5rem;color:#2d3137;font-family:ubuntu;font-size:0.875rem;overflow:hidden; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#d1232a;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:14.6875rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:700;color:#ffffff;width:13.1875rem;height:3.4375rem;font-family:ubuntu;overflow:hidden;font-style:normal; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.875rem; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.875rem; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.875rem; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.875rem; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;line-height:1.2;font-size:0.75rem;font-weight:300;color:#2d3137;vertical-align:top;width:26.4375rem;overflow:hidden;font-style:normal; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .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; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .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:ubuntu;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-container:first-of-type{padding-top:0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-container:last-of-type{padding-bottom:0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.472869873047rem;left:5.3417987823486rem; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.4375rem; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-info-text { display:block;height:auto;font-family:ubuntu;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; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 {display:block;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.472869873047rem;left:5.3417987823486rem; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Xbl1cVy9m82xgkyQniZBQFuCHatqHELJ { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #lZ7TVCI5MkAwJG7pmo8hWqPfOvb0RT0f { position:relative;display:block; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #yZU5tBg4e2QCiVam0xZu6SmsOdJ2a6Ka { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #rAJTT2Gm7J7BfL5M2yMO4tJfGzSLfb77 { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #U3AMhgZr0Na7q3EBHEg7tKhFaI905UVA { position:relative;display:block; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #TQs56Iysot71ISn5JihNwt0tHHwOEEdS { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #HQPxCOGLNeiP0vMvLOUTT2sZ3GLuXppv { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Mif5z8W83fc4ptQBauaTVu1BGpDE6M7m { position:relative;display:block; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Jm4HDDepqgZVVl27ZkRygL6dzuMF2rL5 { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #qqWH691zG7cPqyPzQMKOEgIfBxSR02xT { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #bV9kxSxyyqfr2o8FO7oFERcJ494pBOlM { position:relative;display:block; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #I2vEx4VmRR4qC3TOCInmMWLMtuRGM2uM { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #GCrQ8HTWXA3hrM1XnZDsSPB3X68c35KT { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #ycrsIy2KHRlKVz0IKLhqTmtlpx86mkdh { position:relative;z-index:2; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #VUXzrFsmH95EMqX4AoEnV0OL74TDf1ot { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #O8TUq2WqftVDUIMTX4lznbcundkC6wkE { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #WbdJoKx6WhHGDKVMZoq4p7yhTlOp8dnc { position:relative; }
#xk6mKoqLT2qIV5s5Fpboi0H6EKLE24iQ { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:37.5rem;top:9rem;left:37.375rem;display:block; }
#iTuJTwAs4raayoVf0lFE8mpTW6BLk1mz { color:#ffffff;display:block;width:48.0625rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:3.25rem;left:2.0625rem;height:3.9375rem;font-style:normal;display:block; }
#cHTv337IWTeUG9qxWrLF35VkkFDF89as { color:#610e26;display:block;width:25.125rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:17.5rem;left:43.311767578125rem;height:9rem;font-style:normal;display:block; }
#t2RwfMkkGsDSFCUatnMfTcm8SR9vOdy9 { color:#610e26;display:block;width:21.6875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.7;letter-spacing:0;top:26.4375rem;left:43.3125rem;height:1.9125rem;font-style:normal;display:block; }
#EiHCS1Mi6VeDqXXDTBvoyzQK5nnmc89O { 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.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:37.5rem;top:9.0625rem;left:0rem;display:block; }
#FuhZK5mRGW4uOhTIxqFZ5V4vTO8BQan1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/dVc835bJ/andrew-neel-bottom-bg.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FuhZK5mRGW4uOhTIxqFZ5V4vTO8BQan1.adaptive-delivery-prevent-bg, #FuhZK5mRGW4uOhTIxqFZ5V4vTO8BQan1.lazyload, #FuhZK5mRGW4uOhTIxqFZ5V4vTO8BQan1.lazyloading { background-image: none; }#FuhZK5mRGW4uOhTIxqFZ5V4vTO8BQan1 > .row .container { background-color: transparent; background-image: none; }#FuhZK5mRGW4uOhTIxqFZ5V4vTO8BQan1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #36a5ca; }#FuhZK5mRGW4uOhTIxqFZ5V4vTO8BQan1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuhZK5mRGW4uOhTIxqFZ5V4vTO8BQan1 > .row .container > .video-iframe-container { display: none; }#FuhZK5mRGW4uOhTIxqFZ5V4vTO8BQan1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #36a5ca; }#FuhZK5mRGW4uOhTIxqFZ5V4vTO8BQan1 > .row > .video-iframe-container { display: none; }#FuhZK5mRGW4uOhTIxqFZ5V4vTO8BQan1 > .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); }#FuhZK5mRGW4uOhTIxqFZ5V4vTO8BQan1 > .row .container { border-width: 0; border-radius: 0; }#FuhZK5mRGW4uOhTIxqFZ5V4vTO8BQan1::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FuhZK5mRGW4uOhTIxqFZ5V4vTO8BQan1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FuhZK5mRGW4uOhTIxqFZ5V4vTO8BQan1 > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;position:relative;display:block; }#AyiHBLQkZzE7zQatTgaB56cvdcTVensK { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.0625rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HgA3EbBE49rgzd7XIHJwWRW9WevXd1tR { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:7.625rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tvZGwhLRkgGhqbdNPVkRzL8sQU6fpn8W { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:4.7602996826172rem;left:32.217685699463rem;overflow:hidden;display:block; }
#bEbq8qQvfsRpUPl5Go9lxTq9IFI0MF5s { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9992875rem;width:1.9992875rem;top:4.7602996826172rem;left:36.498580932618rem;overflow:hidden;display:block; }
#cQw2INWzXsL3zaIgCdA0byGBnfanFcAs { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:4.7602996826172rem;left:40.749290466309rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b2cqdoWNAleSTTTnTPUHEDewdfZqm9nN { display:block; }#b2cqdoWNAleSTTTnTPUHEDewdfZqm9nN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wvwQBGmdW64ATMhE0rcANtJxqFkOMPCa { width:4.875rem;height:3rem;top:1.0625rem;left:13.623756408691rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy0dxHinQTTFKTq2qmx7tD8zxm2BLIhi { display:block; }
 }@media only screen and (max-width: 763px) { #ZvJqXELszfBk09S3uzVe5vS383teMNo1 { width:7.3125rem;height:2.1875rem;top:1.4375rem;left:23.186080932618rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0Gw2ZlErl8crHerIkTki5WwmdiKnqvv { display:block; }
 }@media only screen and (max-width: 763px) { #sLqxTls0BFtMbNE2bCMP4LyuVCLl3lnA { width:8.6875rem;height:2.125rem;top:1.25rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZwtiURn1ggQpxVOiOliDHnlASM8WZux { display:block; }
 }@media only screen and (max-width: 763px) { #TEX1mt1lGnwkM65ZgG4EdUwQLFdfOkaL { width:6.4375rem;height:2.1875rem;top:1.4375rem;left:34.427200317382rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW3Cp4TzRGCy3Jh4IMAxpuVobTNxfTsk { display:block; }
 }@media only screen and (max-width: 763px) { #JIx1uTfsSOHlLqW5ftbfEILI4k3UWd3s { width:4.75rem;height:5.120715274729rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eulQvoPW3x8APvhokODFGX2ru3J4HTgP { top:0.75rem;left:42.000001192093rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxMLQ4T4lOpQNW5TonMyKU1LeSuTidwW { top:1.375rem;left:19.933238983154rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT5lJw0QEdCt2zMz44hqG09ak2BrF5U5 { top:1.5625rem;left:32.431461334229rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU7n32ks9oRPkvfHEWDezt5L1BLuynJO { top:1.5625rem;left:11.118431091309rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmv602PNzlF60iZ2vexXUx2z9tJtQUAu { width:4.75rem;height:4.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #blAytKxWGZ6azpeEfU3kB2WZDwm1wVR2 { display:block; }#blAytKxWGZ6azpeEfU3kB2WZDwm1wVR2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPxybOpLuu6AVZ6JF2g8NVP0TJihJ2d3 { width:24.6875rem;height:2.75rem;top:8rem;left:23.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhgmHH95a8TxCTMtnz5149HLWV23A066 .widget-regular-label { width:22.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 .widget-input-text { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 .widget-input-text {padding-top: 0; padding-bottom: 0;}#EhgmHH95a8TxCTMtnz5149HLWV23A066 .widget-textarea { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 .widget-input-select { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 .widget-input-select {padding-top: 0; padding-bottom: 0;}#EhgmHH95a8TxCTMtnz5149HLWV23A066 .widget-input-button { width:17.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 .widget-checkbox-label { width:21.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066  { width:22.1875rem;height:auto;top:13.125rem;left:23.0625rem; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 .radio-container { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 {display:block;}#EhgmHH95a8TxCTMtnz5149HLWV23A066 { width:22.1875rem;height:auto;top:13.125rem;left:23.0625rem; }
 }@media only screen and (max-width: 763px) { #EhgmHH95a8TxCTMtnz5149HLWV23A066 #Aefk3SpoMbcdZPhmg8wN6XIlHcpMmPoQ {  }
 }@media only screen and (max-width: 763px) { #EhgmHH95a8TxCTMtnz5149HLWV23A066 #zJip7AW5cJro8UnwugpxZbna9LtGo40g {  }
 }@media only screen and (max-width: 763px) { #EhgmHH95a8TxCTMtnz5149HLWV23A066 #DPDPU2NR73mDUJa6c7FwZQ5W2Qlb3FT5 {  }
 }@media only screen and (max-width: 763px) { #EhgmHH95a8TxCTMtnz5149HLWV23A066 #X2Bgi9nbco929ULvvVbIJICAg66QTeoW {  }
 }@media only screen and (max-width: 763px) { #EhgmHH95a8TxCTMtnz5149HLWV23A066 #LGSOTIWbHMLUR6vresR98cW9JWLQO8dP {  }
 }@media only screen and (max-width: 763px) { #EhgmHH95a8TxCTMtnz5149HLWV23A066 #ONuidMhTl6U1EfFURViJAkk8FS4gaMXW {  }
 }@media only screen and (max-width: 763px) { #EhgmHH95a8TxCTMtnz5149HLWV23A066 #BTqb5HkFZCiQVzAz6oClECoAUsBm5ROd {  }
 }@media only screen and (max-width: 763px) { #EhgmHH95a8TxCTMtnz5149HLWV23A066 #POxn7rp3iwte6NRhsvG9iN4gCdWTdqSw {  }
 }@media only screen and (max-width: 763px) { #EhgmHH95a8TxCTMtnz5149HLWV23A066 #tr1t9ZnuTgTR1e2NkTiJfOt9TEtMKFVe {  }
 }@media only screen and (max-width: 763px) { #EhgmHH95a8TxCTMtnz5149HLWV23A066 #ocEzNPfpS8SRwi4zgBA4skK4W4JS6Btn {  }
 }@media only screen and (max-width: 763px) { #EhgmHH95a8TxCTMtnz5149HLWV23A066 #a63APppIb8boQs1wKJpO3BDF6aF3Wb7P {  }
 }@media only screen and (max-width: 763px) { #EhgmHH95a8TxCTMtnz5149HLWV23A066 #OWah7fHEoi8ungBDdKDJPALlZLX3eX1N {  }
 }@media only screen and (max-width: 763px) { #EhgmHH95a8TxCTMtnz5149HLWV23A066 #CfQNnpTwyzdwTJ4f5Qf0EPNucQOyIRoW {  }
 }@media only screen and (max-width: 763px) { #EhgmHH95a8TxCTMtnz5149HLWV23A066 #fCV48SiURFI3KR3IKoFh7HLh04Osg7Z9 {  }
 }@media only screen and (max-width: 763px) { #EhgmHH95a8TxCTMtnz5149HLWV23A066 #exttqWIVV34RK9Av4irehAi6iGTqC9bx {  }
 }@media only screen and (max-width: 763px) { #EhgmHH95a8TxCTMtnz5149HLWV23A066 #iH1tUdxC5IvZpbsSKRP8hr5l9UVeZCxg {  }
 }@media only screen and (max-width: 763px) { #EhgmHH95a8TxCTMtnz5149HLWV23A066 #sGsJOPCTLZ1KRXGJG9ubuU95rNSLCTtc {  }
 }@media only screen and (max-width: 763px) { #Exe6BCosC261L2tzK5wG4npL97RB28ZJ { top:8rem;left:0rem;width:26.5625rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8g1J0Hgy2hTtrnet0GLJm7r0LrArNSA { top:7.75rem;left:0rem;width:25rem;height:13.5rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JU7hcipVdpF8iTyV38LPugoOQkyyAuNX { top:17.4375rem;left:0rem;width:25rem;height:10.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgyQUzw3g0qFSKlGGWXdhayfZfPFJpps { width:24.6875rem;height:1.6875rem;top:10.8125rem;left:23.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZG1y378R8sknaBCScvGKbEN641wmdte { display:block; }#XZG1y378R8sknaBCScvGKbEN641wmdte > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W3eC5Ax0qxos4kaDOboFTVcXaDrycL9H { top:2.75rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZpPmvaEJgxbChCwGiwKsf64RbR32NQk { display:block; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCJTThaaHfAfkm0xTCnPsCnhVggIPD27 { top:2.5rem;left:0rem;width:47.75rem;height:19.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tad5B0hTXCoJoKrTL4OICsuBs9x4pz7N { top:25.0625rem;left:0rem;width:47.75rem;height:30.465922107675rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDq1dFsA2VCDcGWf5JxkLhQ5dDAKxb3t { display:block; }#mDq1dFsA2VCDcGWf5JxkLhQ5dDAKxb3t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJG6UltSps5TAUeXIScMBSJS8M6C37SK { top:0rem;left:0rem;width:47.75rem;height:31.694525193798rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rkqzx82J8x5ibKp6oWVJTHJzWfa5Ugx2 { top:5.375rem;left:0rem;width:26.9375rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLGzh0LN08kZnWpwQ2x1ADikmT8dIw7x { top:12.75rem;left:0rem;width:31.125rem;height:7.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxfMfLOW3CoKPhoUE8qddMJXScopOebt { top:9.4375rem;left:0rem;width:30.125rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqTQgMHETI8mcwmXE6pei1OT1scHzRHs { width:13.75rem;height:3.375rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVgJNPBc0TakrChdcObCTGGcTT8GHO8D { display:block; }
 }@media only screen and (max-width: 763px) { #a6FH0OI3KelxHThMFVcrCT6sdIfzNSqs { top:0rem;left:0rem;width:47.75rem;height:57.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScxarVoLtL49v0PTNiAn6kZxt1Am8857 { display:block; }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqwgl8rUDQPhxhAJIlTrS1TpBIo2kLer { top:9.25rem;left:0rem;width:21.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #igL6P8PNKiFHSU5AkhPVlpkR5dCtaP2D { top:12.8125rem;left:0rem;width:21.875rem;height:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkX4rlb3T7vJMWxSPPvqsFVtM2STeKvb { top:25.25rem;left:0rem;width:25rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STUru5gfU086KBuUsufyXidzMSBn5n7h { top:4.375rem;left:11.375rem;width:25rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5t36ifgCw3JFu91M2Se65a2zDqJV9Qu { top:25.25rem;left:22.75rem;width:25rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmTC7vVKX5KT4ZNFIWAiW9gcryF0u5MI { top:7.375rem;left:25.875rem;width:21.875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXqssqVUFUsNKrq9AdPbFH8sBlHysR9I { top:12.875rem;left:25.875rem;width:21.875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPLm0q8bV7ATnDNlRgWFPbOruPtq7D8D { top:30.875rem;left:14rem;width:20rem;height:1.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT8HodDZnL8ifvJXTqgg6ZAbgTJpiqcJ { top:34.1875rem;left:13.875rem;width:20rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WytLf4faeIZ96xagCnI3owlmmNboEvKC { display:block; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcTykTFgTu1U2wondefRDPPrfCuNgKvC { top:2.4375rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrdWcbtw1UT4GBdiXCEtMDALZNW0SqK5 { display:block; }#TrdWcbtw1UT4GBdiXCEtMDALZNW0SqK5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uMCvBEskI8ZTc2bBLmDAw8ExT6G7Ah72 { top:3.25rem;left:0rem;width:21.375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxfAl6aGlfwTUKHzRq25Q3LpxrDo6ABz { top:5.6875rem;left:0rem;width:21.375rem;height:5.0625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8XsoZiIG3f0WM6o3T2U09IXr81OQIVg { top:11.6875rem;left:0rem;width:21.375rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceGB0smuVMh7mJU8CHke6lqNiTZe4k5h { top:3.25rem;left:13.75rem;width:21.375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6ks3g3LLTAeNA5ucUg2clmHuy4zD21p { top:11.6875rem;left:12.9375rem;width:21.375rem;height:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0Son31m9bgLaXTmTOw0HZeC4gOlD4yb { top:5.6875rem;left:13.1875rem;width:21.375rem;height:5.0625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC6pzauBBGM96MvclXSTq0hkFHLVa2Ba { top:3.25rem;left:26.375rem;width:21.375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFTmmIEQak5qF61asKMVDspcqqOcQW9p { top:11.6875rem;left:26.375rem;width:21.375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl7HsDzxl5eEFvGVJNfCtZtOQFdgHysP { top:6.25rem;left:26.375rem;width:21.375rem;height:5.0625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ { display:block; }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TClc8wcKWnWbwHSVXpkRUxv0urbTLTdh { top:0rem;left:0rem;width:30.1875rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg4hoe9s1Ws2rhBnkzepXfZn34qCkvZg { top:5.375rem;left:20.8125rem;width:26.9375rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmbHJbqDlU3tztDxMxFkikPpDmyzbr20 { top:13.5625rem;left:19.9375rem;width:27.8125rem;height:9.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ro8d7zwgZVltnpUPykSw0P9szn1P8g7d { top:8.125rem;left:21.5rem;width:26.25rem;height:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ2GsFKCHOX9FLH3oOxCyUgSWRqI6aa5 { top:23.4375rem;left:0rem;width:6rem;height:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqHiJZ8rHzAA2tgvbOWIcDtL0gNINeNi { top:26.125rem;left:30.3740234375rem;width:9.8125rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNHMAzLmcVxL0Osp3sE5m9l2VRme9q7n { top:26.3125rem;left:27.186767578125rem;width:3.1875rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D26lpvyhmghKFTsnbFEkmtDPcCgak1oM { top:23.4375rem;left:0rem;width:5.625rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckwPJno9g34C7XDTcLg2opvxEgxWbtH3 { width:13.75rem;height:3.375rem;top:25.4375rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvMR7qxIHfy0O32sBDvew9Xwy8cdM4EJ { display:block; }
 }@media only screen and (max-width: 763px) { #F1iKmaret1B3TLCwvQ1bU5yJCTvd3Acs { top:26.5625rem;left:0rem;width:7.9375rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZJGXERnHH3nV07Uzem9R19ercTKEZaG { top:26.5625rem;left:6.75rem;width:7.25rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSqxNlJ2mDhbstSUekvpNoiAmkoXy3wT { top:26.5625rem;left:15.375rem;width:7.3125rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSmuDeSxbFWsZgVRMmwdF5ilF2Hsl3a2 { top:0rem;left:13.0625rem;width:34.6875rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPekUUdkMA10q05zV4ThyC7e7n6nmprK { top:23.4375rem;left:5.75rem;width:6.875rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUrCvMXOxGeXTgDl6eT9alxTNxNTTHUH { top:26.625rem;left:0rem;width:6.25rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 { display:block; }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOz8GmZwqTCfICmftHnS0PU7yT8cVy6r { top:1.9375rem;left:0rem;width:47.75rem;height:5.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h { display:block; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P0PKAWGeKXgDTM5iF9DrCBICiyzLfkfG { top:0rem;left:0rem;width:37.1875rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLuTlebTgE92nllsILsgWwbt5ERcmIZs { top:1.875rem;left:0rem;width:32.0625rem;height:19.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #muasE60T4xnRJq4l0NPIO2LIhMhTzvb9 { top:0rem;left:10.5625rem;width:37rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpTTWON2v9ePUwzvSnV6MF1Ty9vU8FOu { top:0.5rem;left:11.3125rem;width:36.4375rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7XQtqkgOkNRkzUV0ecT2JELINerW9Zr { display:block; }#D7XQtqkgOkNRkzUV0ecT2JELINerW9Zr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dRvOLB1eEpTLybxX2m7GfbytQ5Drbqyl { width:47.75rem;height:2.1875rem;top:3.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLnMMoQuNaAF0sGoPHxUwDDwStT1Te8K { width:46.25rem;height:6.4375rem;top:7.5625rem;left:0.74911308288575rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #StaLob9qc310PcOBU0yAJKJB8f0dRrT2 { width:2.8125rem;height:1.9992875rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfXfN916IeVTntv84KKSEQUqhwEhu9dt { width:2.8125rem;height:1.9992875rem;top:7.5625rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIB4clX9hLp4cwkvSJQMEovrFJgobTqQ { width:47.75rem;height:1.25rem;top:14.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZZ52tEtHpT75bP3okVaXmGmvmySqeMN { width:47.625rem;height:11.625rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtgOsq8HyIP8vE1ALTUpNcT0KQoTa6TI { width:29.5rem;height:5.1875rem;top:19.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbSJNHoTBFt3G89yAsQ5WJLN7WeJntdk { width:28.75rem;height:1.4375rem;top:25.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCxEFWEgCCKSe18kIyqbrAER482iuFAF { width:28.75rem;height:2.5625rem;top:19.6875rem;left:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUtWLKQ3PIa9QdmbT4EephLEstx0P92y { width:28.75rem;height:1.4375rem;top:24.875rem;left:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNUXwg5WxAqZfo4GZQrNRkFIMAVpWXJE { width:0.125rem;height:7.5rem;top:17.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b { display:block; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-regular-label { width:27.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-text { width:27.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-textarea { width:27.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-select { width:27.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-checkbox-label { width:26.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2  { width:27.875rem;height:auto;top:12.4375rem;left:0rem; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .radio-container { width:27.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 {display:block;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 { width:27.875rem;height:auto;top:12.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Xbl1cVy9m82xgkyQniZBQFuCHatqHELJ {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #lZ7TVCI5MkAwJG7pmo8hWqPfOvb0RT0f { display:block; }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #yZU5tBg4e2QCiVam0xZu6SmsOdJ2a6Ka {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #rAJTT2Gm7J7BfL5M2yMO4tJfGzSLfb77 {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #U3AMhgZr0Na7q3EBHEg7tKhFaI905UVA {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #TQs56Iysot71ISn5JihNwt0tHHwOEEdS {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #HQPxCOGLNeiP0vMvLOUTT2sZ3GLuXppv {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Mif5z8W83fc4ptQBauaTVu1BGpDE6M7m { display:block; }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Jm4HDDepqgZVVl27ZkRygL6dzuMF2rL5 {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #qqWH691zG7cPqyPzQMKOEgIfBxSR02xT {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #bV9kxSxyyqfr2o8FO7oFERcJ494pBOlM { display:block; }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #I2vEx4VmRR4qC3TOCInmMWLMtuRGM2uM {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #GCrQ8HTWXA3hrM1XnZDsSPB3X68c35KT {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #ycrsIy2KHRlKVz0IKLhqTmtlpx86mkdh {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #VUXzrFsmH95EMqX4AoEnV0OL74TDf1ot {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #O8TUq2WqftVDUIMTX4lznbcundkC6wkE {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #WbdJoKx6WhHGDKVMZoq4p7yhTlOp8dnc {  }
 }@media only screen and (max-width: 763px) { #xk6mKoqLT2qIV5s5Fpboi0H6EKLE24iQ { top:9rem;left:10.125rem;width:37.5rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTuJTwAs4raayoVf0lFE8mpTW6BLk1mz { top:3.25rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHTv337IWTeUG9qxWrLF35VkkFDF89as { top:17.5rem;left:22.625rem;width:25.125rem;height:13.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2RwfMkkGsDSFCUatnMfTcm8SR9vOdy9 { top:26.375rem;left:26.125rem;width:21.625rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiHCS1Mi6VeDqXXDTBvoyzQK5nnmc89O { top:9.0625rem;left:0rem;width:37.5rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuhZK5mRGW4uOhTIxqFZ5V4vTO8BQan1 { display:block; }#FuhZK5mRGW4uOhTIxqFZ5V4vTO8BQan1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AyiHBLQkZzE7zQatTgaB56cvdcTVensK { width:32.5625rem;height:2.6875rem;top:5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgA3EbBE49rgzd7XIHJwWRW9WevXd1tR { width:32.5625rem;height:2.625rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvZGwhLRkgGhqbdNPVkRzL8sQU6fpn8W { width:4.0625rem;height:4.0625rem;top:3rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEbq8qQvfsRpUPl5Go9lxTq9IFI0MF5s { width:4.0625rem;height:4.0625rem;top:3rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQw2INWzXsL3zaIgCdA0byGBnfanFcAs { width:4.0625rem;height:4.0625rem;top:3rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b2cqdoWNAleSTTTnTPUHEDewdfZqm9nN { position:relative;z-index:auto;display:block; }#b2cqdoWNAleSTTTnTPUHEDewdfZqm9nN > .row .container { width:20rem;height:6.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wvwQBGmdW64ATMhE0rcANtJxqFkOMPCa { width:3.9375rem;height:2.1875rem;top:4.25rem;left:2.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy0dxHinQTTFKTq2qmx7tD8zxm2BLIhi { display:block; }
 }@media only screen and (max-width: 763px) { #ZvJqXELszfBk09S3uzVe5vS383teMNo1 { width:5.5625rem;height:2.1875rem;top:4.25rem;left:8.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0Gw2ZlErl8crHerIkTki5WwmdiKnqvv { display:block; }
 }@media only screen and (max-width: 763px) { #sLqxTls0BFtMbNE2bCMP4LyuVCLl3lnA { width:8.3744375rem;height:1.3742875rem;top:1.84326171875rem;left:11.6259765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZwtiURn1ggQpxVOiOliDHnlASM8WZux { display:block; }
 }@media only screen and (max-width: 763px) { #TEX1mt1lGnwkM65ZgG4EdUwQLFdfOkaL { width:4.375rem;height:1.9375rem;top:4.375rem;left:15.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW3Cp4TzRGCy3Jh4IMAxpuVobTNxfTsk { display:block; }
 }@media only screen and (max-width: 763px) { #JIx1uTfsSOHlLqW5ftbfEILI4k3UWd3s { width:3.5617875rem;height:3.8742875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eulQvoPW3x8APvhokODFGX2ru3J4HTgP { display:flex;width:2.43696875rem;height:2.43696875rem;top:1.31201171875rem;left:8.78125rem; }
 }@media only screen and (max-width: 763px) { #lxMLQ4T4lOpQNW5TonMyKU1LeSuTidwW { width:1.6875rem;height:1.6875rem;top:4.5rem;left:6.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT5lJw0QEdCt2zMz44hqG09ak2BrF5U5 { width:1.625rem;height:1.625rem;top:4.53125rem;left:14.34375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU7n32ks9oRPkvfHEWDezt5L1BLuynJO { width:1.75rem;height:1.75rem;top:4.46875rem;left:1.1125000715256rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmv602PNzlF60iZ2vexXUx2z9tJtQUAu { width:4.75rem;height:4.75rem;top:0rem;left:3.560014128685rem;display:block; }
 }@media only screen and (max-width: 763px) { #blAytKxWGZ6azpeEfU3kB2WZDwm1wVR2 { display:block; }#blAytKxWGZ6azpeEfU3kB2WZDwm1wVR2 > .row .container { width:20rem;height:61.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPxybOpLuu6AVZ6JF2g8NVP0TJihJ2d3 { width:20rem;height:4.875rem;top:24.487501144409rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#000d43;display:block; }
 }@media only screen and (max-width: 763px) { #EhgmHH95a8TxCTMtnz5149HLWV23A066 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0rem solid #d6d4d4;border-left:0rem solid #c32ea9;border-right:0rem solid #d6d4d4;border-bottom:0.0625rem solid #c32ea9; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 .widget-input-text {padding-top: 0; padding-bottom: 0;}#EhgmHH95a8TxCTMtnz5149HLWV23A066 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0rem solid #d6d4d4;border-left:0rem solid #c32ea9;border-right:0rem solid #d6d4d4;border-bottom:0.0625rem solid #c32ea9; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 .widget-input-select {padding-top: 0; padding-bottom: 0;}#EhgmHH95a8TxCTMtnz5149HLWV23A066 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066  { width:17.5rem;height:auto;top:33rem;left:0rem;background-color:transparent;background-image:none; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EhgmHH95a8TxCTMtnz5149HLWV23A066 {display:block;}#EhgmHH95a8TxCTMtnz5149HLWV23A066 { width:17.5rem;height:auto;top:33rem;left:0rem;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #EhgmHH95a8TxCTMtnz5149HLWV23A066 #Aefk3SpoMbcdZPhmg8wN6XIlHcpMmPoQ {  }
 }@media only screen and (max-width: 763px) { #EhgmHH95a8TxCTMtnz5149HLWV23A066 #zJip7AW5cJro8UnwugpxZbna9LtGo40g {  }
 }@media only screen and (max-width: 763px) { #EhgmHH95a8TxCTMtnz5149HLWV23A066 #DPDPU2NR73mDUJa6c7FwZQ5W2Qlb3FT5 {  }
 }@media only screen and (max-width: 763px) { #EhgmHH95a8TxCTMtnz5149HLWV23A066 #X2Bgi9nbco929ULvvVbIJICAg66QTeoW {  }
 }@media only screen and (max-width: 763px) { #EhgmHH95a8TxCTMtnz5149HLWV23A066 #LGSOTIWbHMLUR6vresR98cW9JWLQO8dP {  }
 }@media only screen and (max-width: 763px) { #EhgmHH95a8TxCTMtnz5149HLWV23A066 #ONuidMhTl6U1EfFURViJAkk8FS4gaMXW {  }
 }@media only screen and (max-width: 763px) { #EhgmHH95a8TxCTMtnz5149HLWV23A066 #BTqb5HkFZCiQVzAz6oClECoAUsBm5ROd {  }
 }@media only screen and (max-width: 763px) { #EhgmHH95a8TxCTMtnz5149HLWV23A066 #POxn7rp3iwte6NRhsvG9iN4gCdWTdqSw {  }
 }@media only screen and (max-width: 763px) { #EhgmHH95a8TxCTMtnz5149HLWV23A066 #tr1t9ZnuTgTR1e2NkTiJfOt9TEtMKFVe {  }
 }@media only screen and (max-width: 763px) { #EhgmHH95a8TxCTMtnz5149HLWV23A066 #ocEzNPfpS8SRwi4zgBA4skK4W4JS6Btn {  }
 }@media only screen and (max-width: 763px) { #EhgmHH95a8TxCTMtnz5149HLWV23A066 #a63APppIb8boQs1wKJpO3BDF6aF3Wb7P {  }
 }@media only screen and (max-width: 763px) { #EhgmHH95a8TxCTMtnz5149HLWV23A066 #OWah7fHEoi8ungBDdKDJPALlZLX3eX1N {  }
 }@media only screen and (max-width: 763px) { #EhgmHH95a8TxCTMtnz5149HLWV23A066 #CfQNnpTwyzdwTJ4f5Qf0EPNucQOyIRoW {  }
 }@media only screen and (max-width: 763px) { #EhgmHH95a8TxCTMtnz5149HLWV23A066 #fCV48SiURFI3KR3IKoFh7HLh04Osg7Z9 {  }
 }@media only screen and (max-width: 763px) { #EhgmHH95a8TxCTMtnz5149HLWV23A066 #exttqWIVV34RK9Av4irehAi6iGTqC9bx {  }
 }@media only screen and (max-width: 763px) { #EhgmHH95a8TxCTMtnz5149HLWV23A066 #iH1tUdxC5IvZpbsSKRP8hr5l9UVeZCxg {  }
 }@media only screen and (max-width: 763px) { #EhgmHH95a8TxCTMtnz5149HLWV23A066 #sGsJOPCTLZ1KRXGJG9ubuU95rNSLCTtc {  }
 }@media only screen and (max-width: 763px) { #Exe6BCosC261L2tzK5wG4npL97RB28ZJ { width:20rem;height:51.625rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8g1J0Hgy2hTtrnet0GLJm7r0LrArNSA { width:13.5625rem;height:8.39845rem;top:0.61093759536743rem;left:3.21875rem;font-size:1.75rem;line-height:1.2;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JU7hcipVdpF8iTyV38LPugoOQkyyAuNX { width:16.25rem;height:16.5rem;top:7.4375rem;left:3.75rem;font-size:1rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sgyQUzw3g0qFSKlGGWXdhayfZfPFJpps { width:20rem;height:1.70605625rem;top:29.362501144409rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;color:#000d43;display:block; }
 }@media only screen and (max-width: 763px) { #XZG1y378R8sknaBCScvGKbEN641wmdte { background-color:#36a5ca;background-image:none;display:block; }#XZG1y378R8sknaBCScvGKbEN641wmdte > .row .container { background-color: transparent; background-image: none; }#XZG1y378R8sknaBCScvGKbEN641wmdte::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZG1y378R8sknaBCScvGKbEN641wmdte > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZG1y378R8sknaBCScvGKbEN641wmdte > .row .container > .video-iframe-container { display: none; }#XZG1y378R8sknaBCScvGKbEN641wmdte > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZG1y378R8sknaBCScvGKbEN641wmdte > .row > .video-iframe-container { display: none; }#XZG1y378R8sknaBCScvGKbEN641wmdte > .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); }#XZG1y378R8sknaBCScvGKbEN641wmdte > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W3eC5Ax0qxos4kaDOboFTVcXaDrycL9H { width:17.875rem;height:8.3984375rem;top:1.13671875rem;left:1.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZpPmvaEJgxbChCwGiwKsf64RbR32NQk { display:block; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container { width:20rem;height:56.851551870623rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCJTThaaHfAfkm0xTCnPsCnhVggIPD27 { width:20rem;height:40.7813125rem;top:0.84140586853025rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tad5B0hTXCoJoKrTL4OICsuBs9x4pz7N { width:20rem;height:12.760731558123rem;top:42.8408203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDq1dFsA2VCDcGWf5JxkLhQ5dDAKxb3t { background-color:#36a5ca;background-image:none;display:block; }#mDq1dFsA2VCDcGWf5JxkLhQ5dDAKxb3t > .row .container { background-color: transparent; background-image: none; }#mDq1dFsA2VCDcGWf5JxkLhQ5dDAKxb3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDq1dFsA2VCDcGWf5JxkLhQ5dDAKxb3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDq1dFsA2VCDcGWf5JxkLhQ5dDAKxb3t > .row .container > .video-iframe-container { display: none; }#mDq1dFsA2VCDcGWf5JxkLhQ5dDAKxb3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDq1dFsA2VCDcGWf5JxkLhQ5dDAKxb3t > .row > .video-iframe-container { display: none; }#mDq1dFsA2VCDcGWf5JxkLhQ5dDAKxb3t > .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); }#mDq1dFsA2VCDcGWf5JxkLhQ5dDAKxb3t > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJG6UltSps5TAUeXIScMBSJS8M6C37SK { width:20rem;height:13.18725rem;top:0.565185546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rkqzx82J8x5ibKp6oWVJTHJzWfa5Ugx2 { width:16.8115rem;height:1.7875rem;top:16.68701171875rem;left:0.687255859375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLGzh0LN08kZnWpwQ2x1ADikmT8dIw7x { width:17.37425rem;height:8.92380625rem;top:24.9365234375rem;left:0.404052734375rem;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #KxfMfLOW3CoKPhoUE8qddMJXScopOebt { width:16.687rem;height:2.975rem;top:20.123291015625rem;left:0.7470703125rem;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #TqTQgMHETI8mcwmXE6pei1OT1scHzRHs { width:13.71875rem;height:3.342775rem;top:35.435791015625rem;left:3.1396484375rem;z-index:15012;background-color:#ca3636;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) { #vVgJNPBc0TakrChdcObCTGGcTT8GHO8D { display:block; }
 }@media only screen and (max-width: 763px) { #a6FH0OI3KelxHThMFVcrCT6sdIfzNSqs { width:20rem;height:19.6875rem;top:15.062255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScxarVoLtL49v0PTNiAn6kZxt1Am8857 { display:block; }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 > .row .container { width:20rem;height:45.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqwgl8rUDQPhxhAJIlTrS1TpBIo2kLer { width:11.8125rem;height:3.6rem;top:2.25rem;left:7.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #igL6P8PNKiFHSU5AkhPVlpkR5dCtaP2D { width:20rem;height:4.5rem;top:7.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkX4rlb3T7vJMWxSPPvqsFVtM2STeKvb { width:6.25rem;height:6.25rem;top:0rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d9aa8c39-d5a5-4aa3-8bf4-242c0abb7c74/Group83.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zkX4rlb3T7vJMWxSPPvqsFVtM2STeKvb.adaptive-delivery-prevent-bg, #zkX4rlb3T7vJMWxSPPvqsFVtM2STeKvb.lazyload, #zkX4rlb3T7vJMWxSPPvqsFVtM2STeKvb.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #STUru5gfU086KBuUsufyXidzMSBn5n7h { width:6.25rem;height:6.25rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5t36ifgCw3JFu91M2Se65a2zDqJV9Qu { width:6.25rem;height:6.25rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmTC7vVKX5KT4ZNFIWAiW9gcryF0u5MI { width:12.06175rem;height:5.4rem;top:14.613037109375rem;left:7.373046875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXqssqVUFUsNKrq9AdPbFH8sBlHysR9I { width:20rem;height:6rem;top:21.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPLm0q8bV7ATnDNlRgWFPbOruPtq7D8D { width:10.7495rem;height:6.2988125rem;top:28.7255859375rem;left:7.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT8HodDZnL8ifvJXTqgg6ZAbgTJpiqcJ { width:19.4375rem;height:9rem;top:36.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WytLf4faeIZ96xagCnI3owlmmNboEvKC { display:block; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcTykTFgTu1U2wondefRDPPrfCuNgKvC { width:15.1875rem;height:2.1rem;top:1.931640625rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrdWcbtw1UT4GBdiXCEtMDALZNW0SqK5 { display:block; }#TrdWcbtw1UT4GBdiXCEtMDALZNW0SqK5 > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uMCvBEskI8ZTc2bBLmDAw8ExT6G7Ah72 { width:20rem;height:1.6rem;top:1.434326171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxfAl6aGlfwTUKHzRq25Q3LpxrDo6ABz { width:9.3115rem;height:5.25rem;top:3.623046875rem;left:5.343017578125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8XsoZiIG3f0WM6o3T2U09IXr81OQIVg { width:20rem;height:1.8rem;top:8.8720703125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceGB0smuVMh7mJU8CHke6lqNiTZe4k5h { width:20rem;height:1.6rem;top:12.8369140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6ks3g3LLTAeNA5ucUg2clmHuy4zD21p { width:20rem;height:4.798825rem;top:20.185546875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0Son31m9bgLaXTmTOw0HZeC4gOlD4yb { width:10.625rem;height:5.25rem;top:14.9365234375rem;left:4.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC6pzauBBGM96MvclXSTq0hkFHLVa2Ba { width:20rem;height:1.6rem;top:27.811279296875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFTmmIEQak5qF61asKMVDspcqqOcQW9p { width:17.749rem;height:1.6rem;top:35.966796875rem;left:1.124267578125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl7HsDzxl5eEFvGVJNfCtZtOQFdgHysP { width:11.3745rem;height:5.25rem;top:30.7177734375rem;left:4.3115234375rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ { background-color:#36a5ca;background-image:none;display:block; }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ > .row .container { background-color: transparent; background-image: none; }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ > .row .container > .video-iframe-container { display: none; }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ > .row > .video-iframe-container { display: none; }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ > .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); }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TClc8wcKWnWbwHSVXpkRUxv0urbTLTdh { width:17.9375rem;height:13.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg4hoe9s1Ws2rhBnkzepXfZn34qCkvZg { width:16.8125rem;height:3.575rem;top:24.1875rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmbHJbqDlU3tztDxMxFkikPpDmyzbr20 { width:17.375rem;height:7.43653125rem;top:31.875rem;left:1.3125rem;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ro8d7zwgZVltnpUPykSw0P9szn1P8g7d { width:16.6875rem;height:2.975rem;top:27.76171875rem;left:1.65625rem;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #fQ2GsFKCHOX9FLH3oOxCyUgSWRqI6aa5 { width:9.375rem;height:1.487925rem;top:13.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqHiJZ8rHzAA2tgvbOWIcDtL0gNINeNi { width:9.875rem;height:1.875rem;top:40.125rem;left:4.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNHMAzLmcVxL0Osp3sE5m9l2VRme9q7n { width:3.25rem;height:1.59375rem;top:40.25rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D26lpvyhmghKFTsnbFEkmtDPcCgak1oM { width:9.375rem;height:1.487925rem;top:13.875rem;left:10.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ckwPJno9g34C7XDTcLg2opvxEgxWbtH3 { width:13.75rem;height:3.375rem;top:43.0625rem;left:3.125rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #MvMR7qxIHfy0O32sBDvew9Xwy8cdM4EJ { display:block; }
 }@media only screen and (max-width: 763px) { #F1iKmaret1B3TLCwvQ1bU5yJCTvd3Acs { width:4.6875rem;height:3.0625rem;top:17.625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZJGXERnHH3nV07Uzem9R19ercTKEZaG { width:4.3125rem;height:3.125rem;top:17.625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSqxNlJ2mDhbstSUekvpNoiAmkoXy3wT { width:4.3125rem;height:3.0625rem;top:17.6875rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSmuDeSxbFWsZgVRMmwdF5ilF2Hsl3a2 { width:20rem;height:26.75rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPekUUdkMA10q05zV4ThyC7e7n6nmprK { width:9.375rem;height:1.487925rem;top:15.3623046875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cUrCvMXOxGeXTgDl6eT9alxTNxNTTHUH { width:3.6875rem;height:3.0625rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 { display:block; }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .row .container { width:20rem;height:15.57421875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOz8GmZwqTCfICmftHnS0PU7yT8cVy6r { width:16.625rem;height:12.597625rem;top:3.01220703125rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h { display:block; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P0PKAWGeKXgDTM5iF9DrCBICiyzLfkfG { width:20rem;height:23.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLuTlebTgE92nllsILsgWwbt5ERcmIZs { width:17.5625rem;height:19.334975rem;top:1.25rem;left:1.21875rem;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #muasE60T4xnRJq4l0NPIO2LIhMhTzvb9 { width:14.3115rem;height:17.312rem;top:18.03466796875rem;left:3.563232421875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #NpTTWON2v9ePUwzvSnV6MF1Ty9vU8FOu { width:20rem;height:13.2495rem;top:22.020263671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7XQtqkgOkNRkzUV0ecT2JELINerW9Zr { display:block; }#D7XQtqkgOkNRkzUV0ecT2JELINerW9Zr > .row .container { width:20rem;height:44.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dRvOLB1eEpTLybxX2m7GfbytQ5Drbqyl { width:20rem;height:3.75rem;top:1.9351687431336rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLnMMoQuNaAF0sGoPHxUwDDwStT1Te8K { width:20rem;height:12.9980625rem;top:7.92421913147rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #StaLob9qc310PcOBU0yAJKJB8f0dRrT2 { width:2.875rem;height:2rem;top:5.6843748092651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfXfN916IeVTntv84KKSEQUqhwEhu9dt { width:2.875rem;height:2rem;top:20.924218177796rem;left:16.49609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIB4clX9hLp4cwkvSJQMEovrFJgobTqQ { width:20rem;height:1.25rem;top:20.874567747116rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZZ52tEtHpT75bP3okVaXmGmvmySqeMN { width:20.0625rem;height:20.0625rem;top:24.375000715256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtgOsq8HyIP8vE1ALTUpNcT0KQoTa6TI { width:20rem;height:7.7988125rem;top:26.749132871627rem;left:-0.0032552480697632rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbSJNHoTBFt3G89yAsQ5WJLN7WeJntdk { width:20rem;height:1.3rem;top:34.548438549042rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCxEFWEgCCKSe18kIyqbrAER482iuFAF { width:20rem;height:2.6rem;top:37.811720848084rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUtWLKQ3PIa9QdmbT4EephLEstx0P92y { width:20rem;height:1.3rem;top:41.062283277512rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNUXwg5WxAqZfo4GZQrNRkFIMAVpWXJE { width:0.125rem;height:7.5rem;top:17.6875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/42798904-f07a-40cb-99c1-e8a2a267b0ca/Untitled.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b.adaptive-delivery-prevent-bg, #xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b.lazyload, #xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b.lazyloading { background-image: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container { background-color: transparent; background-image: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(54,165,202,0.8); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container > .video-iframe-container { display: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(54,165,202,0.8); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row > .video-iframe-container { display: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .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); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container { width:20rem;height:45.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2  { width:17.5rem;height:auto;top:19.3125rem;left:0rem; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 {display:block;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 { width:17.5rem;height:auto;top:19.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Xbl1cVy9m82xgkyQniZBQFuCHatqHELJ {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #lZ7TVCI5MkAwJG7pmo8hWqPfOvb0RT0f { display:block; }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #yZU5tBg4e2QCiVam0xZu6SmsOdJ2a6Ka {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #rAJTT2Gm7J7BfL5M2yMO4tJfGzSLfb77 {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #U3AMhgZr0Na7q3EBHEg7tKhFaI905UVA {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #TQs56Iysot71ISn5JihNwt0tHHwOEEdS {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #HQPxCOGLNeiP0vMvLOUTT2sZ3GLuXppv {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Mif5z8W83fc4ptQBauaTVu1BGpDE6M7m { display:block; }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Jm4HDDepqgZVVl27ZkRygL6dzuMF2rL5 {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #qqWH691zG7cPqyPzQMKOEgIfBxSR02xT {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #bV9kxSxyyqfr2o8FO7oFERcJ494pBOlM { display:block; }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #I2vEx4VmRR4qC3TOCInmMWLMtuRGM2uM {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #GCrQ8HTWXA3hrM1XnZDsSPB3X68c35KT {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #ycrsIy2KHRlKVz0IKLhqTmtlpx86mkdh {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #VUXzrFsmH95EMqX4AoEnV0OL74TDf1ot {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #O8TUq2WqftVDUIMTX4lznbcundkC6wkE {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #WbdJoKx6WhHGDKVMZoq4p7yhTlOp8dnc {  }
 }@media only screen and (max-width: 763px) { #xk6mKoqLT2qIV5s5Fpboi0H6EKLE24iQ { width:20rem;height:11.6875rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTuJTwAs4raayoVf0lFE8mpTW6BLk1mz { width:16.9375rem;height:4.8984375rem;top:2.94970703125rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHTv337IWTeUG9qxWrLF35VkkFDF89as { width:16.875rem;height:5.1001rem;top:8.5625rem;left:1.5625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2RwfMkkGsDSFCUatnMfTcm8SR9vOdy9 { width:16.875rem;height:1.7rem;top:14.724609375rem;left:1.5625rem;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #EiHCS1Mi6VeDqXXDTBvoyzQK5nnmc89O { width:19.875rem;height:22.625rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuhZK5mRGW4uOhTIxqFZ5V4vTO8BQan1 { background-color:#36a5ca;background-image:none;display:block; }#FuhZK5mRGW4uOhTIxqFZ5V4vTO8BQan1 > .row .container { background-color: transparent; background-image: none; }#FuhZK5mRGW4uOhTIxqFZ5V4vTO8BQan1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuhZK5mRGW4uOhTIxqFZ5V4vTO8BQan1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuhZK5mRGW4uOhTIxqFZ5V4vTO8BQan1 > .row .container > .video-iframe-container { display: none; }#FuhZK5mRGW4uOhTIxqFZ5V4vTO8BQan1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuhZK5mRGW4uOhTIxqFZ5V4vTO8BQan1 > .row > .video-iframe-container { display: none; }#FuhZK5mRGW4uOhTIxqFZ5V4vTO8BQan1 > .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); }#FuhZK5mRGW4uOhTIxqFZ5V4vTO8BQan1 > .row .container { width:20rem;height:9.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AyiHBLQkZzE7zQatTgaB56cvdcTVensK { width:16.25rem;height:1.2rem;top:1rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #HgA3EbBE49rgzd7XIHJwWRW9WevXd1tR { width:17.875rem;height:0;top:6.625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvZGwhLRkgGhqbdNPVkRzL8sQU6fpn8W { width:1.3125rem;height:1.3125rem;top:2.9242191314698rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEbq8qQvfsRpUPl5Go9lxTq9IFI0MF5s { width:1.4375rem;height:1.4375rem;top:2.8617191314698rem;left:9.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQw2INWzXsL3zaIgCdA0byGBnfanFcAs { width:1.4375rem;height:1.4375rem;top:2.8617191314698rem;left:11.875rem;display:block; }
 }