.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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0ygBu1qwtaD2JxyTWgnxve3bfrRbdyd { background-color:#fff5f4;background-image:url("https://images.assets-landingi.com/uc/b121236d-4b34-4db5-a7f1-6271d41c1c28/Bannernastrwwwgwn38401400px.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#L0ygBu1qwtaD2JxyTWgnxve3bfrRbdyd.adaptive-delivery-prevent-bg, #L0ygBu1qwtaD2JxyTWgnxve3bfrRbdyd.lazyload, #L0ygBu1qwtaD2JxyTWgnxve3bfrRbdyd.lazyloading { background-image: none; }#L0ygBu1qwtaD2JxyTWgnxve3bfrRbdyd > .row .container { background-color: transparent; background-image: none; }#L0ygBu1qwtaD2JxyTWgnxve3bfrRbdyd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0ygBu1qwtaD2JxyTWgnxve3bfrRbdyd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0ygBu1qwtaD2JxyTWgnxve3bfrRbdyd > .row .container > .video-iframe-container { display: none; }#L0ygBu1qwtaD2JxyTWgnxve3bfrRbdyd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0ygBu1qwtaD2JxyTWgnxve3bfrRbdyd > .row > .video-iframe-container { display: none; }#L0ygBu1qwtaD2JxyTWgnxve3bfrRbdyd > .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); }#L0ygBu1qwtaD2JxyTWgnxve3bfrRbdyd > .row .container { border-width: 0; border-radius: 0; }#L0ygBu1qwtaD2JxyTWgnxve3bfrRbdyd > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#L0ygBu1qwtaD2JxyTWgnxve3bfrRbdyd > .row .container { font-size:14px;font-family:arial;height:718px;width:1200px;overflow:visible;position:relative;display:block; }#GAxezZV6RuRXzTST1FXwUCHFMZIlz4a3 { position:absolute;display:block;z-index:15002;background-color:rgba(232,76,132,0.71);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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:273px;width:1200px;top:316px;left:0px;display:block; }
#sU8dbVO05MpJvK4MvdJSHZi0Sp39qXB2 { display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:60px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:448px;left:0px;height:77.333336px;color:#fff5f4;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dqzydFtRGEruTdwykiv4lTOu9Nxk4PBo { border-bottom:0;border-left:0;border-right:0;border-top:0;height:75px;width:75px;position:absolute;display:block;z-index:15025;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:340px;left:562.5px;overflow:hidden;display:block; }
#LqQkgEi0nW5PFy1T3lBMB5TgC6qmZ49r { display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:60px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:448px;left:0px;height:77.333336px;color:#fff5f4;text-align:center;text-align-last:center;font-style:normal;display:none; }
#W3bMZdUsIZrBbi2TO48k6D5V1tqwlAid { position:relative;display:block; }#W3bMZdUsIZrBbi2TO48k6D5V1tqwlAid { background-color: transparent; background-image: none; }#W3bMZdUsIZrBbi2TO48k6D5V1tqwlAid::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3bMZdUsIZrBbi2TO48k6D5V1tqwlAid > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3bMZdUsIZrBbi2TO48k6D5V1tqwlAid > .row .container > .video-iframe-container { display: none; }#W3bMZdUsIZrBbi2TO48k6D5V1tqwlAid > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3bMZdUsIZrBbi2TO48k6D5V1tqwlAid > .row > .video-iframe-container { display: none; }#W3bMZdUsIZrBbi2TO48k6D5V1tqwlAid > .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); }#W3bMZdUsIZrBbi2TO48k6D5V1tqwlAid { border-width: 0; border-radius: 0; }#W3bMZdUsIZrBbi2TO48k6D5V1tqwlAid > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#W3bMZdUsIZrBbi2TO48k6D5V1tqwlAid > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mPTngPmHT0Ehq08mJnxhfoa9Qm4KSeGy { color:#47545a;display:block;width:200px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:128.66668701172px;left:691px;height:40px;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:14px;font-family:arial;height:640px;width:1200px;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;position:relative;display:block; }#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 .widget-form-header {  }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:400;color:#f2f9ff;width:380px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;vertical-align:top;text-align:left;text-align-last:left; }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 .widget-input-text { border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;background-color:#afe0e3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;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:380px;box-sizing:border-box;height:50px;color:#222b2f;font-size:16px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 .widget-textarea { border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;background-color:#afe0e3;background-image:none;background-position:top left !important;background-repeat:repeat !important;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;width:380px;box-sizing:border-box;height:70px;color:#222b2f;font-size:16px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 .widget-input-select { border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:380px;box-sizing:border-box;height:40px;color:#000000;font-family:"open sans";font-size:13px;overflow:hidden;vertical-align:top; }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 .widget-input-button { border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;background-color:#52a5a9;background-image:none;background-position:top left !important;background-repeat:repeat !important;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:25px;font-weight:400;color:#f2f9ff;width:380px;height:55px;font-family:ubuntu;overflow:hidden;font-style:normal; }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 [class*="-text"]:-moz-placeholder { color:#b2b2b2;font-family:"open sans";font-size:16px; }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 [class*="-text"]::-moz-placeholder { color:#b2b2b2;font-family:"open sans";font-size:16px; }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 [class*="-text"]:-ms-input-placeholder { color:#b2b2b2;font-family:"open sans";font-size:16px; }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 [class*="-text"]::-webkit-input-placeholder { color:#b2b2b2;font-family:"open sans";font-size:16px; }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 .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:ubuntu;font-size:14px;font-weight:400;color:#47545a;vertical-align:top;width:363px;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 .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; }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 .widget-container { padding-top:6px;padding-right:0;padding-bottom:5px;padding-left:0;width:100%;font-size:0;height:auto; }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 .widget-container:first-of-type{padding-top:0;}#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 .widget-container:last-of-type{padding-bottom:0;}#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7  { background-color:transparent;background-image:none;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:380px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:424px;top:77.333374023438px;z-index:15010;position:absolute; }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:380px;display:block;vertical-align:top; }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 .widget-info-text { font-size:14px; }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 {display:block;}#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 { background-color:transparent;background-image:none;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:380px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:424px;top:77.333374023438px;z-index:15010;position:absolute; }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 #ZknVliz81F5VtNTqCCHXB2xKLi7kHKvL { position:relative; }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 #fVXeNA0VZTvA3eCqXWcQxZBP2IGT2Idg { position:relative;display:none; }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 #flZ0XN5TSJc1NQTo4BmS1TiILVmNcQfm { position:relative; }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 #EE8cfZ4iVyPpfEJRxk2SzSinUbTbBJPr { position:relative; }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 #HO42yrXWpq0cvUZMnOk9FEWHBhAJx9Tu { position:relative;display:none; }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 #t7zxnCTSB0DF51CFMdqhqsNmNRZv6eDn { position:relative; }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 #oR1fGThJVu4GbloxHOqMyPWh6Ti8fZ4q { position:relative; }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 #wehWek73cPGuGEN4WnswKasIXWiTFROk { position:relative;z-index:2; }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 #Pkc8pDJKns5PdQfLJGg75q7lSiXEWCiC { position:relative; }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 #sTULhN3cNq9pIsdq8vqT0xNwNTdxfVUV { position:relative; }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 #t0FngGIP4E3mdDUxT7g3ctRp1Ut9JTuM { position:relative;z-index:2; }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 #L2DmET76CQqMkF8XDHtSs2QttqrIDf3o { position:relative; }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 #iPb3xq08S89FvzrAK1yd3gIWtmhu7WNW { position:relative; }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 #IATKvTIF82C12CvQFAwpixET9t5hkTiC { position:relative; }
#KVRr335fL4IcX07UeVOycPDNhTI8EZvu { position:relative;display:block; }#KVRr335fL4IcX07UeVOycPDNhTI8EZvu { background-color: transparent; background-image: none; }#KVRr335fL4IcX07UeVOycPDNhTI8EZvu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVRr335fL4IcX07UeVOycPDNhTI8EZvu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVRr335fL4IcX07UeVOycPDNhTI8EZvu > .row .container > .video-iframe-container { display: none; }#KVRr335fL4IcX07UeVOycPDNhTI8EZvu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVRr335fL4IcX07UeVOycPDNhTI8EZvu > .row > .video-iframe-container { display: none; }#KVRr335fL4IcX07UeVOycPDNhTI8EZvu > .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); }#KVRr335fL4IcX07UeVOycPDNhTI8EZvu { border-width: 0; border-radius: 0; }#KVRr335fL4IcX07UeVOycPDNhTI8EZvu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KVRr335fL4IcX07UeVOycPDNhTI8EZvu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#y6KblqxVeGAB6x68rEmLAI0EmqQGiy9s { 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:15000;opacity:1;top:100.33337402344px;left:430px; }
#pGJb58IEmEszwCD1kyExb4eECeD4aXwI { position:relative;display:block; }#pGJb58IEmEszwCD1kyExb4eECeD4aXwI { background-color: transparent; background-image: none; }#pGJb58IEmEszwCD1kyExb4eECeD4aXwI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGJb58IEmEszwCD1kyExb4eECeD4aXwI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGJb58IEmEszwCD1kyExb4eECeD4aXwI > .row .container > .video-iframe-container { display: none; }#pGJb58IEmEszwCD1kyExb4eECeD4aXwI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGJb58IEmEszwCD1kyExb4eECeD4aXwI > .row > .video-iframe-container { display: none; }#pGJb58IEmEszwCD1kyExb4eECeD4aXwI > .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); }#pGJb58IEmEszwCD1kyExb4eECeD4aXwI { border-width: 0; border-radius: 0; }#pGJb58IEmEszwCD1kyExb4eECeD4aXwI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pGJb58IEmEszwCD1kyExb4eECeD4aXwI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:669px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aBgHNh4c08tKJn8fkBb6CqntzznBgzbq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:367px;width:653px;top:138.33349609375px;left:280px;display:block; }
#VnD7V7TEG3DhQxXphxIZoSC7JiV3TFho { position:relative;display:block; }#VnD7V7TEG3DhQxXphxIZoSC7JiV3TFho { background-color: transparent; background-image: none; }#VnD7V7TEG3DhQxXphxIZoSC7JiV3TFho::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnD7V7TEG3DhQxXphxIZoSC7JiV3TFho > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnD7V7TEG3DhQxXphxIZoSC7JiV3TFho > .row .container > .video-iframe-container { display: none; }#VnD7V7TEG3DhQxXphxIZoSC7JiV3TFho > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnD7V7TEG3DhQxXphxIZoSC7JiV3TFho > .row > .video-iframe-container { display: none; }#VnD7V7TEG3DhQxXphxIZoSC7JiV3TFho > .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); }#VnD7V7TEG3DhQxXphxIZoSC7JiV3TFho { border-width: 0; border-radius: 0; }#VnD7V7TEG3DhQxXphxIZoSC7JiV3TFho > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VnD7V7TEG3DhQxXphxIZoSC7JiV3TFho > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:654px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#v1rTZpq0PzaHle908dixetFSicFTlCXz { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:200px;width:200px;top:204.66674804688px;left:500px;display:block; }
#vQiHB6qU1O5m6G9Mg6gTqk13nNGKt9KJ { position:relative;display:block; }#vQiHB6qU1O5m6G9Mg6gTqk13nNGKt9KJ { background-color: transparent; background-image: none; }#vQiHB6qU1O5m6G9Mg6gTqk13nNGKt9KJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQiHB6qU1O5m6G9Mg6gTqk13nNGKt9KJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQiHB6qU1O5m6G9Mg6gTqk13nNGKt9KJ > .row .container > .video-iframe-container { display: none; }#vQiHB6qU1O5m6G9Mg6gTqk13nNGKt9KJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQiHB6qU1O5m6G9Mg6gTqk13nNGKt9KJ > .row > .video-iframe-container { display: none; }#vQiHB6qU1O5m6G9Mg6gTqk13nNGKt9KJ > .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); }#vQiHB6qU1O5m6G9Mg6gTqk13nNGKt9KJ { border-width: 0; border-radius: 0; }#vQiHB6qU1O5m6G9Mg6gTqk13nNGKt9KJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vQiHB6qU1O5m6G9Mg6gTqk13nNGKt9KJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU .widget-text.counter-number { border-top:4px solid #e84c84;border-left:4px solid #e84c84;border-right:4px solid #e84c84;border-bottom:4px solid #e84c84;background-color:transparent;background-image:none;color:#47545a;padding-top:16.27px;padding-right:14.41px;padding-bottom:16.27px;padding-left:14.41px;display:block;align-items:center;width:86.46px;min-width:86.46px;height:87.47px;position:relative;font-family:ubuntu;font-size:65.09px;font-weight:400;line-height:87.47px;text-align:center;text-align-last:center;top:0px;left:0px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU .widget-text.counter-label { background-color:;background-image:none;color:#47545a;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:10.17px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:115.28px;height:34.58px;position:relative;font-family:ubuntu;font-size:24.41px;font-weight:300;line-height:34.58px;text-align:center;text-align-last:center;text-transform:none;top:-4%;left:0px;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:418px;height:172.76px;padding-top:2.03px;padding-right:2.06px;padding-bottom:2.03px;padding-left:2.06px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:60.895874023438px;left:388.41668701172px;z-index:15065; }
#uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU #Fd1X4xTtWLVRLGhnE7xb4txVdRZXfqbs { display:flex;position:relative;top:0px;left:0px; }
#uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU #CWaQ2IslndfneddVMpOT7LhahMHgFnuZ { width:auto; }
#uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU #bhRAQhCzIGT6CTTgc8Enu7SN1Xicu4kO {  }
#uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU #zFxbyQlcqOuNC7VWhVWaw6oBhMU1cwgI { display:flex;position:relative;top:0px;left:0px; }
#uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU #y7XWZ76J0KPfffZGyVR8lHoigRip8qAh {  }
#uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU #ADiAqdStutleXce0TPPC7AWhinBXPkId {  }
#uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU #yQXS6JfSiXGWOmc3P7lRIFbSbaEMNz6f { display:flex;position:relative;top:0px;left:0px; }
#uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU #mgGXaH5iR1RCsei93JGbMJ0HUAEv4WT6 {  }
#uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU #c5We282Getq6oxniadd34heT2JfUZpie {  }
#uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU #Qtm7wofdDxCfPdRs5TbKrxW4hggTb66x { display:flex;position:relative;top:0px;left:0px;display:none; }
#uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU #gIaB08q0gvz76P6M8o9tR31LekDHE0Vk {  }
#uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU #CUhLyduPPgGobqhSPBfpsHDAdy7J1fbR {  }
#nr1FSzWzCwsnyKbREG1Hg6UtHrkObT7U { position:relative;display:block; }#nr1FSzWzCwsnyKbREG1Hg6UtHrkObT7U { background-color: transparent; background-image: none; }#nr1FSzWzCwsnyKbREG1Hg6UtHrkObT7U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nr1FSzWzCwsnyKbREG1Hg6UtHrkObT7U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nr1FSzWzCwsnyKbREG1Hg6UtHrkObT7U > .row .container > .video-iframe-container { display: none; }#nr1FSzWzCwsnyKbREG1Hg6UtHrkObT7U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nr1FSzWzCwsnyKbREG1Hg6UtHrkObT7U > .row > .video-iframe-container { display: none; }#nr1FSzWzCwsnyKbREG1Hg6UtHrkObT7U > .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); }#nr1FSzWzCwsnyKbREG1Hg6UtHrkObT7U { border-width: 0; border-radius: 0; }#nr1FSzWzCwsnyKbREG1Hg6UtHrkObT7U > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nr1FSzWzCwsnyKbREG1Hg6UtHrkObT7U > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zzMQPH8dUwxmnvg9lONJme1xz4Dke6ax { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:93.33349609375px;left:450px;display:block; }
#ebS6TWy83LqVsMEkJdKz7AG27VnHVgwS { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #L0ygBu1qwtaD2JxyTWgnxve3bfrRbdyd { display:block; }#L0ygBu1qwtaD2JxyTWgnxve3bfrRbdyd > .row .container { width:764px;height:528px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GAxezZV6RuRXzTST1FXwUCHFMZIlz4a3 { width:564px;height:227px;top:222px;left:100px;display:block; }
 }@media only screen and (max-width: 1199px) { #sU8dbVO05MpJvK4MvdJSHZi0Sp39qXB2 { width:700px;height:58.5px;top:324px;left:32.000001907349px;font-size:45px;display:block; }
 }@media only screen and (max-width: 1199px) { #dqzydFtRGEruTdwykiv4lTOu9Nxk4PBo { width:70px;height:70px;top:245px;left:347px;display:block; }
 }@media only screen and (max-width: 1199px) { #LqQkgEi0nW5PFy1T3lBMB5TgC6qmZ49r { width:700px;height:58.666668px;top:305px;left:32px;font-size:45px;display:none; }
 }@media only screen and (max-width: 1199px) { #W3bMZdUsIZrBbi2TO48k6D5V1tqwlAid { display:block; }#W3bMZdUsIZrBbi2TO48k6D5V1tqwlAid > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mPTngPmHT0Ehq08mJnxhfoa9Qm4KSeGy { width:200px;height:;top:128px;left:373px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 .widget-regular-label { width:380px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 .widget-input-text { width:380px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-family:ubuntu; }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 .widget-textarea { width:380px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-family:ubuntu; }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 .widget-input-select { width:380px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 .widget-input-button { width:380px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-weight:400;font-style:normal;font-family:ubuntu; }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 .widget-checkbox-label { width:363px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-family:ubuntu; }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7  { width:380px;height:auto;top:38px;left:172px; }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 .radio-container { width:380px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 {display:block;}#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 { width:380px;height:auto;top:38px;left:172px; }
 }@media only screen and (max-width: 1199px) { #uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 #ZknVliz81F5VtNTqCCHXB2xKLi7kHKvL {  }
 }@media only screen and (max-width: 1199px) { #uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 #fVXeNA0VZTvA3eCqXWcQxZBP2IGT2Idg { display:none; }
 }@media only screen and (max-width: 1199px) { #uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 #flZ0XN5TSJc1NQTo4BmS1TiILVmNcQfm {  }
 }@media only screen and (max-width: 1199px) { #uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 #EE8cfZ4iVyPpfEJRxk2SzSinUbTbBJPr {  }
 }@media only screen and (max-width: 1199px) { #uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 #HO42yrXWpq0cvUZMnOk9FEWHBhAJx9Tu { display:none; }
 }@media only screen and (max-width: 1199px) { #uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 #t7zxnCTSB0DF51CFMdqhqsNmNRZv6eDn {  }
 }@media only screen and (max-width: 1199px) { #uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 #oR1fGThJVu4GbloxHOqMyPWh6Ti8fZ4q {  }
 }@media only screen and (max-width: 1199px) { #uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 #wehWek73cPGuGEN4WnswKasIXWiTFROk {  }
 }@media only screen and (max-width: 1199px) { #uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 #Pkc8pDJKns5PdQfLJGg75q7lSiXEWCiC {  }
 }@media only screen and (max-width: 1199px) { #uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 #sTULhN3cNq9pIsdq8vqT0xNwNTdxfVUV {  }
 }@media only screen and (max-width: 1199px) { #uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 #t0FngGIP4E3mdDUxT7g3ctRp1Ut9JTuM {  }
 }@media only screen and (max-width: 1199px) { #uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 #L2DmET76CQqMkF8XDHtSs2QttqrIDf3o {  }
 }@media only screen and (max-width: 1199px) { #uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 #iPb3xq08S89FvzrAK1yd3gIWtmhu7WNW {  }
 }@media only screen and (max-width: 1199px) { #uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 #IATKvTIF82C12CvQFAwpixET9t5hkTiC {  }
 }@media only screen and (max-width: 1199px) { #KVRr335fL4IcX07UeVOycPDNhTI8EZvu { display:block; }#KVRr335fL4IcX07UeVOycPDNhTI8EZvu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #y6KblqxVeGAB6x68rEmLAI0EmqQGiy9s { width:50px;height:50px;top:100px;left:212px;display:block; }
 }@media only screen and (max-width: 1199px) { #pGJb58IEmEszwCD1kyExb4eECeD4aXwI { display:block; }#pGJb58IEmEszwCD1kyExb4eECeD4aXwI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aBgHNh4c08tKJn8fkBb6CqntzznBgzbq { width:653px;height:367px;top:138px;left:62px;display:block; }
 }@media only screen and (max-width: 1199px) { #VnD7V7TEG3DhQxXphxIZoSC7JiV3TFho { display:block; }#VnD7V7TEG3DhQxXphxIZoSC7JiV3TFho > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #v1rTZpq0PzaHle908dixetFSicFTlCXz { width:200px;height:200px;top:204px;left:282px;display:block; }
 }@media only screen and (max-width: 1199px) { #vQiHB6qU1O5m6G9Mg6gTqk13nNGKt9KJ { display:block; }#vQiHB6qU1O5m6G9Mg6gTqk13nNGKt9KJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU .widget-text.counter-number { padding-top:12.35px;padding-right:11.01px;padding-bottom:12.35px;padding-left:11.01px;width:66.05px;min-width:66.05px;height:66.41px;font-size:49.42px;line-height:66.41px;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:3px solid #e84c84;border-left:3px solid #e84c84;border-right:3px solid #e84c84;border-bottom:3px solid #e84c84; }
#uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:7.72px;margin-right:0;margin-bottom:0;margin-left:0;width:88.07px;height:26.25px;font-size:18.53px;line-height:26.25px;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU { width:330px;height:131.08px;display:flex;top:90px;left:214px;z-index:15057;padding-top:3.14px;padding-right:3.24px;padding-bottom:3.14px;padding-left:3.24px;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 1199px) { #uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU #Fd1X4xTtWLVRLGhnE7xb4txVdRZXfqbs { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 1199px) { #uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU #CWaQ2IslndfneddVMpOT7LhahMHgFnuZ {  }
 }@media only screen and (max-width: 1199px) { #uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU #bhRAQhCzIGT6CTTgc8Enu7SN1Xicu4kO {  }
 }@media only screen and (max-width: 1199px) { #uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU #zFxbyQlcqOuNC7VWhVWaw6oBhMU1cwgI { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 1199px) { #uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU #y7XWZ76J0KPfffZGyVR8lHoigRip8qAh {  }
 }@media only screen and (max-width: 1199px) { #uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU #ADiAqdStutleXce0TPPC7AWhinBXPkId {  }
 }@media only screen and (max-width: 1199px) { #uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU #yQXS6JfSiXGWOmc3P7lRIFbSbaEMNz6f { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 1199px) { #uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU #mgGXaH5iR1RCsei93JGbMJ0HUAEv4WT6 {  }
 }@media only screen and (max-width: 1199px) { #uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU #c5We282Getq6oxniadd34heT2JfUZpie {  }
 }@media only screen and (max-width: 1199px) { #uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU #Qtm7wofdDxCfPdRs5TbKrxW4hggTb66x { display:flex;position:relative;top:0px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU #gIaB08q0gvz76P6M8o9tR31LekDHE0Vk {  }
 }@media only screen and (max-width: 1199px) { #uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU #CUhLyduPPgGobqhSPBfpsHDAdy7J1fbR {  }
 }@media only screen and (max-width: 1199px) { #nr1FSzWzCwsnyKbREG1Hg6UtHrkObT7U { display:block; }#nr1FSzWzCwsnyKbREG1Hg6UtHrkObT7U > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zzMQPH8dUwxmnvg9lONJme1xz4Dke6ax { width:280px;height:55px;top:93px;left:232px;display:block; }
 }@media only screen and (max-width: 1199px) { #ebS6TWy83LqVsMEkJdKz7AG27VnHVgwS { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #L0ygBu1qwtaD2JxyTWgnxve3bfrRbdyd { background-color:#fff5f4;background-image:url("https://images.assets-landingi.com/uc/b121236d-4b34-4db5-a7f1-6271d41c1c28/Bannernastrwwwgwn38401400px.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#L0ygBu1qwtaD2JxyTWgnxve3bfrRbdyd.adaptive-delivery-prevent-bg, #L0ygBu1qwtaD2JxyTWgnxve3bfrRbdyd.lazyload, #L0ygBu1qwtaD2JxyTWgnxve3bfrRbdyd.lazyloading { background-image: none; }#L0ygBu1qwtaD2JxyTWgnxve3bfrRbdyd > .row .container { width:320px;height:392px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GAxezZV6RuRXzTST1FXwUCHFMZIlz4a3 { width:270px;height:184px;top:150px;left:24.5px;background-color:rgba(232,76,132,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #sU8dbVO05MpJvK4MvdJSHZi0Sp39qXB2 { width:320px;height:0;top:229.33334350586px;left:0px;font-size:28px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dqzydFtRGEruTdwykiv4lTOu9Nxk4PBo { width:50px;height:50px;top:171px;left:134.5px;display:block; }
 }@media only screen and (max-width: 763px) { #LqQkgEi0nW5PFy1T3lBMB5TgC6qmZ49r { width:320px;height:72.8px;top:235.3125px;left:0px;font-size:28px;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #W3bMZdUsIZrBbi2TO48k6D5V1tqwlAid { display:block; }#W3bMZdUsIZrBbi2TO48k6D5V1tqwlAid > .row .container { width:320px;height:300px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mPTngPmHT0Ehq08mJnxhfoa9Qm4KSeGy { width:200px;height:0;top:20px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:800px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:20px;overflow:hidden; }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 .widget-checkbox-label { width:264px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7  { width:280px;height:auto;top:20px;left:0px; }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 {display:block;}#uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 { width:280px;height:auto;top:20px;left:0px; }
 }@media only screen and (max-width: 763px) { #uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 #ZknVliz81F5VtNTqCCHXB2xKLi7kHKvL {  }
 }@media only screen and (max-width: 763px) { #uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 #fVXeNA0VZTvA3eCqXWcQxZBP2IGT2Idg { display:none; }
 }@media only screen and (max-width: 763px) { #uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 #flZ0XN5TSJc1NQTo4BmS1TiILVmNcQfm {  }
 }@media only screen and (max-width: 763px) { #uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 #EE8cfZ4iVyPpfEJRxk2SzSinUbTbBJPr {  }
 }@media only screen and (max-width: 763px) { #uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 #HO42yrXWpq0cvUZMnOk9FEWHBhAJx9Tu { display:none; }
 }@media only screen and (max-width: 763px) { #uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 #t7zxnCTSB0DF51CFMdqhqsNmNRZv6eDn {  }
 }@media only screen and (max-width: 763px) { #uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 #oR1fGThJVu4GbloxHOqMyPWh6Ti8fZ4q {  }
 }@media only screen and (max-width: 763px) { #uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 #wehWek73cPGuGEN4WnswKasIXWiTFROk {  }
 }@media only screen and (max-width: 763px) { #uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 #Pkc8pDJKns5PdQfLJGg75q7lSiXEWCiC {  }
 }@media only screen and (max-width: 763px) { #uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 #sTULhN3cNq9pIsdq8vqT0xNwNTdxfVUV {  }
 }@media only screen and (max-width: 763px) { #uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 #t0FngGIP4E3mdDUxT7g3ctRp1Ut9JTuM {  }
 }@media only screen and (max-width: 763px) { #uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 #L2DmET76CQqMkF8XDHtSs2QttqrIDf3o {  }
 }@media only screen and (max-width: 763px) { #uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 #iPb3xq08S89FvzrAK1yd3gIWtmhu7WNW {  }
 }@media only screen and (max-width: 763px) { #uob7ZbG2JxmvEzH0QoEnaUGtxvzHeaZ7 #IATKvTIF82C12CvQFAwpixET9t5hkTiC {  }
 }@media only screen and (max-width: 763px) { #KVRr335fL4IcX07UeVOycPDNhTI8EZvu { display:block; }#KVRr335fL4IcX07UeVOycPDNhTI8EZvu > .row .container { width:320px;height:300px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6KblqxVeGAB6x68rEmLAI0EmqQGiy9s { display:flex;width:50px;height:50px;top:20px;left:135px; }
 }@media only screen and (max-width: 763px) { #pGJb58IEmEszwCD1kyExb4eECeD4aXwI { display:block; }#pGJb58IEmEszwCD1kyExb4eECeD4aXwI > .row .container { width:320px;height:669px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aBgHNh4c08tKJn8fkBb6CqntzznBgzbq { height:179.84686064319px;width:320px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VnD7V7TEG3DhQxXphxIZoSC7JiV3TFho { display:block; }#VnD7V7TEG3DhQxXphxIZoSC7JiV3TFho > .row .container { width:320px;height:654px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1rTZpq0PzaHle908dixetFSicFTlCXz { width:200px;height:200px;top:20px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #vQiHB6qU1O5m6G9Mg6gTqk13nNGKt9KJ { display:block; }#vQiHB6qU1O5m6G9Mg6gTqk13nNGKt9KJ > .row .container { width:320px;height:300px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px;border-top:3px solid #e84c84;border-left:3px solid #e84c84;border-right:3px solid #e84c84;border-bottom:3px solid #e84c84; }
#uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU { width:234px;height:87px;display:flex;top:60px;left:157px;z-index:15057; }
 }@media only screen and (max-width: 763px) { #uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU #Fd1X4xTtWLVRLGhnE7xb4txVdRZXfqbs { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU #CWaQ2IslndfneddVMpOT7LhahMHgFnuZ {  }
 }@media only screen and (max-width: 763px) { #uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU #bhRAQhCzIGT6CTTgc8Enu7SN1Xicu4kO {  }
 }@media only screen and (max-width: 763px) { #uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU #zFxbyQlcqOuNC7VWhVWaw6oBhMU1cwgI { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU #y7XWZ76J0KPfffZGyVR8lHoigRip8qAh {  }
 }@media only screen and (max-width: 763px) { #uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU #ADiAqdStutleXce0TPPC7AWhinBXPkId {  }
 }@media only screen and (max-width: 763px) { #uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU #yQXS6JfSiXGWOmc3P7lRIFbSbaEMNz6f { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU #mgGXaH5iR1RCsei93JGbMJ0HUAEv4WT6 {  }
 }@media only screen and (max-width: 763px) { #uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU #c5We282Getq6oxniadd34heT2JfUZpie {  }
 }@media only screen and (max-width: 763px) { #uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU #Qtm7wofdDxCfPdRs5TbKrxW4hggTb66x { display:flex;position:relative;top:0px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU #gIaB08q0gvz76P6M8o9tR31LekDHE0Vk {  }
 }@media only screen and (max-width: 763px) { #uvZHQwk1Wu2mxc2WPM4lWhdaCgr4RdPU #CUhLyduPPgGobqhSPBfpsHDAdy7J1fbR {  }
 }@media only screen and (max-width: 763px) { #nr1FSzWzCwsnyKbREG1Hg6UtHrkObT7U { display:block; }#nr1FSzWzCwsnyKbREG1Hg6UtHrkObT7U > .row .container { width:320px;height:300px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zzMQPH8dUwxmnvg9lONJme1xz4Dke6ax { width:280px;height:55px;top:20px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ebS6TWy83LqVsMEkJdKz7AG27VnHVgwS { display:block; }
 }