.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:url("https://images.assets-landingi.com/uc/22f93f6d-a293-4185-8746-244d52e378c7/BANNERLPMOVSTUDIO.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fm31mTioyQzRdqPSyT1uWcHgzT1vTLT6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#323435;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; }#Fm31mTioyQzRdqPSyT1uWcHgzT1vTLT6 > .row .container { background-color: transparent; background-image: none; }#Fm31mTioyQzRdqPSyT1uWcHgzT1vTLT6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fm31mTioyQzRdqPSyT1uWcHgzT1vTLT6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fm31mTioyQzRdqPSyT1uWcHgzT1vTLT6 > .row .container > .video-iframe-container { display: none; }#Fm31mTioyQzRdqPSyT1uWcHgzT1vTLT6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fm31mTioyQzRdqPSyT1uWcHgzT1vTLT6 > .row > .video-iframe-container { display: none; }#Fm31mTioyQzRdqPSyT1uWcHgzT1vTLT6 > .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); }#Fm31mTioyQzRdqPSyT1uWcHgzT1vTLT6 > .row .container { border-width: 0; border-radius: 0; }#Fm31mTioyQzRdqPSyT1uWcHgzT1vTLT6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fm31mTioyQzRdqPSyT1uWcHgzT1vTLT6 > .row .container { font-size:14px;font-family:arial;height:95px;width:960px;position:relative;display:block; }#nxJX1wyT8Eg2WH78vkE1xzbpXXyxrShi { 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:57px;width:120px;top:14px;left:420px;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#350263;background-image:url("https://images.assets-landingi.com/uc/da44c220-9f00-421b-a6ee-7d542bad9b15/BANNERLPMOVSTUDIO.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:645px;width:960px;overflow:visible;position:relative;display:block; }#COg41fTIOp9w1d1hBnxKHFC6a6eBl6Cl { color:#ffffff;display:block;width:334px;position:absolute;font-family:rubik;font-size:31px;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:115px;left:0px;height:123.977px;display:block; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 .widget-form-header {  }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 .widget-regular-label { height:auto;display:block;font-family:arial;font-size:14px;font-weight:bold;color:#616161;width:390px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 .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:block;width:390px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:arial; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 .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:block;width:390px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:arial; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 .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:block;width:390px;box-sizing:border-box;height:40px;color:#161616;font-family:arial;font-size:14px;overflow:hidden; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#903ffd;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:15px;font-weight:bold;color:#ffffff;width:390px;height:55px;font-family:arial;overflow:hidden; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:14px; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:14px; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:arial;font-size:14px; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:arial;font-size:14px; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 .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:arial;line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:368px;overflow:hidden;font-style:normal; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 .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; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 .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:arial;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 .widget-container:first-of-type{padding-top:0;}#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 .widget-container:last-of-type{padding-bottom:0;}#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:390px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:57.997146606445px;left:529.99996948242px; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:390px; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 .widget-info-text { display:block;height:auto;font-family:arial;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; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 {display:block;}#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:390px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:57.997146606445px;left:529.99996948242px; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #Fp9IW3LwRh5MT52WTSsybzxB0Os4zQsI { position:relative; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #oo0EGrO8N4KFHw5ou1TCfkEg8NXn24aE { position:relative;display:block; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #aFTnwhXtU5pnp68N8ELGw5uStqwwOVG5 { position:relative; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #qcGsFHuowWwPaN799tK7swobwI5ZP47i { position:relative; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #qDfCaK5ULnaGXmnzcFfSbAgTZDC4cPEJ { position:relative;display:block; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #pyNC1b74bSRWo7PxuaBlvGUR1gRtzXTT { position:relative; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #zBTtO7eFnGws8z290u6DCRXSd2XHrsdq { position:relative; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #nSyWACgiGF9zM45wHcMKOvKgysAwgRur { position:relative;display:block; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #O58yvkaIIvr19VX509DfHaiIHtMdCEUq { position:relative; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #T8tWvlLXDe5FwKJSpOq7BhC9sW3dXUV8 { position:relative; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #f776EXRCf5H0qZ5gK97glTTNnAGe6mTl { position:relative;display:block; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #tyHgl7xHggEP6DdIxnCsGkWBbfFDQ5Me { position:relative; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #fbQCd9f5M51WHpdxbtfnZPHrUL3dzvBp { position:relative; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #hwLl98gifqnpWlWHXT6Ogci8KilWQ5CM { position:relative;display:block; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #UcT4GtvyckVpasDiF0TM0ATh26le4H4g { position:relative; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #FrrQBK68XUASFDp7Jr8BwqUE7gcRcK8s { position:relative; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #W0P3KKnTEuF4giebfqJWa1w8Mgr13ANV { position:relative;display:block; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #ZEbuxyba18mIXX0fmITqVAhc8KqB8fmV { position:relative; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #XINPITUdUCzK2WhGDtm1tu4sD0VxHCMQ { position:relative; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #C5eDtiUBvT1bgTwCxpIHNT637mXPL9o6 { position:relative; }
#xd0alepETWUApofOCos3KKTmHP0n6Cy1 { position:absolute;display:block;z-index:15002;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:136px;width:135px;top:360px;left:0px;overflow:hidden;display:block; }
#ZUH8hCCd9RNL4B6PCXX6X0ta93lxgxCt { color:#ffffff;display:block;width:311px;position:absolute;font-family:raleway;font-size:16px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:268.99145507812px;left:0px;height:41.5625px;display:block; }
#eHQ7u2DPNsyotAvr5rAbDe0lEWGd0Sha { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:136px;width:135px;top:360px;left:153px;overflow:hidden;display:block; }
#c5OPwq7e5J73CnxdduqrxmUMhS3PhOsH { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:136px;width:135px;top:360px;left:306px;overflow:hidden;display:block; }
#lC7clp2Mvx1hr9M0fTc9MQoTPXvhu2Op { 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; }#lC7clp2Mvx1hr9M0fTc9MQoTPXvhu2Op > .row .container { background-color: transparent; background-image: none; }#lC7clp2Mvx1hr9M0fTc9MQoTPXvhu2Op::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lC7clp2Mvx1hr9M0fTc9MQoTPXvhu2Op > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lC7clp2Mvx1hr9M0fTc9MQoTPXvhu2Op > .row .container > .video-iframe-container { display: none; }#lC7clp2Mvx1hr9M0fTc9MQoTPXvhu2Op > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lC7clp2Mvx1hr9M0fTc9MQoTPXvhu2Op > .row > .video-iframe-container { display: none; }#lC7clp2Mvx1hr9M0fTc9MQoTPXvhu2Op > .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); }#lC7clp2Mvx1hr9M0fTc9MQoTPXvhu2Op > .row .container { border-width: 0; border-radius: 0; }#lC7clp2Mvx1hr9M0fTc9MQoTPXvhu2Op > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lC7clp2Mvx1hr9M0fTc9MQoTPXvhu2Op > .row .container { font-size:14px;font-family:arial;height:218px;width:960px;position:relative;display:block; }#cKHCDkTtbuPobaq5F5bsaK7kb4XF4dq5 { color:#616161;display:block;width:615px;position:absolute;font-family:rubik;font-size:23px;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:71.5px;left:172.5px;height:23.0078px;text-align:center;text-align-last:center;display:block; }
#zKRCQRM6wKvbHvgB5hlxFSikk3ycBsgl { color:#616161;display:block;width:537px;position:absolute;font-family:raleway;font-size:17px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:118px;left:211.5px;height:66.3068px;text-align:center;text-align-last:center;display:block; }
#yrDbh6rJxS39IgyKmkpCBl9PBn1NhCUC { 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; }#yrDbh6rJxS39IgyKmkpCBl9PBn1NhCUC > .row .container { background-color: transparent; background-image: none; }#yrDbh6rJxS39IgyKmkpCBl9PBn1NhCUC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrDbh6rJxS39IgyKmkpCBl9PBn1NhCUC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrDbh6rJxS39IgyKmkpCBl9PBn1NhCUC > .row .container > .video-iframe-container { display: none; }#yrDbh6rJxS39IgyKmkpCBl9PBn1NhCUC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrDbh6rJxS39IgyKmkpCBl9PBn1NhCUC > .row > .video-iframe-container { display: none; }#yrDbh6rJxS39IgyKmkpCBl9PBn1NhCUC > .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); }#yrDbh6rJxS39IgyKmkpCBl9PBn1NhCUC > .row .container { border-width: 0; border-radius: 0; }#yrDbh6rJxS39IgyKmkpCBl9PBn1NhCUC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yrDbh6rJxS39IgyKmkpCBl9PBn1NhCUC > .row .container { font-size:14px;font-family:arial;height:376px;width:960px;position:relative;display:block; }#RDJ5k8PAJlihQvS1iFDzT5TCFSfSEv88 { box-sizing:content-box;height:141px;width:139px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15000;background-color:transparent;background-image:none;top:39px;left:85.5px;border-top:5px solid #6d12db;border-left:5px solid #6d12db;border-right:5px solid #6d12db;border-bottom:5px solid #6d12db;display:block; }
#LmxQBsSKGKTV8ZWdh7N52lLgOl8OCTPX { color:#616161;display:block;width:231px;position:absolute;font-family:raleway;font-size:16px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:216.8125px;left:44.5px;height:103.9062px;text-align:center;text-align-last:center;display:block; }
#WtLpXeD1qwliXRaMA4QaUBcUNRa6OAsv { color:#6d12db;display:block;width:200px;position:absolute;font-family:"russo one";font-size:29px;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:94.1875px;left:60px;height:40.6055px;text-align:center;text-align-last:center;display:block; }
#PKp9dZo3Rh1fdfZCd13SnRL75WeIMbsL { color:#616161;display:block;width:231px;position:absolute;font-family:raleway;font-size:16px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:217px;left:365px;height:103.9062px;text-align:center;text-align-last:center;display:block; }
#FypMBqi19UefLG3mB2CCLMV3FhIVvAJ3 { box-sizing:content-box;height:141px;width:139px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15003;background-color:transparent;background-image:none;top:40px;left:406px;border-top:5px solid #903ffd;border-left:5px solid #903ffd;border-right:5px solid #903ffd;border-bottom:5px solid #903ffd;display:block; }
#xanDy1AvuLsw7z14sCypwnP3TfJ1MFwe { color:#903ffd;display:block;width:200px;position:absolute;font-family:"russo one";font-size:29px;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:95px;left:380px;height:40.6055px;text-align:center;text-align-last:center;display:block; }
#CoQRBPFNA4a6Vx7bLTp1Qd9gTZx5cH3A { color:#616161;display:block;width:231px;position:absolute;font-family:raleway;font-size:16px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:217px;left:685px;height:103.9062px;text-align:center;text-align-last:center;display:block; }
#MAJOTbooZPTNhzZIgVZAtZlM75AiZArE { box-sizing:content-box;height:141px;width:139px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15006;background-color:transparent;background-image:none;top:40px;left:726px;border-top:5px solid #d9c05d;border-left:5px solid #d9c05d;border-right:5px solid #d9c05d;border-bottom:5px solid #d9c05d;display:block; }
#MtQoT59m4rlTVaXX37lLxeupVTzpR6wJ { color:#d9c05d;display:block;width:200px;position:absolute;font-family:"russo one";font-size:29px;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:95px;left:700px;height:40.6055px;text-align:center;text-align-last:center;display:block; }
#BpfUzC2i5GsKy6R8Xv4HQ09RPp2u9Bp1 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:89.47265625px;left:296.97265625px; }
#Ut76HvFTLSEIcClgz8ydT6zSPkG1x7tz { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:89.47265625px;left:610.99609375px; }
#nX3HaHLTvxwoxC5GTvrKd6TU16sl2HCt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6d12db;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; }#nX3HaHLTvxwoxC5GTvrKd6TU16sl2HCt > .row .container { background-color: transparent; background-image: none; }#nX3HaHLTvxwoxC5GTvrKd6TU16sl2HCt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nX3HaHLTvxwoxC5GTvrKd6TU16sl2HCt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nX3HaHLTvxwoxC5GTvrKd6TU16sl2HCt > .row .container > .video-iframe-container { display: none; }#nX3HaHLTvxwoxC5GTvrKd6TU16sl2HCt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nX3HaHLTvxwoxC5GTvrKd6TU16sl2HCt > .row > .video-iframe-container { display: none; }#nX3HaHLTvxwoxC5GTvrKd6TU16sl2HCt > .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); }#nX3HaHLTvxwoxC5GTvrKd6TU16sl2HCt > .row .container { border-width: 0; border-radius: 0; }#nX3HaHLTvxwoxC5GTvrKd6TU16sl2HCt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nX3HaHLTvxwoxC5GTvrKd6TU16sl2HCt > .row .container { font-size:14px;font-family:arial;height:131px;width:960px;position:relative;display:block; }#hNq2e1y5JtIHVfDGaJB3TfAmfCqKwMhu { color:#616161;display:block;width:615px;position:absolute;font-family:rubik;font-size:23px;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:71.5px;left:172.5px;height:23.0078px;text-align:center;text-align-last:center;display:block; }
#pEvDEC2Sp9pJfFO5NoybJ6UnEPebRVFq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6d12db;background-image:none;position:relative;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;display:block; }#pEvDEC2Sp9pJfFO5NoybJ6UnEPebRVFq > .row .container { background-color: transparent; background-image: none; }#pEvDEC2Sp9pJfFO5NoybJ6UnEPebRVFq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pEvDEC2Sp9pJfFO5NoybJ6UnEPebRVFq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pEvDEC2Sp9pJfFO5NoybJ6UnEPebRVFq > .row .container > .video-iframe-container { display: none; }#pEvDEC2Sp9pJfFO5NoybJ6UnEPebRVFq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pEvDEC2Sp9pJfFO5NoybJ6UnEPebRVFq > .row > .video-iframe-container { display: none; }#pEvDEC2Sp9pJfFO5NoybJ6UnEPebRVFq > .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); }#pEvDEC2Sp9pJfFO5NoybJ6UnEPebRVFq > .row .container { border-width: 0; border-radius: 0; }#pEvDEC2Sp9pJfFO5NoybJ6UnEPebRVFq > .row > .video-iframe-container { border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px; }#pEvDEC2Sp9pJfFO5NoybJ6UnEPebRVFq > .row .container { font-size:14px;font-family:arial;height:407px;width:960px;position:relative;display:block; }#dfdmw3dvuyFHWcBsEKPaBdTZJwHhVWu2 { box-sizing:content-box;height:288px;width:286px;position:absolute;display:block;z-index:15000;background-color:#903ffd;background-image:none;top:26px;left:17px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;display:block; }
#S3Cwllu3Kape1xmKdi30eSCnTmtNfwV3 { color:#ffffff;display:block;width:247px;position:absolute;font-family:raleway;font-size:15px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:182px;left:36.5px;height:97.4431px;text-align:center;text-align-last:center;display:block; }
#E0FaSTdLJgDXMSa7JmHvR1ElPraQru5t { box-sizing:content-box;height:287.997px;width:285.994px;position:absolute;display:block;z-index:15001;background-color:#903ffd;background-image:none;top:25.980102539062px;left:336.98861694336px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;display:block; }
#XbPAwVIdxABGNhltnACNUT7zsRvFfl7l { color:#ffffff;display:block;width:246.989px;position:absolute;font-family:raleway;font-size:15px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:181.9602355957px;left:356.4772644043px;height:97.4431px;text-align:center;text-align-last:center;display:block; }
#gUWefFsyQTtu4rNfyuJmUOTyb953TLSb { box-sizing:content-box;height:287.986px;width:285.99px;position:absolute;display:block;z-index:15002;background-color:#903ffd;background-image:none;top:25.989562988281px;left:656.99658203125px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;display:block; }
#N8r3BqfBKaUFFNtvuUruXy6ZCO2sCATu { color:#ffffff;display:block;width:246.979px;position:absolute;font-family:raleway;font-size:15px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:181.97918701172px;left:676.49304199219px;height:97.4431px;text-align:center;text-align-last:center;display:block; }
#k8o2PFFGuLdpA865ychgMtQmSbc3dHuf { 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:56px;width:56px;top:92.690979003906px;left:131.97918701172px;overflow:hidden;display:block; }
#yaaUgUBT7Cq7uNLmztVGmIsp2NKOIXmL { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:55px;width:55px;top:93.177093505859px;left:452.5px;overflow:hidden;display:block; }
#SZyTBSFgEKBoisbRncwlkTGt2hHHirhH { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:56px;width:56px;top:92.690979003906px;left:771.99658203125px;overflow:hidden;display:block; }
#tuegUfe1JAfraVWy6bVvpwCCRAnhHVEM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#tuegUfe1JAfraVWy6bVvpwCCRAnhHVEM > .row .container { background-color: transparent; background-image: none; }#tuegUfe1JAfraVWy6bVvpwCCRAnhHVEM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tuegUfe1JAfraVWy6bVvpwCCRAnhHVEM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tuegUfe1JAfraVWy6bVvpwCCRAnhHVEM > .row .container > .video-iframe-container { display: none; }#tuegUfe1JAfraVWy6bVvpwCCRAnhHVEM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tuegUfe1JAfraVWy6bVvpwCCRAnhHVEM > .row > .video-iframe-container { display: none; }#tuegUfe1JAfraVWy6bVvpwCCRAnhHVEM > .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); }#tuegUfe1JAfraVWy6bVvpwCCRAnhHVEM > .row .container { border-width: 0; border-radius: 0; }#tuegUfe1JAfraVWy6bVvpwCCRAnhHVEM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tuegUfe1JAfraVWy6bVvpwCCRAnhHVEM > .row .container { font-size:14px;font-family:arial;height:161px;width:960px;position:relative;display:block; }#VuDRt5KSTlzWckOIfgTBB7QmsSmRKbGO { color:#6d12db;display:block;width:615px;position:absolute;font-family:rubik;font-size:23px;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:90.625px;left:172.5px;height:23.0078px;text-align:center;text-align-last:center;display:block; }
#lc4lJhJp0E7fPybatQnGcuzf7JTu9FFv { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13px;width:41px;top:59px;left:459.5px;overflow:hidden;display:block; }
#Jw0Q1qAnS4nNE5QpSeiGQydAB3MElhBl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#Jw0Q1qAnS4nNE5QpSeiGQydAB3MElhBl > .row .container { background-color: transparent; background-image: none; }#Jw0Q1qAnS4nNE5QpSeiGQydAB3MElhBl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jw0Q1qAnS4nNE5QpSeiGQydAB3MElhBl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jw0Q1qAnS4nNE5QpSeiGQydAB3MElhBl > .row .container > .video-iframe-container { display: none; }#Jw0Q1qAnS4nNE5QpSeiGQydAB3MElhBl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jw0Q1qAnS4nNE5QpSeiGQydAB3MElhBl > .row > .video-iframe-container { display: none; }#Jw0Q1qAnS4nNE5QpSeiGQydAB3MElhBl > .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); }#Jw0Q1qAnS4nNE5QpSeiGQydAB3MElhBl > .row .container { border-width: 0; border-radius: 0; }#Jw0Q1qAnS4nNE5QpSeiGQydAB3MElhBl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jw0Q1qAnS4nNE5QpSeiGQydAB3MElhBl > .row .container { font-size:14px;font-family:arial;height:330px;width:960px;position:relative;display:block; }#CzHTPAyeX7c3hMRXvR71JiVWT97TCQFT { box-sizing:content-box;height:200px;width:200px;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:50px;left:20px;border-top:1px solid #6d12db;border-left:1px solid #6d12db;border-right:1px solid #6d12db;border-bottom:1px solid #6d12db;border-top-right-radius:16px;border-bottom-right-radius:16px;border-bottom-left-radius:16px;border-top-left-radius:16px;display:block; }
#L5WIR08MtJ4JIxPqAuQF3xyF99Fe70cC { color:#6d12db;display:block;width:128.991px;position:absolute;font-family:raleway;font-size:15px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:163.26705932617px;left:55.497131347656px;height:38.9772px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L2AfATLWsm18gLwnAmnOd7EDcP8RWasT { box-sizing:content-box;height:200px;width:200px;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:50px;left:258.75px;border-top:1px solid #6d12db;border-left:1px solid #6d12db;border-right:1px solid #6d12db;border-bottom:1px solid #6d12db;border-top-right-radius:16px;border-bottom-right-radius:16px;border-bottom-left-radius:16px;border-top-left-radius:16px;display:block; }
#dLypQRBwv9oVk7HsCoHoZV1iFIrD5c0q { color:#6d12db;display:block;width:128.984px;position:absolute;font-family:raleway;font-size:15px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:163.265625px;left:295.484375px;height:38.9773px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ffnkUJB7e8SUBKMc6ztd86bAxh4r6Sg6 { box-sizing:content-box;height:200px;width:200px;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;top:50px;left:500px;border-top:1px solid #6d12db;border-left:1px solid #6d12db;border-right:1px solid #6d12db;border-bottom:1px solid #6d12db;border-top-right-radius:16px;border-bottom-right-radius:16px;border-bottom-left-radius:16px;border-top-left-radius:16px;display:block; }
#LDuoeyKZQNKuLAG059T1cxSIpNgHfw36 { color:#6d12db;display:block;width:128.984px;position:absolute;font-family:raleway;font-size:15px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:163.265625px;left:535.484375px;height:38.9773px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sHNSVgIg7J7MGL4MQQG5LcklqMyzaihO { box-sizing:content-box;height:200px;width:200px;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:50px;left:740px;border-top:1px solid #6d12db;border-left:1px solid #6d12db;border-right:1px solid #6d12db;border-bottom:1px solid #6d12db;border-top-right-radius:16px;border-bottom-right-radius:16px;border-bottom-left-radius:16px;border-top-left-radius:16px;display:block; }
#sSeZTBb2d1H4TlSHmKITCHPzXeHQn1Md { color:#6d12db;display:block;width:128.984px;position:absolute;font-family:raleway;font-size:15px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:163.265625px;left:775.484375px;height:19.4965px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hkrPKbnxr0zCxLMyUVlVbRezEiuD8MTe { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:38.9844px;width:38.9844px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:99.51171875px;left:100.48828125px; }
#pyFEuRTcVVw8wpzAuOmVPLTVe74LL2ih { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:37.9883px;width:37.9883px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:100.01953125px;left:342.24609375px; }
#k2uFt4gNQRTeqmykbJgVJANPA2sHdLq1 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:41.9922px;width:41.9922px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:98.0078125px;left:579.00390625px; }
#VauZ7gu5sBnJlTIJB92EvveenudgMC19 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:99.00390625px;left:819.94140625px; }
#rPhMnTDFKD2Q75STRq83NFypNSr9Q4M4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#903ffd;background-image:url("https://images.assets-landingi.com/uc/2d1dc50a-b8b7-422b-9d0e-e6d99ff0a8ed/Group721.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rPhMnTDFKD2Q75STRq83NFypNSr9Q4M4.adaptive-delivery-prevent-bg, #rPhMnTDFKD2Q75STRq83NFypNSr9Q4M4.lazyload, #rPhMnTDFKD2Q75STRq83NFypNSr9Q4M4.lazyloading { background-image: none; }#rPhMnTDFKD2Q75STRq83NFypNSr9Q4M4 > .row .container { background-color: transparent; background-image: none; }#rPhMnTDFKD2Q75STRq83NFypNSr9Q4M4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPhMnTDFKD2Q75STRq83NFypNSr9Q4M4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPhMnTDFKD2Q75STRq83NFypNSr9Q4M4 > .row .container > .video-iframe-container { display: none; }#rPhMnTDFKD2Q75STRq83NFypNSr9Q4M4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPhMnTDFKD2Q75STRq83NFypNSr9Q4M4 > .row > .video-iframe-container { display: none; }#rPhMnTDFKD2Q75STRq83NFypNSr9Q4M4 > .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); }#rPhMnTDFKD2Q75STRq83NFypNSr9Q4M4 > .row .container { border-width: 0; border-radius: 0; }#rPhMnTDFKD2Q75STRq83NFypNSr9Q4M4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rPhMnTDFKD2Q75STRq83NFypNSr9Q4M4 > .row .container { font-size:14px;font-family:arial;height:487px;width:960px;position:relative;display:block; }#PLNUHsSnrgSbzKowiB0bao9ggCToF1WC { 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:300.996px;width:621.992px;top:0px;left:280.99609375px;overflow:hidden;display:block; }
#lwTdtBTNF4NTltqxZZtc9SAv0uoS33ii { color:#ffffff;display:block;width:176.992px;position:absolute;font-family:rubik;font-size:23px;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:127.48046875px;left:0px;height:45.9943px;text-align:left;text-align-last:left;display:block; }
#G9xEX7XmTHOdvCKR88TD2r8sNoogxvBF { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:146.992px;width:960px;top:276.9921875px;left:0px;overflow:hidden;display:block; }
#lzBzbqHJCccFlAASJI1bya72nGf9oQTJ { 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; }#lzBzbqHJCccFlAASJI1bya72nGf9oQTJ > .row .container { background-color: transparent; background-image: none; }#lzBzbqHJCccFlAASJI1bya72nGf9oQTJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lzBzbqHJCccFlAASJI1bya72nGf9oQTJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lzBzbqHJCccFlAASJI1bya72nGf9oQTJ > .row .container > .video-iframe-container { display: none; }#lzBzbqHJCccFlAASJI1bya72nGf9oQTJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lzBzbqHJCccFlAASJI1bya72nGf9oQTJ > .row > .video-iframe-container { display: none; }#lzBzbqHJCccFlAASJI1bya72nGf9oQTJ > .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); }#lzBzbqHJCccFlAASJI1bya72nGf9oQTJ > .row .container { border-width: 0; border-radius: 0; }#lzBzbqHJCccFlAASJI1bya72nGf9oQTJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lzBzbqHJCccFlAASJI1bya72nGf9oQTJ > .row .container { font-size:14px;font-family:arial;height:591px;width:960px;position:relative;display:block; }#iLIWKJBnT5qVtr7uwTnHPfgt895cMTQC { 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:221px;width:330px;top:85.99609375px;left:332px;overflow:hidden;display:block; }
#eNu1nLUp2llOpxhTgE7ZCdFNAtg67kL4 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:221px;width:330px;top:85.99609375px;left:632px;overflow:hidden;display:block; }
#RSecs4uP9W5KVqFCvzss0lyOfmBbdkd5 { position:absolute;display:block;z-index:15002;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:250px;width:330px;top:276.9921875px;left:332px;overflow:hidden;display:block; }
#LDrSa29RKooUl3mxX8EBcXtPshGyKPxg { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:250px;width:330px;top:276.9921875px;left:632px;overflow:hidden;display:block; }
#mKEJJyKn1nQC26gXcwtodBooideGDKhw { color:#6d12db;display:block;width:293px;position:absolute;font-family:rubik;font-size:23px;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:190.99609375px;left:0px;height:46.0069px;text-align:left;text-align-last:left;display:block; }
#c2XmRbz1pT8OPMgL6BWbxMrq6NMSMiJ1 { color:#616161;display:block;width:316.992px;position:absolute;font-family:raleway;font-size:15px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:255.99609375px;left:0px;height:77.9545px;text-align:left;text-align-last:left;display:block; }
#TJmpply76hnUhi0ur7NS8kkfR1G667Uq { 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:184px;width:221px;top:406.9921875px;left:0px;overflow:hidden;display:block; }
#XhLIgpLITuU4EyEQabf20EfNm0tDlL7t { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:51px;width:53px;top:115.78125px;left:0px;overflow:hidden;display:block; }
#CWlhZLW9dFUehTa8AchKbPvhp3S8Ie6n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#CWlhZLW9dFUehTa8AchKbPvhp3S8Ie6n > .row .container { background-color: transparent; background-image: none; }#CWlhZLW9dFUehTa8AchKbPvhp3S8Ie6n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWlhZLW9dFUehTa8AchKbPvhp3S8Ie6n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWlhZLW9dFUehTa8AchKbPvhp3S8Ie6n > .row .container > .video-iframe-container { display: none; }#CWlhZLW9dFUehTa8AchKbPvhp3S8Ie6n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWlhZLW9dFUehTa8AchKbPvhp3S8Ie6n > .row > .video-iframe-container { display: none; }#CWlhZLW9dFUehTa8AchKbPvhp3S8Ie6n > .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); }#CWlhZLW9dFUehTa8AchKbPvhp3S8Ie6n > .row .container { border-width: 0; border-radius: 0; }#CWlhZLW9dFUehTa8AchKbPvhp3S8Ie6n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CWlhZLW9dFUehTa8AchKbPvhp3S8Ie6n > .row .container { font-size:14px;font-family:arial;height:471px;width:960px;position:relative;display:block; }#oW58MTHZp0ImrXsC9pVCgJFxqHXTFEPV { color:#6d12db;display:block;width:351.992px;position:absolute;font-family:rubik;font-size:23px;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:66.77734375px;left:303.984375px;height:23.0078px;text-align:center;text-align-last:center;display:block; }
#kM9iRGCuS8sMUWU4uTuB5IWOgNp2xig1 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:220px;width:525px;top:159.70703125px;left:217.5px;overflow:hidden;display:block; }
#N28QcGl0lq0Bn0gVWWl3IeQf99oKpDpD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6e39ea2d-475f-4f78-8683-e76fc196c559/Group78.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N28QcGl0lq0Bn0gVWWl3IeQf99oKpDpD.adaptive-delivery-prevent-bg, #N28QcGl0lq0Bn0gVWWl3IeQf99oKpDpD.lazyload, #N28QcGl0lq0Bn0gVWWl3IeQf99oKpDpD.lazyloading { background-image: none; }#N28QcGl0lq0Bn0gVWWl3IeQf99oKpDpD > .row .container { background-color: transparent; background-image: none; }#N28QcGl0lq0Bn0gVWWl3IeQf99oKpDpD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N28QcGl0lq0Bn0gVWWl3IeQf99oKpDpD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N28QcGl0lq0Bn0gVWWl3IeQf99oKpDpD > .row .container > .video-iframe-container { display: none; }#N28QcGl0lq0Bn0gVWWl3IeQf99oKpDpD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N28QcGl0lq0Bn0gVWWl3IeQf99oKpDpD > .row > .video-iframe-container { display: none; }#N28QcGl0lq0Bn0gVWWl3IeQf99oKpDpD > .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); }#N28QcGl0lq0Bn0gVWWl3IeQf99oKpDpD > .row .container { border-width: 0; border-radius: 0; }#N28QcGl0lq0Bn0gVWWl3IeQf99oKpDpD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N28QcGl0lq0Bn0gVWWl3IeQf99oKpDpD > .row .container { font-size:14px;font-family:arial;height:350px;width:960px;position:relative;display:block; }#ZiPLCzFMFZGbhe6NnKXn98GZCAunTaCr { color:#ffffff;display:block;width:351.973px;position:absolute;font-family:rubik;font-size:23px;font-weight:normal;z-index:15006;line-height:1;letter-spacing:0;top:102.03125px;left:304.00390625px;height:46.0069px;text-align:center;text-align-last:center;display:block; }
#LmCEbRlbAz8yNPlbpRa7aolF4gT9Kmxk { background-color:#903ffd;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:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;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:raleway;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:371.992px;height:55px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:188.046875px;left:293.984375px;display:block; }
#gbykq9TinG0U4QUoWwTdC28O7GdbBu9F { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#DMbmUBTszcv3nDPpz59tZhNcgdu8SMkl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6d12db;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; }#DMbmUBTszcv3nDPpz59tZhNcgdu8SMkl > .row .container { background-color: transparent; background-image: none; }#DMbmUBTszcv3nDPpz59tZhNcgdu8SMkl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMbmUBTszcv3nDPpz59tZhNcgdu8SMkl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMbmUBTszcv3nDPpz59tZhNcgdu8SMkl > .row .container > .video-iframe-container { display: none; }#DMbmUBTszcv3nDPpz59tZhNcgdu8SMkl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMbmUBTszcv3nDPpz59tZhNcgdu8SMkl > .row > .video-iframe-container { display: none; }#DMbmUBTszcv3nDPpz59tZhNcgdu8SMkl > .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); }#DMbmUBTszcv3nDPpz59tZhNcgdu8SMkl > .row .container { border-width: 0; border-radius: 0; }#DMbmUBTszcv3nDPpz59tZhNcgdu8SMkl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DMbmUBTszcv3nDPpz59tZhNcgdu8SMkl > .row .container { font-size:14px;font-family:arial;height:86px;width:960px;position:relative;display:block; }#GpTWFRVf6wKCUVvPqSB7nnBpIqmsw21c { 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:46.9922px;width:98.9844px;top:19.4921875px;left:430.5078125px;overflow:hidden;display:block; }
#ZGAJ5Ndoy1x4CHeKWOOyHTDbtRWRqOb4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6d12db;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; }#ZGAJ5Ndoy1x4CHeKWOOyHTDbtRWRqOb4 > .row .container { background-color: transparent; background-image: none; }#ZGAJ5Ndoy1x4CHeKWOOyHTDbtRWRqOb4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGAJ5Ndoy1x4CHeKWOOyHTDbtRWRqOb4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGAJ5Ndoy1x4CHeKWOOyHTDbtRWRqOb4 > .row .container > .video-iframe-container { display: none; }#ZGAJ5Ndoy1x4CHeKWOOyHTDbtRWRqOb4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGAJ5Ndoy1x4CHeKWOOyHTDbtRWRqOb4 > .row > .video-iframe-container { display: none; }#ZGAJ5Ndoy1x4CHeKWOOyHTDbtRWRqOb4 > .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); }#ZGAJ5Ndoy1x4CHeKWOOyHTDbtRWRqOb4 > .row .container { border-width: 0; border-radius: 0; }#ZGAJ5Ndoy1x4CHeKWOOyHTDbtRWRqOb4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZGAJ5Ndoy1x4CHeKWOOyHTDbtRWRqOb4 > .row .container { font-size:14px;font-family:arial;height:120px;width:960px;position:relative;display:block; }#f4w2Uzom2LgcR1BkBLDFqHNuITS7x9WH { color:#ffffff;display:block;width:598.984px;position:absolute;font-family:raleway;font-size:12px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:15.0390625px;left:180.48828125px;height:77.983px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Fm31mTioyQzRdqPSyT1uWcHgzT1vTLT6 { display:block; }#Fm31mTioyQzRdqPSyT1uWcHgzT1vTLT6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nxJX1wyT8Eg2WH78vkE1xzbpXXyxrShi { top:14px;left:322px;width:120px;height:57px;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) { #COg41fTIOp9w1d1hBnxKHFC6a6eBl6Cl { top:115px;left:0px;width:333px;height:123px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 .widget-regular-label { width:390px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 .widget-input-text { width:390px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 .widget-textarea { width:390px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 .widget-input-select { width:390px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 .widget-input-button { width:390px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 .widget-checkbox-label { width:368px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3  { width:390px;height:auto;top:57px;left:334px; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 .radio-container { width:390px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 {display:block;}#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 { width:390px;height:auto;top:57px;left:334px; }
 }@media only screen and (max-width: 763px) { #v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #Fp9IW3LwRh5MT52WTSsybzxB0Os4zQsI {  }
 }@media only screen and (max-width: 763px) { #v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #oo0EGrO8N4KFHw5ou1TCfkEg8NXn24aE {  }
 }@media only screen and (max-width: 763px) { #v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #aFTnwhXtU5pnp68N8ELGw5uStqwwOVG5 {  }
 }@media only screen and (max-width: 763px) { #v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #qcGsFHuowWwPaN799tK7swobwI5ZP47i {  }
 }@media only screen and (max-width: 763px) { #v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #qDfCaK5ULnaGXmnzcFfSbAgTZDC4cPEJ {  }
 }@media only screen and (max-width: 763px) { #v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #pyNC1b74bSRWo7PxuaBlvGUR1gRtzXTT {  }
 }@media only screen and (max-width: 763px) { #v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #zBTtO7eFnGws8z290u6DCRXSd2XHrsdq {  }
 }@media only screen and (max-width: 763px) { #v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #nSyWACgiGF9zM45wHcMKOvKgysAwgRur {  }
 }@media only screen and (max-width: 763px) { #v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #O58yvkaIIvr19VX509DfHaiIHtMdCEUq {  }
 }@media only screen and (max-width: 763px) { #v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #T8tWvlLXDe5FwKJSpOq7BhC9sW3dXUV8 {  }
 }@media only screen and (max-width: 763px) { #v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #f776EXRCf5H0qZ5gK97glTTNnAGe6mTl {  }
 }@media only screen and (max-width: 763px) { #v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #tyHgl7xHggEP6DdIxnCsGkWBbfFDQ5Me {  }
 }@media only screen and (max-width: 763px) { #v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #fbQCd9f5M51WHpdxbtfnZPHrUL3dzvBp {  }
 }@media only screen and (max-width: 763px) { #v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #hwLl98gifqnpWlWHXT6Ogci8KilWQ5CM {  }
 }@media only screen and (max-width: 763px) { #v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #UcT4GtvyckVpasDiF0TM0ATh26le4H4g {  }
 }@media only screen and (max-width: 763px) { #v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #FrrQBK68XUASFDp7Jr8BwqUE7gcRcK8s {  }
 }@media only screen and (max-width: 763px) { #v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #W0P3KKnTEuF4giebfqJWa1w8Mgr13ANV {  }
 }@media only screen and (max-width: 763px) { #v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #ZEbuxyba18mIXX0fmITqVAhc8KqB8fmV {  }
 }@media only screen and (max-width: 763px) { #v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #XINPITUdUCzK2WhGDtm1tu4sD0VxHCMQ {  }
 }@media only screen and (max-width: 763px) { #v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #C5eDtiUBvT1bgTwCxpIHNT637mXPL9o6 {  }
 }@media only screen and (max-width: 763px) { #xd0alepETWUApofOCos3KKTmHP0n6Cy1 { top:360px;left:0px;width:135px;height:136px;display:block; }
 }@media only screen and (max-width: 763px) { #ZUH8hCCd9RNL4B6PCXX6X0ta93lxgxCt { top:268px;left:0px;width:311px;height:42px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #eHQ7u2DPNsyotAvr5rAbDe0lEWGd0Sha { top:360px;left:55px;width:135px;height:136px;display:block; }
 }@media only screen and (max-width: 763px) { #c5OPwq7e5J73CnxdduqrxmUMhS3PhOsH { top:360px;left:208px;width:135px;height:136px;display:block; }
 }@media only screen and (max-width: 763px) { #lC7clp2Mvx1hr9M0fTc9MQoTPXvhu2Op { display:block; }#lC7clp2Mvx1hr9M0fTc9MQoTPXvhu2Op > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cKHCDkTtbuPobaq5F5bsaK7kb4XF4dq5 { top:71px;left:74.5px;width:615px;height:23px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #zKRCQRM6wKvbHvgB5hlxFSikk3ycBsgl { top:118px;left:113.5px;width:537px;height:66px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #yrDbh6rJxS39IgyKmkpCBl9PBn1NhCUC { display:block; }#yrDbh6rJxS39IgyKmkpCBl9PBn1NhCUC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RDJ5k8PAJlihQvS1iFDzT5TCFSfSEv88 { top:39px;left:52.5px;width:139px;height:141px;display:block; }
 }@media only screen and (max-width: 763px) { #LmxQBsSKGKTV8ZWdh7N52lLgOl8OCTPX { top:216px;left:11.496520996094px;width:230px;height:103px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WtLpXeD1qwliXRaMA4QaUBcUNRa6OAsv { top:94px;left:27px;width:200px;height:40px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #PKp9dZo3Rh1fdfZCd13SnRL75WeIMbsL { top:216px;left:266px;width:230px;height:103px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FypMBqi19UefLG3mB2CCLMV3FhIVvAJ3 { top:40px;left:307px;width:139px;height:141px;display:block; }
 }@media only screen and (max-width: 763px) { #xanDy1AvuLsw7z14sCypwnP3TfJ1MFwe { top:95px;left:281px;width:200px;height:40px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #CoQRBPFNA4a6Vx7bLTp1Qd9gTZx5cH3A { top:216px;left:520px;width:230px;height:103px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MAJOTbooZPTNhzZIgVZAtZlM75AiZArE { top:40px;left:561px;width:139px;height:141px;display:block; }
 }@media only screen and (max-width: 763px) { #MtQoT59m4rlTVaXX37lLxeupVTzpR6wJ { top:95px;left:535px;width:200px;height:40px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #BpfUzC2i5GsKy6R8Xv4HQ09RPp2u9Bp1 { top:89px;left:204px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #Ut76HvFTLSEIcClgz8ydT6zSPkG1x7tz { top:89px;left:458px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #nX3HaHLTvxwoxC5GTvrKd6TU16sl2HCt { display:block; }#nX3HaHLTvxwoxC5GTvrKd6TU16sl2HCt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hNq2e1y5JtIHVfDGaJB3TfAmfCqKwMhu { top:71px;left:74.5px;width:615px;height:23px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #pEvDEC2Sp9pJfFO5NoybJ6UnEPebRVFq { display:block; }#pEvDEC2Sp9pJfFO5NoybJ6UnEPebRVFq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dfdmw3dvuyFHWcBsEKPaBdTZJwHhVWu2 { top:26px;left:0px;width:286px;height:288px;display:block; }
 }@media only screen and (max-width: 763px) { #S3Cwllu3Kape1xmKdi30eSCnTmtNfwV3 { top:181px;left:3.4930419921875px;width:246px;height:97px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #E0FaSTdLJgDXMSa7JmHvR1ElPraQru5t { top:25px;left:222px;width:285px;height:287px;display:block; }
 }@media only screen and (max-width: 763px) { #XbPAwVIdxABGNhltnACNUT7zsRvFfl7l { top:181px;left:257.4772644043px;width:246px;height:97px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #gUWefFsyQTtu4rNfyuJmUOTyb953TLSb { top:25px;left:477px;width:285px;height:287px;display:block; }
 }@media only screen and (max-width: 763px) { #N8r3BqfBKaUFFNtvuUruXy6ZCO2sCATu { top:181px;left:511.49304199219px;width:246px;height:97px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #k8o2PFFGuLdpA865ychgMtQmSbc3dHuf { top:92px;left:98.979187011719px;width:56px;height:56px;display:block; }
 }@media only screen and (max-width: 763px) { #yaaUgUBT7Cq7uNLmztVGmIsp2NKOIXmL { top:93px;left:353.5px;width:55px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #SZyTBSFgEKBoisbRncwlkTGt2hHHirhH { top:92px;left:606.99658203125px;width:56px;height:56px;display:block; }
 }@media only screen and (max-width: 763px) { #tuegUfe1JAfraVWy6bVvpwCCRAnhHVEM { display:block; }#tuegUfe1JAfraVWy6bVvpwCCRAnhHVEM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VuDRt5KSTlzWckOIfgTBB7QmsSmRKbGO { top:90px;left:74.5px;width:615px;height:23px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #lc4lJhJp0E7fPybatQnGcuzf7JTu9FFv { top:59px;left:361.5px;width:41px;height:13px;display:block; }
 }@media only screen and (max-width: 763px) { #Jw0Q1qAnS4nNE5QpSeiGQydAB3MElhBl { display:block; }#Jw0Q1qAnS4nNE5QpSeiGQydAB3MElhBl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CzHTPAyeX7c3hMRXvR71JiVWT97TCQFT { top:50px;left:0px;width:200px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #L5WIR08MtJ4JIxPqAuQF3xyF99Fe70cC { top:163px;left:30.997131347656px;width:128px;height:38px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #L2AfATLWsm18gLwnAmnOd7EDcP8RWasT { top:50px;left:180px;width:200px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #dLypQRBwv9oVk7HsCoHoZV1iFIrD5c0q { top:163px;left:221.96875px;width:128px;height:38px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ffnkUJB7e8SUBKMc6ztd86bAxh4r6Sg6 { top:50px;left:371px;width:200px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #LDuoeyKZQNKuLAG059T1cxSIpNgHfw36 { top:163px;left:412.96875px;width:128px;height:38px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #sHNSVgIg7J7MGL4MQQG5LcklqMyzaihO { top:50px;left:562px;width:200px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #sSeZTBb2d1H4TlSHmKITCHPzXeHQn1Md { top:163px;left:603.96875px;width:128px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #hkrPKbnxr0zCxLMyUVlVbRezEiuD8MTe { top:99px;left:75.98828125px;width:38px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #pyFEuRTcVVw8wpzAuOmVPLTVe74LL2ih { top:100px;left:268.74609375px;width:37px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #k2uFt4gNQRTeqmykbJgVJANPA2sHdLq1 { top:98px;left:456.50390625px;width:41px;height:41px;display:block; }
 }@media only screen and (max-width: 763px) { #VauZ7gu5sBnJlTIJB92EvveenudgMC19 { top:99px;left:648.44140625px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #rPhMnTDFKD2Q75STRq83NFypNSr9Q4M4 { display:block; }#rPhMnTDFKD2Q75STRq83NFypNSr9Q4M4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PLNUHsSnrgSbzKowiB0bao9ggCToF1WC { top:0px;left:142px;width:621px;height:300.51594875818px;display:block; }
 }@media only screen and (max-width: 763px) { #lwTdtBTNF4NTltqxZZtc9SAv0uoS33ii { top:127px;left:0px;width:176px;height:46px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #G9xEX7XmTHOdvCKR88TD2r8sNoogxvBF { top:276px;left:0px;width:764px;height:116.98113333333px;display:block; }
 }@media only screen and (max-width: 763px) { #lzBzbqHJCccFlAASJI1bya72nGf9oQTJ { display:block; }#lzBzbqHJCccFlAASJI1bya72nGf9oQTJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iLIWKJBnT5qVtr7uwTnHPfgt895cMTQC { top:85px;left:234px;width:330px;height:221px;display:block; }
 }@media only screen and (max-width: 763px) { #eNu1nLUp2llOpxhTgE7ZCdFNAtg67kL4 { top:85px;left:434px;width:330px;height:221px;display:block; }
 }@media only screen and (max-width: 763px) { #RSecs4uP9W5KVqFCvzss0lyOfmBbdkd5 { top:276px;left:234px;width:330px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #LDrSa29RKooUl3mxX8EBcXtPshGyKPxg { top:276px;left:434px;width:330px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #mKEJJyKn1nQC26gXcwtodBooideGDKhw { top:190px;left:0px;width:292px;height:46px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #c2XmRbz1pT8OPMgL6BWbxMrq6NMSMiJ1 { top:255px;left:0px;width:316px;height:77px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #TJmpply76hnUhi0ur7NS8kkfR1G667Uq { top:406px;left:0px;width:221px;height:184px;display:block; }
 }@media only screen and (max-width: 763px) { #XhLIgpLITuU4EyEQabf20EfNm0tDlL7t { top:115px;left:0px;width:53px;height:51.007360115346px;display:block; }
 }@media only screen and (max-width: 763px) { #CWlhZLW9dFUehTa8AchKbPvhp3S8Ie6n { display:block; }#CWlhZLW9dFUehTa8AchKbPvhp3S8Ie6n > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oW58MTHZp0ImrXsC9pVCgJFxqHXTFEPV { top:66px;left:205.984375px;width:351px;height:23px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #kM9iRGCuS8sMUWU4uTuB5IWOgNp2xig1 { top:159px;left:119.5px;width:525px;height:220px;display:block; }
 }@media only screen and (max-width: 763px) { #N28QcGl0lq0Bn0gVWWl3IeQf99oKpDpD { display:block; }#N28QcGl0lq0Bn0gVWWl3IeQf99oKpDpD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZiPLCzFMFZGbhe6NnKXn98GZCAunTaCr { top:102px;left:205.99304199219px;width:351px;height:46px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #LmCEbRlbAz8yNPlbpRa7aolF4gT9Kmxk { width:371px;height:55px;top:188px;left:195.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #gbykq9TinG0U4QUoWwTdC28O7GdbBu9F { display:block; }
 }@media only screen and (max-width: 763px) { #DMbmUBTszcv3nDPpz59tZhNcgdu8SMkl { display:block; }#DMbmUBTszcv3nDPpz59tZhNcgdu8SMkl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GpTWFRVf6wKCUVvPqSB7nnBpIqmsw21c { top:19px;left:332.5078125px;width:98px;height:46.524862503586px;display:block; }
 }@media only screen and (max-width: 763px) { #ZGAJ5Ndoy1x4CHeKWOOyHTDbtRWRqOb4 { display:block; }#ZGAJ5Ndoy1x4CHeKWOOyHTDbtRWRqOb4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f4w2Uzom2LgcR1BkBLDFqHNuITS7x9WH { top:15px;left:82.48828125px;width:598px;height:77px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Fm31mTioyQzRdqPSyT1uWcHgzT1vTLT6 { display:block; }#Fm31mTioyQzRdqPSyT1uWcHgzT1vTLT6 > .row .container { width:320px;height:97px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nxJX1wyT8Eg2WH78vkE1xzbpXXyxrShi { width:120px;height:57px;top:20px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:1123px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #COg41fTIOp9w1d1hBnxKHFC6a6eBl6Cl { width:320px;height:155px;top:20px;left:0px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 .widget-checkbox-label { width:258px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3  { width:280px;height:auto;top:574.375px;left:0px; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 {display:block;}#v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 { width:280px;height:auto;top:574.375px;left:0px; }
 }@media only screen and (max-width: 763px) { #v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #Fp9IW3LwRh5MT52WTSsybzxB0Os4zQsI {  }
 }@media only screen and (max-width: 763px) { #v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #oo0EGrO8N4KFHw5ou1TCfkEg8NXn24aE {  }
 }@media only screen and (max-width: 763px) { #v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #aFTnwhXtU5pnp68N8ELGw5uStqwwOVG5 {  }
 }@media only screen and (max-width: 763px) { #v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #qcGsFHuowWwPaN799tK7swobwI5ZP47i {  }
 }@media only screen and (max-width: 763px) { #v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #qDfCaK5ULnaGXmnzcFfSbAgTZDC4cPEJ {  }
 }@media only screen and (max-width: 763px) { #v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #pyNC1b74bSRWo7PxuaBlvGUR1gRtzXTT {  }
 }@media only screen and (max-width: 763px) { #v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #zBTtO7eFnGws8z290u6DCRXSd2XHrsdq {  }
 }@media only screen and (max-width: 763px) { #v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #nSyWACgiGF9zM45wHcMKOvKgysAwgRur {  }
 }@media only screen and (max-width: 763px) { #v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #O58yvkaIIvr19VX509DfHaiIHtMdCEUq {  }
 }@media only screen and (max-width: 763px) { #v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #T8tWvlLXDe5FwKJSpOq7BhC9sW3dXUV8 {  }
 }@media only screen and (max-width: 763px) { #v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #f776EXRCf5H0qZ5gK97glTTNnAGe6mTl {  }
 }@media only screen and (max-width: 763px) { #v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #tyHgl7xHggEP6DdIxnCsGkWBbfFDQ5Me {  }
 }@media only screen and (max-width: 763px) { #v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #fbQCd9f5M51WHpdxbtfnZPHrUL3dzvBp {  }
 }@media only screen and (max-width: 763px) { #v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #hwLl98gifqnpWlWHXT6Ogci8KilWQ5CM {  }
 }@media only screen and (max-width: 763px) { #v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #UcT4GtvyckVpasDiF0TM0ATh26le4H4g {  }
 }@media only screen and (max-width: 763px) { #v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #FrrQBK68XUASFDp7Jr8BwqUE7gcRcK8s {  }
 }@media only screen and (max-width: 763px) { #v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #W0P3KKnTEuF4giebfqJWa1w8Mgr13ANV {  }
 }@media only screen and (max-width: 763px) { #v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #ZEbuxyba18mIXX0fmITqVAhc8KqB8fmV {  }
 }@media only screen and (max-width: 763px) { #v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #XINPITUdUCzK2WhGDtm1tu4sD0VxHCMQ {  }
 }@media only screen and (max-width: 763px) { #v3xLoAtOxAoHAcoLE8RBh1soMrH4udM3 #C5eDtiUBvT1bgTwCxpIHNT637mXPL9o6 {  }
 }@media only screen and (max-width: 763px) { #xd0alepETWUApofOCos3KKTmHP0n6Cy1 { width:135px;height:136px;top:277.375px;left:88px;display:block; }
 }@media only screen and (max-width: 763px) { #ZUH8hCCd9RNL4B6PCXX6X0ta93lxgxCt { width:320px;height:62.3906px;top:195px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #eHQ7u2DPNsyotAvr5rAbDe0lEWGd0Sha { width:135px;height:136px;top:376.375px;left:88px;display:block; }
 }@media only screen and (max-width: 763px) { #c5OPwq7e5J73CnxdduqrxmUMhS3PhOsH { width:135px;height:136px;top:475.375px;left:88px;display:block; }
 }@media only screen and (max-width: 763px) { #lC7clp2Mvx1hr9M0fTc9MQoTPXvhu2Op { display:block; }#lC7clp2Mvx1hr9M0fTc9MQoTPXvhu2Op > .row .container { width:320px;height:300px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cKHCDkTtbuPobaq5F5bsaK7kb4XF4dq5 { width:320px;height:46px;top:20px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #zKRCQRM6wKvbHvgB5hlxFSikk3ycBsgl { width:320px;height:88.375px;top:86px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #yrDbh6rJxS39IgyKmkpCBl9PBn1NhCUC { display:block; }#yrDbh6rJxS39IgyKmkpCBl9PBn1NhCUC > .row .container { width:320px;height:1164.1563999999998px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RDJ5k8PAJlihQvS1iFDzT5TCFSfSEv88 { width:139px;height:141px;top:80.5938px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #LmxQBsSKGKTV8ZWdh7N52lLgOl8OCTPX { width:231px;height:83.1875px;top:251.5938px;left:44px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WtLpXeD1qwliXRaMA4QaUBcUNRa6OAsv { width:200px;height:40.5938px;top:20px;left:60px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #PKp9dZo3Rh1fdfZCd13SnRL75WeIMbsL { width:231px;height:83.1875px;top:586.3751px;left:44px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FypMBqi19UefLG3mB2CCLMV3FhIVvAJ3 { width:139px;height:141px;top:415.3751px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #xanDy1AvuLsw7z14sCypwnP3TfJ1MFwe { width:200px;height:40.5938px;top:354.7813px;left:60px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #CoQRBPFNA4a6Vx7bLTp1Qd9gTZx5cH3A { width:231px;height:83.1875px;top:921.1564px;left:44px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MAJOTbooZPTNhzZIgVZAtZlM75AiZArE { width:139px;height:141px;top:750.1564px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #MtQoT59m4rlTVaXX37lLxeupVTzpR6wJ { width:200px;height:40.5938px;top:689.5626px;left:60px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #BpfUzC2i5GsKy6R8Xv4HQ09RPp2u9Bp1 { display:flex;width:50px;height:50px;top:1024.1564px;left:135px; }
 }@media only screen and (max-width: 763px) { #Ut76HvFTLSEIcClgz8ydT6zSPkG1x7tz { display:flex;width:50px;height:50px;top:1094.1564px;left:135px; }
 }@media only screen and (max-width: 763px) { #nX3HaHLTvxwoxC5GTvrKd6TU16sl2HCt { display:block; }#nX3HaHLTvxwoxC5GTvrKd6TU16sl2HCt > .row .container { width:320px;height:300px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hNq2e1y5JtIHVfDGaJB3TfAmfCqKwMhu { width:320px;height:23px;top:20px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #pEvDEC2Sp9pJfFO5NoybJ6UnEPebRVFq { display:block; }#pEvDEC2Sp9pJfFO5NoybJ6UnEPebRVFq > .row .container { width:320px;height:1142px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dfdmw3dvuyFHWcBsEKPaBdTZJwHhVWu2 { width:286px;height:288px;top:20px;left:17px;display:block; }
 }@media only screen and (max-width: 763px) { #S3Cwllu3Kape1xmKdi30eSCnTmtNfwV3 { width:246px;height:0;top:175.99426269531px;left:36.502838134766px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #E0FaSTdLJgDXMSa7JmHvR1ElPraQru5t { width:285px;height:287px;top:328px;left:17px;display:block; }
 }@media only screen and (max-width: 763px) { #XbPAwVIdxABGNhltnACNUT7zsRvFfl7l { width:246px;height:0;top:483.99426269531px;left:36.488647460938px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #gUWefFsyQTtu4rNfyuJmUOTyb953TLSb { width:285px;height:287px;top:635px;left:17px;display:block; }
 }@media only screen and (max-width: 763px) { #N8r3BqfBKaUFFNtvuUruXy6ZCO2sCATu { width:246px;height:0;top:790.99438476562px;left:36.502807617188px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #k8o2PFFGuLdpA865ychgMtQmSbc3dHuf { width:56px;height:56px;top:86.690307617188px;left:131.98577880859px;display:block; }
 }@media only screen and (max-width: 763px) { #yaaUgUBT7Cq7uNLmztVGmIsp2NKOIXmL { width:55px;height:55px;top:395.20166015625px;left:132.51135253906px;display:block; }
 }@media only screen and (max-width: 763px) { #SZyTBSFgEKBoisbRncwlkTGt2hHHirhH { width:56px;height:56px;top:701.70458984375px;left:132px;display:block; }
 }@media only screen and (max-width: 763px) { #tuegUfe1JAfraVWy6bVvpwCCRAnhHVEM { display:block; }#tuegUfe1JAfraVWy6bVvpwCCRAnhHVEM > .row .container { width:320px;height:300px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VuDRt5KSTlzWckOIfgTBB7QmsSmRKbGO { width:320px;height:0;top:52.999007179047px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #lc4lJhJp0E7fPybatQnGcuzf7JTu9FFv { width:41px;height:12.999007179047px;top:20px;left:139px;display:block; }
 }@media only screen and (max-width: 763px) { #Jw0Q1qAnS4nNE5QpSeiGQydAB3MElhBl { display:block; }#Jw0Q1qAnS4nNE5QpSeiGQydAB3MElhBl > .row .container { width:320px;height:1085px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CzHTPAyeX7c3hMRXvR71JiVWT97TCQFT { width:200px;height:200px;top:20px;left:59px;display:block; }
 }@media only screen and (max-width: 763px) { #L5WIR08MtJ4JIxPqAuQF3xyF99Fe70cC { width:128px;height:0;top:133.26684570312px;left:94.482940673828px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #L2AfATLWsm18gLwnAmnOd7EDcP8RWasT { width:200px;height:200px;top:240px;left:59px;display:block; }
 }@media only screen and (max-width: 763px) { #dLypQRBwv9oVk7HsCoHoZV1iFIrD5c0q { width:128px;height:0;top:353.25268554688px;left:95.732971191406px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ffnkUJB7e8SUBKMc6ztd86bAxh4r6Sg6 { width:200px;height:200px;top:460px;left:59px;display:block; }
 }@media only screen and (max-width: 763px) { #LDuoeyKZQNKuLAG059T1cxSIpNgHfw36 { width:128px;height:0;top:573.25268554688px;left:94.482971191406px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #sHNSVgIg7J7MGL4MQQG5LcklqMyzaihO { width:200px;height:200px;top:680px;left:59px;display:block; }
 }@media only screen and (max-width: 763px) { #sSeZTBb2d1H4TlSHmKITCHPzXeHQn1Md { width:128px;height:0;top:793.25268554688px;left:94.48291015625px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #hkrPKbnxr0zCxLMyUVlVbRezEiuD8MTe { display:flex;width:38px;height:38px;top:69.502685546875px;left:139.48294067383px; }
 }@media only screen and (max-width: 763px) { #pyFEuRTcVVw8wpzAuOmVPLTVe74LL2ih { display:flex;width:37px;height:37px;top:290.01416015625px;left:142.49432373047px; }
 }@media only screen and (max-width: 763px) { #k2uFt4gNQRTeqmykbJgVJANPA2sHdLq1 { display:flex;width:41px;height:41px;top:507.9970703125px;left:137.99145507812px; }
 }@media only screen and (max-width: 763px) { #VauZ7gu5sBnJlTIJB92EvveenudgMC19 { display:flex;width:40px;height:40px;top:728.99145507812px;left:138.92895507812px; }
 }@media only screen and (max-width: 763px) { #rPhMnTDFKD2Q75STRq83NFypNSr9Q4M4 { display:block; }#rPhMnTDFKD2Q75STRq83NFypNSr9Q4M4 > .row .container { width:320px;height:397px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PLNUHsSnrgSbzKowiB0bao9ggCToF1WC { width:320px;height:154.85495724201px;top:154.97643333333px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lwTdtBTNF4NTltqxZZtc9SAv0uoS33ii { width:176px;height:0;top:20px;left:72px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #G9xEX7XmTHOdvCKR88TD2r8sNoogxvBF { width:320px;height:48.996333333333px;top:85.9801px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lzBzbqHJCccFlAASJI1bya72nGf9oQTJ { display:block; }#lzBzbqHJCccFlAASJI1bya72nGf9oQTJ > .row .container { width:320px;height:1462px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iLIWKJBnT5qVtr7uwTnHPfgt895cMTQC { width:320px;height:214.29721212121px;top:254.93159418082px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #eNu1nLUp2llOpxhTgE7ZCdFNAtg67kL4 { width:320px;height:214.29721212121px;top:751.65304872628px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #RSecs4uP9W5KVqFCvzss0lyOfmBbdkd5 { width:320px;height:242.42424242424px;top:489.22880630204px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LDrSa29RKooUl3mxX8EBcXtPshGyKPxg { width:320px;height:242.42424242424px;top:1189.9462562139px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mKEJJyKn1nQC26gXcwtodBooideGDKhw { width:292px;height:0;top:90.996994180825px;left:14px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #c2XmRbz1pT8OPMgL6BWbxMrq6NMSMiJ1 { width:316px;height:0;top:156.99129418082px;left:2px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #TJmpply76hnUhi0ur7NS8kkfR1G667Uq { width:221px;height:183.99599536639px;top:985.95026084749px;left:49px;display:block; }
 }@media only screen and (max-width: 763px) { #XhLIgpLITuU4EyEQabf20EfNm0tDlL7t { width:53px;height:50.996994180825px;top:20px;left:133px;display:block; }
 }@media only screen and (max-width: 763px) { #CWlhZLW9dFUehTa8AchKbPvhp3S8Ie6n { display:block; }#CWlhZLW9dFUehTa8AchKbPvhp3S8Ie6n > .row .container { width:320px;height:300px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oW58MTHZp0ImrXsC9pVCgJFxqHXTFEPV { width:320px;height:0;top:20px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #kM9iRGCuS8sMUWU4uTuB5IWOgNp2xig1 { width:320px;height:134.09523809524px;top:62.9972px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #N28QcGl0lq0Bn0gVWWl3IeQf99oKpDpD { display:block; }#N28QcGl0lq0Bn0gVWWl3IeQf99oKpDpD > .row .container { width:320px;height:300px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZiPLCzFMFZGbhe6NnKXn98GZCAunTaCr { width:320px;height:0;top:20px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #LmCEbRlbAz8yNPlbpRa7aolF4gT9Kmxk { width:304px;height:55px;top:85.9943px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #gbykq9TinG0U4QUoWwTdC28O7GdbBu9F { display:block; }
 }@media only screen and (max-width: 763px) { #DMbmUBTszcv3nDPpz59tZhNcgdu8SMkl { display:block; }#DMbmUBTszcv3nDPpz59tZhNcgdu8SMkl > .row .container { width:320px;height:86.52463544671353px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GpTWFRVf6wKCUVvPqSB7nnBpIqmsw21c { width:98px;height:46.524635446714px;top:20px;left:111px;display:block; }
 }@media only screen and (max-width: 763px) { #ZGAJ5Ndoy1x4CHeKWOOyHTDbtRWRqOb4 { display:block; }#ZGAJ5Ndoy1x4CHeKWOOyHTDbtRWRqOb4 > .row .container { width:320px;height:120px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f4w2Uzom2LgcR1BkBLDFqHNuITS7x9WH { width:320px;height:0;top:20px;left:0px;font-size:12px;display:block; }
 }