.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:#f1f1f1;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); }#STaGw4JfFTErvJmfeK41b7BBwFZETAa3 { position:relative;display:block; }#STaGw4JfFTErvJmfeK41b7BBwFZETAa3 { background-color: transparent; background-image: none; }#STaGw4JfFTErvJmfeK41b7BBwFZETAa3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STaGw4JfFTErvJmfeK41b7BBwFZETAa3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STaGw4JfFTErvJmfeK41b7BBwFZETAa3 > .row .container > .video-iframe-container { display: none; }#STaGw4JfFTErvJmfeK41b7BBwFZETAa3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STaGw4JfFTErvJmfeK41b7BBwFZETAa3 > .row > .video-iframe-container { display: none; }#STaGw4JfFTErvJmfeK41b7BBwFZETAa3 > .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); }#STaGw4JfFTErvJmfeK41b7BBwFZETAa3 { border-width: 0; border-radius: 0; }#STaGw4JfFTErvJmfeK41b7BBwFZETAa3 > .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; }#STaGw4JfFTErvJmfeK41b7BBwFZETAa3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f1f1;background-image:none;font-size:0.875rem;font-family:arial;height:6.375rem;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; }#bepRJRSpFVPTqDM1wpJOx6t5SFGaJ3ug { 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:39.125rem;width:75rem;display:none; }
#lPFbnZpTJPc1E0Fb5nM3sAc18Ju9898n { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:10.3125rem;top:0.53125rem;left:0rem;overflow:hidden;display:block; }
#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/8474a153-89a9-4eb4-a0a4-0393666afcfd/Menina_maosCintura.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns.adaptive-delivery-prevent-bg, #WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns.lazyload, #WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns.lazyloading { background-image: none; }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .row .container { background-color: transparent; background-image: none; }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .row .container > .video-iframe-container { display: none; }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .row > .video-iframe-container { display: none; }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .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); }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .row .container { border-width: 0; border-radius: 0; }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .row .container { font-size:0.875rem;font-family:arial;height:49.25rem;width:75rem;position:relative;display:block; }#eVki0HhkTzS8fNroAb0ZQ6AUDBQ5rUea { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:"roboto condensed";font-size:4.9375rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:10.75rem;left:0rem;height:22.2168rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NdNoRSN51QWTu02F5sN688rgFhGdlDzo { color:#000000;display:block;width:31.1875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:29.6875rem;left:0rem;height:5.1181625rem;font-style:normal;display:block; }
#rSLRVyToHT2Gv8fFWqfGU7mxwVBKSUxD { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.8125rem;width:33.875rem;top:5.4375rem;left:25.78125rem;overflow:hidden;display:block; }
#efslXVT53a1QoP1FHcXhXqT7U63egn05 { position:absolute;display:block;z-index:14996;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:13.1875rem;width:14.3125rem;top:24.0625rem;left:25.78125rem;overflow:hidden;display:none; }
#iTrhUd3Mhlzbi2Gd9EQOB0BihJ5qFBXy { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:11.375rem;top:27rem;left:36.125rem;overflow:hidden;display:block; }
#p0EfBvVHaokaDOePA8pgTv73Eb7MzHmT { color:#2d2929;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;top:8.125rem;left:0rem;height:1.25rem;font-style:normal;display:block; }
#UQSyTGTpK3mZAKbJJEck7f2i8AL0mbqC { position:absolute;display:block;z-index:14997;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:13.1875rem;width:14.3125rem;top:29.78125rem;left:17.25rem;overflow:hidden;display:none; }
#XslIqtDUH7yJZ3IyIg2hWtynCNTTdKo2 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:11.9375rem;top:27.25rem;left:34.1875rem;overflow:hidden;display:none; }
#e5B8Ep0fLAOVJqKg9s0pUPXLLakPlwOP { position:absolute;display:block;z-index:15023;background-color:#2f2f2f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.33) ;height:37.9375rem;width:21rem;top:6.6875rem;left:47.5rem;display:block; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-form-header {  }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#ffffff;width:17.5rem;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;line-height:1.1;overflow:hidden; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .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:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .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; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#ffffff;width:17.5rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 [class*="-text"]:-moz-placeholder { color:#000000;font-family:"open sans";font-size:0.875rem; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 [class*="-text"]::-moz-placeholder { color:#000000;font-family:"open sans";font-size:0.875rem; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"open sans";font-size:0.875rem; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"open sans";font-size:0.875rem; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .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";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .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; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .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; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-container:first-of-type{padding-top:0;}#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-container:last-of-type{padding-bottom:0;}#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15024;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:absolute;top:8.1015625rem;left:48rem; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:1.0625rem;line-height:1.2;font-weight:400;color:#d7d9dc;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 {display:block;}#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15024;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:absolute;top:8.1015625rem;left:48rem; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #DWGMeTH9fzfVg4T5NLlP6RA0SdOezRwI { position:relative;display:block;z-index:15000; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #dLayE9naTJeDaq33izs3q83fTDMcktIp { position:relative;display:block;z-index:15000; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #glBgvF0dgCfDhTziy8h7G6n689fg2XVk { position:relative; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #wZAsNB0CMMTDAwtsrHtX0zmcc4xSboyM { position:relative;display:block; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #nuPGZAdtHovrgL8928oIov4oo0upXgl7 { position:relative; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #hJgVDv3IRB548tOXTqkRdwiIwICL92Pt { position:relative; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #tDKLqReqpeueWqUeEI2dT7Uk8oEi4XQD { position:relative;display:block; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #JkMtpF2ZM3n8ECQDhr5y9xoq8lXTur41 { position:relative; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #Gngl98R4xAmnTbzklmUTLQzWcVdD6Gx4 { position:relative; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #CroA8RqWCvXGUH8Ar9UCxmD3rFDGPUOG { position:relative;display:block; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #tVf122wvxbFv3sM9cnXwLcpgbkTcLmwL { position:relative; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #bfiRh4pkudxHqDbphspnX8NFtLuLiQAI { position:relative; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #AoZcB9VvmWOrTCG7MC0IEvQl4Vfota9S { position:relative;display:block; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #uSBxByusBwP8213S3tCpK7EXHl6GUTKM { position:relative; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #C8u2BTBn8LCzAB7ExynihVapAg8TgM15 { position:relative; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #te0TLZS4wRWrOA79Sq3HZxkqmHl9HTWz { position:relative;display:block; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #mE39wvOslaqro50pfHTLLWAngbSzUrKp { position:relative; }
#AmKJJwBwgGMWIrgGoVxaQ4FxPSZ8HUWT { position:relative;display:block; }
#O76dDvUkT3AyVdEtKWOkzcEVA8pygfMm { position:relative;display:block; }
#m7ExD2LbRrbi6miMNIIcb5uwTgX4DTDU { position:relative;display:block; }
#zqZVVfbF5y7f1Q8zT16Mt7sVnnoKpmxS { position:relative;display:block; }
#tBGWvWHr5iMtCC3nfaA7T1uZoELoe9iL { position:relative;display:block; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #Ss47TUF2uU4R3xZFOPSulzno8MxSAZyi { position:relative; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #s7iHGq1BCFzbVpdrNnUzHIWn68NmVgp3 { position:relative; }
#Lq95KGrIzUnTQ86tt3Wt3KNUQTuvTZl9 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:18.5rem;top:37.187105178833rem;left:11.550001144409rem;overflow:hidden;display:block; }
#pFdf87KwLIedxG4834m3CE1HVPPQqyrS { border-top:0.0625rem solid rgba(47,47,47,0.3);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(47,47,47,0.3);background-color:#f1f1f1;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; }#pFdf87KwLIedxG4834m3CE1HVPPQqyrS > .row .container { background-color: transparent; background-image: none; }#pFdf87KwLIedxG4834m3CE1HVPPQqyrS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFdf87KwLIedxG4834m3CE1HVPPQqyrS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFdf87KwLIedxG4834m3CE1HVPPQqyrS > .row .container > .video-iframe-container { display: none; }#pFdf87KwLIedxG4834m3CE1HVPPQqyrS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFdf87KwLIedxG4834m3CE1HVPPQqyrS > .row > .video-iframe-container { display: none; }#pFdf87KwLIedxG4834m3CE1HVPPQqyrS > .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); }#pFdf87KwLIedxG4834m3CE1HVPPQqyrS > .row .container { border-width: 0; border-radius: 0; }#pFdf87KwLIedxG4834m3CE1HVPPQqyrS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pFdf87KwLIedxG4834m3CE1HVPPQqyrS > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;position:relative;display:block; }#JuzeFDTkZIflnI9fLRdJOA7coDyXRTNJ { box-sizing:content-box;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(47,47,47,0.3);background-image:none;top:-0.125rem;left:24.96875rem;display:block; }
#IInexunHtk9RIrDWZSZCZvFRwEuuz8AQ { box-sizing:content-box;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(47,47,47,0.3);background-image:none;top:0rem;left:50rem;display:block; }
#ScZKF3cQU4TUOAtzf3sbcAOQldBPBv6I { color:#454545;display:block;width:13.9375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.1875rem;left:6.4375rem;height:2.03125rem;font-style:normal;display:block; }
#GkSMWiIrBrhULtMfRnhmraOTHfIiWMMZ { color:#979597;display:block;width:16.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:5.5625rem;left:6.4375rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ou0AM97219POlLS2ANtaxhXqJaO8eBUI { color:#454545;display:block;width:13.9375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3rem;left:32.1875rem;height:2.03125rem;font-style:normal;display:block; }
#MIJeHPDg2xTvgGP9aflKKWPuT9UUTuMB { color:#979597;display:block;width:16.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:5.375rem;left:32.1875rem;height:5.5234375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xGEpApximNxkwN2vhNllwhOg5LNAHHQZ { color:#454545;display:block;width:13.9375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3rem;left:57.0625rem;height:2.03125rem;font-style:normal;display:block; }
#RSB8EGuX43i8BPR6BEN4O2CgAT7I85eQ { color:#979597;display:block;width:16.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:5.625rem;left:57.0625rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZLPw3CiJIvbqL3zxx9GGJZcQBdBB0B9t { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:6.1875rem;top:3.578125rem;left:0rem;overflow:hidden;display:block; }
#b8Op2KF4mPfLpSGl5DMuDsSn7T2UL4zG { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:6.1875rem;top:3.375rem;left:26.0625rem;overflow:hidden;display:block; }
#gUyzxxzT4MdGk6RayrI5H275DUmrDcHQ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:6.1875rem;top:3.1875rem;left:50.0625rem;overflow:hidden;display:block; }
#loBVbZSdhIvNESDCywGWWpnPJuoroZor { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#loBVbZSdhIvNESDCywGWWpnPJuoroZor > .row .container { background-color: transparent; background-image: none; }#loBVbZSdhIvNESDCywGWWpnPJuoroZor::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loBVbZSdhIvNESDCywGWWpnPJuoroZor > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loBVbZSdhIvNESDCywGWWpnPJuoroZor > .row .container > .video-iframe-container { display: none; }#loBVbZSdhIvNESDCywGWWpnPJuoroZor > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loBVbZSdhIvNESDCywGWWpnPJuoroZor > .row > .video-iframe-container { display: none; }#loBVbZSdhIvNESDCywGWWpnPJuoroZor > .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); }#loBVbZSdhIvNESDCywGWWpnPJuoroZor > .row .container { border-width: 0; border-radius: 0; }#loBVbZSdhIvNESDCywGWWpnPJuoroZor > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#loBVbZSdhIvNESDCywGWWpnPJuoroZor > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:75rem;position:relative;display:block; }#CqZx0C62u1wz02l31pvczCS3i6SrqX6N { color:#454545;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:27.625rem;left:5.4375rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cdU8BWrdhkfa93gr0zuKSdwnlU8c1eWv { color:#979597;display:block;width:14.3125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:29.631247639656rem;left:4.53125rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GW7W0009hOMkruPDup4VuaoIuTPxE45q { color:#454545;display:block;width:11rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:27.625rem;left:55.375rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VhydWnr7J74BTpKPfNX0nWLXnqVb7RnE { color:#979597;display:block;width:15.5rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:29.006247639656rem;left:53.125rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GStVOXn9NLbO5sBQuyhrA3Pw7TODHwaK { color:#979597;display:block;width:14.8125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:16.249219059944rem;left:53.46875rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i0TTAGbUsNcAvzWAlGTIhNJnU57R220y { color:#454545;display:block;width:15.6875rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:14.8681640625rem;left:53.03125rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DreeS3XmG5cpTPOePpWk9saCn6NdbIsq { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:24.75rem;left:59.75rem; }
#hBuaCl60rh0nA3ZFi2Ig9laoCI3EAuTf { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:24.96875rem;left:10.8125rem; }
#fiIzCDiLB3QVlOts5DJK707LKdmBzK4D { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:1.8125rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:12.5625rem;left:59.8125rem; }
#w8vo6u8e6KkGDULAV7NbOqReTm3cmcBu { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.8125rem;width:27.9375rem;top:6rem;left:22.625rem;overflow:hidden;display:block; }
#nZ81Uty8FZHWK4w9fWmkHi6eBoEbzKpK { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:12.375rem;left:10.59375rem; }
#XalOBLong3CQz7F7WKlDTrkfQBb59Iq9 { color:#454545;display:block;width:11.125rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.8681640625rem;left:6.125rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FFC0CX9rQIksZlpbpTy8G7lT9WpufCdU { color:#979597;display:block;width:16.9375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:16.249219059944rem;left:3.21875rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qhEstLrZbG2ICNRSevN2NGFAk8ErB5ZV { display:block;width:50.25rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.8125rem;left:12.375rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;color:#000000;display:block; }
#hUggCfrXHgMWHtoApA8b2Lna25ZTyizs { position:absolute;display:block;z-index:14998;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:50.375rem;width:38.0625rem;top:2.392578125rem;left:23.322401774398rem;overflow:hidden;display:none; }
#MIAOaTRhVovZgvF6X3og044LdT0Fbez4 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:10.6875rem;top:13.37109375rem;left:24.255514705883rem;overflow:hidden;display:block; }
#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb { background-color:#2f2f2f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { background-color: transparent; background-image: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container > .video-iframe-container { display: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row > .video-iframe-container { display: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .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); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { border-width: 0; border-radius: 0; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { width:75rem;height:52.8125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#DGF3rSShJltiomrqavUWwv0AVy6H5rET { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:3.375rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NnPPvN0HCDcq1dFOmluArFx9GOGwIOKb { color:#ffffff;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:7.73828125rem;left:15.625rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Jf1EMkAIywA6yScfi3zrsJdWDPmBsRhK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:24.3125rem;width:40rem;top:16.5625rem;left:17.5rem;display:block; }
#RlHcrVldF5hcoSd2Dibm3MdrOfa05Sbc { background-color:#ff0000;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-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:45.375rem;left:30.15625rem;display:block; }
#S2WzDZ9i6AevOr2MkSZMATPLvUOWXHQI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FTQcze9HUeKrNSCKdd214V4REIHcXTAn { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:4.5625rem;top:0rem;left:35.21875rem;overflow:hidden;display:block; }
#rpPs1MkkXM73I07wEvxCO4cKGnidRiiS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/30caca16-87bb-48b1-9276-4394a2989a6e/freepik__upload__4185.jpeg");background-position:bottom 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; }#rpPs1MkkXM73I07wEvxCO4cKGnidRiiS.adaptive-delivery-prevent-bg, #rpPs1MkkXM73I07wEvxCO4cKGnidRiiS.lazyload, #rpPs1MkkXM73I07wEvxCO4cKGnidRiiS.lazyloading { background-image: none; }#rpPs1MkkXM73I07wEvxCO4cKGnidRiiS > .row .container { background-color: transparent; background-image: none; }#rpPs1MkkXM73I07wEvxCO4cKGnidRiiS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpPs1MkkXM73I07wEvxCO4cKGnidRiiS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpPs1MkkXM73I07wEvxCO4cKGnidRiiS > .row .container > .video-iframe-container { display: none; }#rpPs1MkkXM73I07wEvxCO4cKGnidRiiS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpPs1MkkXM73I07wEvxCO4cKGnidRiiS > .row > .video-iframe-container { display: none; }#rpPs1MkkXM73I07wEvxCO4cKGnidRiiS > .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); }#rpPs1MkkXM73I07wEvxCO4cKGnidRiiS > .row .container { border-width: 0; border-radius: 0; }#rpPs1MkkXM73I07wEvxCO4cKGnidRiiS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpPs1MkkXM73I07wEvxCO4cKGnidRiiS > .row .container { font-size:0.875rem;font-family:arial;height:34.875rem;width:75rem;position:relative;display:block; }#ASJGZiFC0eVod3rbvq95qNEEuBctGZIa { position:absolute;display:block;z-index:14995;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:26.6875rem;width:27.5rem;top:8.0625rem;left:2.1875rem;overflow:hidden;display:block; }
#ywTgbZkTy1GpSDAsbErPTKUFrCVH9hXL { position:absolute;display:block;z-index:14999;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.875rem;width:25.75rem;top:10rem;left:25rem;overflow:hidden;display:block; }
#uSCDqIaTdpVCoPVXT50QrV71sD0gL5r6 { 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:26rem;width:26.375rem;top:8.875rem;left:48.625rem;overflow:hidden;display:block; }
#EtCMz0oxLPTv4DFFWVX7mRgK8rUI4vQG { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"roboto condensed";font-size:2.5rem;font-weight:300;z-index:15012;line-height:1.1;letter-spacing:0;top:10rem;left:3.625rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZucXPGHbQEX3247wLtCZTiFJuhRdWmpH { color:#ff0000;display:block;width:19.125rem;position:absolute;font-family:"roboto condensed";font-size:2.5rem;font-weight:300;z-index:15013;line-height:1.1;letter-spacing:0;top:10rem;left:28.1875rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gDdQqlndXrSpnmdokG9wNyMDKWPkKyw6 { color:#000000;display:block;width:17.25rem;position:absolute;font-family:"roboto condensed";font-size:2.5rem;font-weight:300;z-index:15014;line-height:1.1;letter-spacing:0;top:10rem;left:53.875rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r9T2TkTdyRDh6uWAsqvhGw9SBuKRf1AM { color:#ffffff;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:3.0625rem;left:30.5625rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V2U9WtTqeh7Rit4IVZk5r7ClPeTB0wOA { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:4.5625rem;top:0rem;left:35.59375rem;overflow:hidden;display:block; }
#Iu1e2IOkPkJrASWXGdfmNZFsqICf4DVh { position:absolute;display:block;z-index:15015;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:7.5rem;top:3.46875rem;left:8.75rem;overflow:hidden;display:block; }
#K23SpRwv31nJi92xeK9ANpM2zDNlR3Ko { position:absolute;display:block;z-index:15016;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:7.5rem;top:3.46875rem;left:33.75rem;overflow:hidden;display:block; }
#ZbyeL1pLBs0mfhqccewB5vMpIa9GJWNa { position:absolute;display:block;z-index:15017;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.4375rem;width:7.5rem;top:3.5rem;left:58.75rem;overflow:hidden;display:block; }
#nn651RyNaoqfMZ4h5Bm6rPrSJL6tNXos { position:relative;display:block; }#nn651RyNaoqfMZ4h5Bm6rPrSJL6tNXos { background-color: transparent; background-image: none; }#nn651RyNaoqfMZ4h5Bm6rPrSJL6tNXos::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nn651RyNaoqfMZ4h5Bm6rPrSJL6tNXos > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nn651RyNaoqfMZ4h5Bm6rPrSJL6tNXos > .row .container > .video-iframe-container { display: none; }#nn651RyNaoqfMZ4h5Bm6rPrSJL6tNXos > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nn651RyNaoqfMZ4h5Bm6rPrSJL6tNXos > .row > .video-iframe-container { display: none; }#nn651RyNaoqfMZ4h5Bm6rPrSJL6tNXos > .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); }#nn651RyNaoqfMZ4h5Bm6rPrSJL6tNXos { border-width: 0; border-radius: 0; }#nn651RyNaoqfMZ4h5Bm6rPrSJL6tNXos > .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; }#nn651RyNaoqfMZ4h5Bm6rPrSJL6tNXos > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ff0000;background-image:none;font-size:0.875rem;font-family:arial;height:1.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; }#yzynaCAbhQFwtadRP3p9AK3zckKBfJ0J { position:relative;display:block; }#yzynaCAbhQFwtadRP3p9AK3zckKBfJ0J { background-color: transparent; background-image: none; }#yzynaCAbhQFwtadRP3p9AK3zckKBfJ0J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzynaCAbhQFwtadRP3p9AK3zckKBfJ0J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzynaCAbhQFwtadRP3p9AK3zckKBfJ0J > .row .container > .video-iframe-container { display: none; }#yzynaCAbhQFwtadRP3p9AK3zckKBfJ0J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzynaCAbhQFwtadRP3p9AK3zckKBfJ0J > .row > .video-iframe-container { display: none; }#yzynaCAbhQFwtadRP3p9AK3zckKBfJ0J > .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); }#yzynaCAbhQFwtadRP3p9AK3zckKBfJ0J { border-width: 0; border-radius: 0; }#yzynaCAbhQFwtadRP3p9AK3zckKBfJ0J > .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; }#yzynaCAbhQFwtadRP3p9AK3zckKBfJ0J > .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:38.8125rem;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; }#o7G10LFv3JQIrxEF03R7NCb5xDC9bpnQ { position:absolute;display:block;z-index:15009;height:23.3125rem;width:40.75rem;top:12.34375rem;left:17.125rem;display:block; }
#HyqThPH7UaKCz1lkXIHuNedFNMU2fSQO { display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.5625rem;left:0rem;height:6.824225rem;text-align:center;text-align-last:center;font-style:normal;color:#000000;display:block; }
#wqr9sJMCgRIg9O60JJTyAqocF0m3OGiH { color:#2d2929;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15009;line-height:1;letter-spacing:0;top:3.3125rem;left:30.1875rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xEDMOp4CZRGEkJJG5Nfszky5X9I2bqeC { position:absolute;display:block;z-index:15024;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:2rem;width:4.5625rem;top:0rem;left:35.21875rem;overflow:hidden;display:block; }
#RrbbOS0mBoUzdiyrOyRrotXZTJsw38hw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#RrbbOS0mBoUzdiyrOyRrotXZTJsw38hw > .row .container { background-color: transparent; background-image: none; }#RrbbOS0mBoUzdiyrOyRrotXZTJsw38hw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrbbOS0mBoUzdiyrOyRrotXZTJsw38hw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrbbOS0mBoUzdiyrOyRrotXZTJsw38hw > .row .container > .video-iframe-container { display: none; }#RrbbOS0mBoUzdiyrOyRrotXZTJsw38hw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrbbOS0mBoUzdiyrOyRrotXZTJsw38hw > .row > .video-iframe-container { display: none; }#RrbbOS0mBoUzdiyrOyRrotXZTJsw38hw > .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); }#RrbbOS0mBoUzdiyrOyRrotXZTJsw38hw > .row .container { border-width: 0; border-radius: 0; }#RrbbOS0mBoUzdiyrOyRrotXZTJsw38hw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RrbbOS0mBoUzdiyrOyRrotXZTJsw38hw > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#uTFC3AylwcFWqFb12IKK6w1SfchcBDeq { 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:15016;opacity:1;top:14.25rem;left:52.25rem; }
#gLOuVWBTvxFwQSsznfxwyELqEq0EcxFO { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:19.25rem;left:47.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WDrWmRlBKO9RQvT4TfIfMmFB9SKAo5Kz { position:absolute;display:block;z-index:15000;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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.3) ;height:18.9375rem;width:13.75rem;top:12.25rem;left:46.9375rem;display:block; }
#c6kaynvQ5rdXlkpexQgHI5KXFyxK96UE { 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:15017;opacity:1;top:14.1875rem;left:19.875rem; }
#sTGsVHCGZvPpo1xeUoLZF3i3xqhWt7mg { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:18.875rem;left:14.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TvKZmtUosPIBhWkxUacseznBARJoyEkp { position:absolute;display:block;z-index:14999;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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.3) ;height:18.875rem;width:13.75rem;top:12.25rem;left:14.375rem;display:block; }
#tHsWUS77b2NJomoHdZem8zcMLkprWKDw { 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:15016;opacity:1;top:14.125rem;left:36.0625rem; }
#BTruqq96s2maxUZTPhe3iezQgSoFuDCb { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:18.8125rem;left:30.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r72RCvLIL7kU3mKd8qJZKS5IFMAwEIXX { position:absolute;display:block;z-index:15004;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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.3) ;height:19rem;width:13.75rem;top:12.1875rem;left:30.6875rem;display:block; }
#FfG9WCzV0lIsQ2bxfHU1qoVng3bhiUDW { color:#333333;display:block;width:12rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:21.787109375rem;left:31.75rem;height:8.3994375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lJVNRS1SVExLABNmO3qyMS5JCLFZSiFf { color:#333333;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:21.787109375rem;left:47.5625rem;height:6.9995rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M7PJPAlWIDU5opq5stmCnVui8pFtsaKS { color:#333333;display:block;width:12.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:21.787109375rem;left:14.84375rem;height:6.9995rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fJd7Uzb4UIQcuktAFzmMs64I3Eep2QcJ { color:#2d2929;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:3.375rem;left:30.0625rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WCrINpBTKSEguPBecuUCEZJ12e7C995I { display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3125rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;color:#000000;display:block; }
#deUHndyG99t8qM1WzG6HLnKpcrfbS9sC { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:4.5625rem;top:0rem;left:35.21875rem;overflow:hidden;display:block; }
#n1KDJnFn0wkvL8Plfup1edhko3rOeJfk { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2a7a6363-4425-45f2-abd2-f55842c71875/talholady.png");background-position:bottom 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;display:block; }#n1KDJnFn0wkvL8Plfup1edhko3rOeJfk.adaptive-delivery-prevent-bg, #n1KDJnFn0wkvL8Plfup1edhko3rOeJfk.lazyload, #n1KDJnFn0wkvL8Plfup1edhko3rOeJfk.lazyloading { background-image: none; }#n1KDJnFn0wkvL8Plfup1edhko3rOeJfk > .row .container { background-color: transparent; background-image: none; }#n1KDJnFn0wkvL8Plfup1edhko3rOeJfk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1KDJnFn0wkvL8Plfup1edhko3rOeJfk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1KDJnFn0wkvL8Plfup1edhko3rOeJfk > .row .container > .video-iframe-container { display: none; }#n1KDJnFn0wkvL8Plfup1edhko3rOeJfk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1KDJnFn0wkvL8Plfup1edhko3rOeJfk > .row > .video-iframe-container { display: none; }#n1KDJnFn0wkvL8Plfup1edhko3rOeJfk > .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); }#n1KDJnFn0wkvL8Plfup1edhko3rOeJfk > .row .container { border-width: 0; border-radius: 0; }#n1KDJnFn0wkvL8Plfup1edhko3rOeJfk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#n1KDJnFn0wkvL8Plfup1edhko3rOeJfk > .row .container { width:75rem;height:37.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#lVVSZ8WPWbc4LrWJ1B1llcLMkqEIxp1o { color:#2d2929;display:block;width:37.5625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:4.25rem;left:36.125rem;height:5.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#yVaVITJITAuZwP8C2ns7SMGev0bBW0v7 { background-color:#ff0000;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-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:21.8125rem;left:59.0625rem;display:block; }
#wU5A69PA3CrPaRTioh5aNV4rkPcf6eSU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S1IHtTNudk8o6urlexLf8J0urUXI96T5 { color:#ff0000;display:block;width:31.5625rem;position:absolute;font-family:"roboto condensed";font-size:3.25rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:10.6875rem;left:42.1875rem;height:3.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#UZPQfgh41ul47ynTcOlve2Bs8tLy67uk { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:8.25rem;top:21.875rem;left:0rem;overflow:hidden;display:block; }
#BR8Vo9Lb4VZ3BOUJcI3h2rCpNmS63FZT { 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:35.375rem;width:75rem;display:none; }
#hWT6Z648Bifad537HBRoZTfJWy5WJXob { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2a7a6363-4425-45f2-abd2-f55842c71875/talholady.png");background-position:bottom 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;display:none; }#hWT6Z648Bifad537HBRoZTfJWy5WJXob.adaptive-delivery-prevent-bg, #hWT6Z648Bifad537HBRoZTfJWy5WJXob.lazyload, #hWT6Z648Bifad537HBRoZTfJWy5WJXob.lazyloading { background-image: none; }#hWT6Z648Bifad537HBRoZTfJWy5WJXob > .row .container { border-width: 0; border-radius: 0; }#hWT6Z648Bifad537HBRoZTfJWy5WJXob > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#hWT6Z648Bifad537HBRoZTfJWy5WJXob > .row .container { width:75rem;height:37.125rem;font-size:0.875rem;font-family:arial;position:relative;display:none; }#r0TTT0OM663vUNvi4y9rc71R1cKSHo8p { color:#2d2929;display:block;width:37.5625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:4.25rem;left:36.125rem;height:5.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TNtTaKN9XJG9NQoCVDXnqgRWCymPli0m { background-color:#ff0000;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-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:21.8125rem;left:59.0625rem;display:block; }
#OrtXrlaRtsGuQWeDc9Lp7eoDMokzv250 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RboohfhCUGDTcWLRGWQ2ObCIXQ67iutd { color:#ff0000;display:block;width:31.5625rem;position:absolute;font-family:"roboto condensed";font-size:3.25rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:10.6875rem;left:42.1875rem;height:3.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zwT8BuCH1eAdTVZqREW3F1Dx9Sp3NGXP { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:8.25rem;top:21.875rem;left:4.3125rem;overflow:hidden;display:block; }
#wZsWJA6lVrTwsvAsifKEcGQLVrGZnZQn { 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:35.375rem;width:75rem;display:none; }
#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { background-color: transparent; background-image: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .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); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { border-width: 0; border-radius: 0; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { font-size:0.875rem;font-family:arial;height:19.875rem;width:75rem;position:relative;display:block; }#I5kG3KAqAgghhPerJJerrNuvArk0W5SC { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:8rem;left:4.6875rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#anfX8B9eU1Zab7yrWHeOikHVp5ExaW7R { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:16.625rem;left:25.9375rem;height:1.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LmMn0AbQUp7nV2PlzTuOAqVVpuSdJu0E { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15033;top:3.3125rem;left:57.0625rem; }
#wqKuA6rd9gMWM1WzIevhUU8S963ph4sD { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15034;top:3.3125rem;left:61.1875rem; }
#T5LI2FRpsXN1BFKdnh9ricGaU4a43XQw { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:3.15625rem;left:65.125rem; }
#A1LEbgGn59v0AqT1QbnLFe3Ngf51gdpx { 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:3.9375rem;width:7.625rem;top:2.21875rem;left:3.9375rem;overflow:hidden;display:block; }
#d5pm85nJ5L9Tx7fyzKXVcUl3QOhSdRkb { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:9.5rem;left:4.6875rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#JTS8HhWDSLbdxyMVULQV82nTBP98uoTw { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:11.125rem;left:4.6875rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#GK2sTOvoWMokv40OlTwSdTDpc3IFw3mT { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:3.15625rem;left:69.6875rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #STaGw4JfFTErvJmfeK41b7BBwFZETAa3 { display:none; }#STaGw4JfFTErvJmfeK41b7BBwFZETAa3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bepRJRSpFVPTqDM1wpJOx6t5SFGaJ3ug { width:47.75rem;height:24.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lPFbnZpTJPc1E0Fb5nM3sAc18Ju9898n { top:0.5rem;left:0rem;width:10.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns { display:block; }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eVki0HhkTzS8fNroAb0ZQ6AUDBQ5rUea { top:10.75rem;left:0rem;width:29.9375rem;height:17.75rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdNoRSN51QWTu02F5sN688rgFhGdlDzo { top:29.6875rem;left:0rem;width:31.1875rem;height:5.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSLRVyToHT2Gv8fFWqfGU7mxwVBKSUxD { width:33.875rem;height:43.8125rem;top:5.4375rem;left:12.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #efslXVT53a1QoP1FHcXhXqT7U63egn05 { width:14.3125rem;height:13.1875rem;top:24.0625rem;left:12.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTrhUd3Mhlzbi2Gd9EQOB0BihJ5qFBXy { top:27rem;left:22.5rem;width:11.375rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0EfBvVHaokaDOePA8pgTv73Eb7MzHmT { width:14.625rem;height:1.25rem;top:8.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQSyTGTpK3mZAKbJJEck7f2i8AL0mbqC { width:14.3125rem;height:13.1875rem;top:29.75rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XslIqtDUH7yJZ3IyIg2hWtynCNTTdKo2 { top:27.25rem;left:20.5625rem;width:11.9375rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e5B8Ep0fLAOVJqKg9s0pUPXLLakPlwOP { width:21rem;height:37.9375rem;top:6.6875rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7  { width:17.5rem;height:auto;top:8.0625rem;left:27.75rem; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 {display:block;}#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 { width:17.5rem;height:auto;top:8.0625rem;left:27.75rem; }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #DWGMeTH9fzfVg4T5NLlP6RA0SdOezRwI {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #dLayE9naTJeDaq33izs3q83fTDMcktIp {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #glBgvF0dgCfDhTziy8h7G6n689fg2XVk {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #wZAsNB0CMMTDAwtsrHtX0zmcc4xSboyM {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #nuPGZAdtHovrgL8928oIov4oo0upXgl7 {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #hJgVDv3IRB548tOXTqkRdwiIwICL92Pt {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #tDKLqReqpeueWqUeEI2dT7Uk8oEi4XQD {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #JkMtpF2ZM3n8ECQDhr5y9xoq8lXTur41 {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #Gngl98R4xAmnTbzklmUTLQzWcVdD6Gx4 {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #CroA8RqWCvXGUH8Ar9UCxmD3rFDGPUOG {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #tVf122wvxbFv3sM9cnXwLcpgbkTcLmwL {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #bfiRh4pkudxHqDbphspnX8NFtLuLiQAI {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #AoZcB9VvmWOrTCG7MC0IEvQl4Vfota9S {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #uSBxByusBwP8213S3tCpK7EXHl6GUTKM {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #C8u2BTBn8LCzAB7ExynihVapAg8TgM15 {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #te0TLZS4wRWrOA79Sq3HZxkqmHl9HTWz {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #mE39wvOslaqro50pfHTLLWAngbSzUrKp {  }
 }@media only screen and (max-width: 763px) { #AmKJJwBwgGMWIrgGoVxaQ4FxPSZ8HUWT { display:block; }
 }@media only screen and (max-width: 763px) { #O76dDvUkT3AyVdEtKWOkzcEVA8pygfMm { display:block; }
 }@media only screen and (max-width: 763px) { #m7ExD2LbRrbi6miMNIIcb5uwTgX4DTDU { display:block; }
 }@media only screen and (max-width: 763px) { #zqZVVfbF5y7f1Q8zT16Mt7sVnnoKpmxS { display:block; }
 }@media only screen and (max-width: 763px) { #tBGWvWHr5iMtCC3nfaA7T1uZoELoe9iL { display:block; }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #Ss47TUF2uU4R3xZFOPSulzno8MxSAZyi {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #s7iHGq1BCFzbVpdrNnUzHIWn68NmVgp3 {  }
 }@media only screen and (max-width: 763px) { #Lq95KGrIzUnTQ86tt3Wt3KNUQTuvTZl9 { top:37.125rem;left:0rem;width:18.5rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFdf87KwLIedxG4834m3CE1HVPPQqyrS { display:block; }#pFdf87KwLIedxG4834m3CE1HVPPQqyrS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JuzeFDTkZIflnI9fLRdJOA7coDyXRTNJ { top:-0.125rem;left:15.8125rem;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IInexunHtk9RIrDWZSZCZvFRwEuuz8AQ { top:0rem;left:31.75rem;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScZKF3cQU4TUOAtzf3sbcAOQldBPBv6I { width:13.9375rem;height:2rem;top:3.1875rem;left:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkSMWiIrBrhULtMfRnhmraOTHfIiWMMZ { width:16.375rem;height:4.125rem;top:5.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou0AM97219POlLS2ANtaxhXqJaO8eBUI { width:13.9375rem;height:2rem;top:3rem;left:17.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIJeHPDg2xTvgGP9aflKKWPuT9UUTuMB { width:16.375rem;height:5.5rem;top:5.375rem;left:15.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGEpApximNxkwN2vhNllwhOg5LNAHHQZ { width:13.9375rem;height:2rem;top:3rem;left:33.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSB8EGuX43i8BPR6BEN4O2CgAT7I85eQ { width:16.375rem;height:4.125rem;top:5.625rem;left:31.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLPw3CiJIvbqL3zxx9GGJZcQBdBB0B9t { top:3.5625rem;left:0rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8Op2KF4mPfLpSGl5DMuDsSn7T2UL4zG { top:3.375rem;left:15.875rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUyzxxzT4MdGk6RayrI5H275DUmrDcHQ { top:3.1875rem;left:31.75rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #loBVbZSdhIvNESDCywGWWpnPJuoroZor { display:block; }#loBVbZSdhIvNESDCywGWWpnPJuoroZor > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqZx0C62u1wz02l31pvczCS3i6SrqX6N { width:12.5rem;height:1.375rem;top:27.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdU8BWrdhkfa93gr0zuKSdwnlU8c1eWv { width:14.3125rem;height:4.125rem;top:29.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW7W0009hOMkruPDup4VuaoIuTPxE45q { width:11rem;height:1.375rem;top:27.625rem;left:36.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhydWnr7J74BTpKPfNX0nWLXnqVb7RnE { width:15.5rem;height:4.125rem;top:29rem;left:32.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GStVOXn9NLbO5sBQuyhrA3Pw7TODHwaK { width:14.8125rem;height:2.75rem;top:16.1875rem;left:32.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0TTAGbUsNcAvzWAlGTIhNJnU57R220y { width:15.6875rem;height:1.375rem;top:14.8125rem;left:32.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DreeS3XmG5cpTPOePpWk9saCn6NdbIsq { top:24.75rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBuaCl60rh0nA3ZFi2Ig9laoCI3EAuTf { top:24.9375rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiIzCDiLB3QVlOts5DJK707LKdmBzK4D { top:12.5625rem;left:45.6875rem;width:2.0625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8vo6u8e6KkGDULAV7NbOqReTm3cmcBu { width:27.9375rem;height:36.8125rem;top:6rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #nZ81Uty8FZHWK4w9fWmkHi6eBoEbzKpK { top:12.375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XalOBLong3CQz7F7WKlDTrkfQBb59Iq9 { width:11.125rem;height:1.375rem;top:14.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFC0CX9rQIksZlpbpTy8G7lT9WpufCdU { width:16.9375rem;height:2.75rem;top:16.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhEstLrZbG2ICNRSevN2NGFAk8ErB5ZV { width:47.75rem;height:3.375rem;top:1.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUggCfrXHgMWHtoApA8b2Lna25ZTyizs { width:38.0625rem;height:50.375rem;top:2.375rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MIAOaTRhVovZgvF6X3og044LdT0Fbez4 { top:13.3125rem;left:10.630514705883rem;width:10.6875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb { display:block; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGF3rSShJltiomrqavUWwv0AVy6H5rET { width:47.75rem;height:;top:3.375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnPPvN0HCDcq1dFOmluArFx9GOGwIOKb { width:43.75rem;height:3.5625rem;top:7.6875rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf1EMkAIywA6yScfi3zrsJdWDPmBsRhK { top:16.5625rem;left:3.875rem;width:40rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlHcrVldF5hcoSd2Dibm3MdrOfa05Sbc { width:14.6875rem;height:3.875rem;top:45.375rem;left:16.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2WzDZ9i6AevOr2MkSZMATPLvUOWXHQI { display:block; }
 }@media only screen and (max-width: 763px) { #FTQcze9HUeKrNSCKdd214V4REIHcXTAn { top:0rem;left:21.59375rem;width:4.5625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpPs1MkkXM73I07wEvxCO4cKGnidRiiS { display:block; }#rpPs1MkkXM73I07wEvxCO4cKGnidRiiS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ASJGZiFC0eVod3rbvq95qNEEuBctGZIa { width:27.5rem;height:26.6875rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywTgbZkTy1GpSDAsbErPTKUFrCVH9hXL { width:25.75rem;height:24.875rem;top:10rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSCDqIaTdpVCoPVXT50QrV71sD0gL5r6 { width:26.375rem;height:26rem;top:8.875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtCMz0oxLPTv4DFFWVX7mRgK8rUI4vQG { top:10rem;left:0rem;width:19.125rem;height:2.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZucXPGHbQEX3247wLtCZTiFJuhRdWmpH { top:10rem;left:12.625rem;width:19.125rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDdQqlndXrSpnmdokG9wNyMDKWPkKyw6 { top:10rem;left:30.375rem;width:17.25rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9T2TkTdyRDh6uWAsqvhGw9SBuKRf1AM { width:14.625rem;height:1.25rem;top:3.0625rem;left:16.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2U9WtTqeh7Rit4IVZk5r7ClPeTB0wOA { top:0rem;left:21.90625rem;width:4.5625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iu1e2IOkPkJrASWXGdfmNZFsqICf4DVh { top:3.4375rem;left:4.1875rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K23SpRwv31nJi92xeK9ANpM2zDNlR3Ko { top:3.4375rem;left:20.0625rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbyeL1pLBs0mfhqccewB5vMpIa9GJWNa { top:3.5rem;left:35.9375rem;width:7.5rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn651RyNaoqfMZ4h5Bm6rPrSJL6tNXos { display:block; }#nn651RyNaoqfMZ4h5Bm6rPrSJL6tNXos > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzynaCAbhQFwtadRP3p9AK3zckKBfJ0J { display:block; }#yzynaCAbhQFwtadRP3p9AK3zckKBfJ0J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o7G10LFv3JQIrxEF03R7NCb5xDC9bpnQ { top:12.3125rem;left:3.5rem;width:40.75rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyqThPH7UaKCz1lkXIHuNedFNMU2fSQO { width:47.75rem;height:6.8125rem;top:4.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqr9sJMCgRIg9O60JJTyAqocF0m3OGiH { width:14.625rem;height:1.25rem;top:3.3125rem;left:16.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEDMOp4CZRGEkJJG5Nfszky5X9I2bqeC { top:0rem;left:21.59375rem;width:4.5625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrbbOS0mBoUzdiyrOyRrotXZTJsw38hw { display:block; }#RrbbOS0mBoUzdiyrOyRrotXZTJsw38hw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTFC3AylwcFWqFb12IKK6w1SfchcBDeq { top:14.25rem;left:31.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLOuVWBTvxFwQSsznfxwyELqEq0EcxFO { width:13.125rem;height:1.625rem;top:19.25rem;left:18.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDrWmRlBKO9RQvT4TfIfMmFB9SKAo5Kz { width:13.75rem;height:18.9375rem;top:12.25rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6kaynvQ5rdXlkpexQgHI5KXFyxK96UE { top:14.1875rem;left:12.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTGsVHCGZvPpo1xeUoLZF3i3xqhWt7mg { width:13.125rem;height:1.625rem;top:18.875rem;left:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvKZmtUosPIBhWkxUacseznBARJoyEkp { width:13.75rem;height:18.875rem;top:12.25rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHsWUS77b2NJomoHdZem8zcMLkprWKDw { top:14.125rem;left:22.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTruqq96s2maxUZTPhe3iezQgSoFuDCb { width:13.125rem;height:1.625rem;top:18.8125rem;left:17.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r72RCvLIL7kU3mKd8qJZKS5IFMAwEIXX { width:13.75rem;height:19rem;top:12.1875rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfG9WCzV0lIsQ2bxfHU1qoVng3bhiUDW { width:12rem;height:8.375rem;top:21.75rem;left:18.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJVNRS1SVExLABNmO3qyMS5JCLFZSiFf { width:12.5rem;height:8.375rem;top:21.75rem;left:19.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7PJPAlWIDU5opq5stmCnVui8pFtsaKS { width:12.8125rem;height:6.9375rem;top:21.75rem;left:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJd7Uzb4UIQcuktAFzmMs64I3Eep2QcJ { width:14.625rem;height:1.25rem;top:3.375rem;left:16.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCrINpBTKSEguPBecuUCEZJ12e7C995I { width:47.75rem;height:3.375rem;top:4.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #deUHndyG99t8qM1WzG6HLnKpcrfbS9sC { top:0rem;left:21.53125rem;width:4.5625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1KDJnFn0wkvL8Plfup1edhko3rOeJfk { display:block; }#n1KDJnFn0wkvL8Plfup1edhko3rOeJfk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lVVSZ8WPWbc4LrWJ1B1llcLMkqEIxp1o { width:37.5625rem;height:5.625rem;top:4.25rem;left:10.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVaVITJITAuZwP8C2ns7SMGev0bBW0v7 { width:14.6875rem;height:3.875rem;top:21.8125rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU5A69PA3CrPaRTioh5aNV4rkPcf6eSU { display:block; }
 }@media only screen and (max-width: 763px) { #S1IHtTNudk8o6urlexLf8J0urUXI96T5 { width:31.5625rem;height:3.25rem;top:10.6875rem;left:16.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZPQfgh41ul47ynTcOlve2Bs8tLy67uk { top:21.875rem;left:0rem;width:8.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BR8Vo9Lb4VZ3BOUJcI3h2rCpNmS63FZT { width:47.75rem;height:22.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hWT6Z648Bifad537HBRoZTfJWy5WJXob { display:block; }#hWT6Z648Bifad537HBRoZTfJWy5WJXob > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0TTT0OM663vUNvi4y9rc71R1cKSHo8p { width:37.5625rem;height:5.625rem;top:4.25rem;left:10.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNtTaKN9XJG9NQoCVDXnqgRWCymPli0m { width:14.6875rem;height:3.875rem;top:21.8125rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrtXrlaRtsGuQWeDc9Lp7eoDMokzv250 { display:block; }
 }@media only screen and (max-width: 763px) { #RboohfhCUGDTcWLRGWQ2ObCIXQ67iutd { width:31.5625rem;height:3.25rem;top:10.6875rem;left:16.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwT8BuCH1eAdTVZqREW3F1Dx9Sp3NGXP { top:21.875rem;left:0rem;width:8.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZsWJA6lVrTwsvAsifKEcGQLVrGZnZQn { width:47.75rem;height:22.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK { display:block; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5kG3KAqAgghhPerJJerrNuvArk0W5SC { top:8rem;left:0rem;width:23.0625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #anfX8B9eU1Zab7yrWHeOikHVp5ExaW7R { top:16.625rem;left:12.3125rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmMn0AbQUp7nV2PlzTuOAqVVpuSdJu0E { top:3.3125rem;left:43.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqKuA6rd9gMWM1WzIevhUU8S963ph4sD { top:3.3125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5LI2FRpsXN1BFKdnh9ricGaU4a43XQw { top:3.125rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1LEbgGn59v0AqT1QbnLFe3Ngf51gdpx { width:7.625rem;height:3.9375rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5pm85nJ5L9Tx7fyzKXVcUl3QOhSdRkb { top:9.5rem;left:0rem;width:23.0625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTS8HhWDSLbdxyMVULQV82nTBP98uoTw { top:11.125rem;left:0rem;width:23.0625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK2sTOvoWMokv40OlTwSdTDpc3IFw3mT { top:3.125rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#f1f1f1;background-image:none;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); } }@media only screen and (max-width: 763px) { #STaGw4JfFTErvJmfeK41b7BBwFZETAa3 { display:block; }#STaGw4JfFTErvJmfeK41b7BBwFZETAa3 { background-color: transparent; background-image: none; }#STaGw4JfFTErvJmfeK41b7BBwFZETAa3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STaGw4JfFTErvJmfeK41b7BBwFZETAa3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STaGw4JfFTErvJmfeK41b7BBwFZETAa3 > .row .container > .video-iframe-container { display: none; }#STaGw4JfFTErvJmfeK41b7BBwFZETAa3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STaGw4JfFTErvJmfeK41b7BBwFZETAa3 > .row > .video-iframe-container { display: none; }#STaGw4JfFTErvJmfeK41b7BBwFZETAa3 > .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); }#STaGw4JfFTErvJmfeK41b7BBwFZETAa3 > .row .container { width:20rem;background-color:#f1f1f1;background-image:none;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bepRJRSpFVPTqDM1wpJOx6t5SFGaJ3ug { top:0.9375rem;left:4.9375rem;width:10.125rem;height:5.1875rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lPFbnZpTJPc1E0Fb5nM3sAc18Ju9898n { width:10.3125rem;height:5.3125rem;top:22.9375rem;left:4.84375rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns { background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/f6151cc5-b171-4a69-9e7c-a05e05e62876/Menina_maosCintura_2_telemvel.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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns.adaptive-delivery-prevent-bg, #WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns.lazyload, #WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns.lazyloading { background-image: none; }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .row .container { background-color: transparent; background-image: none; }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .row .container > .video-iframe-container { display: none; }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .row > .video-iframe-container { display: none; }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .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); }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .row .container { border-width: 0; border-radius: 0; }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .row .container { width:20rem;height:90.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eVki0HhkTzS8fNroAb0ZQ6AUDBQ5rUea { width:20rem;height:4.6875rem;top:4.8749997615814rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #NdNoRSN51QWTu02F5sN688rgFhGdlDzo { width:17.6875rem;height:4.875rem;top:10.5rem;left:1.15625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rSLRVyToHT2Gv8fFWqfGU7mxwVBKSUxD { width:19.875rem;height:25.75rem;top:21.5625rem;left:0.125rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #efslXVT53a1QoP1FHcXhXqT7U63egn05 { width:14.3125rem;height:13.1875rem;top:24.0625rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iTrhUd3Mhlzbi2Gd9EQOB0BihJ5qFBXy { width:6.5625rem;height:5.875rem;top:34.6875rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0EfBvVHaokaDOePA8pgTv73Eb7MzHmT { width:20rem;height:1.0625rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQSyTGTpK3mZAKbJJEck7f2i8AL0mbqC { width:14.3125rem;height:13.1875rem;top:16.375rem;left:2.53125rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #XslIqtDUH7yJZ3IyIg2hWtynCNTTdKo2 { width:7.9375rem;height:5.125rem;top:31.25rem;left:1.25rem;z-index:14994;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #e5B8Ep0fLAOVJqKg9s0pUPXLLakPlwOP { width:20rem;height:37.875rem;top:44.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7  { width:17.5rem;height:auto;top:46.19873046875rem;left:0rem; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 {display:block;}#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 { width:17.5rem;height:auto;top:46.19873046875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #DWGMeTH9fzfVg4T5NLlP6RA0SdOezRwI {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #dLayE9naTJeDaq33izs3q83fTDMcktIp {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #glBgvF0dgCfDhTziy8h7G6n689fg2XVk {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #wZAsNB0CMMTDAwtsrHtX0zmcc4xSboyM {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #nuPGZAdtHovrgL8928oIov4oo0upXgl7 {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #hJgVDv3IRB548tOXTqkRdwiIwICL92Pt {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #tDKLqReqpeueWqUeEI2dT7Uk8oEi4XQD {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #JkMtpF2ZM3n8ECQDhr5y9xoq8lXTur41 {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #Gngl98R4xAmnTbzklmUTLQzWcVdD6Gx4 {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #CroA8RqWCvXGUH8Ar9UCxmD3rFDGPUOG {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #tVf122wvxbFv3sM9cnXwLcpgbkTcLmwL {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #bfiRh4pkudxHqDbphspnX8NFtLuLiQAI {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #AoZcB9VvmWOrTCG7MC0IEvQl4Vfota9S {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #uSBxByusBwP8213S3tCpK7EXHl6GUTKM {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #C8u2BTBn8LCzAB7ExynihVapAg8TgM15 {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #te0TLZS4wRWrOA79Sq3HZxkqmHl9HTWz {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #mE39wvOslaqro50pfHTLLWAngbSzUrKp {  }
 }@media only screen and (max-width: 763px) { #AmKJJwBwgGMWIrgGoVxaQ4FxPSZ8HUWT { display:block; }
 }@media only screen and (max-width: 763px) { #O76dDvUkT3AyVdEtKWOkzcEVA8pygfMm { display:block; }
 }@media only screen and (max-width: 763px) { #m7ExD2LbRrbi6miMNIIcb5uwTgX4DTDU { display:block; }
 }@media only screen and (max-width: 763px) { #zqZVVfbF5y7f1Q8zT16Mt7sVnnoKpmxS { display:block; }
 }@media only screen and (max-width: 763px) { #tBGWvWHr5iMtCC3nfaA7T1uZoELoe9iL { display:block; }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #Ss47TUF2uU4R3xZFOPSulzno8MxSAZyi {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #s7iHGq1BCFzbVpdrNnUzHIWn68NmVgp3 {  }
 }@media only screen and (max-width: 763px) { #Lq95KGrIzUnTQ86tt3Wt3KNUQTuvTZl9 { width:8.25rem;height:3.8125rem;top:33.468750953674rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFdf87KwLIedxG4834m3CE1HVPPQqyrS { display:block; }#pFdf87KwLIedxG4834m3CE1HVPPQqyrS { border-width: 0; border-radius: 0; }#pFdf87KwLIedxG4834m3CE1HVPPQqyrS > .row .container { width:20rem;height:40.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JuzeFDTkZIflnI9fLRdJOA7coDyXRTNJ { width:0.0625rem;height:12.5rem;top:-1.267578125rem;left:5.208984375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IInexunHtk9RIrDWZSZCZvFRwEuuz8AQ { width:0.0625rem;height:12.5rem;top:-1.142578125rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ScZKF3cQU4TUOAtzf3sbcAOQldBPBv6I { width:13.9375rem;height:2.03125rem;top:5.375rem;left:3rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkSMWiIrBrhULtMfRnhmraOTHfIiWMMZ { width:16.375rem;height:4.142575rem;top:8rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou0AM97219POlLS2ANtaxhXqJaO8eBUI { width:13.9375rem;height:2.03125rem;top:18.1875rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIJeHPDg2xTvgGP9aflKKWPuT9UUTuMB { width:16.375rem;height:5.5234375rem;top:20.8125rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGEpApximNxkwN2vhNllwhOg5LNAHHQZ { width:13.9375rem;height:2.03125rem;top:32.125rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSB8EGuX43i8BPR6BEN4O2CgAT7I85eQ { width:16.375rem;height:4.142575rem;top:34.125rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLPw3CiJIvbqL3zxx9GGJZcQBdBB0B9t { width:4.125rem;height:4.125rem;top:1.25rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8Op2KF4mPfLpSGl5DMuDsSn7T2UL4zG { width:4.375rem;height:4.375rem;top:13.8125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUyzxxzT4MdGk6RayrI5H275DUmrDcHQ { width:4.375rem;height:4.375rem;top:27.75rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #loBVbZSdhIvNESDCywGWWpnPJuoroZor { background-color:#f1f1f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#loBVbZSdhIvNESDCywGWWpnPJuoroZor > .row .container { background-color: transparent; background-image: none; }#loBVbZSdhIvNESDCywGWWpnPJuoroZor::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loBVbZSdhIvNESDCywGWWpnPJuoroZor > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loBVbZSdhIvNESDCywGWWpnPJuoroZor > .row .container > .video-iframe-container { display: none; }#loBVbZSdhIvNESDCywGWWpnPJuoroZor > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loBVbZSdhIvNESDCywGWWpnPJuoroZor > .row > .video-iframe-container { display: none; }#loBVbZSdhIvNESDCywGWWpnPJuoroZor > .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); }#loBVbZSdhIvNESDCywGWWpnPJuoroZor > .row .container { border-width: 0; border-radius: 0; }#loBVbZSdhIvNESDCywGWWpnPJuoroZor > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#loBVbZSdhIvNESDCywGWWpnPJuoroZor > .row .container { width:20rem;height:65.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqZx0C62u1wz02l31pvczCS3i6SrqX6N { width:12.75rem;height:1.3rem;top:44.1875rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdU8BWrdhkfa93gr0zuKSdwnlU8c1eWv { width:14.75rem;height:3.41161875rem;top:55.1875rem;left:2.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW7W0009hOMkruPDup4VuaoIuTPxE45q { width:9.3125rem;height:1.3rem;top:53.875rem;left:5.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhydWnr7J74BTpKPfNX0nWLXnqVb7RnE { width:15.25rem;height:3.41161875rem;top:45.4375rem;left:2.375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GStVOXn9NLbO5sBQuyhrA3Pw7TODHwaK { width:13rem;height:2.2744125rem;top:37.375rem;left:3.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0TTAGbUsNcAvzWAlGTIhNJnU57R220y { width:14.4375rem;height:1.3rem;top:36.1376953125rem;left:2.78125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DreeS3XmG5cpTPOePpWk9saCn6NdbIsq { width:2.0625rem;height:2.0625rem;top:50.75rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBuaCl60rh0nA3ZFi2Ig9laoCI3EAuTf { width:1.75rem;height:1.75rem;top:41.5625rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiIzCDiLB3QVlOts5DJK707LKdmBzK4D { width:2.0625rem;height:1.8125rem;top:33.1875rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8vo6u8e6KkGDULAV7NbOqReTm3cmcBu { width:20rem;height:26.353467561521rem;top:10.505859375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nZ81Uty8FZHWK4w9fWmkHi6eBoEbzKpK { width:2.1875rem;height:2.1875rem;top:24.9375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XalOBLong3CQz7F7WKlDTrkfQBb59Iq9 { width:8.3125rem;height:1.3rem;top:27.75rem;left:5.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFC0CX9rQIksZlpbpTy8G7lT9WpufCdU { width:15.6875rem;height:2.2744125rem;top:29.8125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhEstLrZbG2ICNRSevN2NGFAk8ErB5ZV { width:20rem;height:6.599125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hUggCfrXHgMWHtoApA8b2Lna25ZTyizs { width:12.8125rem;height:17rem;top:8rem;left:3.59375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #MIAOaTRhVovZgvF6X3og044LdT0Fbez4 { width:7.5rem;height:3.4375rem;top:10.42333984375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb { border-top:0rem solid #0e9ae5;border-left:0rem solid #0e9ae5;border-right:0rem solid #0e9ae5;border-bottom:0rem solid #0e9ae5;background-color:#2f2f2f;background-image:none;display:block; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { background-color: transparent; background-image: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container > .video-iframe-container { display: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row > .video-iframe-container { display: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .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); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { border-width: 0; border-radius: 0; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { width:20rem;height:32.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGF3rSShJltiomrqavUWwv0AVy6H5rET { width:17.875rem;height:4rem;top:3.3125rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnPPvN0HCDcq1dFOmluArFx9GOGwIOKb { width:16.4375rem;height:5.949225rem;top:8.5625rem;left:1.78125rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Jf1EMkAIywA6yScfi3zrsJdWDPmBsRhK { height:10.9375rem;width:20rem;top:16.32421875rem;left:0rem;border-top:0rem solid #5d92ff;border-left:0rem solid #5d92ff;border-right:0rem solid #5d92ff;border-bottom:0rem solid #5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #RlHcrVldF5hcoSd2Dibm3MdrOfa05Sbc { width:14.4375rem;height:3.125rem;top:28.51171875rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2WzDZ9i6AevOr2MkSZMATPLvUOWXHQI { display:block; }
 }@media only screen and (max-width: 763px) { #FTQcze9HUeKrNSCKdd214V4REIHcXTAn { width:3.25rem;height:1.375rem;top:0rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpPs1MkkXM73I07wEvxCO4cKGnidRiiS { display:block; }#rpPs1MkkXM73I07wEvxCO4cKGnidRiiS > .row .container { width:20rem;height:26.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ASJGZiFC0eVod3rbvq95qNEEuBctGZIa { width:13.0625rem;height:13.0625rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywTgbZkTy1GpSDAsbErPTKUFrCVH9hXL { width:12.8125rem;height:12.3125rem;top:14.625rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSCDqIaTdpVCoPVXT50QrV71sD0gL5r6 { width:13.25rem;height:13rem;top:13.84375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtCMz0oxLPTv4DFFWVX7mRgK8rUI4vQG { width:15rem;height:2.2rem;top:4.125rem;left:2.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZucXPGHbQEX3247wLtCZTiFJuhRdWmpH { width:13.5rem;height:2.2rem;top:6.32421875rem;left:3.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gDdQqlndXrSpnmdokG9wNyMDKWPkKyw6 { width:15.25rem;height:2.2rem;top:8.5234375rem;left:2.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r9T2TkTdyRDh6uWAsqvhGw9SBuKRf1AM { width:14.625rem;height:1.0625rem;top:2.005859375rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2U9WtTqeh7Rit4IVZk5r7ClPeTB0wOA { width:3.25rem;height:1.375rem;top:0rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iu1e2IOkPkJrASWXGdfmNZFsqICf4DVh { width:4.625rem;height:4.625rem;top:10.625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K23SpRwv31nJi92xeK9ANpM2zDNlR3Ko { width:4.625rem;height:4.625rem;top:10.625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbyeL1pLBs0mfhqccewB5vMpIa9GJWNa { width:4.625rem;height:4.5rem;top:10.625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn651RyNaoqfMZ4h5Bm6rPrSJL6tNXos { background-color:#ff0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nn651RyNaoqfMZ4h5Bm6rPrSJL6tNXos > .row .container { background-color: transparent; background-image: none; }#nn651RyNaoqfMZ4h5Bm6rPrSJL6tNXos::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nn651RyNaoqfMZ4h5Bm6rPrSJL6tNXos > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nn651RyNaoqfMZ4h5Bm6rPrSJL6tNXos > .row .container > .video-iframe-container { display: none; }#nn651RyNaoqfMZ4h5Bm6rPrSJL6tNXos > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nn651RyNaoqfMZ4h5Bm6rPrSJL6tNXos > .row > .video-iframe-container { display: none; }#nn651RyNaoqfMZ4h5Bm6rPrSJL6tNXos > .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); }#nn651RyNaoqfMZ4h5Bm6rPrSJL6tNXos > .row .container { border-width: 0; border-radius: 0; }#nn651RyNaoqfMZ4h5Bm6rPrSJL6tNXos > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nn651RyNaoqfMZ4h5Bm6rPrSJL6tNXos > .row .container { width:20rem;height:1.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzynaCAbhQFwtadRP3p9AK3zckKBfJ0J { display:block; }#yzynaCAbhQFwtadRP3p9AK3zckKBfJ0J > .row .container { width:20rem;height:29.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o7G10LFv3JQIrxEF03R7NCb5xDC9bpnQ { width:20rem;height:12.4375rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyqThPH7UaKCz1lkXIHuNedFNMU2fSQO { width:17.1875rem;height:10.3125rem;top:4rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #wqr9sJMCgRIg9O60JJTyAqocF0m3OGiH { width:14.625rem;height:1.0625rem;top:2rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEDMOp4CZRGEkJJG5Nfszky5X9I2bqeC { width:3.25rem;height:1.375rem;top:0rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrbbOS0mBoUzdiyrOyRrotXZTJsw38hw { background-color:#f1f1f1;background-image:none;display:block; }#RrbbOS0mBoUzdiyrOyRrotXZTJsw38hw > .row .container { background-color: transparent; background-image: none; }#RrbbOS0mBoUzdiyrOyRrotXZTJsw38hw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrbbOS0mBoUzdiyrOyRrotXZTJsw38hw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrbbOS0mBoUzdiyrOyRrotXZTJsw38hw > .row .container > .video-iframe-container { display: none; }#RrbbOS0mBoUzdiyrOyRrotXZTJsw38hw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrbbOS0mBoUzdiyrOyRrotXZTJsw38hw > .row > .video-iframe-container { display: none; }#RrbbOS0mBoUzdiyrOyRrotXZTJsw38hw > .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); }#RrbbOS0mBoUzdiyrOyRrotXZTJsw38hw > .row .container { width:20rem;height:53.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTFC3AylwcFWqFb12IKK6w1SfchcBDeq { display:flex;width:3.125rem;height:3.125rem;top:38.75rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #gLOuVWBTvxFwQSsznfxwyELqEq0EcxFO { width:8.75rem;height:1.38125rem;top:42.5625rem;left:5.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDrWmRlBKO9RQvT4TfIfMmFB9SKAo5Kz { width:15.125rem;height:11.875rem;top:38.5rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6kaynvQ5rdXlkpexQgHI5KXFyxK96UE { display:flex;width:3.125rem;height:3.125rem;top:11.4375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #sTGsVHCGZvPpo1xeUoLZF3i3xqhWt7mg { width:8.75rem;height:1.38125rem;top:14.5625rem;left:5.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvKZmtUosPIBhWkxUacseznBARJoyEkp { width:15.125rem;height:11.875rem;top:10.8125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHsWUS77b2NJomoHdZem8zcMLkprWKDw { display:flex;width:3.125rem;height:3.125rem;top:25.0625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #BTruqq96s2maxUZTPhe3iezQgSoFuDCb { width:8.75rem;height:1.38125rem;top:28.3125rem;left:5.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r72RCvLIL7kU3mKd8qJZKS5IFMAwEIXX { width:15.125rem;height:11.875rem;top:24.6875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfG9WCzV0lIsQ2bxfHU1qoVng3bhiUDW { width:13.125rem;height:6.82325rem;top:30.0625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lJVNRS1SVExLABNmO3qyMS5JCLFZSiFf { width:13.125rem;height:5.6860375rem;top:44.00390625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #M7PJPAlWIDU5opq5stmCnVui8pFtsaKS { width:14rem;height:5.6860375rem;top:16.25rem;left:3rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fJd7Uzb4UIQcuktAFzmMs64I3Eep2QcJ { width:14.625rem;height:1.0625rem;top:2.625rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCrINpBTKSEguPBecuUCEZJ12e7C995I { width:18.875rem;height:5.625rem;top:3.9375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #deUHndyG99t8qM1WzG6HLnKpcrfbS9sC { width:4.5625rem;height:2rem;top:0rem;left:7.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1KDJnFn0wkvL8Plfup1edhko3rOeJfk { background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/2d0298a6-f5ac-45ec-8c4d-9cb43cd7c90b/talholadycrop_1208x834_2200preview.crop_1073x834_135,0.preview.png");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#n1KDJnFn0wkvL8Plfup1edhko3rOeJfk.adaptive-delivery-prevent-bg, #n1KDJnFn0wkvL8Plfup1edhko3rOeJfk.lazyload, #n1KDJnFn0wkvL8Plfup1edhko3rOeJfk.lazyloading { background-image: none; }#n1KDJnFn0wkvL8Plfup1edhko3rOeJfk > .row .container { width:20rem;height:40.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lVVSZ8WPWbc4LrWJ1B1llcLMkqEIxp1o { width:19.1875rem;height:6.875rem;top:1.25rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.1;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #yVaVITJITAuZwP8C2ns7SMGev0bBW0v7 { width:14.625rem;height:3rem;top:12.78125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU5A69PA3CrPaRTioh5aNV4rkPcf6eSU { display:block; }
 }@media only screen and (max-width: 763px) { #S1IHtTNudk8o6urlexLf8J0urUXI96T5 { width:20rem;height:2rem;top:9.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#ff0000;display:block; }
 }@media only screen and (max-width: 763px) { #UZPQfgh41ul47ynTcOlve2Bs8tLy67uk { width:7.8125rem;height:3.5625rem;top:26.53125rem;left:0.375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #BR8Vo9Lb4VZ3BOUJcI3h2rCpNmS63FZT { top:29rem;left:0.375rem;width:8.375rem;height:3.9375rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hWT6Z648Bifad537HBRoZTfJWy5WJXob { background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/2d0298a6-f5ac-45ec-8c4d-9cb43cd7c90b/talholadycrop_1208x834_2200preview.crop_1073x834_135,0.preview.png");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#hWT6Z648Bifad537HBRoZTfJWy5WJXob.adaptive-delivery-prevent-bg, #hWT6Z648Bifad537HBRoZTfJWy5WJXob.lazyload, #hWT6Z648Bifad537HBRoZTfJWy5WJXob.lazyloading { background-image: none; }#hWT6Z648Bifad537HBRoZTfJWy5WJXob > .row .container { background-color: transparent; background-image: none; }#hWT6Z648Bifad537HBRoZTfJWy5WJXob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWT6Z648Bifad537HBRoZTfJWy5WJXob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWT6Z648Bifad537HBRoZTfJWy5WJXob > .row .container > .video-iframe-container { display: none; }#hWT6Z648Bifad537HBRoZTfJWy5WJXob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWT6Z648Bifad537HBRoZTfJWy5WJXob > .row > .video-iframe-container { display: none; }#hWT6Z648Bifad537HBRoZTfJWy5WJXob > .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); }#hWT6Z648Bifad537HBRoZTfJWy5WJXob > .row .container { width:20rem;height:40.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0TTT0OM663vUNvi4y9rc71R1cKSHo8p { width:19.1875rem;height:6.875rem;top:1.25rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.1;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TNtTaKN9XJG9NQoCVDXnqgRWCymPli0m { width:14.625rem;height:3rem;top:12.78125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrtXrlaRtsGuQWeDc9Lp7eoDMokzv250 { display:block; }
 }@media only screen and (max-width: 763px) { #RboohfhCUGDTcWLRGWQ2ObCIXQ67iutd { width:20rem;height:2rem;top:9.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#ff0000;display:block; }
 }@media only screen and (max-width: 763px) { #zwT8BuCH1eAdTVZqREW3F1Dx9Sp3NGXP { width:7.8125rem;height:3.5625rem;top:26.53125rem;left:0.375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #wZsWJA6lVrTwsvAsifKEcGQLVrGZnZQn { top:29rem;left:0.375rem;width:8.375rem;height:3.9375rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK { position:relative;z-index:auto;background-color:#2f2f2f;background-image:none;display:block; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { background-color: transparent; background-image: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .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); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5kG3KAqAgghhPerJJerrNuvArk0W5SC { width:13.5rem;height:1.6rem;top:8.8125rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #anfX8B9eU1Zab7yrWHeOikHVp5ExaW7R { width:20rem;height:1.4rem;top:18.048828125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LmMn0AbQUp7nV2PlzTuOAqVVpuSdJu0E { width:1.6875rem;height:1.6875rem;top:2.0625rem;left:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqKuA6rd9gMWM1WzIevhUU8S963ph4sD { width:1.6875rem;height:1.6875rem;top:2.0625rem;left:12.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5LI2FRpsXN1BFKdnh9ricGaU4a43XQw { width:1.9375rem;height:1.9375rem;top:1.9375rem;left:15rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1LEbgGn59v0AqT1QbnLFe3Ngf51gdpx { width:6.125rem;height:3rem;top:1.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5pm85nJ5L9Tx7fyzKXVcUl3QOhSdRkb { width:10.5625rem;height:1.6rem;top:14.162109375rem;left:4.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JTS8HhWDSLbdxyMVULQV82nTBP98uoTw { width:8.6875rem;height:1.6rem;top:15.76171875rem;left:5.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GK2sTOvoWMokv40OlTwSdTDpc3IFw3mT { width:1.875rem;height:1.875rem;top:2rem;left:18.125rem;font-size:1.3125rem;display:block; }
 }