.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;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); }#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:80px;width:960px;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;position:relative;display:block; }#uLwhTwaZ9RPQXewLeQq4Sqrox1P0x9Ms { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:24px;width:149px;top:28px;left:405.5px;overflow:hidden;display:block; }
#pUidJaTydBkN4Fq0L9gaLpOEiQHB57D2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e56084;background-image:url("https://images.assets-landingi.com/uc/25f00758-f05d-4fcf-9d59-9e97fa69d48e/f3814ea3969a4187bae37d0bf4cd6be6.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pUidJaTydBkN4Fq0L9gaLpOEiQHB57D2.adaptive-delivery-prevent-bg, #pUidJaTydBkN4Fq0L9gaLpOEiQHB57D2.lazyload, #pUidJaTydBkN4Fq0L9gaLpOEiQHB57D2.lazyloading { background-image: none; }#pUidJaTydBkN4Fq0L9gaLpOEiQHB57D2 > .row .container { background-color: transparent; background-image: none; }#pUidJaTydBkN4Fq0L9gaLpOEiQHB57D2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUidJaTydBkN4Fq0L9gaLpOEiQHB57D2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUidJaTydBkN4Fq0L9gaLpOEiQHB57D2 > .row .container > .video-iframe-container { display: none; }#pUidJaTydBkN4Fq0L9gaLpOEiQHB57D2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUidJaTydBkN4Fq0L9gaLpOEiQHB57D2 > .row > .video-iframe-container { display: none; }#pUidJaTydBkN4Fq0L9gaLpOEiQHB57D2 > .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); }#pUidJaTydBkN4Fq0L9gaLpOEiQHB57D2 > .row .container { border-width: 0; border-radius: 0; }#pUidJaTydBkN4Fq0L9gaLpOEiQHB57D2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pUidJaTydBkN4Fq0L9gaLpOEiQHB57D2 > .row .container { font-size:14px;font-family:arial;height:180px;width:960px;position:relative;display:block; }#Wav1cDDsvO3KgWQl3e14orGTDk40VB73 { color:#ffffff;display:block;width:445.99px;position:absolute;font-family:outfit;font-size:34px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:40.972229003906px;left:256.99658203125px;height:88.368px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JKkHoRHNtBZky8QpQALfCC6vza6I0eGq { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:167.986px;width:168.993px;top:74.982650756836px;left:71.753479003906px;overflow:hidden;display:block; }
#DUCGphyHWxQTPfMJNpKkkUZTnkTWtLTJ { position:relative;display:block; }#DUCGphyHWxQTPfMJNpKkkUZTnkTWtLTJ { background-color: transparent; background-image: none; }#DUCGphyHWxQTPfMJNpKkkUZTnkTWtLTJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUCGphyHWxQTPfMJNpKkkUZTnkTWtLTJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUCGphyHWxQTPfMJNpKkkUZTnkTWtLTJ > .row .container > .video-iframe-container { display: none; }#DUCGphyHWxQTPfMJNpKkkUZTnkTWtLTJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUCGphyHWxQTPfMJNpKkkUZTnkTWtLTJ > .row > .video-iframe-container { display: none; }#DUCGphyHWxQTPfMJNpKkkUZTnkTWtLTJ > .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); }#DUCGphyHWxQTPfMJNpKkkUZTnkTWtLTJ { border-width: 0; border-radius: 0; }#DUCGphyHWxQTPfMJNpKkkUZTnkTWtLTJ > .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; }#DUCGphyHWxQTPfMJNpKkkUZTnkTWtLTJ > .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:268px;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; }#trIW08Q4xCINJKHm1Wcdr3WqVqBfspTt { color:#848484;display:block;width:552.969px;position:absolute;font-family:outfit;font-size:22px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:72.986114501953px;left:100.98962402344px;height:85.7812px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pppWGUzX5guhq3QmdInVCbQTVdgGZHfc { position:absolute;display:block;z-index:15003;border-top:2px solid #84bb00;border-left:2px solid #84bb00;border-right:2px solid #84bb00;border-bottom:2px solid #84bb00;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:183.993px;width:188.993px;top:42px;left:694px;overflow:hidden;display:block; }
#tovEIbIbwq9Hy8u0doOUW6PCmEET8vg9 { background-color:#1f69c1;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:arial;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:258px;height:49px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:174.30557250977px;left:100.98962402344px;display:block; }
#kmJO3yiz6vax4uGZkvC8A5JwGb8oIVeP { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Q5h3CFnJZxPIlq1OC9SKW7pziPt0XGQW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfdfa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q5h3CFnJZxPIlq1OC9SKW7pziPt0XGQW > .row .container { background-color: transparent; background-image: none; }#Q5h3CFnJZxPIlq1OC9SKW7pziPt0XGQW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5h3CFnJZxPIlq1OC9SKW7pziPt0XGQW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5h3CFnJZxPIlq1OC9SKW7pziPt0XGQW > .row .container > .video-iframe-container { display: none; }#Q5h3CFnJZxPIlq1OC9SKW7pziPt0XGQW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5h3CFnJZxPIlq1OC9SKW7pziPt0XGQW > .row > .video-iframe-container { display: none; }#Q5h3CFnJZxPIlq1OC9SKW7pziPt0XGQW > .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); }#Q5h3CFnJZxPIlq1OC9SKW7pziPt0XGQW > .row .container { border-width: 0; border-radius: 0; }#Q5h3CFnJZxPIlq1OC9SKW7pziPt0XGQW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q5h3CFnJZxPIlq1OC9SKW7pziPt0XGQW > .row .container { font-size:14px;font-family:arial;height:268px;width:960px;position:relative;display:block; }#zcW31oHKo5RkvWtK2lxd4JLIlo44JTtZ { color:#848484;display:block;width:581px;position:absolute;font-family:outfit;font-size:22px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:75px;left:91px;height:57.1876px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZoL43CE9cUDKn0QRoMKbVbxDUbSGa5da { position:absolute;display:block;z-index:15003;border-top:2px solid #84bb00;border-left:2px solid #84bb00;border-right:2px solid #84bb00;border-bottom:2px solid #84bb00;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:182px;width:179px;top:41.371515274048px;left:697.98614501953px;overflow:hidden;display:block; }
#bOCJUwz75WWMTHKiCJw8FQVXdbUUvM0B { background-color:#1f69c1;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:arial;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:257.986px;height:48.9931px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:145px;left:91px;display:block; }
#w0XVThMLC284X3nJpy2olvCNnC44NdZ9 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#W2p9W4nJ2D5Z0bHtxqZJmzdTh7e3rKdq { position:relative;display:block; }#W2p9W4nJ2D5Z0bHtxqZJmzdTh7e3rKdq { background-color: transparent; background-image: none; }#W2p9W4nJ2D5Z0bHtxqZJmzdTh7e3rKdq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2p9W4nJ2D5Z0bHtxqZJmzdTh7e3rKdq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2p9W4nJ2D5Z0bHtxqZJmzdTh7e3rKdq > .row .container > .video-iframe-container { display: none; }#W2p9W4nJ2D5Z0bHtxqZJmzdTh7e3rKdq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2p9W4nJ2D5Z0bHtxqZJmzdTh7e3rKdq > .row > .video-iframe-container { display: none; }#W2p9W4nJ2D5Z0bHtxqZJmzdTh7e3rKdq > .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); }#W2p9W4nJ2D5Z0bHtxqZJmzdTh7e3rKdq { border-width: 0; border-radius: 0; }#W2p9W4nJ2D5Z0bHtxqZJmzdTh7e3rKdq > .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; }#W2p9W4nJ2D5Z0bHtxqZJmzdTh7e3rKdq > .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:268px;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; }#cTXGQK7U6NrJVebMp3i2WrzKHKTgFxHQ { color:#848484;display:block;width:552.986px;position:absolute;font-family:outfit;font-size:22px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:91px;left:93px;height:28.5938px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vEz90TgKXex8yd9WCvkpHIg2rPkP2Dpm { position:absolute;display:block;z-index:15003;border-top:2px solid #84bb00;border-left:2px solid #84bb00;border-right:2px solid #84bb00;border-bottom:2px solid #84bb00;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:183px;width:181px;top:41.371520996094px;left:695.97222900391px;overflow:hidden;display:block; }
#XuxXbQOuSDqEE5e1T1Nm96UtK4LTzOs7 { background-color:#1f69c1;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:arial;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:257.969px;height:48.9931px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:128px;left:93px;display:block; }
#rWG5BTntlBSX1ixqyVCDDSk2mciLPMZm { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#zVeBrHLzTwWnMBdaHSpbMEEKX8H5xsTI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfdfa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zVeBrHLzTwWnMBdaHSpbMEEKX8H5xsTI > .row .container { background-color: transparent; background-image: none; }#zVeBrHLzTwWnMBdaHSpbMEEKX8H5xsTI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVeBrHLzTwWnMBdaHSpbMEEKX8H5xsTI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVeBrHLzTwWnMBdaHSpbMEEKX8H5xsTI > .row .container > .video-iframe-container { display: none; }#zVeBrHLzTwWnMBdaHSpbMEEKX8H5xsTI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVeBrHLzTwWnMBdaHSpbMEEKX8H5xsTI > .row > .video-iframe-container { display: none; }#zVeBrHLzTwWnMBdaHSpbMEEKX8H5xsTI > .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); }#zVeBrHLzTwWnMBdaHSpbMEEKX8H5xsTI > .row .container { border-width: 0; border-radius: 0; }#zVeBrHLzTwWnMBdaHSpbMEEKX8H5xsTI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zVeBrHLzTwWnMBdaHSpbMEEKX8H5xsTI > .row .container { font-size:14px;font-family:arial;height:268px;width:960px;position:relative;display:block; }#wB4zwK0KSmtzMap8ZyFa2o8XCBZoLLna { color:#848484;display:block;width:580.99px;position:absolute;font-family:outfit;font-size:22px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:76px;left:78px;height:57.1875px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PzeGcQhcbg4WRtnW2Ko2T0c4m5M16ToD { position:absolute;display:block;z-index:15003;border-top:2px solid #84bb00;border-left:2px solid #84bb00;border-right:2px solid #84bb00;border-bottom:2px solid #84bb00;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:182px;width:179px;top:41.371490478516px;left:699.98272705078px;overflow:hidden;display:block; }
#GCBEsMlq3ywRDhOQeBTVHRTCIzFwLJNP { background-color:#1f69c1;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:arial;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:257.969px;height:48.9931px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:142px;left:78px;display:block; }
#gez378RLUCS1hAUmUWJEqvkFOXLTMMFv { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#cLe0CA2QfETITrosdIAwofPLbTt5oUPz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cLe0CA2QfETITrosdIAwofPLbTt5oUPz > .row .container { background-color: transparent; background-image: none; }#cLe0CA2QfETITrosdIAwofPLbTt5oUPz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cLe0CA2QfETITrosdIAwofPLbTt5oUPz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cLe0CA2QfETITrosdIAwofPLbTt5oUPz > .row .container > .video-iframe-container { display: none; }#cLe0CA2QfETITrosdIAwofPLbTt5oUPz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cLe0CA2QfETITrosdIAwofPLbTt5oUPz > .row > .video-iframe-container { display: none; }#cLe0CA2QfETITrosdIAwofPLbTt5oUPz > .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); }#cLe0CA2QfETITrosdIAwofPLbTt5oUPz > .row .container { border-width: 0; border-radius: 0; }#cLe0CA2QfETITrosdIAwofPLbTt5oUPz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cLe0CA2QfETITrosdIAwofPLbTt5oUPz > .row .container { font-size:14px;font-family:arial;height:431px;width:960px;position:relative;display:block; }#TcPGIlG4Olu2nItdD5dNLHi6NknucNUl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:75.9896px;width:177.969px;top:55.972229003906px;left:391.00695800781px;overflow:hidden;display:block; }
#OkIZzl9Xe7FqbxmL5uJPXLoFxy3LvvZn { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:75px;width:173.993px;top:56.458343505859px;left:104.49658203125px;overflow:hidden;display:block; }
#tkgq0RmRMMEKfaTIJHhkPlRIVzR4wfp7 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:74px;width:173px;top:56px;left:682px;overflow:hidden;display:block; }
#xCR5hsBRSyvoSyCywhqSwJK5sNsilvNU { background-color:#007128;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:arial;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:198.993px;height:48.9931px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:306px;left:92px;display:block; }
#DDEgIfC1Ff7eqGBuEChvJfEbHaiu58gZ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#vHvyzMNiRTu3XxpHMPRBmDc1xQymrIA1 { background-color:#007128;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:arial;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:198.976px;height:48.9931px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:306px;left:381px;display:block; }
#MvypeaTAG8evO1E4hqkacEF0U7GlQK6k { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#tb8OCS9CTEkZvv1lDKwcrhmCsFTcopTh { background-color:#007128;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:arial;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:198.976px;height:48.9931px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:305px;left:669px;display:block; }
#ZrggfFBSmWi8BLlpVFTM2GFbnlHvzQJt { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#o40RIfV8v4war4nTh3Ex4xZiNFvfEl30 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:157.986px;width:156.997px;top:131.96182250977px;left:113.45489501953px;overflow:hidden;display:block; }
#A3qTesbJCbWdg3TFBU05VlwQACuxMS4d { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:157px;width:154px;top:136.49307250977px;left:401.49310302734px;overflow:hidden;display:block; }
#Xagnw0154zOUNhTRQioc3xr0OUybZIiu { position:absolute;display:block;z-index:15011;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:156px;width:153px;top:136.96182250977px;left:691.45843505859px;overflow:hidden;display:block; }
#lbN5cReqUtIzNhr4cQWDQ60KyhD1Wsxf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e56084;background-image:url("https://images.assets-landingi.com/uc/25f00758-f05d-4fcf-9d59-9e97fa69d48e/f3814ea3969a4187bae37d0bf4cd6be6.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lbN5cReqUtIzNhr4cQWDQ60KyhD1Wsxf.adaptive-delivery-prevent-bg, #lbN5cReqUtIzNhr4cQWDQ60KyhD1Wsxf.lazyload, #lbN5cReqUtIzNhr4cQWDQ60KyhD1Wsxf.lazyloading { background-image: none; }#lbN5cReqUtIzNhr4cQWDQ60KyhD1Wsxf > .row .container { background-color: transparent; background-image: none; }#lbN5cReqUtIzNhr4cQWDQ60KyhD1Wsxf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbN5cReqUtIzNhr4cQWDQ60KyhD1Wsxf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbN5cReqUtIzNhr4cQWDQ60KyhD1Wsxf > .row .container > .video-iframe-container { display: none; }#lbN5cReqUtIzNhr4cQWDQ60KyhD1Wsxf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbN5cReqUtIzNhr4cQWDQ60KyhD1Wsxf > .row > .video-iframe-container { display: none; }#lbN5cReqUtIzNhr4cQWDQ60KyhD1Wsxf > .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); }#lbN5cReqUtIzNhr4cQWDQ60KyhD1Wsxf > .row .container { border-width: 0; border-radius: 0; }#lbN5cReqUtIzNhr4cQWDQ60KyhD1Wsxf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lbN5cReqUtIzNhr4cQWDQ60KyhD1Wsxf > .row .container { font-size:14px;font-family:arial;height:809px;width:960px;position:relative;display:block; }#fyiAoJiBK9HTiKeMLL2emtzEFsDlionU { color:#ffffff;display:block;width:645.99px;position:absolute;font-family:outfit;font-size:29px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:77px;left:157px;height:75.382px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VxDdhPlJbwn02NGkzWd8PgOrge2aBHf4 { color:#ffffff;display:block;width:510px;position:absolute;font-family:"open sans";font-size:22px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:160px;left:225px;height:28.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mS6aVi9exSuhlWR1Da70H98rX9VoBlPr { background-color:#007128;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:arial;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:198.976px;height:48.9931px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:445px;left:227px;display:block; }
#KwtAhkn7CHVrXm3xCtUL3dbFStRdhwFq { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#l1tUQd1IDnS2moqDKi9sdrDntr8F0aMP { color:#ffffff;display:block;width:287.986px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:413px;left:183px;height:23.4028px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eLoXCdRObLBGKHDJK19RiJcudSpTp3Ll { background-color:#007128;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:arial;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:198.976px;height:48.9931px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:445px;left:527px;display:block; }
#SfB2pk05ySIBdFDT5OH9Tx8ppzbOtcqc { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Qmr80U5qQ3hpNzXBdn4PauVhwM8MTorF { color:#ffffff;display:block;width:287.969px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:413px;left:482px;height:23.4028px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vapzi5wFk9u14aH8nixbki0BXfTKnpaa { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:176.997px;width:176.997px;top:222px;left:538px;overflow:hidden;display:block; }
#f7UCZn2gAmAaEMLOFL2tXMTD5mrbU9f3 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:176px;width:176px;top:222px;left:238px;overflow:hidden;display:block; }
#kxrOLqRgNuLHxve6m8SIKxvsPQAV3pxT { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:125px;width:125.99px;top:261px;left:789px;overflow:hidden;display:block; }
#WyTfEbFAlPMTOscSSNogk55RwDk5iqxn { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:163.993px;width:163.993px;top:553px;left:193px;overflow:hidden;display:block; }
#GPdHVaLH4piDSTAC65wRmuqNDmTUL2br { color:#848484;display:block;width:366.997px;position:absolute;font-family:"open sans";font-size:22px;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:561px;left:386px;height:85.7812px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OmOHc7yr4VkA90vX3UZ6BzeqFbGML4Dn { box-sizing:content-box;height:208px;width:627px;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:531px;left:163px;border-top-left-radius:19px;border-top-right-radius:19px;border-bottom-left-radius:19px;border-bottom-right-radius:19px;display:block; }
#iIPw3i7QKyCoBrv0DkNqwfyMIhk0Ly0T { background-color:#1f69c1;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:arial;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:257.969px;height:48.9931px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:658px;left:386px;display:block; }
#z9TboKi6xdN7mHPa2J6XDzphMaGzuGgd { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#bf0mZCgTVCQRUxGcs2SGVnaK5zwuWUbL { position:relative;display:block; }#bf0mZCgTVCQRUxGcs2SGVnaK5zwuWUbL { background-color: transparent; background-image: none; }#bf0mZCgTVCQRUxGcs2SGVnaK5zwuWUbL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bf0mZCgTVCQRUxGcs2SGVnaK5zwuWUbL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bf0mZCgTVCQRUxGcs2SGVnaK5zwuWUbL > .row .container > .video-iframe-container { display: none; }#bf0mZCgTVCQRUxGcs2SGVnaK5zwuWUbL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bf0mZCgTVCQRUxGcs2SGVnaK5zwuWUbL > .row > .video-iframe-container { display: none; }#bf0mZCgTVCQRUxGcs2SGVnaK5zwuWUbL > .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); }#bf0mZCgTVCQRUxGcs2SGVnaK5zwuWUbL { border-width: 0; border-radius: 0; }#bf0mZCgTVCQRUxGcs2SGVnaK5zwuWUbL > .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; }#bf0mZCgTVCQRUxGcs2SGVnaK5zwuWUbL > .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:101px;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; }#iv295hoHJWnZrwJ0PcOD0qXTSufneiJ3 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:24px;width:149px;top:38.5px;left:405.5px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uLwhTwaZ9RPQXewLeQq4Sqrox1P0x9Ms { top:28px;left:307.5px;width:149px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #pUidJaTydBkN4Fq0L9gaLpOEiQHB57D2 { display:block; }#pUidJaTydBkN4Fq0L9gaLpOEiQHB57D2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wav1cDDsvO3KgWQl3e14orGTDk40VB73 { top:40px;left:158.99658203125px;width:445px;height:88px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #JKkHoRHNtBZky8QpQALfCC6vza6I0eGq { top:74px;left:0px;width:168px;height:166.99891711491px;display:block; }
 }@media only screen and (max-width: 763px) { #DUCGphyHWxQTPfMJNpKkkUZTnkTWtLTJ { display:block; }#DUCGphyHWxQTPfMJNpKkkUZTnkTWtLTJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #trIW08Q4xCINJKHm1Wcdr3WqVqBfspTt { top:72px;left:2.9896240234375px;width:552px;height:85px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #pppWGUzX5guhq3QmdInVCbQTVdgGZHfc { top:42px;left:572px;width:188px;height:183.02582338498px;display:block; }
 }@media only screen and (max-width: 763px) { #tovEIbIbwq9Hy8u0doOUW6PCmEET8vg9 { width:258px;height:49px;top:174px;left:2.9896240234375px;display:block; }
 }@media only screen and (max-width: 763px) { #kmJO3yiz6vax4uGZkvC8A5JwGb8oIVeP { display:block; }
 }@media only screen and (max-width: 763px) { #Q5h3CFnJZxPIlq1OC9SKW7pziPt0XGQW { display:block; }#Q5h3CFnJZxPIlq1OC9SKW7pziPt0XGQW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zcW31oHKo5RkvWtK2lxd4JLIlo44JTtZ { top:75px;left:0px;width:580px;height:57px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #ZoL43CE9cUDKn0QRoMKbVbxDUbSGa5da { top:41px;left:580px;width:179px;height:182px;display:block; }
 }@media only screen and (max-width: 763px) { #bOCJUwz75WWMTHKiCJw8FQVXdbUUvM0B { width:257px;height:48px;top:145px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #w0XVThMLC284X3nJpy2olvCNnC44NdZ9 { display:block; }
 }@media only screen and (max-width: 763px) { #W2p9W4nJ2D5Z0bHtxqZJmzdTh7e3rKdq { display:block; }#W2p9W4nJ2D5Z0bHtxqZJmzdTh7e3rKdq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTXGQK7U6NrJVebMp3i2WrzKHKTgFxHQ { top:91px;left:0px;width:552px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #vEz90TgKXex8yd9WCvkpHIg2rPkP2Dpm { top:41px;left:579px;width:181px;height:183px;display:block; }
 }@media only screen and (max-width: 763px) { #XuxXbQOuSDqEE5e1T1Nm96UtK4LTzOs7 { width:257px;height:48px;top:128px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rWG5BTntlBSX1ixqyVCDDSk2mciLPMZm { display:block; }
 }@media only screen and (max-width: 763px) { #zVeBrHLzTwWnMBdaHSpbMEEKX8H5xsTI { display:block; }#zVeBrHLzTwWnMBdaHSpbMEEKX8H5xsTI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wB4zwK0KSmtzMap8ZyFa2o8XCBZoLLna { top:75px;left:0px;width:580px;height:57px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #PzeGcQhcbg4WRtnW2Ko2T0c4m5M16ToD { top:41px;left:579px;width:179px;height:182px;display:block; }
 }@media only screen and (max-width: 763px) { #GCBEsMlq3ywRDhOQeBTVHRTCIzFwLJNP { width:257px;height:48px;top:142px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gez378RLUCS1hAUmUWJEqvkFOXLTMMFv { display:block; }
 }@media only screen and (max-width: 763px) { #cLe0CA2QfETITrosdIAwofPLbTt5oUPz { display:block; }#cLe0CA2QfETITrosdIAwofPLbTt5oUPz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcPGIlG4Olu2nItdD5dNLHi6NknucNUl { top:55px;left:293.00695800781px;width:177px;height:75.575854221803px;display:block; }
 }@media only screen and (max-width: 763px) { #OkIZzl9Xe7FqbxmL5uJPXLoFxy3LvvZn { top:56px;left:6.49658203125px;width:173px;height:74.571965538844px;display:block; }
 }@media only screen and (max-width: 763px) { #tkgq0RmRMMEKfaTIJHhkPlRIVzR4wfp7 { top:56px;left:584px;width:173px;height:74px;display:block; }
 }@media only screen and (max-width: 763px) { #xCR5hsBRSyvoSyCywhqSwJK5sNsilvNU { width:198px;height:48px;top:306px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DDEgIfC1Ff7eqGBuEChvJfEbHaiu58gZ { display:block; }
 }@media only screen and (max-width: 763px) { #vHvyzMNiRTu3XxpHMPRBmDc1xQymrIA1 { width:198px;height:48px;top:306px;left:283px;display:block; }
 }@media only screen and (max-width: 763px) { #MvypeaTAG8evO1E4hqkacEF0U7GlQK6k { display:block; }
 }@media only screen and (max-width: 763px) { #tb8OCS9CTEkZvv1lDKwcrhmCsFTcopTh { width:198px;height:48px;top:305px;left:566px;display:block; }
 }@media only screen and (max-width: 763px) { #ZrggfFBSmWi8BLlpVFTM2GFbnlHvzQJt { display:block; }
 }@media only screen and (max-width: 763px) { #o40RIfV8v4war4nTh3Ex4xZiNFvfEl30 { top:131px;left:15.454895019531px;width:156px;height:156.98271941502px;display:block; }
 }@media only screen and (max-width: 763px) { #A3qTesbJCbWdg3TFBU05VlwQACuxMS4d { top:136px;left:303.49310302734px;width:154px;height:157px;display:block; }
 }@media only screen and (max-width: 763px) { #Xagnw0154zOUNhTRQioc3xr0OUybZIiu { top:136px;left:593.45843505859px;width:153px;height:156px;display:block; }
 }@media only screen and (max-width: 763px) { #lbN5cReqUtIzNhr4cQWDQ60KyhD1Wsxf { display:block; }#lbN5cReqUtIzNhr4cQWDQ60KyhD1Wsxf > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyiAoJiBK9HTiKeMLL2emtzEFsDlionU { top:77px;left:59px;width:645px;height:75px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #VxDdhPlJbwn02NGkzWd8PgOrge2aBHf4 { top:160px;left:127px;width:510px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #mS6aVi9exSuhlWR1Da70H98rX9VoBlPr { width:198px;height:48px;top:445px;left:129px;display:block; }
 }@media only screen and (max-width: 763px) { #KwtAhkn7CHVrXm3xCtUL3dbFStRdhwFq { display:block; }
 }@media only screen and (max-width: 763px) { #l1tUQd1IDnS2moqDKi9sdrDntr8F0aMP { top:413px;left:85px;width:287px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #eLoXCdRObLBGKHDJK19RiJcudSpTp3Ll { width:198px;height:48px;top:445px;left:429px;display:block; }
 }@media only screen and (max-width: 763px) { #SfB2pk05ySIBdFDT5OH9Tx8ppzbOtcqc { display:block; }
 }@media only screen and (max-width: 763px) { #Qmr80U5qQ3hpNzXBdn4PauVhwM8MTorF { top:413px;left:384px;width:287px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #vapzi5wFk9u14aH8nixbki0BXfTKnpaa { top:222px;left:440px;width:176px;height:176px;display:block; }
 }@media only screen and (max-width: 763px) { #f7UCZn2gAmAaEMLOFL2tXMTD5mrbU9f3 { top:222px;left:140px;width:175px;height:175px;display:block; }
 }@media only screen and (max-width: 763px) { #kxrOLqRgNuLHxve6m8SIKxvsPQAV3pxT { top:261px;left:639px;width:125px;height:124.01777918882px;display:block; }
 }@media only screen and (max-width: 763px) { #WyTfEbFAlPMTOscSSNogk55RwDk5iqxn { top:553px;left:95px;width:163px;height:163px;display:block; }
 }@media only screen and (max-width: 763px) { #GPdHVaLH4piDSTAC65wRmuqNDmTUL2br { top:561px;left:288px;width:366px;height:85px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #OmOHc7yr4VkA90vX3UZ6BzeqFbGML4Dn { top:531px;left:65px;width:626px;height:207px;display:block; }
 }@media only screen and (max-width: 763px) { #iIPw3i7QKyCoBrv0DkNqwfyMIhk0Ly0T { width:257px;height:48px;top:658px;left:288px;display:block; }
 }@media only screen and (max-width: 763px) { #z9TboKi6xdN7mHPa2J6XDzphMaGzuGgd { display:block; }
 }@media only screen and (max-width: 763px) { #bf0mZCgTVCQRUxGcs2SGVnaK5zwuWUbL { display:block; }#bf0mZCgTVCQRUxGcs2SGVnaK5zwuWUbL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iv295hoHJWnZrwJ0PcOD0qXTSufneiJ3 { top:38px;left:307.5px;width:149px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:60px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uLwhTwaZ9RPQXewLeQq4Sqrox1P0x9Ms { width:149px;height:24px;top:20px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #pUidJaTydBkN4Fq0L9gaLpOEiQHB57D2 { display:block; }#pUidJaTydBkN4Fq0L9gaLpOEiQHB57D2 > .row .container { width:320px;height:375px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wav1cDDsvO3KgWQl3e14orGTDk40VB73 { width:261.997px;height:101.4063px;top:213.76737213135px;left:28.993058204651px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JKkHoRHNtBZky8QpQALfCC6vza6I0eGq { width:168px;height:166.99881639996px;top:10.15625px;left:61.979172706604px;display:block; }
 }@media only screen and (max-width: 763px) { #DUCGphyHWxQTPfMJNpKkkUZTnkTWtLTJ { display:block; }#DUCGphyHWxQTPfMJNpKkkUZTnkTWtLTJ > .row .container { width:320px;height:530px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #trIW08Q4xCINJKHm1Wcdr3WqVqBfspTt { width:292.986px;height:171.562px;top:23.559051513672px;left:13.489583015442px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pppWGUzX5guhq3QmdInVCbQTVdgGZHfc { width:188px;height:183.02582338498px;top:303.97570514679px;left:64.878472328186px;display:block; }
 }@media only screen and (max-width: 763px) { #tovEIbIbwq9Hy8u0doOUW6PCmEET8vg9 { width:258px;height:49px;top:210.98959541321px;left:30.989583015442px;display:block; }
 }@media only screen and (max-width: 763px) { #kmJO3yiz6vax4uGZkvC8A5JwGb8oIVeP { display:block; }
 }@media only screen and (max-width: 763px) { #Q5h3CFnJZxPIlq1OC9SKW7pziPt0XGQW { display:block; }#Q5h3CFnJZxPIlq1OC9SKW7pziPt0XGQW > .row .container { width:320px;height:440px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zcW31oHKo5RkvWtK2lxd4JLIlo44JTtZ { width:320px;height:114.375px;top:20px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZoL43CE9cUDKn0QRoMKbVbxDUbSGa5da { width:178px;height:181px;top:222.375px;left:69px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bOCJUwz75WWMTHKiCJw8FQVXdbUUvM0B { width:257px;height:48px;top:154.375px;left:31px;display:block; }
 }@media only screen and (max-width: 763px) { #w0XVThMLC284X3nJpy2olvCNnC44NdZ9 { display:block; }
 }@media only screen and (max-width: 763px) { #W2p9W4nJ2D5Z0bHtxqZJmzdTh7e3rKdq { display:block; }#W2p9W4nJ2D5Z0bHtxqZJmzdTh7e3rKdq > .row .container { width:320px;height:390px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTXGQK7U6NrJVebMp3i2WrzKHKTgFxHQ { width:320px;height:57.1875px;top:20px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vEz90TgKXex8yd9WCvkpHIg2rPkP2Dpm { width:181px;height:182.99611028234px;top:165.1875px;left:68px;display:block; }
 }@media only screen and (max-width: 763px) { #XuxXbQOuSDqEE5e1T1Nm96UtK4LTzOs7 { width:257px;height:48px;top:97.1875px;left:31px;display:block; }
 }@media only screen and (max-width: 763px) { #rWG5BTntlBSX1ixqyVCDDSk2mciLPMZm { display:block; }
 }@media only screen and (max-width: 763px) { #zVeBrHLzTwWnMBdaHSpbMEEKX8H5xsTI { display:block; }#zVeBrHLzTwWnMBdaHSpbMEEKX8H5xsTI > .row .container { width:320px;height:465px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wB4zwK0KSmtzMap8ZyFa2o8XCBZoLLna { width:320px;height:114.375px;top:20px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PzeGcQhcbg4WRtnW2Ko2T0c4m5M16ToD { width:179px;height:182px;top:222.375px;left:69px;display:block; }
 }@media only screen and (max-width: 763px) { #GCBEsMlq3ywRDhOQeBTVHRTCIzFwLJNP { width:257px;height:48px;top:154.375px;left:31px;display:block; }
 }@media only screen and (max-width: 763px) { #gez378RLUCS1hAUmUWJEqvkFOXLTMMFv { display:block; }
 }@media only screen and (max-width: 763px) { #cLe0CA2QfETITrosdIAwofPLbTt5oUPz { display:block; }#cLe0CA2QfETITrosdIAwofPLbTt5oUPz > .row .container { width:320px;height:1037px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcPGIlG4Olu2nItdD5dNLHi6NknucNUl { width:177px;height:75.575854221803px;top:359px;left:71px;display:block; }
 }@media only screen and (max-width: 763px) { #OkIZzl9Xe7FqbxmL5uJPXLoFxy3LvvZn { width:173px;height:74.579252310664px;top:33px;left:73px;display:block; }
 }@media only screen and (max-width: 763px) { #tkgq0RmRMMEKfaTIJHhkPlRIVzR4wfp7 { width:173px;height:73.999088365532px;top:682px;left:73px;display:block; }
 }@media only screen and (max-width: 763px) { #xCR5hsBRSyvoSyCywhqSwJK5sNsilvNU { width:198px;height:48px;top:280px;left:61px;display:block; }
 }@media only screen and (max-width: 763px) { #DDEgIfC1Ff7eqGBuEChvJfEbHaiu58gZ { display:block; }
 }@media only screen and (max-width: 763px) { #vHvyzMNiRTu3XxpHMPRBmDc1xQymrIA1 { width:198px;height:48px;top:614px;left:61px;display:block; }
 }@media only screen and (max-width: 763px) { #MvypeaTAG8evO1E4hqkacEF0U7GlQK6k { display:block; }
 }@media only screen and (max-width: 763px) { #tb8OCS9CTEkZvv1lDKwcrhmCsFTcopTh { width:198px;height:48px;top:936px;left:61px;display:block; }
 }@media only screen and (max-width: 763px) { #ZrggfFBSmWi8BLlpVFTM2GFbnlHvzQJt { display:block; }
 }@media only screen and (max-width: 763px) { #o40RIfV8v4war4nTh3Ex4xZiNFvfEl30 { width:156px;height:156.9658273725px;top:108px;left:82px;display:block; }
 }@media only screen and (max-width: 763px) { #A3qTesbJCbWdg3TFBU05VlwQACuxMS4d { width:154px;height:157.00413655166px;top:434px;left:83px;display:block; }
 }@media only screen and (max-width: 763px) { #Xagnw0154zOUNhTRQioc3xr0OUybZIiu { width:153px;height:156.00427490097px;top:755px;left:83px;display:block; }
 }@media only screen and (max-width: 763px) { #lbN5cReqUtIzNhr4cQWDQ60KyhD1Wsxf { display:block; }#lbN5cReqUtIzNhr4cQWDQ60KyhD1Wsxf > .row .container { width:320px;height:1547px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyiAoJiBK9HTiKeMLL2emtzEFsDlionU { width:261.997px;height:135.2084px;top:39.756973266602px;left:28.993058204651px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VxDdhPlJbwn02NGkzWd8PgOrge2aBHf4 { width:320px;height:57.1875px;top:190.95486450195px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mS6aVi9exSuhlWR1Da70H98rX9VoBlPr { width:198px;height:48px;top:525.9722366333px;left:60.989586830139px;display:block; }
 }@media only screen and (max-width: 763px) { #KwtAhkn7CHVrXm3xCtUL3dbFStRdhwFq { display:block; }
 }@media only screen and (max-width: 763px) { #l1tUQd1IDnS2moqDKi9sdrDntr8F0aMP { width:286.997px;height:23.4028px;top:487.17027759552px;left:16.493056297302px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eLoXCdRObLBGKHDJK19RiJcudSpTp3Ll { width:198px;height:48px;top:852.95141601562px;left:60.989586830139px;display:block; }
 }@media only screen and (max-width: 763px) { #SfB2pk05ySIBdFDT5OH9Tx8ppzbOtcqc { display:block; }
 }@media only screen and (max-width: 763px) { #Qmr80U5qQ3hpNzXBdn4PauVhwM8MTorF { width:286.997px;height:23.4028px;top:813.55905151367px;left:16.493056297302px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vapzi5wFk9u14aH8nixbki0BXfTKnpaa { width:176px;height:176px;top:616.1285276413px;left:71.996529579163px;display:block; }
 }@media only screen and (max-width: 763px) { #f7UCZn2gAmAaEMLOFL2tXMTD5mrbU9f3 { width:176px;height:176px;top:292.118060112px;left:71.996529579163px;display:block; }
 }@media only screen and (max-width: 763px) { #kxrOLqRgNuLHxve6m8SIKxvsPQAV3pxT { width:125px;height:124.01px;top:912px;left:72px;display:block; }
 }@media only screen and (max-width: 763px) { #WyTfEbFAlPMTOscSSNogk55RwDk5iqxn { width:180px;height:180px;top:1251px;left:70px;display:block; }
 }@media only screen and (max-width: 763px) { #GPdHVaLH4piDSTAC65wRmuqNDmTUL2br { width:263.993px;height:109.236px;top:1043.9931030273px;left:27.98611164093px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OmOHc7yr4VkA90vX3UZ6BzeqFbGML4Dn { width:297.986px;height:451.997px;top:1016.9792175293px;left:10.989583015442px;display:block; }
 }@media only screen and (max-width: 763px) { #iIPw3i7QKyCoBrv0DkNqwfyMIhk0Ly0T { width:256.997px;height:47.9861px;top:1174.9826965332px;left:31.493058204651px;display:block; }
 }@media only screen and (max-width: 763px) { #z9TboKi6xdN7mHPa2J6XDzphMaGzuGgd { display:block; }
 }@media only screen and (max-width: 763px) { #bf0mZCgTVCQRUxGcs2SGVnaK5zwuWUbL { display:block; }#bf0mZCgTVCQRUxGcs2SGVnaK5zwuWUbL > .row .container { width:320px;height:100px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iv295hoHJWnZrwJ0PcOD0qXTSufneiJ3 { width:149px;height:24px;top:38.5px;left:85.5px;display:block; }
 }