.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:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:rgba(238,242,241,0.94);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { border-width: 0; border-radius: 0; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { font-size:14px;font-family:arial;height:702px;width:960px;overflow:visible;position:relative;display:block; }#x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { color:#071033;display:block;width:461px;position:absolute;font-family:montserrat;font-size:40px;font-weight:normal;z-index:14997;line-height:1;letter-spacing:0;top:194px;left:0px;height:120px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { background-color:#00b9e5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:700px;border-top-right-radius:700px;border-bottom-left-radius:700px;border-bottom-right-radius:700px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:13px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:195px;height:52px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:509px;left:0px;display:block; }
#J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { color:#071033;display:block;width:399px;position:absolute;font-family:montserrat;font-size:14px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:334.796875px;left:0px;height:54.5859px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .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; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#071033;padding-top:7.32px;padding-right:6.99px;padding-bottom:7.32px;padding-left:6.99px;display:block;align-items:center;width:41.89px;min-width:41.89px;height:39.27px;position:relative;font-family:lato;font-size:29.23px;font-weight:700;line-height:39.27px;text-align:center;text-align-last:center;top:0px;left:0px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-left-radius:800px;border-top-right-radius:800px;border-bottom-left-radius:800px;border-bottom-right-radius:800px; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .widget-text.counter-label { background-color:;background-image:none;color:#071033;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:4.57px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:55.85px;height:13.6px;position:relative;font-family:lato;font-size:10.97px;font-weight:400;line-height:13.6px;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE { 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;display:flex;justify-content:space-between;width:287px;height:72.08px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;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:509px;left:360px;z-index:15003; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #tTM6gtwXpzGczRWsloWSTXLxsh0baKQM { display:flex;position:relative;top:0px;left:0px; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #diPtopKaAlm6Ii0ue6VWc37DBcm39nRb { width:auto; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #TWzAhlg65Da0Io2T4TdlMPniw2FVLJfO {  }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #EKWV5kW6bkWWE4ccpprzJcUtrL5EvFsB { display:flex;position:relative;top:0px;left:0px; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #J4A1vkzp4qtxRvhXvsdfrrHTAMprq3JX {  }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #klfwRaow2fT8i8v93rgZsAHyEfPTlPmh {  }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #Euc5rWAa4gkGSrLxLnUMI1V8kM4T6AtC { display:flex;position:relative;top:0px;left:0px; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #lE9zqOADA5S0qawoAlOaIktpH90z2ZRa {  }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #s9qGfKkDGh4PJfLvA5Z3D9SQN1ALktZR {  }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #TSFtkQAWezCmQH9d4WfN7JSNnnt2krAi { display:flex;position:relative;top:0px;left:0px; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #xXu3Sfa0zWuiEAW70QDZ9V0ZzXZcZUTd {  }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #o3tdt5ky2QXc4o3ld3SqUZxrF0GifTdd {  }
#HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { position:absolute;display:block;z-index:14992;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:631px;width:354px;top:71px;left:554.5px;overflow:hidden;display:block; }
#EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { position:absolute;display:block;z-index:14988;background-color:#071033;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:4600px;border-top-right-radius:4600px;border-bottom-left-radius:4600px;border-bottom-right-radius:4600px;height:502px;width:502px;top:163px;left:458px;display:block; }
#vvppHbnqKiXBvcEGaMxz84aEMWfcclKt { color:#071033;display:block;width:188px;position:absolute;font-family:lato;font-size:14px;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:468px;left:356px;height:23.7969px;text-align:left;text-align-last:left;display:block; }
#bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { color:#071033;display:block;width:231px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:415px;left:11.5px;height:54px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { position:absolute;display:block;z-index:15023;background-color:#00b9e5;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:63px;width:2px;top:411px;left:1px;display:block; }
#OmoiccszVOLpIZ8MMid59fxgTJCETCOm { position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:97px;width:298px;top:497px;left:355px;display:block; }
#GMVHrLMxfLdMc20owE9B573spZ1uAwO2 { position:absolute;display:block;z-index:14988;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:168px;width:115px;top:175px;left:488px;display:block; }#GMVHrLMxfLdMc20owE9B573spZ1uAwO2.adaptive-delivery-prevent-bg, #GMVHrLMxfLdMc20owE9B573spZ1uAwO2.lazyload, #GMVHrLMxfLdMc20owE9B573spZ1uAwO2.lazyloading { background-image: none; }
#nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl { position:absolute;display:block;z-index:14989;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:227px;width:115px;top:439px;left:845px;display:block; }#nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.adaptive-delivery-prevent-bg, #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.lazyload, #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.lazyloading { background-image: none; }
#VoyUgbMcwTLJXIT6Dtz3ecrv3uosmFSJ { position:absolute;display:block;z-index:14987;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:56px;width:187px;top:25px;left:4px;overflow:hidden;display:block; }
#wUIHtrihJA6ElhHxXAFwAw7MTfBcrbi4 { position:absolute;display:block;z-index:14986;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:84px;width:128px;top:11px;left:184.5px;overflow:hidden;display:block; }
#e5Tz3s3TZNrZEWvCCmcwPmRdANteNw1G { position:absolute;display:block;z-index:15024;background-color:#071033;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:20px;width:2px;top:44px;left:183.5px;display:block; }
#ezWnsi42TX6unhXyUgrU5I6D4CqrF0F2 { position:relative;display:block; }#ezWnsi42TX6unhXyUgrU5I6D4CqrF0F2 { background-color: transparent; background-image: none; }#ezWnsi42TX6unhXyUgrU5I6D4CqrF0F2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezWnsi42TX6unhXyUgrU5I6D4CqrF0F2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezWnsi42TX6unhXyUgrU5I6D4CqrF0F2 > .row .container > .video-iframe-container { display: none; }#ezWnsi42TX6unhXyUgrU5I6D4CqrF0F2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezWnsi42TX6unhXyUgrU5I6D4CqrF0F2 > .row > .video-iframe-container { display: none; }#ezWnsi42TX6unhXyUgrU5I6D4CqrF0F2 > .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); }#ezWnsi42TX6unhXyUgrU5I6D4CqrF0F2 { border-width: 0; border-radius: 0; }#ezWnsi42TX6unhXyUgrU5I6D4CqrF0F2 > .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; }#ezWnsi42TX6unhXyUgrU5I6D4CqrF0F2 > .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:374px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RD4vbJ0VOFfMTGQVx76elbzN0xhzwsLl { color:#0b1e60;display:block;width:197px;position:absolute;font-family:montserrat;font-size:19px;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:103.6953125px;left:763px;height:159.5782px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CIdafkTTeucEcZOkUfGGM61xAN8o0XN3 { 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;height:129px;width:115px;top:119px;left:623px;overflow:hidden;display:block; }
#ydICTSp81obCE3QkPp7mh2BruA9VMWnK { color:#0b1e60;display:block;width:569px;position:absolute;font-family:montserrat;font-size:19px;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:70px;left:0px;height:239.344px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NWctTWLswvgktTXJJGr5oJWJRFyFDTuN { position:relative;display:block; }#NWctTWLswvgktTXJJGr5oJWJRFyFDTuN { background-color: transparent; background-image: none; }#NWctTWLswvgktTXJJGr5oJWJRFyFDTuN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWctTWLswvgktTXJJGr5oJWJRFyFDTuN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWctTWLswvgktTXJJGr5oJWJRFyFDTuN > .row .container > .video-iframe-container { display: none; }#NWctTWLswvgktTXJJGr5oJWJRFyFDTuN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWctTWLswvgktTXJJGr5oJWJRFyFDTuN > .row > .video-iframe-container { display: none; }#NWctTWLswvgktTXJJGr5oJWJRFyFDTuN > .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); }#NWctTWLswvgktTXJJGr5oJWJRFyFDTuN { border-width: 0; border-radius: 0; }#NWctTWLswvgktTXJJGr5oJWJRFyFDTuN > .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; }#NWctTWLswvgktTXJJGr5oJWJRFyFDTuN > .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:435px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:461px;height:120px;top:194px;left:0px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { width:195px;height:52px;top:509px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block; }
 }@media only screen and (max-width: 763px) { #A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:399px;height:55px;top:334px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .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; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .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; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE { display:flex;width:288px;height:81px;top:0px;left:372px; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #tTM6gtwXpzGczRWsloWSTXLxsh0baKQM { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #diPtopKaAlm6Ii0ue6VWc37DBcm39nRb {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #TWzAhlg65Da0Io2T4TdlMPniw2FVLJfO {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #EKWV5kW6bkWWE4ccpprzJcUtrL5EvFsB { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #J4A1vkzp4qtxRvhXvsdfrrHTAMprq3JX {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #klfwRaow2fT8i8v93rgZsAHyEfPTlPmh {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #Euc5rWAa4gkGSrLxLnUMI1V8kM4T6AtC { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #lE9zqOADA5S0qawoAlOaIktpH90z2ZRa {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #s9qGfKkDGh4PJfLvA5Z3D9SQN1ALktZR {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #TSFtkQAWezCmQH9d4WfN7JSNnnt2krAi { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #xXu3Sfa0zWuiEAW70QDZ9V0ZzXZcZUTd {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #o3tdt5ky2QXc4o3ld3SqUZxrF0GifTdd {  }
 }@media only screen and (max-width: 763px) { #HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { width:354px;height:631px;top:71px;left:410px;display:block; }
 }@media only screen and (max-width: 763px) { #EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { width:502px;height:502px;top:163px;left:262px;display:block; }
 }@media only screen and (max-width: 763px) { #vvppHbnqKiXBvcEGaMxz84aEMWfcclKt { width:188px;height:24px;top:468px;left:258px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { width:231px;height:54px;top:415px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { width:2px;height:63px;top:411px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OmoiccszVOLpIZ8MMid59fxgTJCETCOm { width:298px;height:97px;top:497px;left:257px;display:block; }
 }@media only screen and (max-width: 763px) { #GMVHrLMxfLdMc20owE9B573spZ1uAwO2 { width:115px;height:168px;top:175px;left:390px;display:block; }
 }@media only screen and (max-width: 763px) { #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl { width:115px;height:227px;top:439px;left:649px;display:block; }
 }@media only screen and (max-width: 763px) { #VoyUgbMcwTLJXIT6Dtz3ecrv3uosmFSJ { top:25px;left:0px;width:187px;height:56px;display:block; }
 }@media only screen and (max-width: 763px) { #wUIHtrihJA6ElhHxXAFwAw7MTfBcrbi4 { top:11px;left:86.5px;width:128px;height:84px;display:block; }
 }@media only screen and (max-width: 763px) { #e5Tz3s3TZNrZEWvCCmcwPmRdANteNw1G { width:2px;height:20px;top:44px;left:85.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ezWnsi42TX6unhXyUgrU5I6D4CqrF0F2 { display:block; }#ezWnsi42TX6unhXyUgrU5I6D4CqrF0F2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RD4vbJ0VOFfMTGQVx76elbzN0xhzwsLl { width:390px;height:28px;top:528px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CIdafkTTeucEcZOkUfGGM61xAN8o0XN3 { top:119px;left:525px;width:115px;height:129px;display:block; }
 }@media only screen and (max-width: 763px) { #ydICTSp81obCE3QkPp7mh2BruA9VMWnK { width:390px;height:28px;top:528px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NWctTWLswvgktTXJJGr5oJWJRFyFDTuN { display:block; }#NWctTWLswvgktTXJJGr5oJWJRFyFDTuN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:#eef2f1;background-image:none;display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:320px;height:1063px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:320px;height:104.391px;top:506.6015625px;left:0px;font-size:29px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { width:195px;height:52px;top:802px;left:62.5px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block; }
 }@media only screen and (max-width: 763px) { #A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:292px;height:67.5938px;top:623px;left:14px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .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; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .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; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE { display:flex;width:288px;height:81px;top:933px;left:16px; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #tTM6gtwXpzGczRWsloWSTXLxsh0baKQM { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #diPtopKaAlm6Ii0ue6VWc37DBcm39nRb {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #TWzAhlg65Da0Io2T4TdlMPniw2FVLJfO {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #EKWV5kW6bkWWE4ccpprzJcUtrL5EvFsB { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #J4A1vkzp4qtxRvhXvsdfrrHTAMprq3JX {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #klfwRaow2fT8i8v93rgZsAHyEfPTlPmh {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #Euc5rWAa4gkGSrLxLnUMI1V8kM4T6AtC { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #lE9zqOADA5S0qawoAlOaIktpH90z2ZRa {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #s9qGfKkDGh4PJfLvA5Z3D9SQN1ALktZR {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #TSFtkQAWezCmQH9d4WfN7JSNnnt2krAi { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #xXu3Sfa0zWuiEAW70QDZ9V0ZzXZcZUTd {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #o3tdt5ky2QXc4o3ld3SqUZxrF0GifTdd {  }
 }@media only screen and (max-width: 763px) { #HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { width:235px;height:421px;top:51px;left:48px;display:block; }
 }@media only screen and (max-width: 763px) { #EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { width:300px;height:300px;top:94px;left:0px;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #vvppHbnqKiXBvcEGaMxz84aEMWfcclKt { width:320px;height:25.5px;top:890px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { width:255px;height:48px;top:727px;left:65px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { width:4px;height:30px;top:736px;left:45px;display:block; }
 }@media only screen and (max-width: 763px) { #OmoiccszVOLpIZ8MMid59fxgTJCETCOm { width:313px;height:92px;top:930px;left:6px;display:block; }
 }@media only screen and (max-width: 763px) { #GMVHrLMxfLdMc20owE9B573spZ1uAwO2 { width:115px;height:158px;top:81px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl { width:115px;height:140px;top:331px;left:205px;display:block; }
 }@media only screen and (max-width: 763px) { #VoyUgbMcwTLJXIT6Dtz3ecrv3uosmFSJ { width:99px;height:29px;top:18.8984375px;left:3px;display:block; }
 }@media only screen and (max-width: 763px) { #wUIHtrihJA6ElhHxXAFwAw7MTfBcrbi4 { width:60px;height:39px;top:13.8984375px;left:95px;display:block; }
 }@media only screen and (max-width: 763px) { #e5Tz3s3TZNrZEWvCCmcwPmRdANteNw1G { width:2px;height:10px;top:28.3984375px;left:95px;display:block; }
 }@media only screen and (max-width: 763px) { #ezWnsi42TX6unhXyUgrU5I6D4CqrF0F2 { display:block; }#ezWnsi42TX6unhXyUgrU5I6D4CqrF0F2 > .row .container { width:320px;height:419px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RD4vbJ0VOFfMTGQVx76elbzN0xhzwsLl { width:170px;height:93.5626px;top:27px;left:128px;text-align:left;text-align-last:left;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #CIdafkTTeucEcZOkUfGGM61xAN8o0XN3 { width:79px;height:88px;top:33px;left:23px;display:block; }
 }@media only screen and (max-width: 763px) { #ydICTSp81obCE3QkPp7mh2BruA9VMWnK { width:299px;height:218.3435px;top:153px;left:10.5px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #NWctTWLswvgktTXJJGr5oJWJRFyFDTuN { display:block; }#NWctTWLswvgktTXJJGr5oJWJRFyFDTuN > .row .container { width:320px;height:598px;position:relative;display:block; } }