.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;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/hp0b0718/Disen%CC%83o_sin_ti%CC%81tulo_%282%29.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;top:0rem;left:0rem;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,0,0,0);background-image:none;z-index:;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:60rem;overflow:visible;position:relative;display:block; }#VPrsWCJS2HOAxlFxVRZuVZXK4lhmTvRp { display:block;width:21.75rem;position:absolute;font-family:ral;font-size:2.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:7.69970703125rem;left:0rem;height:2.92480625rem;color:#ffffff;font-style:normal;display:block; }
#etZIGsi3UFAxJIUQxnvr3TJKGzo6G7GF { display:block;width:24rem;position:absolute;font-family:ral;font-size:8.5625rem;font-weight:700;z-index:100001;line-height:.8;letter-spacing:0;top:10.5625rem;left:0rem;height:6.849625rem;color:#ffffff;font-style:normal;display:block; }
#KgvRpniKOtRfvf1t25UWWaEc9olx3a6S { display:block;width:20.375rem;position:absolute;font-family:ral;font-size:7.125rem;font-weight:700;z-index:100002;line-height:.8;letter-spacing:0;top:17.375rem;left:0.625rem;height:5.69970625rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SMSC59PERM7g6VTosesZBwu2hr7Wm7CO { display:block;width:24.5625rem;position:absolute;font-family:georgia;font-size:1.875rem;font-weight:700;z-index:100007;line-height:1.1;letter-spacing:0;top:25.75rem;left:0rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;color:#e7eaf1;display:block; }
#b3pmbt6KH0OsIOvw7fC0d1xNOMFTnNPQ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:45rem;width:45rem;position:absolute;display:block;z-index:100000;display:none; }
#IDwwDiUTJsfTErgI9xn2tVqPIWk4dNqP { border-bottom:0;border-left:0;border-right:0;border-top:0;height:7.625rem;width:7.625rem;position:absolute;display:block;z-index:100008;top:0rem;left:0rem;overflow:hidden;display:block; }
#UM1trfXgaBWtuymkpk4HrFuBrMrtTfJT { display:block;width:20.375rem;position:absolute;font-family:ral;font-size:7.125rem;font-weight:700;z-index:100002;line-height:.8;letter-spacing:0;top:17.375rem;left:0.625rem;height:5.69970625rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UdwIounwFR6xrOVUgQkr18QTbIpr6Ova { display:block;width:24rem;position:absolute;font-family:ral;font-size:8.5625rem;font-weight:700;z-index:100001;line-height:.8;letter-spacing:0;top:10.5625rem;left:0rem;height:6.849625rem;color:#ffffff;font-style:normal;display:block; }
#X7pCAD4WxnkXyHmmfq4zuTa40hyDPLyZ { display:block;width:20.375rem;position:absolute;font-family:ral;font-size:7.125rem;font-weight:700;z-index:100002;line-height:.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:17.375rem;left:0.625rem;height:5.69970625rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UcPQM1p6EFaLOW4SWMFu3EZeN7uDHowd { display:block;width:24rem;position:absolute;font-family:ral;font-size:8.5625rem;font-weight:700;z-index:100001;line-height:.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:10.5498046875rem;left:0rem;height:6.849625rem;color:#ffffff;font-style:normal;display:block; }
#C8CnFHXTtwhlQ3O9064U461SfRzPxELo { display:block;width:30.625rem;position:absolute;font-family:ral;font-size:2.375rem;font-weight:700;z-index:100011;line-height:1.4;letter-spacing:0;top:5.5rem;left:3.78125rem;height:6.625rem;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:none; }
#XVUMTkRmfunf6NNE3UGGNZOUgLl2LH49 { display:block;width:30.625rem;position:absolute;font-family:ral;font-size:2.375rem;font-weight:700;z-index:100011;line-height:1.4;letter-spacing:0;top:5.5rem;left:3.78125rem;height:6.625rem;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:none; }
#MmGa5pDRRl6N2EX0Z7EG7x8GvTShlB0E { display:block;width:35.875rem;position:absolute;font-family:georgia;font-size:1.875rem;font-weight:400;z-index:100008;line-height:1.1;letter-spacing:0;top:29.875rem;left:0rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;color:#e7eaf1;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; }
#dKGF2KDbv521ViNMT1soCXbJRv4QmMW9 { background-color:#f6f8fb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#03193a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:3.4375rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:33.9375rem;left:4.375rem;display:block; }
#dnqZLBZQFb45VG0GxKXpFsvcHD8wRgcr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tFtdFX1WGx06nmWJtLasu9kaltphLWRC { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #0b236f, rgba(0,3,12,0.54));background-image: -moz-linear-gradient(top, #0b236f, rgba(0,3,12,0.54));background-image: -ms-linear-gradient(top, #0b236f, rgba(0,3,12,0.54));background-image: -o-linear-gradient(top, #0b236f, rgba(0,3,12,0.54));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b236f', endColorstr='#8900030c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b236f', endColorstr='#8900030c' );";background-image: linear-gradient(to bottom, #0b236f, rgba(0,3,12,0.54));background-size:auto !important;position:relative;display:block; }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row .container { background-color: transparent; background-image: none; }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row .container > .video-iframe-container { display: none; }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row > .video-iframe-container { display: none; }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .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); }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row .container { border-width: 0; border-radius: 0; }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row > .video-iframe-container {  }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:60rem;position:relative;display:block; }#vw6ntyfpE4TP3vESNZTsG7MPceILm7mX { display:block;width:50.875rem;position:absolute;font-family:ral;font-size:3.125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:3.75rem;left:1.5625rem;height:4.0625rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SGBUEO58ifNCyCs7Sw0M31D4bpXVPsht { display:block;width:21.375rem;position:absolute;font-family:ral;font-size:1.375rem;font-weight:normal;z-index:100006;line-height:1.6;letter-spacing:0;top:12.9375rem;left:4.875rem;height:13.1953125rem;color:#540f95;display:block; }
#GHfVakrWbubyrE0TavpsiaHlfTeZ2anq { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:13.25rem;left:2.125rem;display:block; }
#qlhmG3aR98nu9O7sVT5VBbvz8M1g6cpv { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:15.25rem;left:2.125rem;display:block; }
#DQXeB79XeoJ5PTBHtvcCyyB3gFynRhtJ { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:17.5rem;left:2.125rem;display:block; }
#gVO5mVyrG4i25stnmrOGvulknI7lrCoe { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:19.6875rem;left:2.125rem;display:block; }
#lOxrVwRrfAMUEr6sglJVGd4IxSQhaqZH { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:21.75rem;left:2.125rem;display:block; }
#R8WNxiqecTrAblkeVI561sMse9HBF3Kt { display:block;width:23.6875rem;position:absolute;font-family:ral;font-size:2.5rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:8.9375rem;left:2.125rem;height:3.25rem;font-style:normal;color:#540f95;display:block; }
#QCS54F0BTcxlvL4NCq702zTTxHbIyk4z { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#QCS54F0BTcxlvL4NCq702zTTxHbIyk4z > .row .container { background-color: transparent; background-image: none; }#QCS54F0BTcxlvL4NCq702zTTxHbIyk4z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCS54F0BTcxlvL4NCq702zTTxHbIyk4z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCS54F0BTcxlvL4NCq702zTTxHbIyk4z > .row .container > .video-iframe-container { display: none; }#QCS54F0BTcxlvL4NCq702zTTxHbIyk4z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCS54F0BTcxlvL4NCq702zTTxHbIyk4z > .row > .video-iframe-container { display: none; }#QCS54F0BTcxlvL4NCq702zTTxHbIyk4z > .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); }#QCS54F0BTcxlvL4NCq702zTTxHbIyk4z > .row .container { border-width: 0; border-radius: 0; }#QCS54F0BTcxlvL4NCq702zTTxHbIyk4z > .row > .video-iframe-container {  }#QCS54F0BTcxlvL4NCq702zTTxHbIyk4z > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:60rem;position:relative;display:block; }#Gu7NV6kS0CP3oPrTWyeAVEoA6NEBJt4i { display:block;width:28.625rem;position:absolute;font-family:ral;font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:2.9375rem;left:3.375rem;height:19.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lXaCcFIOrtRntBxHnZIBQAHx54M21FFE { border-bottom:0;border-left:0;border-right:0;border-top:0;height:18.25rem;width:24.3125rem;position:absolute;display:block;z-index:100013;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:3.5625rem;left:34.375rem;overflow:hidden;display:block; }
#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;position:relative;display:block; }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row .container { background-color: transparent; background-image: none; }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row .container > .video-iframe-container { display: none; }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row > .video-iframe-container { display: none; }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .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); }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row .container { border-width: 0; border-radius: 0; }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row > .video-iframe-container {  }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row .container { font-size:0.875rem;font-family:arial;height:48.5625rem;width:60rem;position:relative;display:block; }#WoXcfZZo0265xMTKpTecGOEo0Wh2yrBF { display:block;width:26.5rem;position:absolute;font-family:ral;font-size:1.25rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:15.5625rem;left:2.25rem;height:30.875rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dchkBhVFEuvhTufgPAh9ZZ0GUhqVTk7c { display:block;width:27.4375rem;position:absolute;font-family:ral;font-size:3.4375rem;font-weight:700;z-index:100003;line-height:1;letter-spacing:0;top:2.875rem;left:2.25rem;height:10.3125rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#B3LU17L1XDw04iHFF6IdT46KpaSTscFf { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.81);background-image:none;position:relative;display:block; }#B3LU17L1XDw04iHFF6IdT46KpaSTscFf > .row .container { background-color: transparent; background-image: none; }#B3LU17L1XDw04iHFF6IdT46KpaSTscFf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B3LU17L1XDw04iHFF6IdT46KpaSTscFf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B3LU17L1XDw04iHFF6IdT46KpaSTscFf > .row .container > .video-iframe-container { display: none; }#B3LU17L1XDw04iHFF6IdT46KpaSTscFf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B3LU17L1XDw04iHFF6IdT46KpaSTscFf > .row > .video-iframe-container { display: none; }#B3LU17L1XDw04iHFF6IdT46KpaSTscFf > .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); }#B3LU17L1XDw04iHFF6IdT46KpaSTscFf > .row .container { border-width: 0; border-radius: 0; }#B3LU17L1XDw04iHFF6IdT46KpaSTscFf > .row > .video-iframe-container {  }#B3LU17L1XDw04iHFF6IdT46KpaSTscFf > .row .container { font-size:0.875rem;font-family:arial;height:31.1875rem;width:60rem;position:relative;display:block; }#N929STEheUo9rpCnl4ca6Rxqfi8uOJOm { display:block;width:27.875rem;position:absolute;font-family:ral;font-size:1.375rem;font-weight:700;z-index:100009;line-height:1.4;letter-spacing:0;top:9.5rem;left:3.625rem;height:1.92480625rem;color:#ffffff;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#MuZTLrVRv7PV1pv8tf608HZlTThKN0yx { display:block;width:27.875rem;position:absolute;font-family:ral;font-size:2.1875rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:3.4375rem;left:1.0625rem;height:2.84375rem;color:#ffffff;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#ybHnGhQWQ5wmsbc0LWw1uZBVrz3fVacQ { 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:100013;top:8.5rem;left:0rem; }
#CcpZ4xGTILcaJgFPeukeg2zr0n2xHppN { display:block;width:27.875rem;position:absolute;font-family:ral;font-size:1.375rem;font-weight:700;z-index:100010;line-height:1.4;letter-spacing:0;top:13.75rem;left:3.5625rem;height:1.92480625rem;color:#ffffff;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#VUguJE1q8R439U4HKkSkNrB4QwHgJ9pI { display:block;width:27.875rem;position:absolute;font-family:ral;font-size:1.375rem;font-weight:700;z-index:100011;line-height:1.4;letter-spacing:0;top:17.3125rem;left:3.625rem;height:1.92480625rem;color:#ffffff;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#gbJuDsl1yaKelilGUTIZ3IZ7cvcJPEhL { 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:100014;top:12.75rem;left:0rem; }
#yGxTN5m3x20wS0Bor2trCmE36rJOkSKb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100015;top:16.6875rem;left:0.375rem; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN .widget-form-header { font-size:0.75rem; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.75rem;font-weight:bold;color:#ffffff;width:15rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15rem;box-sizing:border-box;height:2.5625rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN .widget-input-text {padding-top: 0; padding-bottom: 0;}#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN .widget-input-select {padding-top: 0; padding-bottom: 0;}#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:transparent;background-image: -webkit-linear-gradient(13deg, #8c209d, #ff3fbe);background-image: -moz-linear-gradient(13deg, #8c209d, #ff3fbe);background-image: -ms-linear-gradient(13deg, #8c209d, #ff3fbe);background-image: -o-linear-gradient(13deg, #8c209d, #ff3fbe);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c209d', endColorstr='#ff3fbe' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c209d', endColorstr='#ff3fbe' );";background-image: linear-gradient(13deg, #8c209d, #ff3fbe);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:15rem;height:4.375rem;font-family:raleway;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:#ffffff;vertical-align:top;width:13.8125rem;overflow:hidden;font-style:normal;float:none; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN .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; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN .widget-container:first-of-type{padding-top:0;}#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN .widget-container:last-of-type{padding-bottom:0;}#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN  { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #11162f, #2e117d);background-image: -moz-linear-gradient(180deg, #11162f, #2e117d);background-image: -ms-linear-gradient(180deg, #11162f, #2e117d);background-image: -o-linear-gradient(180deg, #11162f, #2e117d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#11162f', endColorstr='#2e117d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#11162f', endColorstr='#2e117d' );";background-image: linear-gradient(180deg, #11162f, #2e117d);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left: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: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:35.3125rem;top:2.5625rem;z-index:100016;position:absolute; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15rem;display:block;vertical-align:top; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.625rem;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN {display:block;}#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #11162f, #2e117d);background-image: -moz-linear-gradient(180deg, #11162f, #2e117d);background-image: -ms-linear-gradient(180deg, #11162f, #2e117d);background-image: -o-linear-gradient(180deg, #11162f, #2e117d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#11162f', endColorstr='#2e117d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#11162f', endColorstr='#2e117d' );";background-image: linear-gradient(180deg, #11162f, #2e117d);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left: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: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:35.3125rem;top:2.5625rem;z-index:100016;position:absolute; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #b7kPbx4KbQiWm1hWs3kmsHS1wP8dykek { position:relative; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #AHS18i50JQxDAa9hAlwPlg7O1y2ZPrwv { position:relative; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #mXIPUHaJudHlCPJA6rt52qyeuIIvSCaX { position:relative; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #ntiCOc57w6ebUurbOEkdcIOwoG8zGJ0A { position:relative; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #AE1nNwLnO515GyO47oxxkVUNM5MDsUE9 { position:relative; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #Dl7G7GFUHCspLkZygBGmvOZItmLaAmte { position:relative; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #ihv0nLibDiLIPNnSCDCvfxS5xRo03IFP { position:relative; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #O9NK6MHsN1eZ01A7R2qf3Zt93Tsl1Glm { position:relative; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #yd8HunpIvuuremhFaTWkpQbBCsJZfK3z { position:relative; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #mmwSDD9xBEuXTRcil51GQCyIt2saNrM6 { position:relative; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #MTdkLccBgNgI6SNnF5zceWiS9TQcJMkO { position:relative; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #oXwpk0DDzA8PqMWXafM2NUU0u4sTi1nh { position:relative; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #aKsDBvZ07nQWVXozyEQAUHK99N3XrTEO { position:relative; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #T0aBUaRuvqbHZzRynXBFDZmTlDGVQEhE { position:relative; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #tSVqZsJ65qEgHyUghw5KEGViXXwkNLU1 { position:relative; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #LexTeUZwnCf70bkHim5DazUFGzDrs0pJ { position:relative; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #S8fDoLfPQCmfDNXXT8zfnGUwlLDuF8TD { position:relative; }
#BzRBq2ugFFCcvSQxsvvIgQ0HaUJ5F4uA { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#BzRBq2ugFFCcvSQxsvvIgQ0HaUJ5F4uA > .row .container { background-color: transparent; background-image: none; }#BzRBq2ugFFCcvSQxsvvIgQ0HaUJ5F4uA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzRBq2ugFFCcvSQxsvvIgQ0HaUJ5F4uA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzRBq2ugFFCcvSQxsvvIgQ0HaUJ5F4uA > .row .container > .video-iframe-container { display: none; }#BzRBq2ugFFCcvSQxsvvIgQ0HaUJ5F4uA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzRBq2ugFFCcvSQxsvvIgQ0HaUJ5F4uA > .row > .video-iframe-container { display: none; }#BzRBq2ugFFCcvSQxsvvIgQ0HaUJ5F4uA > .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); }#BzRBq2ugFFCcvSQxsvvIgQ0HaUJ5F4uA > .row .container { border-width: 0; border-radius: 0; }#BzRBq2ugFFCcvSQxsvvIgQ0HaUJ5F4uA > .row > .video-iframe-container {  }#BzRBq2ugFFCcvSQxsvvIgQ0HaUJ5F4uA > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:60rem;position:relative;display:block; }#Kaiiwywb8tqmuTVfabLyWvlIRfIksire { display:block;width:31.625rem;position:absolute;font-family:ral;font-size:1.0625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:3.25rem;left:1.25rem;height:1.375rem;color:#ffe800;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:none; }
#XsdQCgEaLTgLR5vIo2GE034GUEkQWQFy { box-sizing:content-box;color:#011b54;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;top:1.3125rem;left:38.125rem;display:block; }
#BXCFudNSOk1ACvMXv7u8L9DLFLszyzLX { box-sizing:content-box;color:#011b54;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:1.3125rem;left:35.75rem;display:block; }
#k7bGnIl0ZZFKGyPVJBGMTKLwiIU7Rt54 { display:block;width:12.625rem;position:absolute;font-family:ral;font-size:0.9375rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:0.125rem;left:31.25rem;height:0;font-style:normal;display:block; }
#r8eStxqVwNJveUeq2npcxFfTN0kSZpHH { display:block;width:41.1875rem;position:absolute;font-family:ral;font-size:1.25rem;font-weight:700;z-index:100013;line-height:1.4;letter-spacing:0;top:2.0625rem;left:0rem;height:5.25rem;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,0,0,0);background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:31.25rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPrsWCJS2HOAxlFxVRZuVZXK4lhmTvRp { width:21.4375rem;height:2.875rem;top:5.1875rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #etZIGsi3UFAxJIUQxnvr3TJKGzo6G7GF { width:24.125rem;height:6.8125rem;top:8.5625rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgvRpniKOtRfvf1t25UWWaEc9olx3a6S { width:21.8125rem;height:5.6875rem;top:15.625rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMSC59PERM7g6VTosesZBwu2hr7Wm7CO { width:12.9375rem;height:0;top:21.21875rem;left:3.9375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3pmbt6KH0OsIOvw7fC0d1xNOMFTnNPQ { width:45rem;height:45rem;display:none; }
 }@media only screen and (max-width: 763px) { #IDwwDiUTJsfTErgI9xn2tVqPIWk4dNqP { width:7.625rem;height:7.625rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UM1trfXgaBWtuymkpk4HrFuBrMrtTfJT { width:21.8125rem;height:5.6875rem;top:15.625rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdwIounwFR6xrOVUgQkr18QTbIpr6Ova { width:24.125rem;height:6.8125rem;top:8.5625rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7pCAD4WxnkXyHmmfq4zuTa40hyDPLyZ { width:21.8125rem;height:0;top:15.625rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcPQM1p6EFaLOW4SWMFu3EZeN7uDHowd { width:24.125rem;height:0;top:8.5625rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8CnFHXTtwhlQ3O9064U461SfRzPxELo { width:33.3125rem;height:3.3125rem;top:-5.5rem;left:3.3125rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #XVUMTkRmfunf6NNE3UGGNZOUgLl2LH49 { width:33.3125rem;height:6.625rem;top:-5.5rem;left:3.3125rem;z-index:100014;display:none; }
 }@media only screen and (max-width: 763px) { #MmGa5pDRRl6N2EX0Z7EG7x8GvTShlB0E { width:12.9375rem;height:0;top:21.21875rem;left:3.9375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKGF2KDbv521ViNMT1soCXbJRv4QmMW9 { width:13rem;height:3.4375rem;top:33.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnqZLBZQFb45VG0GxKXpFsvcHD8wRgcr { display:block; }
 }@media only screen and (max-width: 763px) { #tFtdFX1WGx06nmWJtLasu9kaltphLWRC { background-color:rgba(0,0,0,0);background-image:none;display:block; }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row .container { background-color: transparent; background-image: none; }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row .container > .video-iframe-container { display: none; }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row > .video-iframe-container { display: none; }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .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); }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row .container { width:47.75rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vw6ntyfpE4TP3vESNZTsG7MPceILm7mX { width:23.0625rem;height:0;top:0.1875rem;left:1.125rem;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #SGBUEO58ifNCyCs7Sw0M31D4bpXVPsht { width:21.125rem;height:12.375rem;top:12.5rem;left:3.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHfVakrWbubyrE0TavpsiaHlfTeZ2anq { width:1.875rem;height:1.875rem;top:12.5rem;left:1.6875rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qlhmG3aR98nu9O7sVT5VBbvz8M1g6cpv { width:1.875rem;height:1.875rem;top:14.375rem;left:1.6875rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DQXeB79XeoJ5PTBHtvcCyyB3gFynRhtJ { width:1.875rem;height:1.875rem;top:16.5625rem;left:1.6875rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gVO5mVyrG4i25stnmrOGvulknI7lrCoe { width:1.875rem;height:1.875rem;top:18.75rem;left:1.6875rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lOxrVwRrfAMUEr6sglJVGd4IxSQhaqZH { width:1.875rem;height:1.875rem;top:20.625rem;left:1.6875rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #R8WNxiqecTrAblkeVI561sMse9HBF3Kt { width:23.6875rem;height:2.4375rem;top:9.3125rem;left:1.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCS54F0BTcxlvL4NCq702zTTxHbIyk4z { background-color:#ffffff;background-image:none;display:block; }#QCS54F0BTcxlvL4NCq702zTTxHbIyk4z > .row .container { background-color: transparent; background-image: none; }#QCS54F0BTcxlvL4NCq702zTTxHbIyk4z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCS54F0BTcxlvL4NCq702zTTxHbIyk4z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCS54F0BTcxlvL4NCq702zTTxHbIyk4z > .row .container > .video-iframe-container { display: none; }#QCS54F0BTcxlvL4NCq702zTTxHbIyk4z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCS54F0BTcxlvL4NCq702zTTxHbIyk4z > .row > .video-iframe-container { display: none; }#QCS54F0BTcxlvL4NCq702zTTxHbIyk4z > .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); }#QCS54F0BTcxlvL4NCq702zTTxHbIyk4z > .row .container { width:47.75rem;height:28.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gu7NV6kS0CP3oPrTWyeAVEoA6NEBJt4i { width:22.3125rem;height:23rem;top:2.375rem;left:0.625rem;z-index:100014;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXaCcFIOrtRntBxHnZIBQAHx54M21FFE { width:19.9375rem;height:14.9375rem;top:2.375rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ { background-color:transparent;background-image:none;display:block; }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row .container { background-color: transparent; background-image: none; }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row .container > .video-iframe-container { display: none; }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row > .video-iframe-container { display: none; }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .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); }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row .container { width:47.75rem;height:52rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WoXcfZZo0265xMTKpTecGOEo0Wh2yrBF { width:24.3125rem;height:0;top:11.9375rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dchkBhVFEuvhTufgPAh9ZZ0GUhqVTk7c { width:35.0625rem;height:6.875rem;top:1.75rem;left:0.4375rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #B3LU17L1XDw04iHFF6IdT46KpaSTscFf { display:block; }#B3LU17L1XDw04iHFF6IdT46KpaSTscFf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N929STEheUo9rpCnl4ca6Rxqfi8uOJOm { width:22.0625rem;height:0;top:9.625rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuZTLrVRv7PV1pv8tf608HZlTThKN0yx { width:22rem;height:5.125rem;top:2.09375rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:2.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ybHnGhQWQ5wmsbc0LWw1uZBVrz3fVacQ { width:3.125rem;height:3.125rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcpZ4xGTILcaJgFPeukeg2zr0n2xHppN { width:22.0625rem;height:0;top:9.625rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUguJE1q8R439U4HKkSkNrB4QwHgJ9pI { width:22.0625rem;height:0;top:9.625rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbJuDsl1yaKelilGUTIZ3IZ7cvcJPEhL { width:3.125rem;height:3.125rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGxTN5m3x20wS0Bor2trCmE36rJOkSKb { width:2.4375rem;height:2.4375rem;top:16.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN .widget-regular-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN .widget-input-text {padding-top: 0; padding-bottom: 0;}#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN .widget-input-select {padding-top: 0; padding-bottom: 0;}#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN  { width:15rem;height:auto;top:2.5625rem;left:26.125rem; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN {display:block;}#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN { width:15rem;height:auto;top:2.5625rem;left:26.125rem; }
 }@media only screen and (max-width: 763px) { #rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #b7kPbx4KbQiWm1hWs3kmsHS1wP8dykek {  }
 }@media only screen and (max-width: 763px) { #rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #AHS18i50JQxDAa9hAlwPlg7O1y2ZPrwv {  }
 }@media only screen and (max-width: 763px) { #rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #mXIPUHaJudHlCPJA6rt52qyeuIIvSCaX {  }
 }@media only screen and (max-width: 763px) { #rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #ntiCOc57w6ebUurbOEkdcIOwoG8zGJ0A {  }
 }@media only screen and (max-width: 763px) { #rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #AE1nNwLnO515GyO47oxxkVUNM5MDsUE9 {  }
 }@media only screen and (max-width: 763px) { #rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #Dl7G7GFUHCspLkZygBGmvOZItmLaAmte {  }
 }@media only screen and (max-width: 763px) { #rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #ihv0nLibDiLIPNnSCDCvfxS5xRo03IFP {  }
 }@media only screen and (max-width: 763px) { #rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #O9NK6MHsN1eZ01A7R2qf3Zt93Tsl1Glm {  }
 }@media only screen and (max-width: 763px) { #rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #yd8HunpIvuuremhFaTWkpQbBCsJZfK3z {  }
 }@media only screen and (max-width: 763px) { #rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #mmwSDD9xBEuXTRcil51GQCyIt2saNrM6 {  }
 }@media only screen and (max-width: 763px) { #rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #MTdkLccBgNgI6SNnF5zceWiS9TQcJMkO {  }
 }@media only screen and (max-width: 763px) { #rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #oXwpk0DDzA8PqMWXafM2NUU0u4sTi1nh {  }
 }@media only screen and (max-width: 763px) { #rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #aKsDBvZ07nQWVXozyEQAUHK99N3XrTEO {  }
 }@media only screen and (max-width: 763px) { #rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #T0aBUaRuvqbHZzRynXBFDZmTlDGVQEhE {  }
 }@media only screen and (max-width: 763px) { #rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #tSVqZsJ65qEgHyUghw5KEGViXXwkNLU1 {  }
 }@media only screen and (max-width: 763px) { #rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #LexTeUZwnCf70bkHim5DazUFGzDrs0pJ {  }
 }@media only screen and (max-width: 763px) { #rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #S8fDoLfPQCmfDNXXT8zfnGUwlLDuF8TD {  }
 }@media only screen and (max-width: 763px) { #BzRBq2ugFFCcvSQxsvvIgQ0HaUJ5F4uA { display:block; }#BzRBq2ugFFCcvSQxsvvIgQ0HaUJ5F4uA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kaiiwywb8tqmuTVfabLyWvlIRfIksire { width:23.875rem;height:1.375rem;top:3.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XsdQCgEaLTgLR5vIo2GE034GUEkQWQFy { width:3.125rem;height:3.125rem;top:1.90625rem;left:37.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXCFudNSOk1ACvMXv7u8L9DLFLszyzLX { width:3.125rem;height:3.125rem;top:1.9375rem;left:39.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7bGnIl0ZZFKGyPVJBGMTKLwiIU7Rt54 { width:12.625rem;height:0;top:0.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8eStxqVwNJveUeq2npcxFfTN0kSZpHH { width:22.0625rem;height:0;top:9.625rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#011b54;background-image:none;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e8eafc84-e631-46f8-a1e8-0b84f13f412f/joshmillervWBKt9Dto1gunsplash.jpeg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:40.0625rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPrsWCJS2HOAxlFxVRZuVZXK4lhmTvRp { width:19.5rem;height:0;top:17.1875rem;left:0.6875rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #etZIGsi3UFAxJIUQxnvr3TJKGzo6G7GF { width:20rem;height:0;top:19.8125rem;left:0rem;font-size:7.3125rem;font-weight:700;font-style:italic;display:none; }
 }@media only screen and (max-width: 763px) { #KgvRpniKOtRfvf1t25UWWaEc9olx3a6S { width:20rem;height:0;top:25.625rem;left:0.1875rem;font-size:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SMSC59PERM7g6VTosesZBwu2hr7Wm7CO { width:16.1875rem;height:2.8496125rem;top:29.9375rem;left:1.9375rem;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #b3pmbt6KH0OsIOvw7fC0d1xNOMFTnNPQ { top:0rem;left:5.5625rem;width:9.875rem;height:9.875rem;z-index:100006;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #IDwwDiUTJsfTErgI9xn2tVqPIWk4dNqP { width:7.625rem;height:7.625rem;top:0rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UM1trfXgaBWtuymkpk4HrFuBrMrtTfJT { width:20rem;height:0;top:27.4375rem;left:-0.03125rem;font-size:5.9375rem;z-index:100005;display:none; }
 }@media only screen and (max-width: 763px) { #UdwIounwFR6xrOVUgQkr18QTbIpr6Ova { width:20rem;height:0;top:20.625rem;left:-0.03125rem;font-size:7.3125rem;font-weight:700;font-style:italic;z-index:100004;display:none; }
 }@media only screen and (max-width: 763px) { #X7pCAD4WxnkXyHmmfq4zuTa40hyDPLyZ { width:20rem;height:0;top:8.6875rem;left:-0.03125rem;font-size:5.9375rem;z-index:100008;display:none; }
 }@media only screen and (max-width: 763px) { #UcPQM1p6EFaLOW4SWMFu3EZeN7uDHowd { width:20rem;height:0;top:1.875rem;left:-0.03125rem;font-size:7.3125rem;font-weight:700;font-style:italic;z-index:100007;display:none; }
 }@media only screen and (max-width: 763px) { #C8CnFHXTtwhlQ3O9064U461SfRzPxELo { width:20rem;height:1.6499rem;top:18.8125rem;left:0rem;font-weight:700;font-style:italic;font-size:1.375rem;text-align:center;text-align-last:center;color:#ffffff;z-index:100015;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XVUMTkRmfunf6NNE3UGGNZOUgLl2LH49 { width:20rem;height:8.5rem;top:20.375rem;left:0rem;font-weight:700;font-style:italic;font-size:4.25rem;text-align:center;text-align-last:center;color:#ffffff;z-index:100016;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #MmGa5pDRRl6N2EX0Z7EG7x8GvTShlB0E { width:12.1875rem;height:1.42480625rem;top:32.75rem;left:3.3125rem;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dKGF2KDbv521ViNMT1soCXbJRv4QmMW9 { width:13rem;height:3.4375rem;top:35.375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnqZLBZQFb45VG0GxKXpFsvcHD8wRgcr { display:block; }
 }@media only screen and (max-width: 763px) { #tFtdFX1WGx06nmWJtLasu9kaltphLWRC { display:block; }#tFtdFX1WGx06nmWJtLasu9kaltphLWRC > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vw6ntyfpE4TP3vESNZTsG7MPceILm7mX { width:20rem;height:6.17480625rem;top:2rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SGBUEO58ifNCyCs7Sw0M31D4bpXVPsht { width:16.625rem;height:9.59766875rem;top:13.625rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHfVakrWbubyrE0TavpsiaHlfTeZ2anq { width:1.875rem;height:1.875rem;top:13.4375rem;left:0.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlhmG3aR98nu9O7sVT5VBbvz8M1g6cpv { width:1.875rem;height:1.875rem;top:14.8125rem;left:0.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQXeB79XeoJ5PTBHtvcCyyB3gFynRhtJ { width:1.875rem;height:1.875rem;top:16.375rem;left:0.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVO5mVyrG4i25stnmrOGvulknI7lrCoe { width:1.875rem;height:1.875rem;top:18rem;left:0.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOxrVwRrfAMUEr6sglJVGd4IxSQhaqZH { width:1.875rem;height:1.875rem;top:19.4375rem;left:0.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8WNxiqecTrAblkeVI561sMse9HBF3Kt { width:20rem;height:2.5996125rem;top:9.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QCS54F0BTcxlvL4NCq702zTTxHbIyk4z { display:block; }#QCS54F0BTcxlvL4NCq702zTTxHbIyk4z > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gu7NV6kS0CP3oPrTWyeAVEoA6NEBJt4i { width:17.875rem;height:0;top:28.1875rem;left:1.25rem;font-size:0.875rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #lXaCcFIOrtRntBxHnZIBQAHx54M21FFE { width:9.3125rem;height:7rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ { display:block; }#sJ90CPMJqe5KPruwUmCAkBdKETRlHGTZ > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WoXcfZZo0265xMTKpTecGOEo0Wh2yrBF { width:16.625rem;height:33.14059375rem;top:10.125rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dchkBhVFEuvhTufgPAh9ZZ0GUhqVTk7c { width:16.75rem;height:6.1875rem;top:2.375rem;left:1.6875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3LU17L1XDw04iHFF6IdT46KpaSTscFf { background-color:rgba(255,255,255,0.9);background-image:none;display:block; }#B3LU17L1XDw04iHFF6IdT46KpaSTscFf > .row .container { background-color: transparent; background-image: none; }#B3LU17L1XDw04iHFF6IdT46KpaSTscFf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B3LU17L1XDw04iHFF6IdT46KpaSTscFf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B3LU17L1XDw04iHFF6IdT46KpaSTscFf > .row .container > .video-iframe-container { display: none; }#B3LU17L1XDw04iHFF6IdT46KpaSTscFf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B3LU17L1XDw04iHFF6IdT46KpaSTscFf > .row > .video-iframe-container { display: none; }#B3LU17L1XDw04iHFF6IdT46KpaSTscFf > .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); }#B3LU17L1XDw04iHFF6IdT46KpaSTscFf > .row .container { width:20rem;height:71.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N929STEheUo9rpCnl4ca6Rxqfi8uOJOm { width:20rem;height:1.57470625rem;top:7.6875rem;left:0rem;font-weight:700;font-style:normal;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MuZTLrVRv7PV1pv8tf608HZlTThKN0yx { width:20rem;height:1.71875rem;top:1.625rem;left:0rem;font-weight:700;font-style:normal;font-size:1.5625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ybHnGhQWQ5wmsbc0LWw1uZBVrz3fVacQ { width:3.125rem;height:3.125rem;top:4.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcpZ4xGTILcaJgFPeukeg2zr0n2xHppN { width:20rem;height:1.75rem;top:13.625rem;left:0rem;font-weight:700;font-style:normal;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VUguJE1q8R439U4HKkSkNrB4QwHgJ9pI { width:20rem;height:1.75rem;top:19rem;left:0rem;font-weight:700;font-style:normal;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gbJuDsl1yaKelilGUTIZ3IZ7cvcJPEhL { width:3.125rem;height:3.125rem;top:10.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGxTN5m3x20wS0Bor2trCmE36rJOkSKb { width:2.4375rem;height:2.4375rem;top:16.625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN .widget-regular-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN .widget-input-text {padding-top: 0; padding-bottom: 0;}#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN .widget-input-select {padding-top: 0; padding-bottom: 0;}#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN  { width:15rem;height:auto;top:2.5625rem;left:1.25rem; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN {display:block;}#rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN { width:15rem;height:auto;top:22rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #b7kPbx4KbQiWm1hWs3kmsHS1wP8dykek {  }
 }@media only screen and (max-width: 763px) { #rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #AHS18i50JQxDAa9hAlwPlg7O1y2ZPrwv {  }
 }@media only screen and (max-width: 763px) { #rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #mXIPUHaJudHlCPJA6rt52qyeuIIvSCaX {  }
 }@media only screen and (max-width: 763px) { #rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #ntiCOc57w6ebUurbOEkdcIOwoG8zGJ0A {  }
 }@media only screen and (max-width: 763px) { #rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #AE1nNwLnO515GyO47oxxkVUNM5MDsUE9 {  }
 }@media only screen and (max-width: 763px) { #rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #Dl7G7GFUHCspLkZygBGmvOZItmLaAmte {  }
 }@media only screen and (max-width: 763px) { #rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #ihv0nLibDiLIPNnSCDCvfxS5xRo03IFP {  }
 }@media only screen and (max-width: 763px) { #rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #O9NK6MHsN1eZ01A7R2qf3Zt93Tsl1Glm {  }
 }@media only screen and (max-width: 763px) { #rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #yd8HunpIvuuremhFaTWkpQbBCsJZfK3z {  }
 }@media only screen and (max-width: 763px) { #rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #mmwSDD9xBEuXTRcil51GQCyIt2saNrM6 {  }
 }@media only screen and (max-width: 763px) { #rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #MTdkLccBgNgI6SNnF5zceWiS9TQcJMkO {  }
 }@media only screen and (max-width: 763px) { #rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #oXwpk0DDzA8PqMWXafM2NUU0u4sTi1nh {  }
 }@media only screen and (max-width: 763px) { #rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #aKsDBvZ07nQWVXozyEQAUHK99N3XrTEO {  }
 }@media only screen and (max-width: 763px) { #rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #T0aBUaRuvqbHZzRynXBFDZmTlDGVQEhE {  }
 }@media only screen and (max-width: 763px) { #rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #tSVqZsJ65qEgHyUghw5KEGViXXwkNLU1 {  }
 }@media only screen and (max-width: 763px) { #rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #LexTeUZwnCf70bkHim5DazUFGzDrs0pJ {  }
 }@media only screen and (max-width: 763px) { #rnwnTS7XoXfnM9RLRk0rlM7MM0wqQPfN #S8fDoLfPQCmfDNXXT8zfnGUwlLDuF8TD {  }
 }@media only screen and (max-width: 763px) { #BzRBq2ugFFCcvSQxsvvIgQ0HaUJ5F4uA { background-color:#9ab3e8;background-image:none;display:block; }#BzRBq2ugFFCcvSQxsvvIgQ0HaUJ5F4uA > .row .container { background-color: transparent; background-image: none; }#BzRBq2ugFFCcvSQxsvvIgQ0HaUJ5F4uA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzRBq2ugFFCcvSQxsvvIgQ0HaUJ5F4uA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzRBq2ugFFCcvSQxsvvIgQ0HaUJ5F4uA > .row .container > .video-iframe-container { display: none; }#BzRBq2ugFFCcvSQxsvvIgQ0HaUJ5F4uA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzRBq2ugFFCcvSQxsvvIgQ0HaUJ5F4uA > .row > .video-iframe-container { display: none; }#BzRBq2ugFFCcvSQxsvvIgQ0HaUJ5F4uA > .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); }#BzRBq2ugFFCcvSQxsvvIgQ0HaUJ5F4uA > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kaiiwywb8tqmuTVfabLyWvlIRfIksire { width:20rem;height:2.75rem;top:11.182861328125rem;left:0rem;text-align:center;text-align-last:center;color:#dadada;display:none; }
 }@media only screen and (max-width: 763px) { #XsdQCgEaLTgLR5vIo2GE034GUEkQWQFy { width:3.125rem;height:3.125rem;top:6.625rem;left:6.9375rem;font-size:2.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BXCFudNSOk1ACvMXv7u8L9DLFLszyzLX { width:3.125rem;height:3.125rem;top:6.625rem;left:10rem;font-size:2.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #k7bGnIl0ZZFKGyPVJBGMTKLwiIU7Rt54 { width:12.625rem;height:0;top:1.0625rem;left:3.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r8eStxqVwNJveUeq2npcxFfTN0kSZpHH { width:20rem;height:7rem;top:1.9375rem;left:0rem;font-weight:700;font-style:normal;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }