.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#Pi3fzPvp1qFr4sdM2WXEpgeblwTcUyPu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Pi3fzPvp1qFr4sdM2WXEpgeblwTcUyPu > .row .container { background-color: transparent; background-image: none; }#Pi3fzPvp1qFr4sdM2WXEpgeblwTcUyPu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pi3fzPvp1qFr4sdM2WXEpgeblwTcUyPu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pi3fzPvp1qFr4sdM2WXEpgeblwTcUyPu > .row .container > .video-iframe-container { display: none; }#Pi3fzPvp1qFr4sdM2WXEpgeblwTcUyPu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pi3fzPvp1qFr4sdM2WXEpgeblwTcUyPu > .row > .video-iframe-container { display: none; }#Pi3fzPvp1qFr4sdM2WXEpgeblwTcUyPu > .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); }#Pi3fzPvp1qFr4sdM2WXEpgeblwTcUyPu > .row .container { border-width: 0; border-radius: 0; }#Pi3fzPvp1qFr4sdM2WXEpgeblwTcUyPu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pi3fzPvp1qFr4sdM2WXEpgeblwTcUyPu > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#EitgqVeTxOtvUTpdyG1BdDoLgs8vzmT1 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:2.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#bZBihAhGc2FTr0c0Bi2LMRhWtHMGm4IC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.875rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.28125rem;left:54.25rem;display:block; }
#BwCXQzE3bzsgP08JZxBkzqInpb4TSMiR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AiIRb0u2f6FzLbHG30WQrXS4G7pImTSR { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.875rem;height:2.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.28125rem;left:47.59375rem;display:block; }
#hOvE5ovBq0ylZrUT7k12d5UnFJcIu5E1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KWVASBqbUN30K4X8JIT27fTUF1tg2Vh5 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:6.5rem;top:1rem;left:3.90625rem;overflow:hidden;display:block; }
#Rft1hwgXu1S0hMPQRDgSzdCIF94wJNrD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:2.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.28125rem;left:38.59375rem;display:block; }
#oZJNQVRysFuQuK7iGSOfFFHXsaIl7E5z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sd6H5SE2oAZyURamWaZuhtFSxrpRaZX5 { background-color:#e48118;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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.375rem;left:61.6875rem;display:block; }
#lQ33aXTyZrTi04Pgq6dUOypqyg5K9X3T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KzG2QkAthQhTt0CXZLPgEvEnsFchxtQy { position:relative;display:block; }#KzG2QkAthQhTt0CXZLPgEvEnsFchxtQy { background-color: transparent; background-image: none; }#KzG2QkAthQhTt0CXZLPgEvEnsFchxtQy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzG2QkAthQhTt0CXZLPgEvEnsFchxtQy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzG2QkAthQhTt0CXZLPgEvEnsFchxtQy > .row .container > .video-iframe-container { display: none; }#KzG2QkAthQhTt0CXZLPgEvEnsFchxtQy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzG2QkAthQhTt0CXZLPgEvEnsFchxtQy > .row > .video-iframe-container { display: none; }#KzG2QkAthQhTt0CXZLPgEvEnsFchxtQy > .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); }#KzG2QkAthQhTt0CXZLPgEvEnsFchxtQy { border-width: 0; border-radius: 0; }#KzG2QkAthQhTt0CXZLPgEvEnsFchxtQy > .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; }#KzG2QkAthQhTt0CXZLPgEvEnsFchxtQy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Pnvx2iKtWQ2ekZ7l9U8lQ9QPguGGEty9 { background-color:#f8f8f8;background-image:url("https://images.assets-landingi.com/uc/a7b50ea3-c837-47e3-a0ae-f48f7b87b11e/Asset22x.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Pnvx2iKtWQ2ekZ7l9U8lQ9QPguGGEty9.adaptive-delivery-prevent-bg, #Pnvx2iKtWQ2ekZ7l9U8lQ9QPguGGEty9.lazyload, #Pnvx2iKtWQ2ekZ7l9U8lQ9QPguGGEty9.lazyloading { background-image: none; }#Pnvx2iKtWQ2ekZ7l9U8lQ9QPguGGEty9 > .row .container { background-color: transparent; background-image: none; }#Pnvx2iKtWQ2ekZ7l9U8lQ9QPguGGEty9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pnvx2iKtWQ2ekZ7l9U8lQ9QPguGGEty9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pnvx2iKtWQ2ekZ7l9U8lQ9QPguGGEty9 > .row .container > .video-iframe-container { display: none; }#Pnvx2iKtWQ2ekZ7l9U8lQ9QPguGGEty9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pnvx2iKtWQ2ekZ7l9U8lQ9QPguGGEty9 > .row > .video-iframe-container { display: none; }#Pnvx2iKtWQ2ekZ7l9U8lQ9QPguGGEty9 > .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); }#Pnvx2iKtWQ2ekZ7l9U8lQ9QPguGGEty9 > .row .container { border-width: 0; border-radius: 0; }#Pnvx2iKtWQ2ekZ7l9U8lQ9QPguGGEty9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pnvx2iKtWQ2ekZ7l9U8lQ9QPguGGEty9 > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;overflow:visible;position:relative;display:block; }#PFNilcprkkUxfhfNH7BGbng72bdtlR1A { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:7.5rem;top:34.653646469116rem;left:19.8125rem;overflow:hidden;display:none; }
#qXeC7om5TEbUXKWi0DWzgw9HzFc0G2G5 { color:#545454;display:block;width:35.6875rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:12.4375rem;left:3.125rem;height:6.875rem;font-style:normal;display:block; }
#lwX7TLyG0899U9w9hXTsm8d55hAnQR1R { background-color:#e48118;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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:20.6875rem;left:3.125rem;display:block; }
#DQ2vkW3TGFrcTyTKTF9y2xxOLgJwRlkU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ku73ihziFcKCJEqRNeEsRzVf2VV9gnyJ { color:#545454;display:block;width:21.75rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15042;line-height:1.4;letter-spacing:0;top:32.75rem;left:3.125rem;height:2.2744125rem;font-style:normal;display:block; }
#zxkbeUhkQVExqDgq0DdTBBNzESllhrqA { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.0625rem;width:30rem;top:0rem;left:38.0498046875rem;overflow:hidden;display:block; }
#iLWQtDeTbmBINvBkPM9QaunEIXiSOTT3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;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; }#iLWQtDeTbmBINvBkPM9QaunEIXiSOTT3 > .row .container { background-color: transparent; background-image: none; }#iLWQtDeTbmBINvBkPM9QaunEIXiSOTT3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iLWQtDeTbmBINvBkPM9QaunEIXiSOTT3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iLWQtDeTbmBINvBkPM9QaunEIXiSOTT3 > .row .container > .video-iframe-container { display: none; }#iLWQtDeTbmBINvBkPM9QaunEIXiSOTT3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iLWQtDeTbmBINvBkPM9QaunEIXiSOTT3 > .row > .video-iframe-container { display: none; }#iLWQtDeTbmBINvBkPM9QaunEIXiSOTT3 > .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); }#iLWQtDeTbmBINvBkPM9QaunEIXiSOTT3 > .row .container { border-width: 0; border-radius: 0; }#iLWQtDeTbmBINvBkPM9QaunEIXiSOTT3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iLWQtDeTbmBINvBkPM9QaunEIXiSOTT3 > .row .container { font-size:0.875rem;font-family:arial;height:14.5rem;width:75rem;position:relative;display:block; }#e06T0FFNrw2qK5bUUOu0b2wXuzHBMQ2A { color:#000000;display:block;width:43.5625rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:2.849609375rem;left:15.71875rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qeJwTpAFbboeUfLWvOHFLZzgdIPE6W13 { color:#000000;display:block;width:50.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:6.5625rem;left:12.375rem;height:4.548825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PPho25AFs83HmZTiG3rLWoCDTTi9oEuG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;background-image:url("https://images.assets-landingi.com/uc/f8011452-4fdd-4908-850d-90089959a5fe/Asset32x.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PPho25AFs83HmZTiG3rLWoCDTTi9oEuG.adaptive-delivery-prevent-bg, #PPho25AFs83HmZTiG3rLWoCDTTi9oEuG.lazyload, #PPho25AFs83HmZTiG3rLWoCDTTi9oEuG.lazyloading { background-image: none; }#PPho25AFs83HmZTiG3rLWoCDTTi9oEuG > .row .container { background-color: transparent; background-image: none; }#PPho25AFs83HmZTiG3rLWoCDTTi9oEuG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPho25AFs83HmZTiG3rLWoCDTTi9oEuG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPho25AFs83HmZTiG3rLWoCDTTi9oEuG > .row .container > .video-iframe-container { display: none; }#PPho25AFs83HmZTiG3rLWoCDTTi9oEuG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPho25AFs83HmZTiG3rLWoCDTTi9oEuG > .row > .video-iframe-container { display: none; }#PPho25AFs83HmZTiG3rLWoCDTTi9oEuG > .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); }#PPho25AFs83HmZTiG3rLWoCDTTi9oEuG > .row .container { border-width: 0; border-radius: 0; }#PPho25AFs83HmZTiG3rLWoCDTTi9oEuG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PPho25AFs83HmZTiG3rLWoCDTTi9oEuG > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;position:relative;display:block; }#DV4mLE13lebix5W7le11yvys2NaD93sV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:41.6875rem;top:1.65625rem;left:16.65625rem;overflow:hidden;display:block; }
#ttWOOWT3D0I8xJDpTUdU5OMNDWHbbACG { background-color:#f8f8f8;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ttWOOWT3D0I8xJDpTUdU5OMNDWHbbACG > .row .container { border-width: 0; border-radius: 0; }#ttWOOWT3D0I8xJDpTUdU5OMNDWHbbACG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ttWOOWT3D0I8xJDpTUdU5OMNDWHbbACG > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;overflow:visible;position:relative;display:none; }#eOCvs0a5LECuA8s1hmMfOseawH788Rz8 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:7.5rem;top:34.653646469116rem;left:19.8125rem;overflow:hidden;display:none; }
#ah1xcFzCQTv5gRuTmDQ0JwbbTZN6a09W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6fa4bd2b-f7bc-4c26-8413-2b65251d0b3a/TransparentBackground.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ah1xcFzCQTv5gRuTmDQ0JwbbTZN6a09W.adaptive-delivery-prevent-bg, #ah1xcFzCQTv5gRuTmDQ0JwbbTZN6a09W.lazyload, #ah1xcFzCQTv5gRuTmDQ0JwbbTZN6a09W.lazyloading { background-image: none; }#ah1xcFzCQTv5gRuTmDQ0JwbbTZN6a09W > .row .container { background-color: transparent; background-image: none; }#ah1xcFzCQTv5gRuTmDQ0JwbbTZN6a09W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ah1xcFzCQTv5gRuTmDQ0JwbbTZN6a09W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ah1xcFzCQTv5gRuTmDQ0JwbbTZN6a09W > .row .container > .video-iframe-container { display: none; }#ah1xcFzCQTv5gRuTmDQ0JwbbTZN6a09W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ah1xcFzCQTv5gRuTmDQ0JwbbTZN6a09W > .row > .video-iframe-container { display: none; }#ah1xcFzCQTv5gRuTmDQ0JwbbTZN6a09W > .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); }#ah1xcFzCQTv5gRuTmDQ0JwbbTZN6a09W > .row .container { border-width: 0; border-radius: 0; }#ah1xcFzCQTv5gRuTmDQ0JwbbTZN6a09W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ah1xcFzCQTv5gRuTmDQ0JwbbTZN6a09W > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:75rem;position:relative;display:block; }#KCPDTLztrBsUKUPBJlZwBz4BovS3wPx2 { color:#000000;display:block;width:60.8125rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:2.162109375rem;left:7.09375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FOP0mNCWIQna5QZLbxO0zMoatTta6QOs { color:#000000;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:16.38671875rem;left:3.78125rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#brOTiVTAA2frnXNa6bWOfhFZQBoE4bPe { box-sizing:content-box;height:13.4375rem;width:12.4375rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:6.875rem;left:3.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;display:block; }
#zJGa9EmRVl17XMqn9cD6ivAitg1SZFlH { box-sizing:content-box;height:13.4375rem;width:12.4375rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:6.875rem;left:17.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;display:block; }
#N8rwgLatJWl5smlhQX7ETrzBmJMrQPrV { box-sizing:content-box;height:13.4375rem;width:12.4375rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:6.875rem;left:45.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;display:block; }
#JTcrsCho90HGxxKTc2fdhcghUAUP64GI { box-sizing:content-box;height:13.4375rem;width:12.4375rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:6.875rem;left:31.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;display:block; }
#wadgcWCoeTdKQ1uw3gxSqJCURnQ3QKlV { box-sizing:content-box;height:13.4375rem;width:12.4375rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:6.375rem;left:59.4375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;display:block; }
#GmEzhwpwOU3nWehuklTz81StiM8pSO8o { color:#000000;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.1;letter-spacing:0;top:16.38671875rem;left:17.78125rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WRGereaxyVnrXqfgAguDBiT0lBmB9PqT { color:#000000;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.1;letter-spacing:0;top:16.38671875rem;left:31.875rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ia3XwDEiagqXBKetaBvfBd6BvOJXVFRq { color:#000000;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:16.38671875rem;left:45.84375rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u9CesSX0OKyeDBx0lVV8mfeebyreKbnJ { color:#000000;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:16.44921875rem;left:60.03125rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AnqTLKIesgwXnZ8IA95KE9F5G0IOiHDJ { box-sizing:content-box;height:13.4375rem;width:12.4375rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:21.9375rem;left:10.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;display:block; }
#lx4UeA4LE82XZdX1EIVdTimrFuJq2yKZ { box-sizing:content-box;height:13.4375rem;width:12.4375rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:21.9375rem;left:24.3125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;display:block; }
#PIriabyduykvHCGTe7KqoclyLTIT8T22 { box-sizing:content-box;height:13.4375rem;width:12.4375rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:21.9375rem;left:38.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;display:block; }
#Zc96ZOnoAWmbJv2LwhK0tMcLAJrTrMUl { color:#000000;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.1;letter-spacing:0;top:31.625rem;left:10.875rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PsAlHQ330oduiM7g4CNJIVSDGPqeRE1k { color:#000000;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.1;letter-spacing:0;top:31.625rem;left:24.875rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P0h4JlXIx6CtS75ErIedPMa3f78CK5AC { box-sizing:content-box;height:13.4375rem;width:12.4375rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:21.9375rem;left:52.3125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;display:block; }
#JVFBN9bb9gfalG70EnViqeNvOm31f9Af { color:#000000;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.1;letter-spacing:0;top:31.625rem;left:38.9375rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P2BoMnu2TqA7u9X0e9TNFAgQpNa3TAoA { color:#000000;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:31.625rem;left:52.9375rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pNO44bnOcurHpGHzIzCUs9WZ0LvaRXUv { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:9.4375rem;top:7.625rem;left:4.65625rem;overflow:hidden;display:block; }
#X4yhB1WFtyRTDHRyvV74I9qDkKA4Dyw7 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:9.4375rem;top:7.625rem;left:18.6875rem;overflow:hidden;display:block; }
#LRalS3RKHIW0Rnt326hOFEcT5MaQtsUD { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:9.4375rem;top:7.625rem;left:32.78125rem;overflow:hidden;display:block; }
#WRu57cPWncL1PlSJyRBpNwHJt2sevwap { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:9.4375rem;top:7.625rem;left:46.75rem;overflow:hidden;display:block; }
#zclsQFKE0bh9aySITEVyCTRK1gXIklhw { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:9.4375rem;top:7.625rem;left:60.9375rem;overflow:hidden;display:block; }
#RozNTzfuB3bVpf6SToQ1e02Ox9UcwNvm { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:9.4375rem;top:22.875rem;left:11.75rem;overflow:hidden;display:block; }
#EKCZlmJgR74Ix2bExHWPSD8QUdoOWuMJ { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:9.4375rem;top:22.875rem;left:25.8125rem;overflow:hidden;display:block; }
#NDVzI38OkdRfZLE8rkFM52czOAyae9Ws { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:9.4375rem;top:22.875rem;left:39.875rem;overflow:hidden;display:block; }
#m7Cd9v8nknsJkTE9hRlEz6s4QOJiJr8u { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:9.4375rem;top:22.875rem;left:53.8125rem;overflow:hidden;display:block; }
#ioSge0ZUg7izxxhS8vAkZ3lpumSbRT4k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:url("https://images.assets-landingi.com/uc/ca729204-90c5-4b83-90e1-33763d3a2c49/Background62x.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ioSge0ZUg7izxxhS8vAkZ3lpumSbRT4k.adaptive-delivery-prevent-bg, #ioSge0ZUg7izxxhS8vAkZ3lpumSbRT4k.lazyload, #ioSge0ZUg7izxxhS8vAkZ3lpumSbRT4k.lazyloading { background-image: none; }#ioSge0ZUg7izxxhS8vAkZ3lpumSbRT4k > .row .container { background-color: transparent; background-image: none; }#ioSge0ZUg7izxxhS8vAkZ3lpumSbRT4k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioSge0ZUg7izxxhS8vAkZ3lpumSbRT4k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioSge0ZUg7izxxhS8vAkZ3lpumSbRT4k > .row .container > .video-iframe-container { display: none; }#ioSge0ZUg7izxxhS8vAkZ3lpumSbRT4k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioSge0ZUg7izxxhS8vAkZ3lpumSbRT4k > .row > .video-iframe-container { display: none; }#ioSge0ZUg7izxxhS8vAkZ3lpumSbRT4k > .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); }#ioSge0ZUg7izxxhS8vAkZ3lpumSbRT4k > .row .container { border-width: 0; border-radius: 0; }#ioSge0ZUg7izxxhS8vAkZ3lpumSbRT4k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ioSge0ZUg7izxxhS8vAkZ3lpumSbRT4k > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:75rem;position:relative;display:block; }#vm6plQ9NJGo4rS5RrVVvvS2uh5qc4wJI { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1875rem;left:19.40625rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DtbTPl4NaferNfHAOGlV40L6vHgZrzPR { color:#000000;display:block;width:43.4375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:5.4248046875rem;left:14.75rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cgdbTKSq0q75JA0WO7i7kxbCZlkGC3si { box-sizing:content-box;height:31.3125rem;width:68.6875rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:9.125rem;left:3.15625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;display:block; }
#Ct78LxcQ1tn3Qo1zCgPr6Lic5AGiTEla { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.3125rem;width:58.4375rem;top:10.4375rem;left:8.28125rem;overflow:hidden;display:block; }
#TIadTVNiC1wNTae8yFx4nnVUmBqVlNHB { color:#000000;display:block;width:43.4375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:37.7373046875rem;left:15.78125rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z54JLQ02Xx4bbeslJpHrz9f6OkF36w5y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#135472;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; }#z54JLQ02Xx4bbeslJpHrz9f6OkF36w5y > .row .container { background-color: transparent; background-image: none; }#z54JLQ02Xx4bbeslJpHrz9f6OkF36w5y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z54JLQ02Xx4bbeslJpHrz9f6OkF36w5y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z54JLQ02Xx4bbeslJpHrz9f6OkF36w5y > .row .container > .video-iframe-container { display: none; }#z54JLQ02Xx4bbeslJpHrz9f6OkF36w5y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z54JLQ02Xx4bbeslJpHrz9f6OkF36w5y > .row > .video-iframe-container { display: none; }#z54JLQ02Xx4bbeslJpHrz9f6OkF36w5y > .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); }#z54JLQ02Xx4bbeslJpHrz9f6OkF36w5y > .row .container { border-width: 0; border-radius: 0; }#z54JLQ02Xx4bbeslJpHrz9f6OkF36w5y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z54JLQ02Xx4bbeslJpHrz9f6OkF36w5y > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#qAHqDRw60T7zrwp0fQpVfOAXCBkc9rlb { color:#ffffff;display:block;width:39.25rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:300;z-index:15010;line-height:1.1;letter-spacing:0;top:4.125rem;left:17.875rem;height:5.63671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#URZMz7AiVv7dvERykELULUrwJ8OJOW8s { background-color:#ff8a02;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:2.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:12.0625rem;left:30.125rem;display:block; }
#cJasKNsqCP5IyUTzcsK17LoFvN5g6vEF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UcJ1poIygcA3PyWxAxZL5vVl9xS5Xlvy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333333;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; }#UcJ1poIygcA3PyWxAxZL5vVl9xS5Xlvy > .row .container { background-color: transparent; background-image: none; }#UcJ1poIygcA3PyWxAxZL5vVl9xS5Xlvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcJ1poIygcA3PyWxAxZL5vVl9xS5Xlvy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcJ1poIygcA3PyWxAxZL5vVl9xS5Xlvy > .row .container > .video-iframe-container { display: none; }#UcJ1poIygcA3PyWxAxZL5vVl9xS5Xlvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcJ1poIygcA3PyWxAxZL5vVl9xS5Xlvy > .row > .video-iframe-container { display: none; }#UcJ1poIygcA3PyWxAxZL5vVl9xS5Xlvy > .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); }#UcJ1poIygcA3PyWxAxZL5vVl9xS5Xlvy > .row .container { border-width: 0; border-radius: 0; }#UcJ1poIygcA3PyWxAxZL5vVl9xS5Xlvy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcJ1poIygcA3PyWxAxZL5vVl9xS5Xlvy > .row .container { font-size:0.875rem;font-family:arial;height:17.1875rem;width:75rem;position:relative;display:block; }#p6tInLCsKe4gvSUosg8JHq6eZP2Fd638 { color:#000000;display:block;width:17.4985625rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:14.3125rem;left:29.28173828125rem;height:0.875rem;text-align:center;text-align-last:center;display:block; }
#uRUuEIEnIqsPnUuqqGoebWUpL72MvHbG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.6875rem;height:1.75rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:9.5625rem;left:33.8115234375rem;display:block; }
#e07ataCkGuy57UBykW4zeaxpGh1HfCby { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h0lb1yAFvMNRpbkbhCHT9GmwPLwvgyQ5 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:9.125rem;top:1.9375rem;left:32.9375rem;overflow:hidden;display:block; }
#pFsLlP9BRsQurzwMZaq2on5nBbAfpPne { 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;box-shadow: none;height:1.5rem;width:1.5rem;top:9.6875rem;left:19.4375rem;overflow:hidden;display:block; }
#RwHotswFJbByE3FwmoteWtG13Wmv0Rva { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:9.75rem;left:44.5625rem;overflow:hidden;display:block; }
#f40W38BJCRwv5simF8SuGnKI2kqbrgBA { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:9.6875rem;left:31.5625rem;overflow:hidden;display:block; }
#CGLpboI2b5tQxAksWbqCmQi1mMg5x316 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:1.4375rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:9.71875rem;left:21.625rem;display:block; }
#OsFCwshnLmlKqbiv8J66yMoq5HMXAzSQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BaUoOgUvNmcr9F8cKrdCEB5Clv19hfb1 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:4.25rem;left:40.875rem;overflow:hidden;display:block; }
#srG6SulwTLciynp4sFHJcETmD04FqHSr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:1.5625rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:9.6875rem;left:46.875rem;display:block; }
#b3rXr4QCKVKygmNZTBZTXTm3lARpuPRe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sy4xPnSAfxOm4HlXM3KEkVwgP529xHhV { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:1.9375rem;left:68.03125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Pi3fzPvp1qFr4sdM2WXEpgeblwTcUyPu { display:block; }#Pi3fzPvp1qFr4sdM2WXEpgeblwTcUyPu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EitgqVeTxOtvUTpdyG1BdDoLgs8vzmT1 { top:0rem;left:0rem;width:2.625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZBihAhGc2FTr0c0Bi2LMRhWtHMGm4IC { width:5.875rem;height:2.1875rem;top:2.25rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwCXQzE3bzsgP08JZxBkzqInpb4TSMiR { display:block; }
 }@media only screen and (max-width: 763px) { #AiIRb0u2f6FzLbHG30WQrXS4G7pImTSR { width:5.875rem;height:2.1875rem;top:2.25rem;left:33.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOvE5ovBq0ylZrUT7k12d5UnFJcIu5E1 { display:block; }
 }@media only screen and (max-width: 763px) { #KWVASBqbUN30K4X8JIT27fTUF1tg2Vh5 { top:1rem;left:0rem;width:6.5rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rft1hwgXu1S0hMPQRDgSzdCIF94wJNrD { width:8.1875rem;height:2.1875rem;top:2.25rem;left:24.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZJNQVRysFuQuK7iGSOfFFHXsaIl7E5z { display:block; }
 }@media only screen and (max-width: 763px) { #sd6H5SE2oAZyURamWaZuhtFSxrpRaZX5 { width:9.75rem;height:2rem;top:2.375rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQ33aXTyZrTi04Pgq6dUOypqyg5K9X3T { display:block; }
 }@media only screen and (max-width: 763px) { #KzG2QkAthQhTt0CXZLPgEvEnsFchxtQy { display:block; }#KzG2QkAthQhTt0CXZLPgEvEnsFchxtQy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pnvx2iKtWQ2ekZ7l9U8lQ9QPguGGEty9 { display:block; }#Pnvx2iKtWQ2ekZ7l9U8lQ9QPguGGEty9 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PFNilcprkkUxfhfNH7BGbng72bdtlR1A { top:34.625rem;left:6.1875rem;width:7.5rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXeC7om5TEbUXKWi0DWzgw9HzFc0G2G5 { top:12.4375rem;left:0rem;width:35.6875rem;height:6.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwX7TLyG0899U9w9hXTsm8d55hAnQR1R { width:11.625rem;height:2.1875rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQ2vkW3TGFrcTyTKTF9y2xxOLgJwRlkU { display:block; }
 }@media only screen and (max-width: 763px) { #ku73ihziFcKCJEqRNeEsRzVf2VV9gnyJ { top:32.75rem;left:0rem;width:21.75rem;height:2.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxkbeUhkQVExqDgq0DdTBBNzESllhrqA { top:0rem;left:13.5625rem;width:30rem;height:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLWQtDeTbmBINvBkPM9QaunEIXiSOTT3 { display:block; }#iLWQtDeTbmBINvBkPM9QaunEIXiSOTT3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e06T0FFNrw2qK5bUUOu0b2wXuzHBMQ2A { top:2.8125rem;left:2.09375rem;width:43.5625rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeJwTpAFbboeUfLWvOHFLZzgdIPE6W13 { top:6.5625rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPho25AFs83HmZTiG3rLWoCDTTi9oEuG { display:block; }#PPho25AFs83HmZTiG3rLWoCDTTi9oEuG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DV4mLE13lebix5W7le11yvys2NaD93sV { top:1.625rem;left:3.03125rem;width:41.6875rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttWOOWT3D0I8xJDpTUdU5OMNDWHbbACG { display:block; }#ttWOOWT3D0I8xJDpTUdU5OMNDWHbbACG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eOCvs0a5LECuA8s1hmMfOseawH788Rz8 { top:34.625rem;left:6.1875rem;width:7.5rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah1xcFzCQTv5gRuTmDQ0JwbbTZN6a09W { display:block; }#ah1xcFzCQTv5gRuTmDQ0JwbbTZN6a09W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KCPDTLztrBsUKUPBJlZwBz4BovS3wPx2 { top:2.125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOP0mNCWIQna5QZLbxO0zMoatTta6QOs { top:16.375rem;left:0rem;width:11.25rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #brOTiVTAA2frnXNa6bWOfhFZQBoE4bPe { top:6.875rem;left:0rem;width:12.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJGa9EmRVl17XMqn9cD6ivAitg1SZFlH { top:6.875rem;left:3.5625rem;width:12.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8rwgLatJWl5smlhQX7ETrzBmJMrQPrV { top:6.875rem;left:31.625rem;width:12.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTcrsCho90HGxxKTc2fdhcghUAUP64GI { top:6.875rem;left:17.625rem;width:12.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wadgcWCoeTdKQ1uw3gxSqJCURnQ3QKlV { top:6.375rem;left:35.3125rem;width:12.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmEzhwpwOU3nWehuklTz81StiM8pSO8o { top:16.375rem;left:4.15625rem;width:11.25rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRGereaxyVnrXqfgAguDBiT0lBmB9PqT { top:16.375rem;left:18.25rem;width:11.25rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia3XwDEiagqXBKetaBvfBd6BvOJXVFRq { top:16.375rem;left:32.21875rem;width:11.25rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9CesSX0OKyeDBx0lVV8mfeebyreKbnJ { top:16.4375rem;left:36.5rem;width:11.25rem;height:0;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnqTLKIesgwXnZ8IA95KE9F5G0IOiHDJ { top:21.9375rem;left:0rem;width:12.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lx4UeA4LE82XZdX1EIVdTimrFuJq2yKZ { top:21.9375rem;left:10.6875rem;width:12.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIriabyduykvHCGTe7KqoclyLTIT8T22 { top:21.9375rem;left:24.75rem;width:12.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zc96ZOnoAWmbJv2LwhK0tMcLAJrTrMUl { top:31.625rem;left:0rem;width:11.25rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsAlHQ330oduiM7g4CNJIVSDGPqeRE1k { top:31.625rem;left:11.25rem;width:11.25rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0h4JlXIx6CtS75ErIedPMa3f78CK5AC { top:21.9375rem;left:35.3125rem;width:12.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVFBN9bb9gfalG70EnViqeNvOm31f9Af { top:31.625rem;left:25.3125rem;width:11.25rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2BoMnu2TqA7u9X0e9TNFAgQpNa3TAoA { top:31.625rem;left:36.5rem;width:11.25rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNO44bnOcurHpGHzIzCUs9WZ0LvaRXUv { top:7.625rem;left:0rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4yhB1WFtyRTDHRyvV74I9qDkKA4Dyw7 { top:7.625rem;left:5.0625rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRalS3RKHIW0Rnt326hOFEcT5MaQtsUD { top:7.625rem;left:19.15625rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRu57cPWncL1PlSJyRBpNwHJt2sevwap { top:7.625rem;left:33.125rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zclsQFKE0bh9aySITEVyCTRK1gXIklhw { top:7.625rem;left:38.3125rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RozNTzfuB3bVpf6SToQ1e02Ox9UcwNvm { top:22.875rem;left:0rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKCZlmJgR74Ix2bExHWPSD8QUdoOWuMJ { top:22.875rem;left:12.1875rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDVzI38OkdRfZLE8rkFM52czOAyae9Ws { top:22.875rem;left:26.25rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7Cd9v8nknsJkTE9hRlEz6s4QOJiJr8u { top:22.875rem;left:38.3125rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioSge0ZUg7izxxhS8vAkZ3lpumSbRT4k { display:block; }#ioSge0ZUg7izxxhS8vAkZ3lpumSbRT4k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vm6plQ9NJGo4rS5RrVVvvS2uh5qc4wJI { top:2.1875rem;left:5.78125rem;width:36.1875rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtbTPl4NaferNfHAOGlV40L6vHgZrzPR { top:5.375rem;left:1.125rem;width:43.4375rem;height:2.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgdbTKSq0q75JA0WO7i7kxbCZlkGC3si { top:9.125rem;left:0rem;width:47.75rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct78LxcQ1tn3Qo1zCgPr6Lic5AGiTEla { top:10.4375rem;left:0rem;width:47.75rem;height:21.500267379679rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIadTVNiC1wNTae8yFx4nnVUmBqVlNHB { top:37.6875rem;left:2.15625rem;width:43.4375rem;height:1.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z54JLQ02Xx4bbeslJpHrz9f6OkF36w5y { display:block; }#z54JLQ02Xx4bbeslJpHrz9f6OkF36w5y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qAHqDRw60T7zrwp0fQpVfOAXCBkc9rlb { top:4.125rem;left:4.25rem;width:39.25rem;height:5.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #URZMz7AiVv7dvERykELULUrwJ8OJOW8s { width:14.75rem;height:2.8125rem;top:12.0625rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJasKNsqCP5IyUTzcsK17LoFvN5g6vEF { display:block; }
 }@media only screen and (max-width: 763px) { #UcJ1poIygcA3PyWxAxZL5vVl9xS5Xlvy { display:block; }#UcJ1poIygcA3PyWxAxZL5vVl9xS5Xlvy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6tInLCsKe4gvSUosg8JHq6eZP2Fd638 { top:14.3125rem;left:15.65673828125rem;width:17.4375rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRUuEIEnIqsPnUuqqGoebWUpL72MvHbG { width:7.6875rem;height:1.75rem;top:9.5625rem;left:20.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e07ataCkGuy57UBykW4zeaxpGh1HfCby { display:block; }
 }@media only screen and (max-width: 763px) { #h0lb1yAFvMNRpbkbhCHT9GmwPLwvgyQ5 { top:1.9375rem;left:19.3125rem;width:9.125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFsLlP9BRsQurzwMZaq2on5nBbAfpPne { top:9.6875rem;left:5.8125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwHotswFJbByE3FwmoteWtG13Wmv0Rva { top:9.75rem;left:30.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f40W38BJCRwv5simF8SuGnKI2kqbrgBA { top:9.6875rem;left:17.9375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGLpboI2b5tQxAksWbqCmQi1mMg5x316 { width:6.4375rem;height:1.4375rem;top:9.6875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsFCwshnLmlKqbiv8J66yMoq5HMXAzSQ { display:block; }
 }@media only screen and (max-width: 763px) { #BaUoOgUvNmcr9F8cKrdCEB5Clv19hfb1 { top:4.25rem;left:27.25rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #srG6SulwTLciynp4sFHJcETmD04FqHSr { width:9.125rem;height:1.5625rem;top:9.6875rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3rXr4QCKVKygmNZTBZTXTm3lARpuPRe { display:block; }
 }@media only screen and (max-width: 763px) { #sy4xPnSAfxOm4HlXM3KEkVwgP529xHhV { top:1.9375rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Pi3fzPvp1qFr4sdM2WXEpgeblwTcUyPu { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Pi3fzPvp1qFr4sdM2WXEpgeblwTcUyPu > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EitgqVeTxOtvUTpdyG1BdDoLgs8vzmT1 { width:1.5625rem;height:2.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZBihAhGc2FTr0c0Bi2LMRhWtHMGm4IC { width:5.875rem;height:2.1875rem;top:2.25rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BwCXQzE3bzsgP08JZxBkzqInpb4TSMiR { display:block; }
 }@media only screen and (max-width: 763px) { #AiIRb0u2f6FzLbHG30WQrXS4G7pImTSR { width:5.875rem;height:2.1875rem;top:2.25rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hOvE5ovBq0ylZrUT7k12d5UnFJcIu5E1 { display:block; }
 }@media only screen and (max-width: 763px) { #KWVASBqbUN30K4X8JIT27fTUF1tg2Vh5 { width:3.6875rem;height:2.8125rem;top:0.75rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rft1hwgXu1S0hMPQRDgSzdCIF94wJNrD { width:8.1875rem;height:2.1875rem;top:2.25rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oZJNQVRysFuQuK7iGSOfFFHXsaIl7E5z { display:block; }
 }@media only screen and (max-width: 763px) { #sd6H5SE2oAZyURamWaZuhtFSxrpRaZX5 { width:6.3125rem;height:1.6875rem;top:1.65625rem;left:13.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQ33aXTyZrTi04Pgq6dUOypqyg5K9X3T { display:block; }
 }@media only screen and (max-width: 763px) { #KzG2QkAthQhTt0CXZLPgEvEnsFchxtQy { display:block; }#KzG2QkAthQhTt0CXZLPgEvEnsFchxtQy > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pnvx2iKtWQ2ekZ7l9U8lQ9QPguGGEty9 { background-color:rgba(248,245,245,0.63);background-image:url("https://images.assets-landingi.com/uc/a7b50ea3-c837-47e3-a0ae-f48f7b87b11e/Asset22x.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Pnvx2iKtWQ2ekZ7l9U8lQ9QPguGGEty9.adaptive-delivery-prevent-bg, #Pnvx2iKtWQ2ekZ7l9U8lQ9QPguGGEty9.lazyload, #Pnvx2iKtWQ2ekZ7l9U8lQ9QPguGGEty9.lazyloading { background-image: none; }#Pnvx2iKtWQ2ekZ7l9U8lQ9QPguGGEty9 > .row .container { background-color: transparent; background-image: none; }#Pnvx2iKtWQ2ekZ7l9U8lQ9QPguGGEty9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pnvx2iKtWQ2ekZ7l9U8lQ9QPguGGEty9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pnvx2iKtWQ2ekZ7l9U8lQ9QPguGGEty9 > .row .container > .video-iframe-container { display: none; }#Pnvx2iKtWQ2ekZ7l9U8lQ9QPguGGEty9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pnvx2iKtWQ2ekZ7l9U8lQ9QPguGGEty9 > .row > .video-iframe-container { display: none; }#Pnvx2iKtWQ2ekZ7l9U8lQ9QPguGGEty9 > .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); }#Pnvx2iKtWQ2ekZ7l9U8lQ9QPguGGEty9 > .row .container { border-width: 0; border-radius: 0; }#Pnvx2iKtWQ2ekZ7l9U8lQ9QPguGGEty9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pnvx2iKtWQ2ekZ7l9U8lQ9QPguGGEty9 > .row .container { width:20rem;height:38.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PFNilcprkkUxfhfNH7BGbng72bdtlR1A { width:7.1875rem;height:6.9375rem;top:108.8125rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qXeC7om5TEbUXKWi0DWzgw9HzFc0G2G5 { width:20rem;height:4.3994125rem;top:1.03857421875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lwX7TLyG0899U9w9hXTsm8d55hAnQR1R { width:19.5rem;height:2rem;top:35.4375rem;left:0.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQ2vkW3TGFrcTyTKTF9y2xxOLgJwRlkU { display:block; }
 }@media only screen and (max-width: 763px) { #ku73ihziFcKCJEqRNeEsRzVf2VV9gnyJ { width:18.8125rem;height:1.75rem;top:5.9375rem;left:0.59375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zxkbeUhkQVExqDgq0DdTBBNzESllhrqA { width:20rem;height:24.9375rem;top:10.3125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iLWQtDeTbmBINvBkPM9QaunEIXiSOTT3 { display:block; }#iLWQtDeTbmBINvBkPM9QaunEIXiSOTT3 > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e06T0FFNrw2qK5bUUOu0b2wXuzHBMQ2A { width:14.75rem;height:1.23730625rem;top:1.25rem;left:2.625rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qeJwTpAFbboeUfLWvOHFLZzgdIPE6W13 { width:19.0625rem;height:6.125rem;top:3.03125rem;left:0.46875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPho25AFs83HmZTiG3rLWoCDTTi9oEuG { display:block; }#PPho25AFs83HmZTiG3rLWoCDTTi9oEuG > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DV4mLE13lebix5W7le11yvys2NaD93sV { width:20rem;height:5.0074962518741rem;top:0.93359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttWOOWT3D0I8xJDpTUdU5OMNDWHbbACG { background-color:rgba(248,245,245,0.63);background-image:url("https://images.assets-landingi.com/uc/30c3e8bc-769b-46fe-acb7-f2c4cd52c02a/Background42x.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ttWOOWT3D0I8xJDpTUdU5OMNDWHbbACG.adaptive-delivery-prevent-bg, #ttWOOWT3D0I8xJDpTUdU5OMNDWHbbACG.lazyload, #ttWOOWT3D0I8xJDpTUdU5OMNDWHbbACG.lazyloading { background-image: none; }#ttWOOWT3D0I8xJDpTUdU5OMNDWHbbACG > .row .container { border-width: 0; border-radius: 0; }#ttWOOWT3D0I8xJDpTUdU5OMNDWHbbACG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ttWOOWT3D0I8xJDpTUdU5OMNDWHbbACG > .row .container { width:20rem;height:41rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eOCvs0a5LECuA8s1hmMfOseawH788Rz8 { width:7.1875rem;height:6.9375rem;top:108.8125rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ah1xcFzCQTv5gRuTmDQ0JwbbTZN6a09W { display:block; }#ah1xcFzCQTv5gRuTmDQ0JwbbTZN6a09W > .row .container { width:20rem;height:56.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KCPDTLztrBsUKUPBJlZwBz4BovS3wPx2 { width:20rem;height:1.19970625rem;top:1.5rem;left:0rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FOP0mNCWIQna5QZLbxO0zMoatTta6QOs { width:6.4375rem;height:1.6494125rem;top:10.4375rem;left:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #brOTiVTAA2frnXNa6bWOfhFZQBoE4bPe { width:9.6875rem;height:9.375rem;top:3.9375rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;display:block; }
 }@media only screen and (max-width: 763px) { #zJGa9EmRVl17XMqn9cD6ivAitg1SZFlH { width:9.375rem;height:9.375rem;top:3.9375rem;left:10.625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;display:block; }
 }@media only screen and (max-width: 763px) { #N8rwgLatJWl5smlhQX7ETrzBmJMrQPrV { width:9.6875rem;height:9.375rem;top:14.0625rem;left:10.3125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;display:block; }
 }@media only screen and (max-width: 763px) { #JTcrsCho90HGxxKTc2fdhcghUAUP64GI { width:9.6875rem;height:9.375rem;top:14.0625rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;display:block; }
 }@media only screen and (max-width: 763px) { #wadgcWCoeTdKQ1uw3gxSqJCURnQ3QKlV { width:9.6875rem;height:9.375rem;top:24.1875rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;display:block; }
 }@media only screen and (max-width: 763px) { #GmEzhwpwOU3nWehuklTz81StiM8pSO8o { width:6.5rem;height:1.6494125rem;top:10.43701171875rem;left:12.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRGereaxyVnrXqfgAguDBiT0lBmB9PqT { width:5.75rem;height:0.82470625rem;top:20.884765625rem;left:1.96875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia3XwDEiagqXBKetaBvfBd6BvOJXVFRq { width:5.25rem;height:0.82470625rem;top:20.884765625rem;left:12.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9CesSX0OKyeDBx0lVV8mfeebyreKbnJ { width:7.75rem;height:1.6494125rem;top:30.91357421875rem;left:0.96875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnqTLKIesgwXnZ8IA95KE9F5G0IOiHDJ { width:9.6875rem;height:9.375rem;top:24.1875rem;left:10.3125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;display:block; }
 }@media only screen and (max-width: 763px) { #lx4UeA4LE82XZdX1EIVdTimrFuJq2yKZ { width:9.6875rem;height:9.375rem;top:34.375rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;display:block; }
 }@media only screen and (max-width: 763px) { #PIriabyduykvHCGTe7KqoclyLTIT8T22 { width:9.6875rem;height:9.375rem;top:34.375rem;left:10.3125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;display:block; }
 }@media only screen and (max-width: 763px) { #Zc96ZOnoAWmbJv2LwhK0tMcLAJrTrMUl { width:4.5rem;height:1.6494125rem;top:30.9130859375rem;left:12.90625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsAlHQ330oduiM7g4CNJIVSDGPqeRE1k { width:6rem;height:1.6494125rem;top:41.39990234375rem;left:1.84375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0h4JlXIx6CtS75ErIedPMa3f78CK5AC { width:9.6875rem;height:9.375rem;top:44.5rem;left:5.15625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;display:block; }
 }@media only screen and (max-width: 763px) { #JVFBN9bb9gfalG70EnViqeNvOm31f9Af { width:4.75rem;height:1.6494125rem;top:41.3994140625rem;left:12.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2BoMnu2TqA7u9X0e9TNFAgQpNa3TAoA { width:6.125rem;height:1.6494125rem;top:51.5625rem;left:6.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNO44bnOcurHpGHzIzCUs9WZ0LvaRXUv { width:6.25rem;height:6.25rem;top:4.625rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4yhB1WFtyRTDHRyvV74I9qDkKA4Dyw7 { width:6.25rem;height:6.25rem;top:4.25rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRalS3RKHIW0Rnt326hOFEcT5MaQtsUD { width:6.25rem;height:6.25rem;top:14.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRu57cPWncL1PlSJyRBpNwHJt2sevwap { width:6.25rem;height:6.25rem;top:14.697265625rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zclsQFKE0bh9aySITEVyCTRK1gXIklhw { width:6.25rem;height:6.25rem;top:25.0625rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RozNTzfuB3bVpf6SToQ1e02Ox9UcwNvm { width:6.25rem;height:6.25rem;top:24.72607421875rem;left:12.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKCZlmJgR74Ix2bExHWPSD8QUdoOWuMJ { width:6.25rem;height:6.25rem;top:35.14990234375rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDVzI38OkdRfZLE8rkFM52czOAyae9Ws { width:6.25rem;height:6.25rem;top:35.21240234375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7Cd9v8nknsJkTE9hRlEz6s4QOJiJr8u { width:6.25rem;height:6.25rem;top:45.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioSge0ZUg7izxxhS8vAkZ3lpumSbRT4k { background-color:#f8f8f8;background-image:url("https://images.assets-landingi.com/uc/ca729204-90c5-4b83-90e1-33763d3a2c49/Background62x.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ioSge0ZUg7izxxhS8vAkZ3lpumSbRT4k.adaptive-delivery-prevent-bg, #ioSge0ZUg7izxxhS8vAkZ3lpumSbRT4k.lazyload, #ioSge0ZUg7izxxhS8vAkZ3lpumSbRT4k.lazyloading { background-image: none; }#ioSge0ZUg7izxxhS8vAkZ3lpumSbRT4k > .row .container { background-color: transparent; background-image: none; }#ioSge0ZUg7izxxhS8vAkZ3lpumSbRT4k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioSge0ZUg7izxxhS8vAkZ3lpumSbRT4k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioSge0ZUg7izxxhS8vAkZ3lpumSbRT4k > .row .container > .video-iframe-container { display: none; }#ioSge0ZUg7izxxhS8vAkZ3lpumSbRT4k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioSge0ZUg7izxxhS8vAkZ3lpumSbRT4k > .row > .video-iframe-container { display: none; }#ioSge0ZUg7izxxhS8vAkZ3lpumSbRT4k > .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); }#ioSge0ZUg7izxxhS8vAkZ3lpumSbRT4k > .row .container { width:20rem;height:20.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vm6plQ9NJGo4rS5RrVVvvS2uh5qc4wJI { width:20rem;height:1.86889375rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtbTPl4NaferNfHAOGlV40L6vHgZrzPR { width:19.0625rem;height:2.625rem;top:3.662109375rem;left:0.46875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgdbTKSq0q75JA0WO7i7kxbCZlkGC3si { width:20rem;height:9.6875rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct78LxcQ1tn3Qo1zCgPr6Lic5AGiTEla { width:19.3125rem;height:8.625rem;top:7.75rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIadTVNiC1wNTae8yFx4nnVUmBqVlNHB { width:18.4375rem;height:1.57421875rem;top:17.5rem;left:0.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z54JLQ02Xx4bbeslJpHrz9f6OkF36w5y { display:block; }#z54JLQ02Xx4bbeslJpHrz9f6OkF36w5y > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qAHqDRw60T7zrwp0fQpVfOAXCBkc9rlb { width:20rem;height:3.0869125rem;top:2rem;left:0rem;font-size:1.1875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #URZMz7AiVv7dvERykELULUrwJ8OJOW8s { width:9.5625rem;height:1.75rem;top:5.9375rem;left:5.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJasKNsqCP5IyUTzcsK17LoFvN5g6vEF { display:block; }
 }@media only screen and (max-width: 763px) { #UcJ1poIygcA3PyWxAxZL5vVl9xS5Xlvy { display:block; }#UcJ1poIygcA3PyWxAxZL5vVl9xS5Xlvy > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6tInLCsKe4gvSUosg8JHq6eZP2Fd638 { width:17.875rem;height:0.875rem;top:24.662109375rem;left:1.0625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uRUuEIEnIqsPnUuqqGoebWUpL72MvHbG { width:11.4375rem;height:2.625rem;top:15.15625rem;left:4.28125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e07ataCkGuy57UBykW4zeaxpGh1HfCby { display:block; }
 }@media only screen and (max-width: 763px) { #h0lb1yAFvMNRpbkbhCHT9GmwPLwvgyQ5 { width:8.4375rem;height:5.125rem;top:1.79638671875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFsLlP9BRsQurzwMZaq2on5nBbAfpPne { width:1.875rem;height:1.875rem;top:8.35888671875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwHotswFJbByE3FwmoteWtG13Wmv0Rva { width:1.875rem;height:1.875rem;top:18.21875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f40W38BJCRwv5simF8SuGnKI2kqbrgBA { width:2rem;height:2rem;top:13.15625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGLpboI2b5tQxAksWbqCmQi1mMg5x316 { width:9.75rem;height:2.5rem;top:10.3125rem;left:5.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsFCwshnLmlKqbiv8J66yMoq5HMXAzSQ { display:block; }
 }@media only screen and (max-width: 763px) { #BaUoOgUvNmcr9F8cKrdCEB5Clv19hfb1 { width:4.8125rem;height:4.8125rem;top:0.375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #srG6SulwTLciynp4sFHJcETmD04FqHSr { width:14.1875rem;height:2.5625rem;top:20.162109375rem;left:2.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3rXr4QCKVKygmNZTBZTXTm3lARpuPRe { display:block; }
 }@media only screen and (max-width: 763px) { #sy4xPnSAfxOm4HlXM3KEkVwgP529xHhV { width:4.375rem;height:4.375rem;top:6.69921875rem;left:15.625rem;z-index:15009;display:block; }
 }