.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dbcf9aad-2a1f-47ab-8ad4-d2e94c5e0194/bg_colors3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #feeb71, #b30350);background-image: -moz-linear-gradient(90deg, #feeb71, #b30350);background-image: -ms-linear-gradient(90deg, #feeb71, #b30350);background-image: -o-linear-gradient(90deg, #feeb71, #b30350);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#feeb71', endColorstr='#b30350' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#feeb71', endColorstr='#b30350' );";background-image: linear-gradient(90deg, #feeb71, #b30350);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { border-width: 0; border-radius: 0; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { font-size:14px;font-family:arial;height:545px;width:1200px;position:relative;display:block; }#pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { color:#ffffff;display:block;width:641px;position:absolute;font-family:montserrat;font-size:51px;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;text-shadow:1px 1px 1px rgba(0,0,0,0.5);top:123px;left:45px;height:183.586px;font-style:normal;display:block; }
#NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { color:#ffffff;display:block;width:582px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;text-shadow:1px 1px 1px rgba(0,0,0,0.5);top:84px;left:45px;height:27px;display:block; }
#u9ykb9vJRu1dsyseh7xAoa6ZTfB8IOqt { position:absolute;display:block;z-index:14988;background-color:transparent;background-image: -webkit-linear-gradient(205deg, rgba(0,0,0,0), rgba(255,91,102,0.41));background-image: -moz-linear-gradient(205deg, rgba(0,0,0,0), rgba(255,91,102,0.41));background-image: -ms-linear-gradient(205deg, rgba(0,0,0,0), rgba(255,91,102,0.41));background-image: -o-linear-gradient(205deg, rgba(0,0,0,0), rgba(255,91,102,0.41));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#68ff5b66' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#68ff5b66' );";background-image: linear-gradient(205deg, rgba(0,0,0,0), rgba(255,91,102,0.41));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:170px;border-bottom-left-radius:170px;border-bottom-right-radius:15px;box-shadow: 1px 1px 5px rgba(0,0,0,0.2) ;height:447px;width:710px;top:40px;left:0px;display:block; }
#C6iJIyCL7yqEKVrF4BUbZq9MVU3NsW7H { color:#ffffff;display:block;width:633px;position:absolute;font-family:montserrat;font-size:16px;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;text-shadow:1px 1px 1px rgba(0,0,0,0.5);top:337px;left:45px;height:48px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Hb4583dWOTyJyIhBTPJGe0O8pbVkRwzu { color:#ffffff;display:block;width:641px;position:absolute;font-family:montserrat;font-size:51px;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;text-shadow:1px 1px 1px rgba(0,0,0,0.5);top:107px;left:55px;height:0;font-style:normal;display:none; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-form-header {  }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:14px;font-weight:bold;color:#000000;width:373px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1.3; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:2px solid #9d9db9;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:373px;box-sizing:border-box;height:41px;color:#26265b;font-size:16px;overflow:hidden;font-family:montserrat;vertical-align:top; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-text {padding-top: 0; padding-bottom: 0;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:2px solid #9d9db9;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:373px;box-sizing:border-box;height:70px;color:#26265b;font-size:16px;overflow:hidden;font-family:montserrat;vertical-align:top; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:2px solid #9d9db9;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:373px;box-sizing:border-box;height:40px;color:#646464;font-family:"open sans";font-size:16px;overflow:hidden;vertical-align:top; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-select {padding-top: 0; padding-bottom: 0;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-button { border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;background-color:#b30350;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:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#f2f9ff;width:373px;height:55px;font-family:montserrat;overflow:hidden;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .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:11px;font-weight:300;color:#000000;vertical-align:top;width:353px;overflow:hidden;font-style:normal; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-container { padding-top:5px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-container:first-of-type{padding-top:0;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-container:last-of-type{padding-bottom:0;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:373px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 2px 10px rgba(0,0,0,0.15) ;left:736px;top:84px;z-index:15022;position:absolute; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:373px;display:block;vertical-align:top; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:11px;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT {display:block;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:373px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 2px 10px rgba(0,0,0,0.15) ;left:736px;top:84px;z-index:15022;position:absolute; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #rWafd27NOFLgacTGnwMvu4gmwzFMCgSV { position:relative; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #r0X6bvmKf6tOXQFofCH0reeSS9ZCDGSC { position:relative;display:block; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #zL9SFe19qJemPocpZw57CA28dwsSAxH2 { position:relative; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #IDlVwTbEZsGvVCA0mDiWUQbAcf00JZzS { position:relative; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #ftgAk3hoxJTJ3vv8XqkRpuRF4nDwTinr { position:relative;display:block; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #KslVoGdgre2CDDR0QsxPrDFGRxsFb0PB { position:relative; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #yDryJklq75J7NoH5HiCteE9fzGwg1Q8k { position:relative; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #VfdK8ToCPPkHzlTCaFQMPThNS7orbyX5 { position:relative;display:block; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #PHCRPeOkecSXZWKs1e8RosycycBhVfvM { position:relative; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #nF7gFt8TuIEV139tQFq4nIn0UofnJbPv { position:relative; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #tXUTVMbReSs5O8NGJmEon4ZLmepKyIhF { position:relative;z-index:2; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #HnXe1H4fPVf7p4pQpRQcM1Ot0bp7GvTv { position:relative; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #Ts0nAyza4Rt5ZLVFwOA8JbSwwvmLHQgT { position:relative; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #fDJq9cvS4hEe0qe7k3mUMaa94slrqkVn { position:relative; }
#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { background-color: transparent; background-image: none; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container > .video-iframe-container { display: none; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row > .video-iframe-container { display: none; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .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); }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { border-width: 0; border-radius: 0; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { font-size:14px;font-family:arial;height:181px;width:1200px;position:relative;display:block; }#qqO3OkBzI5rXH6bwv08oNoTCSG8BqQkE { color:#000000;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:32px;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:93px;left:0px;height:48px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lXTZvBEvNHSit9IWz1VDvemz5nVrmdcL { position:absolute;display:block;z-index:14996;background-color:#b30350;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;box-shadow: none;height:5px;width:100px;top:60px;left:550px;display:block; }
#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row .container { background-color: transparent; background-image: none; }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row .container > .video-iframe-container { display: none; }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row > .video-iframe-container { display: none; }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .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); }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row .container { border-width: 0; border-radius: 0; }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row .container { font-size:14px;font-family:arial;height:40px;width:1200px;position:relative;display:block; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container { background-color: transparent; background-image: none; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container > .video-iframe-container { display: none; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row > .video-iframe-container { display: none; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .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); }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container { border-width: 0; border-radius: 0; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container { font-size:14px;font-family:arial;height:61px;width:1200px;position:relative;display:block; }#eA69K80QDZvP6biTWsZ90XBP76bulNPB { color:#000000;display:block;width:788px;position:absolute;font-family:montserrat;font-size:20px;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0px;left:292px;height:30px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TA8vVH8sls2SrEIywwQiK49NX8bfDpdA { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -moz-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -ms-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -o-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19feeb71', endColorstr='#8eb30350' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19feeb71', endColorstr='#8eb30350' );";background-image: linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:5px;border-bottom-left-radius:0;border-bottom-right-radius:5px;box-shadow: none;height:58.9922px;width:102.996px;top:0px;left:129.5px;display:block; }
#UnSR6bOT7gvuQRg0fOvg2whs7FSIXZyo { color:#26265b;display:block;width:72px;position:absolute;font-family:montserrat;font-size:28px;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:9px;left:145px;height:42.0052px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container { background-color: transparent; background-image: none; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container > .video-iframe-container { display: none; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row > .video-iframe-container { display: none; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .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); }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container { border-width: 0; border-radius: 0; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container { font-size:14px;font-family:arial;height:72px;width:1200px;position:relative;display:block; }#wFEerGFK5TzNnqHsPHO1CWcUdUFNBXfA { color:#000000;display:block;width:790px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:0px;left:290px;height:24px;text-align:left;text-align-last:left;display:block; }
#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row .container { background-color: transparent; background-image: none; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row .container > .video-iframe-container { display: none; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row > .video-iframe-container { display: none; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .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); }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row .container { border-width: 0; border-radius: 0; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row .container { font-size:14px;font-family:arial;height:60px;width:1200px;position:relative;display:block; }#PT0w5gp72LWFOgC7rfWad8iS57ZKdwJO { color:#000000;display:block;width:788px;position:absolute;font-family:montserrat;font-size:20px;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0px;left:292px;height:30px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s4CXUOAIS99m2Ddzt4vPhOGVJcfuOwLT { color:#26265b;display:block;width:72px;position:absolute;font-family:montserrat;font-size:28px;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:9px;left:145px;height:42.0052px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#D6mpysfFlH4bA8CU7abPc5tFRkUJpdhi { position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -moz-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -ms-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -o-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19feeb71', endColorstr='#8eb30350' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19feeb71', endColorstr='#8eb30350' );";background-image: linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:5px;border-bottom-left-radius:0;border-bottom-right-radius:5px;box-shadow: none;height:59px;width:103px;top:0px;left:129.5px;display:block; }
#mwTh7N63WPK97yBWTkLrtDXfpR00ZrxA { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -moz-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -ms-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -o-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19feeb71', endColorstr='#8eb30350' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19feeb71', endColorstr='#8eb30350' );";background-image: linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:5px;border-bottom-left-radius:0;border-bottom-right-radius:5px;box-shadow: none;height:58.9922px;width:102.996px;top:0px;left:129.5px;display:none; }
#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row .container { background-color: transparent; background-image: none; }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row .container > .video-iframe-container { display: none; }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row > .video-iframe-container { display: none; }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .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); }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row .container { border-width: 0; border-radius: 0; }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row .container { font-size:14px;font-family:arial;height:72px;width:1200px;position:relative;display:block; }#dTEymWZDd3Mc9tXo3C7izF5XWOM7vpmk { color:#000000;display:block;width:790px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:0px;left:290px;height:24px;text-align:left;text-align-last:left;display:block; }
#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row .container { background-color: transparent; background-image: none; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row .container > .video-iframe-container { display: none; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row > .video-iframe-container { display: none; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .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); }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row .container { border-width: 0; border-radius: 0; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row .container { font-size:14px;font-family:arial;height:60px;width:1200px;position:relative;display:block; }#vSp3r4NIEXiZXqW7IZF5dJtkpnJqtJ0f { color:#000000;display:block;width:788px;position:absolute;font-family:montserrat;font-size:20px;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0px;left:292px;height:30px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wyxtlGF7ssNWpJCxNyvUTDT2QscFCcTv { color:#26265b;display:block;width:72px;position:absolute;font-family:montserrat;font-size:28px;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:9px;left:145px;height:42.0052px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#HS9XApwPumq1FuzCA8SmhXTen1KKR2bv { position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -moz-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -ms-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -o-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19feeb71', endColorstr='#8eb30350' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19feeb71', endColorstr='#8eb30350' );";background-image: linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:5px;border-bottom-left-radius:0;border-bottom-right-radius:5px;box-shadow: none;height:59px;width:103px;top:0px;left:129.5px;display:block; }
#myWQU7IMoJwhbTgyx25kdaoswIXw0VSO { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -moz-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -ms-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -o-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19feeb71', endColorstr='#8eb30350' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19feeb71', endColorstr='#8eb30350' );";background-image: linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:5px;border-bottom-left-radius:0;border-bottom-right-radius:5px;box-shadow: none;height:58.9922px;width:102.996px;top:0px;left:129.5px;display:none; }
#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container { background-color: transparent; background-image: none; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container > .video-iframe-container { display: none; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row > .video-iframe-container { display: none; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .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); }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container { border-width: 0; border-radius: 0; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container { font-size:14px;font-family:arial;height:72px;width:1200px;position:relative;display:block; }#meNru9O5KkTHxb8JlAdVDHKTJqLi8gia { color:#000000;display:block;width:790px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:0px;left:290px;height:24px;text-align:left;text-align-last:left;display:block; }
#ht4KR8ata9yXyLGLwme0MMTBxON7U3Tc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#ht4KR8ata9yXyLGLwme0MMTBxON7U3Tc > .row .container { background-color: transparent; background-image: none; }#ht4KR8ata9yXyLGLwme0MMTBxON7U3Tc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ht4KR8ata9yXyLGLwme0MMTBxON7U3Tc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ht4KR8ata9yXyLGLwme0MMTBxON7U3Tc > .row .container > .video-iframe-container { display: none; }#ht4KR8ata9yXyLGLwme0MMTBxON7U3Tc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ht4KR8ata9yXyLGLwme0MMTBxON7U3Tc > .row > .video-iframe-container { display: none; }#ht4KR8ata9yXyLGLwme0MMTBxON7U3Tc > .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); }#ht4KR8ata9yXyLGLwme0MMTBxON7U3Tc > .row .container { border-width: 0; border-radius: 0; }#ht4KR8ata9yXyLGLwme0MMTBxON7U3Tc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ht4KR8ata9yXyLGLwme0MMTBxON7U3Tc > .row .container { font-size:14px;font-family:arial;height:60px;width:1200px;position:relative;display:block; }#Hvs0M53z4yNUvqovgy7qIyMFryEJvqEB { color:#000000;display:block;width:788px;position:absolute;font-family:montserrat;font-size:20px;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0px;left:292px;height:30px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cdASDCEtcvN4UymgkmsdTLR2ElPudG6r { color:#26265b;display:block;width:72px;position:absolute;font-family:montserrat;font-size:28px;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:9px;left:145px;height:42.0052px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#IuXZF1duTMcBiOZrEggMIcCgNk0zhcOZ { position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -moz-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -ms-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -o-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19feeb71', endColorstr='#8eb30350' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19feeb71', endColorstr='#8eb30350' );";background-image: linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:5px;border-bottom-left-radius:0;border-bottom-right-radius:5px;box-shadow: none;height:59px;width:103px;top:0px;left:129.5px;display:block; }
#yx2oThoLiDxqQogeuCAQmhTVNZ4IuKtf { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -moz-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -ms-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -o-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19feeb71', endColorstr='#8eb30350' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19feeb71', endColorstr='#8eb30350' );";background-image: linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:5px;border-bottom-left-radius:0;border-bottom-right-radius:5px;box-shadow: none;height:58.9922px;width:102.996px;top:0px;left:129.5px;display:none; }
#gdtrMG6x1VFgKorwcw70D7ZfG5qFIcwD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#gdtrMG6x1VFgKorwcw70D7ZfG5qFIcwD > .row .container { background-color: transparent; background-image: none; }#gdtrMG6x1VFgKorwcw70D7ZfG5qFIcwD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gdtrMG6x1VFgKorwcw70D7ZfG5qFIcwD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gdtrMG6x1VFgKorwcw70D7ZfG5qFIcwD > .row .container > .video-iframe-container { display: none; }#gdtrMG6x1VFgKorwcw70D7ZfG5qFIcwD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gdtrMG6x1VFgKorwcw70D7ZfG5qFIcwD > .row > .video-iframe-container { display: none; }#gdtrMG6x1VFgKorwcw70D7ZfG5qFIcwD > .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); }#gdtrMG6x1VFgKorwcw70D7ZfG5qFIcwD > .row .container { border-width: 0; border-radius: 0; }#gdtrMG6x1VFgKorwcw70D7ZfG5qFIcwD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gdtrMG6x1VFgKorwcw70D7ZfG5qFIcwD > .row .container { font-size:14px;font-family:arial;height:72px;width:1200px;position:relative;display:block; }#vs8FMlTd27RymzStdC1HTDlhaoyhEDm1 { color:#000000;display:block;width:790px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:0px;left:290px;height:24px;text-align:left;text-align-last:left;display:block; }
#mnIeN2EWJfSFhgTF2QxHgX0PkVTVNq97 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#mnIeN2EWJfSFhgTF2QxHgX0PkVTVNq97 > .row .container { background-color: transparent; background-image: none; }#mnIeN2EWJfSFhgTF2QxHgX0PkVTVNq97::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mnIeN2EWJfSFhgTF2QxHgX0PkVTVNq97 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mnIeN2EWJfSFhgTF2QxHgX0PkVTVNq97 > .row .container > .video-iframe-container { display: none; }#mnIeN2EWJfSFhgTF2QxHgX0PkVTVNq97 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mnIeN2EWJfSFhgTF2QxHgX0PkVTVNq97 > .row > .video-iframe-container { display: none; }#mnIeN2EWJfSFhgTF2QxHgX0PkVTVNq97 > .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); }#mnIeN2EWJfSFhgTF2QxHgX0PkVTVNq97 > .row .container { border-width: 0; border-radius: 0; }#mnIeN2EWJfSFhgTF2QxHgX0PkVTVNq97 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mnIeN2EWJfSFhgTF2QxHgX0PkVTVNq97 > .row .container { font-size:14px;font-family:arial;height:60px;width:1200px;position:relative;display:block; }#si2JUrdO8QADQPr71BmPh3P8sfXItfb0 { color:#000000;display:block;width:788px;position:absolute;font-family:montserrat;font-size:20px;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0px;left:292px;height:30px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pHUdt3vT3BzBbtZGleTTh7uvEEvayH0P { color:#26265b;display:block;width:72px;position:absolute;font-family:montserrat;font-size:28px;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:9px;left:145px;height:42.0052px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#O5Z36cCsl5Wt4SNEDgalPiuD3fWhPLQm { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -moz-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -ms-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -o-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19feeb71', endColorstr='#8eb30350' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19feeb71', endColorstr='#8eb30350' );";background-image: linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:5px;border-bottom-left-radius:0;border-bottom-right-radius:5px;box-shadow: none;height:59px;width:103px;top:0px;left:129.5px;display:block; }
#OnTSuELLXVTkAJPfzFq4DbmufDVohauk { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -moz-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -ms-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -o-linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19feeb71', endColorstr='#8eb30350' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19feeb71', endColorstr='#8eb30350' );";background-image: linear-gradient(90deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:5px;border-bottom-left-radius:0;border-bottom-right-radius:5px;box-shadow: none;height:58.9922px;width:102.996px;top:0px;left:129.5px;display:none; }
#DtWTHKFFsTm3iPTXkX6hNUaBz0Iqq6xR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#DtWTHKFFsTm3iPTXkX6hNUaBz0Iqq6xR > .row .container { background-color: transparent; background-image: none; }#DtWTHKFFsTm3iPTXkX6hNUaBz0Iqq6xR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtWTHKFFsTm3iPTXkX6hNUaBz0Iqq6xR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtWTHKFFsTm3iPTXkX6hNUaBz0Iqq6xR > .row .container > .video-iframe-container { display: none; }#DtWTHKFFsTm3iPTXkX6hNUaBz0Iqq6xR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtWTHKFFsTm3iPTXkX6hNUaBz0Iqq6xR > .row > .video-iframe-container { display: none; }#DtWTHKFFsTm3iPTXkX6hNUaBz0Iqq6xR > .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); }#DtWTHKFFsTm3iPTXkX6hNUaBz0Iqq6xR > .row .container { border-width: 0; border-radius: 0; }#DtWTHKFFsTm3iPTXkX6hNUaBz0Iqq6xR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DtWTHKFFsTm3iPTXkX6hNUaBz0Iqq6xR > .row .container { font-size:14px;font-family:arial;height:72px;width:1200px;position:relative;display:block; }#XKL0cy4wNDfZ5T9yRXkMtF8WK1KW13Z6 { color:#000000;display:block;width:790px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:0px;left:290px;height:24px;text-align:left;text-align-last:left;display:block; }
#mqDIsGTCdcGW6sKWfqzDi8h4heqfxHCP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#mqDIsGTCdcGW6sKWfqzDi8h4heqfxHCP > .row .container { background-color: transparent; background-image: none; }#mqDIsGTCdcGW6sKWfqzDi8h4heqfxHCP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqDIsGTCdcGW6sKWfqzDi8h4heqfxHCP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqDIsGTCdcGW6sKWfqzDi8h4heqfxHCP > .row .container > .video-iframe-container { display: none; }#mqDIsGTCdcGW6sKWfqzDi8h4heqfxHCP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqDIsGTCdcGW6sKWfqzDi8h4heqfxHCP > .row > .video-iframe-container { display: none; }#mqDIsGTCdcGW6sKWfqzDi8h4heqfxHCP > .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); }#mqDIsGTCdcGW6sKWfqzDi8h4heqfxHCP > .row .container { border-width: 0; border-radius: 0; }#mqDIsGTCdcGW6sKWfqzDi8h4heqfxHCP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mqDIsGTCdcGW6sKWfqzDi8h4heqfxHCP > .row .container { font-size:14px;font-family:arial;height:307px;width:1200px;position:relative;display:block; }#GNrWxtkVt0dOiGQgHmmsuZN2kIbkkXiU { color:#1f333b;display:block;width:369px;position:absolute;font-family:averta;font-size:16px;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:83.994812011719px;left:415.00004577637px;height:102.3752px;text-align:center;text-align-last:center;display:block; }
#p9JPmb6UUzMDDATUqKxHV0nsTvHvVw8a { color:#1f333b;display:block;width:397px;position:absolute;font-family:averta;font-size:14px;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:274.59375px;left:120px;height:22.3984px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nlBkcTmo7dUNG9WeSHfZmSZIcNkd791g { box-sizing:content-box;color:#5d92ff;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:197.99652099609px;left:552.99479675293px; }
#nlBkcTmo7dUNG9WeSHfZmSZIcNkd791g > img { max-width: 100%;max-height:100%; width:35px; height:35px; }#TeBk8iHmRmORKDNFxTcrHsrTKVdPeblk { box-sizing:content-box;color:#5d92ff;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:197.99652099609px;left:597.99479675293px; }
#TeBk8iHmRmORKDNFxTcrHsrTKVdPeblk > img { max-width: 100%;max-height:100%; width:35px; height:35px; }#WSnWCVkopP2KHQA1RbGKSK3blJCGuQvy { box-sizing:content-box;color:#5d92ff;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:197.99652099609px;left:643.99308776855px; }
#WSnWCVkopP2KHQA1RbGKSK3blJCGuQvy > img { max-width: 100%;max-height:100%; width:35px; height:35px; }#GAVMOoliqaZT1I6TPR7OtngUgiLwEoDz { color:#1f333b;display:block;width:203px;position:absolute;font-family:averta;font-size:14px;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:274.60241699219px;left:677.99479675293px;height:22.3984px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FOoyvoTJuXFlb5pBCFpBVeXQD8cJ4E4n { color:#1f333b;display:block;width:203px;position:absolute;font-family:averta;font-size:14px;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:274.60241699219px;left:876.99656677246px;height:22.3984px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V203TIWRCGPQqf6GVfAxCoa724XblwxX { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:63px;width:63px;top:21px;left:567.99479675293px;overflow:hidden;display:block; }
#Xk5u8SZtQ7KT49bLyZmITS5IxgLEnDWL { box-sizing:content-box;color:#5d92ff;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:197.99652099609px;left:508.99308776855px; }
#Xk5u8SZtQ7KT49bLyZmITS5IxgLEnDWL > img { max-width: 100%;max-height:100%; width:35px; height:35px; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { top:123px;left:0px;width:640px;height:183px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { top:84px;left:0px;width:582px;height:27px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #u9ykb9vJRu1dsyseh7xAoa6ZTfB8IOqt { width:710px;height:447px;top:40px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #C6iJIyCL7yqEKVrF4BUbZq9MVU3NsW7H { top:337px;left:0px;width:632px;height:47px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Hb4583dWOTyJyIhBTPJGe0O8pbVkRwzu { top:79px;left:0px;width:320px;height:156px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-regular-label { width:373px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-text { width:373px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-text {padding-top: 0; padding-bottom: 0;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-textarea { width:373px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-select { width:373px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-select {padding-top: 0; padding-bottom: 0;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-button { width:373px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-checkbox-label { width:354px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT  { width:373px;height:auto;top:84px;left:351px; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .radio-container { width:373px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT {display:block;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT { width:373px;height:auto;top:84px;left:351px; }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #rWafd27NOFLgacTGnwMvu4gmwzFMCgSV {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #r0X6bvmKf6tOXQFofCH0reeSS9ZCDGSC { display:block; }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #zL9SFe19qJemPocpZw57CA28dwsSAxH2 {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #IDlVwTbEZsGvVCA0mDiWUQbAcf00JZzS {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #ftgAk3hoxJTJ3vv8XqkRpuRF4nDwTinr { display:block; }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #KslVoGdgre2CDDR0QsxPrDFGRxsFb0PB {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #yDryJklq75J7NoH5HiCteE9fzGwg1Q8k {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #VfdK8ToCPPkHzlTCaFQMPThNS7orbyX5 {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #PHCRPeOkecSXZWKs1e8RosycycBhVfvM {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #nF7gFt8TuIEV139tQFq4nIn0UofnJbPv {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #tXUTVMbReSs5O8NGJmEon4ZLmepKyIhF {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #HnXe1H4fPVf7p4pQpRQcM1Ot0bp7GvTv {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #Ts0nAyza4Rt5ZLVFwOA8JbSwwvmLHQgT {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #fDJq9cvS4hEe0qe7k3mUMaa94slrqkVn {  }
 }@media only screen and (max-width: 763px) { #Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 { display:block; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqO3OkBzI5rXH6bwv08oNoTCSG8BqQkE { top:93px;left:0px;width:764px;height:48px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #lXTZvBEvNHSit9IWz1VDvemz5nVrmdcL { top:60px;left:332px;width:100px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP { display:block; }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F83WF24iArL93xI5qO4mSUkbBEVzdQqO { display:block; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eA69K80QDZvP6biTWsZ90XBP76bulNPB { top:0px;left:0px;width:764px;height:30px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TA8vVH8sls2SrEIywwQiK49NX8bfDpdA { top:0px;left:0px;width:102px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #UnSR6bOT7gvuQRg0fOvg2whs7FSIXZyo { top:9px;left:0px;width:72px;height:42px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU { display:block; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wFEerGFK5TzNnqHsPHO1CWcUdUFNBXfA { top:0px;left:0px;width:764px;height:48px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #wmwpntEBStaq0LOA5I8czMgBAVyDTT5M { display:block; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PT0w5gp72LWFOgC7rfWad8iS57ZKdwJO { top:0px;left:0px;width:764px;height:30px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #s4CXUOAIS99m2Ddzt4vPhOGVJcfuOwLT { top:9px;left:0px;width:72px;height:42px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #D6mpysfFlH4bA8CU7abPc5tFRkUJpdhi { top:0px;left:0px;width:103px;height:59px;display:block; }
 }@media only screen and (max-width: 763px) { #mwTh7N63WPK97yBWTkLrtDXfpR00ZrxA { top:0px;left:0px;width:102px;height:58px;display:none; }
 }@media only screen and (max-width: 763px) { #Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon { display:block; }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTEymWZDd3Mc9tXo3C7izF5XWOM7vpmk { top:0px;left:0px;width:764px;height:24px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt { display:block; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSp3r4NIEXiZXqW7IZF5dJtkpnJqtJ0f { top:0px;left:0px;width:764px;height:30px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #wyxtlGF7ssNWpJCxNyvUTDT2QscFCcTv { top:9px;left:0px;width:72px;height:42px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #HS9XApwPumq1FuzCA8SmhXTen1KKR2bv { top:0px;left:0px;width:103px;height:59px;display:block; }
 }@media only screen and (max-width: 763px) { #myWQU7IMoJwhbTgyx25kdaoswIXw0VSO { top:0px;left:0px;width:102px;height:58px;display:none; }
 }@media only screen and (max-width: 763px) { #gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 { display:block; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #meNru9O5KkTHxb8JlAdVDHKTJqLi8gia { top:0px;left:0px;width:764px;height:24px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ht4KR8ata9yXyLGLwme0MMTBxON7U3Tc { display:block; }#ht4KR8ata9yXyLGLwme0MMTBxON7U3Tc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hvs0M53z4yNUvqovgy7qIyMFryEJvqEB { top:0px;left:0px;width:764px;height:30px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #cdASDCEtcvN4UymgkmsdTLR2ElPudG6r { top:9px;left:0px;width:72px;height:42px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #IuXZF1duTMcBiOZrEggMIcCgNk0zhcOZ { top:0px;left:0px;width:103px;height:59px;display:block; }
 }@media only screen and (max-width: 763px) { #yx2oThoLiDxqQogeuCAQmhTVNZ4IuKtf { top:0px;left:0px;width:102px;height:58px;display:none; }
 }@media only screen and (max-width: 763px) { #gdtrMG6x1VFgKorwcw70D7ZfG5qFIcwD { display:block; }#gdtrMG6x1VFgKorwcw70D7ZfG5qFIcwD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vs8FMlTd27RymzStdC1HTDlhaoyhEDm1 { top:0px;left:0px;width:764px;height:24px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #mnIeN2EWJfSFhgTF2QxHgX0PkVTVNq97 { display:block; }#mnIeN2EWJfSFhgTF2QxHgX0PkVTVNq97 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #si2JUrdO8QADQPr71BmPh3P8sfXItfb0 { top:0px;left:0px;width:764px;height:30px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #pHUdt3vT3BzBbtZGleTTh7uvEEvayH0P { top:9px;left:0px;width:72px;height:42px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #O5Z36cCsl5Wt4SNEDgalPiuD3fWhPLQm { top:0px;left:0px;width:103px;height:59px;display:block; }
 }@media only screen and (max-width: 763px) { #OnTSuELLXVTkAJPfzFq4DbmufDVohauk { top:0px;left:0px;width:102px;height:58px;display:none; }
 }@media only screen and (max-width: 763px) { #DtWTHKFFsTm3iPTXkX6hNUaBz0Iqq6xR { display:block; }#DtWTHKFFsTm3iPTXkX6hNUaBz0Iqq6xR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XKL0cy4wNDfZ5T9yRXkMtF8WK1KW13Z6 { top:0px;left:0px;width:764px;height:24px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #mqDIsGTCdcGW6sKWfqzDi8h4heqfxHCP { display:block; }#mqDIsGTCdcGW6sKWfqzDi8h4heqfxHCP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNrWxtkVt0dOiGQgHmmsuZN2kIbkkXiU { top:83px;left:197.00004577637px;width:369px;height:102px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #p9JPmb6UUzMDDATUqKxHV0nsTvHvVw8a { top:274px;left:0px;width:397px;height:22px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #nlBkcTmo7dUNG9WeSHfZmSZIcNkd791g { top:197px;left:334.99479675293px;width:35px;height:35px;display:block; }
#nlBkcTmo7dUNG9WeSHfZmSZIcNkd791g > img { max-width: 100%;max-height:100%; width:35px; height:35px; } }@media only screen and (max-width: 763px) { #TeBk8iHmRmORKDNFxTcrHsrTKVdPeblk { top:197px;left:379.99479675293px;width:35px;height:35px;display:block; }
#TeBk8iHmRmORKDNFxTcrHsrTKVdPeblk > img { max-width: 100%;max-height:100%; width:35px; height:35px; } }@media only screen and (max-width: 763px) { #WSnWCVkopP2KHQA1RbGKSK3blJCGuQvy { top:197px;left:425.99308776855px;width:35px;height:35px;display:block; }
#WSnWCVkopP2KHQA1RbGKSK3blJCGuQvy > img { max-width: 100%;max-height:100%; width:35px; height:35px; } }@media only screen and (max-width: 763px) { #GAVMOoliqaZT1I6TPR7OtngUgiLwEoDz { top:274px;left:459.99479675293px;width:203px;height:22px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #FOoyvoTJuXFlb5pBCFpBVeXQD8cJ4E4n { top:274px;left:561px;width:203px;height:22px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #V203TIWRCGPQqf6GVfAxCoa724XblwxX { width:63px;height:63px;top:21px;left:349.99479675293px;display:block; }
 }@media only screen and (max-width: 763px) { #Xk5u8SZtQ7KT49bLyZmITS5IxgLEnDWL { top:197px;left:290.99308776855px;width:35px;height:35px;display:block; }
#Xk5u8SZtQ7KT49bLyZmITS5IxgLEnDWL > img { max-width: 100%;max-height:100%; width:35px; height:35px; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #feeb71, #b30350);background-image: -moz-linear-gradient(180deg, #feeb71, #b30350);background-image: -ms-linear-gradient(180deg, #feeb71, #b30350);background-image: -o-linear-gradient(180deg, #feeb71, #b30350);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#feeb71', endColorstr='#b30350' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#feeb71', endColorstr='#b30350' );";background-image: linear-gradient(180deg, #feeb71, #b30350);background-size:cover !important;display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:320px;height:739px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { width:293.976px;height:156.806px;top:83.984382629395px;left:13.003472328186px;font-size:28px;text-align:left;text-align-last:left;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { width:290.984px;height:21px;top:32.546875px;left:14.5px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u9ykb9vJRu1dsyseh7xAoa6ZTfB8IOqt { width:320px;height:449px;top:0px;left:0px;background-color:transparent;background-image: -webkit-linear-gradient(179deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-image: -moz-linear-gradient(179deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-image: -ms-linear-gradient(179deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-image: -o-linear-gradient(179deg, rgba(255,91,102,0.17), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bff5b66', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bff5b66', endColorstr='#00000000' );";background-image: linear-gradient(179deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-size:auto !important;border-top-left-radius:0;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:15px;display:block; }
 }@media only screen and (max-width: 763px) { #C6iJIyCL7yqEKVrF4BUbZq9MVU3NsW7H { width:297.992px;height:63px;top:238.984375px;left:10.984375px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hb4583dWOTyJyIhBTPJGe0O8pbVkRwzu { width:294px;height:156.7812px;top:63.9765625px;left:13px;font-size:28px;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-text {padding-top: 0; padding-bottom: 0;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-select {padding-top: 0; padding-bottom: 0;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .widget-checkbox-label { width:260px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT  { width:280px;height:auto;top:324.5px;left:0px; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT {display:block;}#g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT { width:280px;height:auto;top:324.5px;left:0px; }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #rWafd27NOFLgacTGnwMvu4gmwzFMCgSV {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #r0X6bvmKf6tOXQFofCH0reeSS9ZCDGSC { display:block; }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #zL9SFe19qJemPocpZw57CA28dwsSAxH2 {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #IDlVwTbEZsGvVCA0mDiWUQbAcf00JZzS {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #ftgAk3hoxJTJ3vv8XqkRpuRF4nDwTinr { display:block; }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #KslVoGdgre2CDDR0QsxPrDFGRxsFb0PB {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #yDryJklq75J7NoH5HiCteE9fzGwg1Q8k {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #VfdK8ToCPPkHzlTCaFQMPThNS7orbyX5 {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #PHCRPeOkecSXZWKs1e8RosycycBhVfvM {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #nF7gFt8TuIEV139tQFq4nIn0UofnJbPv {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #tXUTVMbReSs5O8NGJmEon4ZLmepKyIhF {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #HnXe1H4fPVf7p4pQpRQcM1Ot0bp7GvTv {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #Ts0nAyza4Rt5ZLVFwOA8JbSwwvmLHQgT {  }
 }@media only screen and (max-width: 763px) { #g1D14pqzLzvQuuTQcPR5ApcPPrgvX2yT #fDJq9cvS4hEe0qe7k3mUMaa94slrqkVn {  }
 }@media only screen and (max-width: 763px) { #Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 { display:block; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { width:320px;height:115px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqO3OkBzI5rXH6bwv08oNoTCSG8BqQkE { width:285px;height:52px;top:45.998260498047px;left:17.500000953674px;font-size:20px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lXTZvBEvNHSit9IWz1VDvemz5nVrmdcL { width:100px;height:5px;top:20px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP { display:block; }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row .container { width:320px;height:40px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F83WF24iArL93xI5qO4mSUkbBEVzdQqO { display:block; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container { width:320px;height:165px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eA69K80QDZvP6biTWsZ90XBP76bulNPB { width:265.998px;height:81px;top:76.97917175293px;left:17.98611164093px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TA8vVH8sls2SrEIywwQiK49NX8bfDpdA { width:122px;height:59px;top:0px;left:99px;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -moz-linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -ms-linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -o-linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19feeb71', endColorstr='#8eb30350' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19feeb71', endColorstr='#8eb30350' );";background-image: linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-size:auto !important;border-top-left-radius:0;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:block; }
 }@media only screen and (max-width: 763px) { #UnSR6bOT7gvuQRg0fOvg2whs7FSIXZyo { width:72px;height:42.0052px;top:9px;left:124px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU { display:block; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container { width:320px;height:85px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wFEerGFK5TzNnqHsPHO1CWcUdUFNBXfA { width:267.995px;height:63px;top:9.9826354980469px;left:25.998265266418px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wmwpntEBStaq0LOA5I8czMgBAVyDTT5M { display:block; }#wmwpntEBStaq0LOA5I8czMgBAVyDTT5M > .row .container { width:320px;height:180px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PT0w5gp72LWFOgC7rfWad8iS57ZKdwJO { width:258.993px;height:81px;top:90.980895996094px;left:30.48611164093px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s4CXUOAIS99m2Ddzt4vPhOGVJcfuOwLT { width:72px;height:42.0052px;top:29px;left:124px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D6mpysfFlH4bA8CU7abPc5tFRkUJpdhi { width:103px;height:59px;top:208.99304199219px;left:108px;display:none; }
 }@media only screen and (max-width: 763px) { #mwTh7N63WPK97yBWTkLrtDXfpR00ZrxA { width:121.997px;height:58.9931px;top:20.486145019531px;left:98.993062019348px;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -moz-linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -ms-linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -o-linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19feeb71', endColorstr='#8eb30350' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19feeb71', endColorstr='#8eb30350' );";background-image: linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-size:auto !important;border-top-left-radius:0;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon { display:block; }#Jh0wWbdF5aiPolBFNcO1LXREkUgKGaon > .row .container { width:320px;height:90px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTEymWZDd3Mc9tXo3C7izF5XWOM7vpmk { width:240px;height:63px;top:11.996520996094px;left:40.000000953674px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt { display:block; }#IrWtuLyFV6GtzlINw3l9WLrhIOihQGpt > .row .container { width:320px;height:180px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSp3r4NIEXiZXqW7IZF5dJtkpnJqtJ0f { width:231.997px;height:81px;top:90.980926513672px;left:43.993058204651px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wyxtlGF7ssNWpJCxNyvUTDT2QscFCcTv { width:72px;height:42.0052px;top:29px;left:124px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HS9XApwPumq1FuzCA8SmhXTen1KKR2bv { width:103px;height:59px;top:208.99304199219px;left:108px;display:none; }
 }@media only screen and (max-width: 763px) { #myWQU7IMoJwhbTgyx25kdaoswIXw0VSO { width:121.997px;height:58.9931px;top:20.486114501953px;left:98.993062019348px;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -moz-linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -ms-linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -o-linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19feeb71', endColorstr='#8eb30350' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19feeb71', endColorstr='#8eb30350' );";background-image: linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-size:auto !important;border-top-left-radius:0;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 { display:block; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container { width:320px;height:90px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #meNru9O5KkTHxb8JlAdVDHKTJqLi8gia { width:226.997px;height:63px;top:11.996520996094px;left:46.493058204651px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ht4KR8ata9yXyLGLwme0MMTBxON7U3Tc { display:block; }#ht4KR8ata9yXyLGLwme0MMTBxON7U3Tc > .row .container { width:320px;height:155px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hvs0M53z4yNUvqovgy7qIyMFryEJvqEB { width:258.993px;height:54px;top:95.980926513672px;left:30.48611164093px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cdASDCEtcvN4UymgkmsdTLR2ElPudG6r { width:72px;height:42.0052px;top:29px;left:124px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IuXZF1duTMcBiOZrEggMIcCgNk0zhcOZ { width:103px;height:59px;top:178.99307250977px;left:108px;display:none; }
 }@media only screen and (max-width: 763px) { #yx2oThoLiDxqQogeuCAQmhTVNZ4IuKtf { width:121.997px;height:58.9931px;top:20.486114501953px;left:98.993062019348px;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -moz-linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -ms-linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -o-linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19feeb71', endColorstr='#8eb30350' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19feeb71', endColorstr='#8eb30350' );";background-image: linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-size:auto !important;border-top-left-radius:0;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #gdtrMG6x1VFgKorwcw70D7ZfG5qFIcwD { display:block; }#gdtrMG6x1VFgKorwcw70D7ZfG5qFIcwD > .row .container { width:320px;height:90px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vs8FMlTd27RymzStdC1HTDlhaoyhEDm1 { width:212.995px;height:63px;top:11.996520996094px;left:53.498265266418px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mnIeN2EWJfSFhgTF2QxHgX0PkVTVNq97 { display:block; }#mnIeN2EWJfSFhgTF2QxHgX0PkVTVNq97 > .row .container { width:320px;height:190px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #si2JUrdO8QADQPr71BmPh3P8sfXItfb0 { width:276.997px;height:81px;top:98.984375px;left:21.493058204651px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pHUdt3vT3BzBbtZGleTTh7uvEEvayH0P { width:72px;height:42.0052px;top:29px;left:124px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O5Z36cCsl5Wt4SNEDgalPiuD3fWhPLQm { width:103px;height:59px;top:208.99305915833px;left:108px;display:none; }
 }@media only screen and (max-width: 763px) { #OnTSuELLXVTkAJPfzFq4DbmufDVohauk { width:121.997px;height:58.9931px;top:20.486114501953px;left:98.993062019348px;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -moz-linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -ms-linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-image: -o-linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19feeb71', endColorstr='#8eb30350' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19feeb71', endColorstr='#8eb30350' );";background-image: linear-gradient(180deg, rgba(254,235,113,0.1), rgba(179,3,80,0.56));background-size:auto !important;border-top-left-radius:0;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #DtWTHKFFsTm3iPTXkX6hNUaBz0Iqq6xR { display:block; }#DtWTHKFFsTm3iPTXkX6hNUaBz0Iqq6xR > .row .container { width:320px;height:90px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XKL0cy4wNDfZ5T9yRXkMtF8WK1KW13Z6 { width:248.993px;height:63px;top:13.993072509766px;left:35.48611164093px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mqDIsGTCdcGW6sKWfqzDi8h4heqfxHCP { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#mqDIsGTCdcGW6sKWfqzDi8h4heqfxHCP > .row .container { background-color: transparent; background-image: none; }#mqDIsGTCdcGW6sKWfqzDi8h4heqfxHCP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqDIsGTCdcGW6sKWfqzDi8h4heqfxHCP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqDIsGTCdcGW6sKWfqzDi8h4heqfxHCP > .row .container > .video-iframe-container { display: none; }#mqDIsGTCdcGW6sKWfqzDi8h4heqfxHCP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqDIsGTCdcGW6sKWfqzDi8h4heqfxHCP > .row > .video-iframe-container { display: none; }#mqDIsGTCdcGW6sKWfqzDi8h4heqfxHCP > .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); }#mqDIsGTCdcGW6sKWfqzDi8h4heqfxHCP > .row .container { width:320px;height:365px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNrWxtkVt0dOiGQgHmmsuZN2kIbkkXiU { width:320px;height:102.3752px;top:75.796875px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #p9JPmb6UUzMDDATUqKxHV0nsTvHvVw8a { width:320px;height:44.7969px;top:238px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #nlBkcTmo7dUNG9WeSHfZmSZIcNkd791g { width:35px;height:35px;top:191.375px;left:108px;display:block; }
#nlBkcTmo7dUNG9WeSHfZmSZIcNkd791g > img { max-width: 100%;max-height:100%; width:35px; height:35px; } }@media only screen and (max-width: 763px) { #TeBk8iHmRmORKDNFxTcrHsrTKVdPeblk { width:35px;height:35px;top:191.375px;left:157.5px;display:block; }
#TeBk8iHmRmORKDNFxTcrHsrTKVdPeblk > img { max-width: 100%;max-height:100%; width:35px; height:35px; } }@media only screen and (max-width: 763px) { #WSnWCVkopP2KHQA1RbGKSK3blJCGuQvy { width:35px;height:35px;top:191.375px;left:202px;display:block; }
#WSnWCVkopP2KHQA1RbGKSK3blJCGuQvy > img { max-width: 100%;max-height:100%; width:35px; height:35px; } }@media only screen and (max-width: 763px) { #GAVMOoliqaZT1I6TPR7OtngUgiLwEoDz { width:203px;height:22.4023px;top:298.796875px;left:58.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #FOoyvoTJuXFlb5pBCFpBVeXQD8cJ4E4n { width:203px;height:22.4023px;top:330.7890625px;left:58.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #V203TIWRCGPQqf6GVfAxCoa724XblwxX { width:63px;height:63px;top:13.796875px;left:128.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Xk5u8SZtQ7KT49bLyZmITS5IxgLEnDWL { width:35px;height:35px;top:191.375px;left:60.5px;display:block; }
#Xk5u8SZtQ7KT49bLyZmITS5IxgLEnDWL > img { max-width: 100%;max-height:100%; width:35px; height:35px; } }