.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#f4f4f4;background-image:url("https://images.assets-landingi.com/uc/8fcda062-1252-4a57-b0ea-f67545a0d3c3/tlo.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:"open sans";height:961px;width:960px;overflow:visible;position:relative;display:block; }#BSl4A9IWFlwsUe3nqnGuXXcDLh1uJRtL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:960px;width:960px;top:0px;left:0px;overflow:hidden;display:block; }
#ApwUo6gVL6F3aHr4vtQk2HRRG968eKQB { display:block;width:387px;position:absolute;font-family:roboto;font-size:18px;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:659px;left:54.5px;height:176.3855px;color:#333333;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BDs9DP8mSfExJPGSLKuIw4pkW4STbfIG { display:block;width:488px;position:absolute;font-family:roboto;font-size:33px;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:567px;left:54.5px;height:72.5833px;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;color:#000000;text-align:left;text-align-last:left;display:block; }
#n3rQXOF1W8HlTayziKnay95QSSUMBOpz { background-color:#e81e69;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:13px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:306px;height:57px;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:861.015625px;left:77.5px;display:block; }
#r1OM7563FgHVQFzZGHc2tdwgM4Kb0zDC { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#fNQ3rtX8HTksxESvH2Q7Sr877H98SkMW { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:75px;width:129px;top:32px;left:38.5px;overflow:hidden;display:block; }
#LwJl4THqSNBaX3G7BndmZpGEcBQy4UD7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e81e69;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; }#LwJl4THqSNBaX3G7BndmZpGEcBQy4UD7 > .row .container { background-color: transparent; background-image: none; }#LwJl4THqSNBaX3G7BndmZpGEcBQy4UD7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwJl4THqSNBaX3G7BndmZpGEcBQy4UD7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwJl4THqSNBaX3G7BndmZpGEcBQy4UD7 > .row .container > .video-iframe-container { display: none; }#LwJl4THqSNBaX3G7BndmZpGEcBQy4UD7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwJl4THqSNBaX3G7BndmZpGEcBQy4UD7 > .row > .video-iframe-container { display: none; }#LwJl4THqSNBaX3G7BndmZpGEcBQy4UD7 > .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); }#LwJl4THqSNBaX3G7BndmZpGEcBQy4UD7 > .row .container { border-width: 0; border-radius: 0; }#LwJl4THqSNBaX3G7BndmZpGEcBQy4UD7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LwJl4THqSNBaX3G7BndmZpGEcBQy4UD7 > .row .container { font-size:14px;font-family:arial;height:110px;width:960px;position:relative;display:block; }#SurBUzmFR3Z7RCBF21zVQZLgvFzxfbrt { display:block;width:735px;position:absolute;font-family:"open sans";font-size:21px;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:25.59375px;left:112.5px;height:58.7917px;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QNrgMy2EE6oMnxIrafKQi8OQgm1CB9NL { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;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; }#QNrgMy2EE6oMnxIrafKQi8OQgm1CB9NL > .row .container { background-color: transparent; background-image: none; }#QNrgMy2EE6oMnxIrafKQi8OQgm1CB9NL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNrgMy2EE6oMnxIrafKQi8OQgm1CB9NL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNrgMy2EE6oMnxIrafKQi8OQgm1CB9NL > .row .container > .video-iframe-container { display: none; }#QNrgMy2EE6oMnxIrafKQi8OQgm1CB9NL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNrgMy2EE6oMnxIrafKQi8OQgm1CB9NL > .row > .video-iframe-container { display: none; }#QNrgMy2EE6oMnxIrafKQi8OQgm1CB9NL > .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); }#QNrgMy2EE6oMnxIrafKQi8OQgm1CB9NL > .row .container { border-width: 0; border-radius: 0; }#QNrgMy2EE6oMnxIrafKQi8OQgm1CB9NL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QNrgMy2EE6oMnxIrafKQi8OQgm1CB9NL > .row .container { font-size:14px;font-family:arial;height:2270px;width:960px;position:relative;display:block; }#FVGx1Ww8a39dkuM1HPAPgpweWPnts6n1 { display:block;width:374px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:762px;left:86px;height:216px;color:#333333;display:block; }
#I9JHWKqfv1dTwBFIFnaNJ2WMVQJcXHNu { display:block;width:356px;position:absolute;font-family:roboto;font-size:34px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:106px;left:522px;height:44.1979px;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;color:#000000;display:block; }
#Kfq9uqnNLA3uGO94Ov0TF0olX4GUztOi { display:block;width:352px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:243px;left:522px;height:240px;color:#333333;display:block; }
#aKnPFnnduSaQhRI4huiRNCQ9xea15ekr { display:block;width:345px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:1374px;left:543px;height:240px;color:#333333;display:block; }
#NBoUkT8ACDCmOi0FVm9qs50mkX4lx9gO { display:block;width:370px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:1945px;left:89px;height:192px;color:#333333;display:block; }
#uSw5CH1SV6DhQ0pZRRZhTJhG5cNaDFvT { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:286px;width:476px;top:132px;left:24px;overflow:hidden;display:block; }
#CC2egmUKo4b6NOGPSTSyB3ldOATOsrcf { box-sizing:content-box;height:198px;width:365px;position:absolute;display:block;z-index:14993;background-color:#bcc830;background-image:none;top:106px;left:79px;border-top-right-radius:15px;border-bottom-right-radius:15px;border-bottom-left-radius:15px;border-top-left-radius:15px;display:block; }
#OqqmZGR9Vlqk0glXsdBBWVaPg77AQRIF { box-sizing:content-box;height:302px;width:348px;position:absolute;display:block;z-index:14983;background-color:#ff9500;background-image:none;top:1182px;left:75px;border-top-right-radius:15px;border-bottom-right-radius:15px;border-bottom-left-radius:15px;border-top-left-radius:15px;display:block; }
#RevPApt07TQQwhCtuybZ0Sve8MWyVZGS { box-sizing:content-box;height:2px;width:820px;position:absolute;display:block;z-index:14994;background-color:#e3e3e3;background-image:none;top:1076px;left:75px;display:block; }
#eFALpx6qz0ffrTainR88xgT98T6kAAFi { box-sizing:content-box;height:2px;width:820px;position:absolute;display:block;z-index:14995;background-color:#e3e3e3;background-image:none;top:1675px;left:70px;display:block; }
#Gf5kKTyn5cEUAFmqlF7R4VPzlVLO5wXv { box-sizing:content-box;height:2px;width:820px;position:absolute;display:block;z-index:14996;background-color:#e3e3e3;background-image:none;top:551px;left:84px;display:block; }
#TH6TTQqZVQ4aBxvhRRxyzhQhmIZArykL { box-sizing:content-box;height:244px;width:369px;position:absolute;display:block;z-index:14994;background-color:#87a2dc;background-image:none;top:648px;left:530px;border-top-right-radius:15px;border-bottom-right-radius:15px;border-bottom-left-radius:15px;border-top-left-radius:15px;display:block; }
#NCzWHAgdB0MB4Q3eGgm8LXAqtPHG5sqx { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:290px;width:386px;top:668px;left:483px;overflow:hidden;display:block; }
#TgaQ1MSwwZF6MQkLmW5Ks3cOJmbqGxkU { box-sizing:content-box;height:260px;width:369px;position:absolute;display:block;z-index:15014;background-color:#82d0cd;background-image:none;top:1777px;left:522px;border-top-right-radius:15px;border-bottom-right-radius:15px;border-bottom-left-radius:15px;border-top-left-radius:15px;display:block; }
#AVsI9d4ZwXnAz2uwADo2S9b27zy0T37W { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:181px;width:250px;top:1923px;left:491px;overflow:hidden;display:block; }
#BsIS5JKicWMkyeoMlIhVy7Ca11OM6T3t { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:189px;width:227px;top:1709px;left:590px;overflow:hidden;display:block; }
#r5iSJT55XXbbtoJ5kRL9zN8CdZbE4z5q { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:117px;width:134px;top:1777px;left:791px;overflow:hidden;display:block; }
#RXctt6Tc3rWQqxynGbz4pS8xyUT64mKD { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:202px;width:282px;top:1914px;left:753.95939086294px;overflow:hidden;display:block; }
#Rv1JdQXxi5BLpPxMi3ydzW7iEDpabpMM { box-sizing:content-box;height:2px;width:820px;position:absolute;display:block;z-index:14996;background-color:#e3e3e3;background-image:none;top:2204px;left:70px;display:block; }
#cmwuHnWiSNAdar70PQz3LrlCqoLD37z1 { position:absolute;display:block;z-index:14984;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:15px;border-bottom-right-radius:4px;box-shadow: none;height:444px;width:444px;top:1041px;left:75px;overflow:hidden;display:block; }
#J7ooecy72iDXNDoX7p0EGaSK9eOJzTtu { display:block;width:356px;position:absolute;font-family:roboto;font-size:26px;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:155px;left:522px;height:62.3958px;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;color:#000000;display:block; }
#ym2zwlPFvoEPmKJqgenOVTv9JLxq3rv8 { display:block;width:417px;position:absolute;font-family:roboto;font-size:32px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:648px;left:84px;height:41.5938px;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;color:#000000;display:block; }
#KL6xTLUtl54v6tak4n9FcXSHzNGgfoXy { display:block;width:356px;position:absolute;font-family:roboto;font-size:26px;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:697px;left:84px;height:31.1979px;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;color:#000000;display:block; }
#e5pGCAMFdXw7CtDwUACRBbOMKlbwv7BK { display:block;width:356px;position:absolute;font-family:roboto;font-size:34px;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:1182px;left:543px;height:81.5833px;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;color:#000000;display:block; }
#ICcSWPWcUQEc1nFrneg3EuCOVlgDkk3b { display:block;width:356px;position:absolute;font-family:roboto;font-size:26px;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:1275.8125px;left:543px;height:62.3958px;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;color:#000000;display:block; }
#cIoITQWCl3SaJ9WQ6Qw9GHf60yx8GNxW { display:block;width:356px;position:absolute;font-family:roboto;font-size:34px;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:1777px;left:87px;height:81.5833px;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;color:#000000;display:block; }
#kNNKHcelfR2CEDp8y0HublO3GeWT6t9O { display:block;width:261px;position:absolute;font-family:roboto;font-size:26px;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:1871px;left:87px;height:31.1979px;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;color:#000000;display:block; }
#sNWWMLTihUaoKeDHdsFfnoGF7CmOLRsw { 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; }#sNWWMLTihUaoKeDHdsFfnoGF7CmOLRsw > .row .container { background-color: transparent; background-image: none; }#sNWWMLTihUaoKeDHdsFfnoGF7CmOLRsw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNWWMLTihUaoKeDHdsFfnoGF7CmOLRsw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNWWMLTihUaoKeDHdsFfnoGF7CmOLRsw > .row .container > .video-iframe-container { display: none; }#sNWWMLTihUaoKeDHdsFfnoGF7CmOLRsw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNWWMLTihUaoKeDHdsFfnoGF7CmOLRsw > .row > .video-iframe-container { display: none; }#sNWWMLTihUaoKeDHdsFfnoGF7CmOLRsw > .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); }#sNWWMLTihUaoKeDHdsFfnoGF7CmOLRsw > .row .container { border-width: 0; border-radius: 0; }#sNWWMLTihUaoKeDHdsFfnoGF7CmOLRsw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sNWWMLTihUaoKeDHdsFfnoGF7CmOLRsw > .row .container { font-size:14px;font-family:arial;height:618px;width:960px;position:relative;display:block; }#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-form-header { font-size:14px; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:16px;font-weight:bold;color:#000000;width:120px;padding-top:0;padding-right:10px;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:center;text-align-last:center;vertical-align:middle;overflow:hidden;line-height:1; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;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:inline-block;*zoom:1;*display:inline;width:508px;box-sizing:border-box;height:52px;color:#161616;font-size:12px;overflow:hidden;font-family:"open sans";vertical-align:middle;line-height:1.1; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-input-text {padding-top: 0; padding-bottom: 0;}#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;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:inline-block;*zoom:1;*display:inline;width:508px;box-sizing:border-box;height:70px;color:#161616;font-size:12px;overflow:hidden;font-family:"open sans";vertical-align:middle;line-height:1.1; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;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:inline-block;*zoom:1;*display:inline;width:508px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:middle; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-input-select {padding-top: 0; padding-bottom: 0;}#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:130px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:middle; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-input-button { border-top-left-radius:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;background-color:#e81e69;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:130px;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#ffffff;width:508px;height:55px;font-family:roboto;overflow:hidden; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:12px; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:12px; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:12px; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:12px; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .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:10px;font-weight:300;color:#000000;vertical-align:top;width:488px;overflow:hidden;font-style:normal;float:none; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .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; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .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.3;float:none; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-container:first-of-type{padding-top:0;}#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-container:last-of-type{padding-bottom:0;}#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:638px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-left-radius:27px;border-top-right-radius:27px;border-bottom-left-radius:27px;border-bottom-right-radius:27px;box-shadow: 1px 1px 15px #000000 ;position:absolute;top:140px;left:141px;font-size:14px; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:508px;display:inline-block;*zoom:1;*display:inline;vertical-align:middle; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD {display:block;}#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:638px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-left-radius:27px;border-top-right-radius:27px;border-bottom-left-radius:27px;border-bottom-right-radius:27px;box-shadow: 1px 1px 15px #000000 ;position:absolute;top:140px;left:141px;font-size:14px; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #hqzTUyHmFz3mFAQMSSJXgD4RkTrfAtMv { position:relative; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #kq8T92LTBRXByTwUzOS2V8P9WQL0fbqK { position:relative;display:block; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #xyQzgLLf1DrXV9e8vpo7NmnzDDLvqySe { position:relative; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #GaJgS1hKw3oQn833EIT6xVLMP74RswGZ { position:relative; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #uPSCU6ee7unzI7XxTHZ9krSsOs3k6XU5 { position:relative;display:block; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #pcSbEzu9gaTgR2ZiTBr0fd9btqNoNBS2 { position:relative; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #coBi4yGxtUC6uXfEilgATxgEXHvgMUVV { position:relative; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #hcEvVuGTBn3Ldm2kc6axy1KKa3oJ2eP5 { position:relative;display:block; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #x52aXcCQLtut7n5ntEltdTx8M0Ic10TV { position:relative; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #yCpUXvO5ZP4uLJNA3HwHFPPFdABnnyTv { position:relative; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #fKJWzBJdT7eeBxVtiWOtbFNOhhQWTWre { position:relative;display:block; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #y1No9HEt8Wq9F4BJ1PoFPBItaWno8o91 { position:relative; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #GGHL2G1k9yxvuTF87EvhBiPhaAOQfRFF { position:relative; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #sgqTh6QU5K0S6r6KaJo1LJsHnI8TqXke { position:relative;z-index:2; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #cUZnszuCSI89W31mGny5krOsrn2wxEdH { position:relative; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #MdkLXq7Kd8NU0TP1XD5nRgcr7Q0hlKkK { position:relative; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #aONl39dG1IOC1oWaSrAWI90L2XEWK1bT { position:relative; }
#int3Vu8X4fPdO70JX0IX6U6SJOd8Kism { display:block;width:681px;position:absolute;font-family:roboto;font-size:33px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:49px;left:84px;height:42.8958px;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;color:#000000;display:block; }
#lSpJTO5JCfT4TCQwSntS04JeMwgIWQO8 { position:absolute;display:block;z-index:14994;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:326px;width:469px;top:11.333343505859px;left:573.15625px;overflow:hidden;display:block; }
#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/f3ad27c7-01a5-461c-9e24-b53ae4bf869a/IMG_0629.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ.adaptive-delivery-prevent-bg, #HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ.lazyload, #HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ.lazyloading { background-image: none; }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row .container { background-color: transparent; background-image: none; }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row .container > .video-iframe-container { display: none; }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row > .video-iframe-container { display: none; }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .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); }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row .container { border-width: 0; border-radius: 0; }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row .container { font-size:14px;font-family:arial;height:632px;width:960px;position:relative;display:block; }#DeFMzR30S8S9ssk4BC4E96uxWpdPWvcp { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-shadow: 1px 25px 25px #000000 ;height:433px;width:897px;top:44px;left:32px;display:block; }
#wstCqEKi9gQR92gfsTDsMGtKOBBaeEK0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:166px;width:782px;top:181px;left:89px;overflow:hidden;display:block; }
#yKVVEwi729hQ0Do67TXfRR6bKusVZTbM { display:block;width:156px;position:absolute;font-family:roboto;font-size:20px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:364px;left:89px;height:26px;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;color:#000000;text-align:center;text-align-last:center;display:block; }
#szQFaNPvMRg81pkdlfQ3QMHzLyImBeFG { display:block;width:156px;position:absolute;font-family:roboto;font-size:14px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:399px;left:89px;height:36.3958px;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;color:#000000;text-align:center;text-align-last:center;display:block; }
#pTa0Zi1pgiIqtTlTJVyfd6TtxkTNHUp0 { display:block;width:156px;position:absolute;font-family:roboto;font-size:14px;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:400px;left:302px;height:36.3958px;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;color:#000000;text-align:center;text-align-last:center;display:block; }
#vQ1arPDLCdbRytHWiN56orVWUmuQMfmd { display:block;width:156px;position:absolute;font-family:roboto;font-size:20px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:364px;left:302px;height:26px;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;color:#000000;text-align:center;text-align-last:center;display:block; }
#NO6FUvchF5Fn3Xre7Z1VD5OquWqHbVN2 { display:block;width:156px;position:absolute;font-family:roboto;font-size:14px;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:399px;left:504px;height:36.3958px;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;color:#000000;text-align:center;text-align-last:center;display:block; }
#OpkRAUJllRCdvdhE5kJAaD3DtgCrPEuX { display:block;width:156px;position:absolute;font-family:roboto;font-size:14px;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:399px;left:707px;height:36.3958px;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;color:#000000;text-align:center;text-align-last:center;display:block; }
#oPo0ahfhxQlZw1nrN8eck6if4tVKHXfx { display:block;width:156px;position:absolute;font-family:roboto;font-size:20px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:364px;left:504px;height:26px;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;color:#000000;text-align:center;text-align-last:center;display:block; }
#MOD9xcMeRbNQ6yDnVFfD7PKefdT9KgVQ { display:block;width:156px;position:absolute;font-family:roboto;font-size:20px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:364px;left:707px;height:26px;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;color:#000000;text-align:center;text-align-last:center;display:block; }
#XFRhtZOLwA4JIKRsTOkPzRCxNFbgn4PI { position:absolute;display:block;z-index:15012;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:74px;width:509px;top:514px;left:225px;overflow:hidden;display:block; }
#M6zS7c0EnsM16c7lc0wl2xkVrutQwQBs { display:block;width:681px;position:absolute;font-family:roboto;font-size:30px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:87px;left:139.5px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#BK3TzhGg1r2EqyVAnECefVC9rFrT8ntN { background-color:#000000;background-image:none;z-index:;position:relative;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BK3TzhGg1r2EqyVAnECefVC9rFrT8ntN > .row .container { background-color: transparent; background-image: none; }#BK3TzhGg1r2EqyVAnECefVC9rFrT8ntN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BK3TzhGg1r2EqyVAnECefVC9rFrT8ntN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BK3TzhGg1r2EqyVAnECefVC9rFrT8ntN > .row .container > .video-iframe-container { display: none; }#BK3TzhGg1r2EqyVAnECefVC9rFrT8ntN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BK3TzhGg1r2EqyVAnECefVC9rFrT8ntN > .row > .video-iframe-container { display: none; }#BK3TzhGg1r2EqyVAnECefVC9rFrT8ntN > .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); }#BK3TzhGg1r2EqyVAnECefVC9rFrT8ntN > .row .container { border-width: 0; border-radius: 0; }#BK3TzhGg1r2EqyVAnECefVC9rFrT8ntN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BK3TzhGg1r2EqyVAnECefVC9rFrT8ntN > .row .container { font-size:14px;font-family:arial;height:489px;width:960px;position:relative;display:block; }#vHOemxtmQ6ku6N2qTGzC4IL9WP2myvte { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:216px;width:781px;top:273px;left:91px;overflow:hidden;display:block; }
#p9kwWVlkIcTkCF6xcPEv3VKHHx52AAEi { position:absolute;display:block;z-index:15008;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:151px;width:346px;top:207px;left:308px;overflow:hidden;display:block; }
#lqqqQhf2iVJUxhEFL8K1hgzG6MxcQhAU { color:#ffffff;display:block;width:723px;position:absolute;font-family:roboto;font-size:12px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:142px;left:120px;height:62.3751px;text-align:center;text-align-last:center;display:block; }
#DOEMQlupQ29AQF8h6R3NaAHI0KG9rsmN { position:absolute;display:block;z-index:15010;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:58px;width:102px;top:44px;left:442px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BSl4A9IWFlwsUe3nqnGuXXcDLh1uJRtL { top:0px;left:0px;width:764px;height:764px;display:block; }
 }@media only screen and (max-width: 763px) { #ApwUo6gVL6F3aHr4vtQk2HRRG968eKQB { width:372px;height:108px;top:89px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #BDs9DP8mSfExJPGSLKuIw4pkW4STbfIG { width:372px;height:39px;top:42px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #n3rQXOF1W8HlTayziKnay95QSSUMBOpz { width:306px;height:57px;top:861px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #r1OM7563FgHVQFzZGHc2tdwgM4Kb0zDC { display:block; }
 }@media only screen and (max-width: 763px) { #fNQ3rtX8HTksxESvH2Q7Sr877H98SkMW { top:32px;left:0px;width:129px;height:75px;display:block; }
 }@media only screen and (max-width: 763px) { #LwJl4THqSNBaX3G7BndmZpGEcBQy4UD7 { display:block; }#LwJl4THqSNBaX3G7BndmZpGEcBQy4UD7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SurBUzmFR3Z7RCBF21zVQZLgvFzxfbrt { width:372px;height:108px;top:89px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #QNrgMy2EE6oMnxIrafKQi8OQgm1CB9NL { display:block; }#QNrgMy2EE6oMnxIrafKQi8OQgm1CB9NL > .row .container { width:764px;height:292px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FVGx1Ww8a39dkuM1HPAPgpweWPnts6n1 { width:372px;height:108px;top:89px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #I9JHWKqfv1dTwBFIFnaNJ2WMVQJcXHNu { width:372px;height:39px;top:42px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #Kfq9uqnNLA3uGO94Ov0TF0olX4GUztOi { width:372px;height:108px;top:89px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #aKnPFnnduSaQhRI4huiRNCQ9xea15ekr { width:372px;height:108px;top:89px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #NBoUkT8ACDCmOi0FVm9qs50mkX4lx9gO { width:372px;height:108px;top:89px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #uSw5CH1SV6DhQ0pZRRZhTJhG5cNaDFvT { top:132px;left:0px;width:476px;height:286px;display:block; }
 }@media only screen and (max-width: 763px) { #CC2egmUKo4b6NOGPSTSyB3ldOATOsrcf { top:106px;left:0px;width:365px;height:198px;display:block; }
 }@media only screen and (max-width: 763px) { #OqqmZGR9Vlqk0glXsdBBWVaPg77AQRIF { top:1182px;left:0px;width:348px;height:302px;display:block; }
 }@media only screen and (max-width: 763px) { #RevPApt07TQQwhCtuybZ0Sve8MWyVZGS { top:1076px;left:0px;width:764px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #eFALpx6qz0ffrTainR88xgT98T6kAAFi { top:1675px;left:0px;width:764px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #Gf5kKTyn5cEUAFmqlF7R4VPzlVLO5wXv { top:551px;left:0px;width:764px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #TH6TTQqZVQ4aBxvhRRxyzhQhmIZArykL { top:648px;left:395px;width:369px;height:244px;display:block; }
 }@media only screen and (max-width: 763px) { #NCzWHAgdB0MB4Q3eGgm8LXAqtPHG5sqx { top:668px;left:378px;width:386px;height:290px;display:block; }
 }@media only screen and (max-width: 763px) { #TgaQ1MSwwZF6MQkLmW5Ks3cOJmbqGxkU { top:1777px;left:395px;width:369px;height:260px;display:block; }
 }@media only screen and (max-width: 763px) { #AVsI9d4ZwXnAz2uwADo2S9b27zy0T37W { top:1923px;left:393px;width:250px;height:181px;display:block; }
 }@media only screen and (max-width: 763px) { #BsIS5JKicWMkyeoMlIhVy7Ca11OM6T3t { top:1709px;left:492px;width:227px;height:189px;display:block; }
 }@media only screen and (max-width: 763px) { #r5iSJT55XXbbtoJ5kRL9zN8CdZbE4z5q { top:1777px;left:630px;width:134px;height:117px;display:block; }
 }@media only screen and (max-width: 763px) { #RXctt6Tc3rWQqxynGbz4pS8xyUT64mKD { top:1914px;left:482px;width:282px;height:202px;display:block; }
 }@media only screen and (max-width: 763px) { #Rv1JdQXxi5BLpPxMi3ydzW7iEDpabpMM { top:2204px;left:0px;width:764px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #cmwuHnWiSNAdar70PQz3LrlCqoLD37z1 { top:1041px;left:0px;width:444px;height:444px;display:block; }
 }@media only screen and (max-width: 763px) { #J7ooecy72iDXNDoX7p0EGaSK9eOJzTtu { width:372px;height:39px;top:42px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #ym2zwlPFvoEPmKJqgenOVTv9JLxq3rv8 { width:372px;height:39px;top:42px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #KL6xTLUtl54v6tak4n9FcXSHzNGgfoXy { width:372px;height:39px;top:42px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #e5pGCAMFdXw7CtDwUACRBbOMKlbwv7BK { width:372px;height:39px;top:42px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #ICcSWPWcUQEc1nFrneg3EuCOVlgDkk3b { width:372px;height:39px;top:42px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #cIoITQWCl3SaJ9WQ6Qw9GHf60yx8GNxW { width:372px;height:39px;top:42px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #kNNKHcelfR2CEDp8y0HublO3GeWT6t9O { width:372px;height:39px;top:42px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #sNWWMLTihUaoKeDHdsFfnoGF7CmOLRsw { display:block; }#sNWWMLTihUaoKeDHdsFfnoGF7CmOLRsw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-regular-label { width:120px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-input-text { width:508px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-input-text {padding-top: 0; padding-bottom: 0;}#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-textarea { width:508px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-input-select { width:508px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-input-select {padding-top: 0; padding-bottom: 0;}#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-input-button { width:508px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:130px; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-checkbox-label { width:489px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-container { display:flex;align-items:center;justify-content:flex-end; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-container:first-of-type{padding-top:0;}#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-container:last-of-type{padding-bottom:0;}#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD  { width:638px;height:369px;top:140px;left:43px; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .radio-container { width:508px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD {display:block;}#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD { width:638px;height:369px;top:140px;left:43px; }
 }@media only screen and (max-width: 763px) { #ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #hqzTUyHmFz3mFAQMSSJXgD4RkTrfAtMv {  }
 }@media only screen and (max-width: 763px) { #ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #kq8T92LTBRXByTwUzOS2V8P9WQL0fbqK { display:block; }
 }@media only screen and (max-width: 763px) { #ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #xyQzgLLf1DrXV9e8vpo7NmnzDDLvqySe {  }
 }@media only screen and (max-width: 763px) { #ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #GaJgS1hKw3oQn833EIT6xVLMP74RswGZ {  }
 }@media only screen and (max-width: 763px) { #ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #uPSCU6ee7unzI7XxTHZ9krSsOs3k6XU5 { display:block; }
 }@media only screen and (max-width: 763px) { #ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #pcSbEzu9gaTgR2ZiTBr0fd9btqNoNBS2 {  }
 }@media only screen and (max-width: 763px) { #ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #coBi4yGxtUC6uXfEilgATxgEXHvgMUVV {  }
 }@media only screen and (max-width: 763px) { #ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #hcEvVuGTBn3Ldm2kc6axy1KKa3oJ2eP5 { display:block; }
 }@media only screen and (max-width: 763px) { #ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #x52aXcCQLtut7n5ntEltdTx8M0Ic10TV {  }
 }@media only screen and (max-width: 763px) { #ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #yCpUXvO5ZP4uLJNA3HwHFPPFdABnnyTv {  }
 }@media only screen and (max-width: 763px) { #ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #fKJWzBJdT7eeBxVtiWOtbFNOhhQWTWre { display:block; }
 }@media only screen and (max-width: 763px) { #ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #y1No9HEt8Wq9F4BJ1PoFPBItaWno8o91 {  }
 }@media only screen and (max-width: 763px) { #ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #GGHL2G1k9yxvuTF87EvhBiPhaAOQfRFF {  }
 }@media only screen and (max-width: 763px) { #ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #sgqTh6QU5K0S6r6KaJo1LJsHnI8TqXke {  }
 }@media only screen and (max-width: 763px) { #ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #cUZnszuCSI89W31mGny5krOsrn2wxEdH {  }
 }@media only screen and (max-width: 763px) { #ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #MdkLXq7Kd8NU0TP1XD5nRgcr7Q0hlKkK {  }
 }@media only screen and (max-width: 763px) { #ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #aONl39dG1IOC1oWaSrAWI90L2XEWK1bT {  }
 }@media only screen and (max-width: 763px) { #int3Vu8X4fPdO70JX0IX6U6SJOd8Kism { width:372px;height:39px;top:42px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lSpJTO5JCfT4TCQwSntS04JeMwgIWQO8 { top:11px;left:295px;width:469px;height:326px;display:block; }
 }@media only screen and (max-width: 763px) { #HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ { display:block; }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DeFMzR30S8S9ssk4BC4E96uxWpdPWvcp { top:44px;left:0px;width:764px;height:433px;display:block; }
 }@media only screen and (max-width: 763px) { #wstCqEKi9gQR92gfsTDsMGtKOBBaeEK0 { top:181px;left:0px;width:764px;height:162.17902813299px;display:block; }
 }@media only screen and (max-width: 763px) { #yKVVEwi729hQ0Do67TXfRR6bKusVZTbM { width:372px;height:39px;top:42px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #szQFaNPvMRg81pkdlfQ3QMHzLyImBeFG { width:372px;height:39px;top:42px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #pTa0Zi1pgiIqtTlTJVyfd6TtxkTNHUp0 { width:372px;height:39px;top:42px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vQ1arPDLCdbRytHWiN56orVWUmuQMfmd { width:372px;height:39px;top:42px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NO6FUvchF5Fn3Xre7Z1VD5OquWqHbVN2 { width:372px;height:39px;top:42px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OpkRAUJllRCdvdhE5kJAaD3DtgCrPEuX { width:372px;height:39px;top:42px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #oPo0ahfhxQlZw1nrN8eck6if4tVKHXfx { width:372px;height:39px;top:42px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MOD9xcMeRbNQ6yDnVFfD7PKefdT9KgVQ { width:372px;height:39px;top:42px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XFRhtZOLwA4JIKRsTOkPzRCxNFbgn4PI { top:514px;left:127px;width:509px;height:74px;display:block; }
 }@media only screen and (max-width: 763px) { #M6zS7c0EnsM16c7lc0wl2xkVrutQwQBs { width:372px;height:39px;top:42px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BK3TzhGg1r2EqyVAnECefVC9rFrT8ntN { display:block; }#BK3TzhGg1r2EqyVAnECefVC9rFrT8ntN { background-color: transparent; background-image: none; }#BK3TzhGg1r2EqyVAnECefVC9rFrT8ntN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BK3TzhGg1r2EqyVAnECefVC9rFrT8ntN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BK3TzhGg1r2EqyVAnECefVC9rFrT8ntN > .row .container > .video-iframe-container { display: none; }#BK3TzhGg1r2EqyVAnECefVC9rFrT8ntN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BK3TzhGg1r2EqyVAnECefVC9rFrT8ntN > .row > .video-iframe-container { display: none; }#BK3TzhGg1r2EqyVAnECefVC9rFrT8ntN > .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); }#BK3TzhGg1r2EqyVAnECefVC9rFrT8ntN > .row .container { width:760px;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vHOemxtmQ6ku6N2qTGzC4IL9WP2myvte { top:273px;left:0px;width:764px;height:211.29833546735px;display:block; }
 }@media only screen and (max-width: 763px) { #p9kwWVlkIcTkCF6xcPEv3VKHHx52AAEi { top:207px;left:210px;width:346px;height:151px;display:block; }
 }@media only screen and (max-width: 763px) { #lqqqQhf2iVJUxhEFL8K1hgzG6MxcQhAU { top:142px;left:22px;width:723px;height:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #DOEMQlupQ29AQF8h6R3NaAHI0KG9rsmN { top:44px;left:344px;width:102px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:705px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BSl4A9IWFlwsUe3nqnGuXXcDLh1uJRtL { width:320px;height:320px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ApwUo6gVL6F3aHr4vtQk2HRRG968eKQB { width:299px;height:168px;top:436.875px;left:10.5px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #BDs9DP8mSfExJPGSLKuIw4pkW4STbfIG { width:297px;height:75.875px;top:342.125px;left:11.5px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #n3rQXOF1W8HlTayziKnay95QSSUMBOpz { width:280px;height:55px;top:626.015625px;left:20px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #r1OM7563FgHVQFzZGHc2tdwgM4Kb0zDC { display:block; }
 }@media only screen and (max-width: 763px) { #fNQ3rtX8HTksxESvH2Q7Sr877H98SkMW { width:102px;height:59px;top:234px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #LwJl4THqSNBaX3G7BndmZpGEcBQy4UD7 { display:block; }#LwJl4THqSNBaX3G7BndmZpGEcBQy4UD7 > .row .container { width:320px;height:121px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SurBUzmFR3Z7RCBF21zVQZLgvFzxfbrt { width:320px;height:79.7812px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #QNrgMy2EE6oMnxIrafKQi8OQgm1CB9NL { display:block; }#QNrgMy2EE6oMnxIrafKQi8OQgm1CB9NL > .row .container { width:320px;height:3147px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FVGx1Ww8a39dkuM1HPAPgpweWPnts6n1 { width:300px;height:247.5px;top:1005.078125px;left:10px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #I9JHWKqfv1dTwBFIFnaNJ2WMVQJcXHNu { width:300px;height:32.5px;top:241.921875px;left:10px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Kfq9uqnNLA3uGO94Ov0TF0olX4GUztOi { width:300px;height:247.5px;top:341.078125px;left:10px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #aKnPFnnduSaQhRI4huiRNCQ9xea15ekr { width:300px;height:247.5px;top:1738.484375px;left:10px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #NBoUkT8ACDCmOi0FVm9qs50mkX4lx9gO { width:300px;height:240px;top:2452.484375px;left:10px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uSw5CH1SV6DhQ0pZRRZhTJhG5cNaDFvT { width:289px;height:173px;top:52.015625px;left:15.5px;display:block; }
 }@media only screen and (max-width: 763px) { #CC2egmUKo4b6NOGPSTSyB3ldOATOsrcf { width:241px;height:150px;top:38.015625px;left:39.5px;display:block; }
 }@media only screen and (max-width: 763px) { #OqqmZGR9Vlqk0glXsdBBWVaPg77AQRIF { width:320px;height:201px;top:1372.578125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #RevPApt07TQQwhCtuybZ0Sve8MWyVZGS { width:320px;height:2px;top:1283.484375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #eFALpx6qz0ffrTainR88xgT98T6kAAFi { width:320px;height:2px;top:2020.484375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Gf5kKTyn5cEUAFmqlF7R4VPzlVLO5wXv { width:320px;height:2px;top:620.078125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TH6TTQqZVQ4aBxvhRRxyzhQhmIZArykL { width:244px;height:185px;top:654.265625px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #NCzWHAgdB0MB4Q3eGgm8LXAqtPHG5sqx { width:320px;height:240.391px;top:667.171875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TgaQ1MSwwZF6MQkLmW5Ks3cOJmbqGxkU { width:288px;height:234px;top:2801.484375px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AVsI9d4ZwXnAz2uwADo2S9b27zy0T37W { width:250px;height:181px;top:2729.484375px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #BsIS5JKicWMkyeoMlIhVy7Ca11OM6T3t { width:220px;height:182px;top:2167.484375px;left:15.5px;display:block; }
 }@media only screen and (max-width: 763px) { #r5iSJT55XXbbtoJ5kRL9zN8CdZbE4z5q { width:181px;height:158px;top:2263.484375px;left:130px;display:block; }
 }@media only screen and (max-width: 763px) { #RXctt6Tc3rWQqxynGbz4pS8xyUT64mKD { width:282px;height:202px;top:2910.484375px;left:19px;display:block; }
 }@media only screen and (max-width: 763px) { #Rv1JdQXxi5BLpPxMi3ydzW7iEDpabpMM { width:320px;height:2px;top:3138.484375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cmwuHnWiSNAdar70PQz3LrlCqoLD37z1 { width:320px;height:320px;top:1253.578125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #J7ooecy72iDXNDoX7p0EGaSK9eOJzTtu { width:320px;height:43.1875px;top:278.421875px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ym2zwlPFvoEPmKJqgenOVTv9JLxq3rv8 { width:307px;height:32.5px;top:915.578125px;left:6.5px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #KL6xTLUtl54v6tak4n9FcXSHzNGgfoXy { width:320px;height:21.5938px;top:955.078125px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #e5pGCAMFdXw7CtDwUACRBbOMKlbwv7BK { width:320px;height:57.5833px;top:1600.203125px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #ICcSWPWcUQEc1nFrneg3EuCOVlgDkk3b { width:320px;height:43.1875px;top:1672.484375px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #cIoITQWCl3SaJ9WQ6Qw9GHf60yx8GNxW { width:320px;height:57.5833px;top:2042.484375px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #kNNKHcelfR2CEDp8y0HublO3GeWT6t9O { width:261px;height:21.5938px;top:2112.078125px;left:29.5px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #sNWWMLTihUaoKeDHdsFfnoGF7CmOLRsw { display:block; }#sNWWMLTihUaoKeDHdsFfnoGF7CmOLRsw > .row .container { width:320px;height:897px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-regular-label { width:120px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-input-text { width:150px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-input-text {padding-top: 0; padding-bottom: 0;}#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-textarea { width:150px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-input-select { width:150px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-input-select {padding-top: 0; padding-bottom: 0;}#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-input-button { width:150px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:130px;line-height:.8;overflow:hidden; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-checkbox-label { width:130px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-container { display:flex;align-items:center;justify-content:flex-end; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-container:first-of-type{padding-top:0;}#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .widget-container:last-of-type{padding-bottom:0;}#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD  { width:280px;height:auto;top:122px;left:0px; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD .radio-container { width:150px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD {display:block;}#ksC9OebrOeZTJwg10FqTOTKty8TaI5SD { width:280px;height:auto;top:122px;left:0px; }
 }@media only screen and (max-width: 763px) { #ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #hqzTUyHmFz3mFAQMSSJXgD4RkTrfAtMv {  }
 }@media only screen and (max-width: 763px) { #ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #kq8T92LTBRXByTwUzOS2V8P9WQL0fbqK { display:block; }
 }@media only screen and (max-width: 763px) { #ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #xyQzgLLf1DrXV9e8vpo7NmnzDDLvqySe {  }
 }@media only screen and (max-width: 763px) { #ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #GaJgS1hKw3oQn833EIT6xVLMP74RswGZ {  }
 }@media only screen and (max-width: 763px) { #ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #uPSCU6ee7unzI7XxTHZ9krSsOs3k6XU5 { display:block; }
 }@media only screen and (max-width: 763px) { #ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #pcSbEzu9gaTgR2ZiTBr0fd9btqNoNBS2 {  }
 }@media only screen and (max-width: 763px) { #ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #coBi4yGxtUC6uXfEilgATxgEXHvgMUVV {  }
 }@media only screen and (max-width: 763px) { #ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #hcEvVuGTBn3Ldm2kc6axy1KKa3oJ2eP5 { display:block; }
 }@media only screen and (max-width: 763px) { #ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #x52aXcCQLtut7n5ntEltdTx8M0Ic10TV {  }
 }@media only screen and (max-width: 763px) { #ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #yCpUXvO5ZP4uLJNA3HwHFPPFdABnnyTv {  }
 }@media only screen and (max-width: 763px) { #ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #fKJWzBJdT7eeBxVtiWOtbFNOhhQWTWre { display:block; }
 }@media only screen and (max-width: 763px) { #ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #y1No9HEt8Wq9F4BJ1PoFPBItaWno8o91 {  }
 }@media only screen and (max-width: 763px) { #ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #GGHL2G1k9yxvuTF87EvhBiPhaAOQfRFF {  }
 }@media only screen and (max-width: 763px) { #ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #sgqTh6QU5K0S6r6KaJo1LJsHnI8TqXke {  }
 }@media only screen and (max-width: 763px) { #ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #cUZnszuCSI89W31mGny5krOsrn2wxEdH {  }
 }@media only screen and (max-width: 763px) { #ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #MdkLXq7Kd8NU0TP1XD5nRgcr7Q0hlKkK {  }
 }@media only screen and (max-width: 763px) { #ksC9OebrOeZTJwg10FqTOTKty8TaI5SD #aONl39dG1IOC1oWaSrAWI90L2XEWK1bT {  }
 }@media only screen and (max-width: 763px) { #int3Vu8X4fPdO70JX0IX6U6SJOd8Kism { width:320px;height:83.1875px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #lSpJTO5JCfT4TCQwSntS04JeMwgIWQO8 { width:320px;height:222.422px;top:652px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ { display:block; }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row .container { width:320px;height:631px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DeFMzR30S8S9ssk4BC4E96uxWpdPWvcp { width:320px;height:520px;top:11.6875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wstCqEKi9gQR92gfsTDsMGtKOBBaeEK0 { width:288px;height:60px;top:93.75px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yKVVEwi729hQ0Do67TXfRR6bKusVZTbM { width:156px;height:23.3958px;top:165px;left:82px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #szQFaNPvMRg81pkdlfQ3QMHzLyImBeFG { width:156px;height:36.3958px;top:188.375px;left:82px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #pTa0Zi1pgiIqtTlTJVyfd6TtxkTNHUp0 { width:156px;height:36.3958px;top:463px;left:82px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #vQ1arPDLCdbRytHWiN56orVWUmuQMfmd { width:156px;height:23.3958px;top:428px;left:82px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #NO6FUvchF5Fn3Xre7Z1VD5OquWqHbVN2 { width:156px;height:36.3958px;top:364px;left:82px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #OpkRAUJllRCdvdhE5kJAaD3DtgCrPEuX { width:156px;height:36.3958px;top:274.375px;left:82px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #oPo0ahfhxQlZw1nrN8eck6if4tVKHXfx { width:156px;height:23.3958px;top:325.3125px;left:82px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #MOD9xcMeRbNQ6yDnVFfD7PKefdT9KgVQ { width:156px;height:23.3958px;top:251px;left:82px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #XFRhtZOLwA4JIKRsTOkPzRCxNFbgn4PI { width:275px;height:38px;top:570px;left:22.5px;display:block; }
 }@media only screen and (max-width: 763px) { #M6zS7c0EnsM16c7lc0wl2xkVrutQwQBs { width:297px;height:46.7917px;top:38px;left:11.5px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #BK3TzhGg1r2EqyVAnECefVC9rFrT8ntN { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BK3TzhGg1r2EqyVAnECefVC9rFrT8ntN > .row .container { background-color: transparent; background-image: none; }#BK3TzhGg1r2EqyVAnECefVC9rFrT8ntN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BK3TzhGg1r2EqyVAnECefVC9rFrT8ntN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BK3TzhGg1r2EqyVAnECefVC9rFrT8ntN > .row .container > .video-iframe-container { display: none; }#BK3TzhGg1r2EqyVAnECefVC9rFrT8ntN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BK3TzhGg1r2EqyVAnECefVC9rFrT8ntN > .row > .video-iframe-container { display: none; }#BK3TzhGg1r2EqyVAnECefVC9rFrT8ntN > .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); }#BK3TzhGg1r2EqyVAnECefVC9rFrT8ntN > .row .container { border-width: 0; border-radius: 0; }#BK3TzhGg1r2EqyVAnECefVC9rFrT8ntN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BK3TzhGg1r2EqyVAnECefVC9rFrT8ntN > .row .container { width:320px;height:353px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vHOemxtmQ6ku6N2qTGzC4IL9WP2myvte { width:320px;height:88.5px;top:253.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #p9kwWVlkIcTkCF6xcPEv3VKHHx52AAEi { width:219px;height:95px;top:214.5px;left:50.5px;display:block; }
 }@media only screen and (max-width: 763px) { #lqqqQhf2iVJUxhEFL8K1hgzG6MxcQhAU { width:320px;height:124.7501px;top:104px;left:0px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DOEMQlupQ29AQF8h6R3NaAHI0KG9rsmN { width:102px;height:58px;top:32px;left:116px;display:block; }
 }