.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;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:url("https://images.assets-landingi.com/6kWNKdsS/Backround2_png.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { background-color: transparent; background-image: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container > .video-iframe-container { display: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row > .video-iframe-container { display: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .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); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { border-width: 0; border-radius: 0; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:60rem;position:relative;display:block; }#ihGQxLVRs1MKdQ4z3CerU3e4NDDOq1iV { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5625rem;width:11.5625rem;top:0.65625rem;left:0.125rem;overflow:hidden;display:block; }
#sOCQg6XnghGFs02eV45F66PNzkGVkghB { background-color:transparent;background-image: -webkit-linear-gradient(84deg, #ec0ba3, #fd9e26);background-image: -moz-linear-gradient(84deg, #ec0ba3, #fd9e26);background-image: -ms-linear-gradient(84deg, #ec0ba3, #fd9e26);background-image: -o-linear-gradient(84deg, #ec0ba3, #fd9e26);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec0ba3', endColorstr='#fd9e26' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec0ba3', endColorstr='#fd9e26' );";background-image: linear-gradient(84deg, #ec0ba3, #fd9e26);background-size:auto !important;border-top:0.125rem solid #0becb2;border-left:0.125rem solid #0becb2;border-right:0.125rem solid #0aeab0;border-bottom:0.125rem solid #0becb2;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(11,236,129,0.23) ;box-sizing:border-box;color:#f4f4f4;text-shadow:0.0625rem 0.0625rem 1.6875rem rgba(11,236,178,0.15);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:2.5rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:0.6875rem;left:47.458335876465rem;display:block; }
#sRNvVrz3TursqBhNJO4q1ewABlOGAkJ8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/egNlwnxM/Backround_1_png.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd.adaptive-delivery-prevent-bg, #xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd.lazyload, #xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd.lazyloading { background-image: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { background-color: transparent; background-image: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .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); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { border-width: 0; border-radius: 0; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { font-size:0.875rem;font-family:arial;height:26.8125rem;width:60rem;position:relative;display:block; }#Tx1siJ4peGp4h3DXpnEiokd9AUG9Qz6A { color:#000000;display:block;width:33.3125rem;position:absolute;font-family:roboto;font-size:2.4375rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0rem;height:3.16875rem;font-style:normal;display:block; }
#R62zs85ioyade7We6TCqwvCvrpvwGImw { color:#000000;display:block;width:28.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:15.5rem;left:1.9375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mcvqh0cH1MU7MiPdTgbZshyJ9y42hBCk { position:absolute;display:block;z-index:100010;background-color:#ff1500;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:7.375rem;border-top-right-radius:7.375rem;border-bottom-left-radius:7.375rem;border-bottom-right-radius:7.375rem;height:1.875rem;width:1.875rem;top:12.3125rem;left:46.5625rem;display:block; }
#NIcIQJHkuiM5VQ075TTLcvJJWOL0cKiz { position:absolute;display:block;z-index:100011;background-color:#ff4a00;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:7.375rem;border-top-right-radius:7.375rem;border-bottom-left-radius:7.375rem;border-bottom-right-radius:7.375rem;height:1.875rem;width:1.875rem;top:15.1875rem;left:46.5625rem;display:block; }
#MciKnB9GU7XDnGRifQelEfGZsedcGdex { position:absolute;display:block;z-index:100012;background-color:#ff6a00;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:7.375rem;border-top-right-radius:7.375rem;border-bottom-left-radius:7.375rem;border-bottom-right-radius:7.375rem;height:1.875rem;width:1.875rem;top:18.125rem;left:46.5625rem;display:block; }
#AtMwZJqsE2sPz3EHATaV9Tg4yhTS9OcQ { position:absolute;display:block;z-index:100013;background-color:#ff7f00;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:7.375rem;border-top-right-radius:7.375rem;border-bottom-left-radius:7.375rem;border-bottom-right-radius:7.375rem;height:1.875rem;width:1.875rem;top:20.75rem;left:46.5625rem;display:block; }
#gSzvZRQOROrz7nlmVTxAT8Q0GMCTbpPJ { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:100016;line-height:2.4;letter-spacing:0;top:12.25rem;left:47.3125rem;height:2.099825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yM5Ltg7Mbbr8nsn0a8qxXOlwfSOAuwEy { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.6875rem;width:12.4375rem;top:4.25rem;left:31.805505952381rem;overflow:hidden;display:block; }
#mwN0bR2FWF9auOeTEak8x2QZZWKU5PTJ { color:#d51317;display:block;width:31.5625rem;position:absolute;font-family:lobster;font-size:1.875rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:9.5rem;left:1.9375rem;height:2.4375rem;font-style:normal;display:block; }
#f7CDuQuVMrg1A3N19GqMAlMrqJRWDrC1 { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:100017;line-height:2.4;letter-spacing:0;top:14.9375rem;left:47.1875rem;height:2.099825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#btOpT2GMSRhMTuUHuSlMTXDUuN8XDw6R { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:100018;line-height:2.4;letter-spacing:0;top:17.8125rem;left:47.3125rem;height:2.099825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KFUtMzkNOeKNQMZyK79XeyXdsFOHBT09 { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:100019;line-height:2.4;letter-spacing:0;top:20.375rem;left:47.25rem;height:2.099825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EVLWsQMIVkTIaS6sF3s3LQ5k6adqyvFy { color:#000000;display:block;width:8.375rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:12.1875rem;left:1.9375rem;height:2.27430625rem;font-style:normal;display:block; }
#Vf1zuWz5nuwcmht7F7ul7FVDUN5FcTSb { color:#000000;display:block;width:33.3125rem;position:absolute;font-family:roboto;font-size:2.4375rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:6.375rem;left:1.9375rem;height:3.1684rem;font-style:normal;display:block; }
#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul { position:relative;display:block; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul { background-color: transparent; background-image: none; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row .container > .video-iframe-container { display: none; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row > .video-iframe-container { display: none; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .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); }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul { border-width: 0; border-radius: 0; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:3.25rem;width:60rem;position:relative;display:block; }#fHOsIVoI0T9yhNW6L0H3HLVQeLSLorZA { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:400;z-index:99998;line-height:1.3;letter-spacing:0;top:0.37152862548828rem;left:0rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zR1ybtUNWQHPdS3N6bvZV0I5xoFSPFlz { position:relative;display:block; }#zR1ybtUNWQHPdS3N6bvZV0I5xoFSPFlz { background-color: transparent; background-image: none; }#zR1ybtUNWQHPdS3N6bvZV0I5xoFSPFlz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zR1ybtUNWQHPdS3N6bvZV0I5xoFSPFlz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zR1ybtUNWQHPdS3N6bvZV0I5xoFSPFlz > .row .container > .video-iframe-container { display: none; }#zR1ybtUNWQHPdS3N6bvZV0I5xoFSPFlz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zR1ybtUNWQHPdS3N6bvZV0I5xoFSPFlz > .row > .video-iframe-container { display: none; }#zR1ybtUNWQHPdS3N6bvZV0I5xoFSPFlz > .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); }#zR1ybtUNWQHPdS3N6bvZV0I5xoFSPFlz { border-width: 0; border-radius: 0; }#zR1ybtUNWQHPdS3N6bvZV0I5xoFSPFlz > .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:32.5rem;width:60rem;position:relative;display:block; }#GIvfcnbki7MsrlewiLwSJ6gCaTzeVB6H { color:#000000;display:block;width:15.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:1.6875rem;left:2.5rem;height:1.625rem;font-style:normal;display:block; }
#c8uGKt1zABRvwtenZx2pukSKSrHlDCtH { color:#000000;display:block;width:8.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:3.3125rem;left:2.5rem;height:1.4625rem;font-style:normal;display:block; }
#r0zDUp5W32G2MoXkP4X5HP7RVmBpd0qf { position:absolute;display:block;z-index:100024;background-color:#ffb200;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:4.25rem;width:0.125rem;top:1.4375rem;left:1.5625rem;display:block; }
#wTfyCVp0cmPaZz4pDHh3rWsoIOZuy1Js { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:4.875rem;left:1.5625rem;height:4.875rem;font-style:normal;display:block; }
#MOwcZ6Lp731Ot7dFTFScc36nJmWmklPh { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:10.75rem;left:1.5625rem;height:;font-style:normal;display:block; }#MOwcZ6Lp731Ot7dFTFScc36nJmWmklPh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MOwcZ6Lp731Ot7dFTFScc36nJmWmklPh li:before{  }
#oIpyrS2bvd5eUPGASPzfNQCViFPyIN1c { color:#000000;display:block;width:15.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:1.75rem;left:21.75rem;height:1.625rem;font-style:normal;display:block; }
#IR4dbVwhL1UlNNWrme0xEOTZxJMJ0MbO { color:#000000;display:block;width:15.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:1.6249995231628rem;left:41.75rem;height:1.625rem;font-style:normal;display:block; }
#T0iFnoSTrQUhmMRdbynckfZtOm4toIeJ { color:#000000;display:block;width:8.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:5.125rem;left:23rem;height:1.4625rem;font-style:normal;display:block; }
#uBziFhrb9qwv8EBbEAvL1Mqc2zsxhndQ { color:#000000;display:block;width:8.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:3.1249995231628rem;left:41.8125rem;height:1.4625rem;font-style:normal;display:block; }
#uywbtZV1RT75ehHpvM2GSKEulLGw9zo5 { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:100021;line-height:1.3;letter-spacing:0;top:6.399305820465rem;left:21.21875rem;height:4.5486125rem;font-style:normal;display:block; }
#reFvFuf6D4VuN00kH3Ggw8kht34Vx0RQ { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100022;line-height:1.3;letter-spacing:0;top:6.875rem;left:43.09375rem;height:1.3rem;font-style:normal;display:block; }
#UAKA9U4rIOTPPiBmbcrRv9PD4Mqtumsr { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:100022;line-height:1.3;letter-spacing:0;top:11.550346851349rem;left:21.40625rem;height:3.47916875rem;font-style:normal;display:block; }#UAKA9U4rIOTPPiBmbcrRv9PD4Mqtumsr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UAKA9U4rIOTPPiBmbcrRv9PD4Mqtumsr li:before{  }
#rF9P9RoPLga8HLl0tREQse11IbnUhQ10 { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:100023;line-height:1.3;letter-spacing:0;top:11.274305820465rem;left:41rem;height:;font-style:normal;display:block; }#rF9P9RoPLga8HLl0tREQse11IbnUhQ10 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rF9P9RoPLga8HLl0tREQse11IbnUhQ10 li:before{  }
#vPfJdMzQy3InWPzMHxmPRQsKUCTvABaK { position:absolute;display:block;z-index:100038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.3125rem;width:5.3125rem;top:1.092013835907rem;left:33.1875rem;overflow:hidden;display:block; }
#yk1Ams4RLw7sXa5t1u28FsLAuISnQBo2 { position:absolute;display:block;z-index:100039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.3125rem;width:5.3125rem;top:0.873265683651rem;left:53.25rem;overflow:hidden;display:block; }
#M6QyMSd9e6WJSSin99zoZqFO5ZnbBToS { position:absolute;display:block;z-index:100035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:6.8125rem;top:16.843750476837rem;left:21.75rem;overflow:hidden;display:block; }
#GKE0GIa2six6a8yInIBfr4vwV2y3RH6o { position:absolute;display:block;z-index:100025;background-color:#ffb200;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:4.25rem;width:0.125rem;top:1.4375rem;left:21.024307250976rem;display:block; }
#eEacOT7UeTmm8alHstx6xuc25Jf0dePh { position:absolute;display:block;z-index:100026;background-color:#ffb200;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:4.25rem;width:0.125rem;top:1.25rem;left:41rem;display:block; }
#t7ofnTrAxZOk5iQRSpfAb4IeHQUAqaZD { color:#000000;display:block;width:16rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:100047;line-height:1.3;letter-spacing:0;top:6.1874995231628rem;left:41.0625rem;height:4.5486125rem;font-style:normal;display:block; }
#uilc5nJnfiy50kImoSeVArPlDQLTUOX1 { color:#000000;display:block;width:8.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:3.498263835907rem;left:21.75rem;height:1.4625rem;font-style:normal;display:block; }
#bAksLPi90yMFpNsEMUkuHCrNbgptW0tU { position:absolute;display:block;z-index:100048;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.25rem;width:9rem;top:12.0625rem;left:10.125rem;overflow:hidden;display:block; }
#uK3qdH3vh1PKvBZSLZ6f7UMlmgS67vr9 { position:absolute;display:block;z-index:100049;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.8125rem;width:3.875rem;top:19.8125rem;left:5.375rem;overflow:hidden;display:block; }
#xZ8851FzFOIZ5FJT7TE5SyTre9OvUa40 { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:6.8125rem;top:16.843750476837rem;left:41.75rem;overflow:hidden;display:block; }
#KRlGXaqHMLw5swgkT7q8ANZnXTZwzLm8 { position:absolute;display:block;z-index:100020;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:30.4375rem;width:19.1875rem;top:0.4375rem;left:20.40625rem;display:block; }
#F5EBl2qfxTWRGs9sTTFXVy9hOeMk0BXV { position:absolute;display:block;z-index:100050;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.4375rem;width:5.625rem;top:13.125000476837rem;left:32.833035714286rem;overflow:hidden;display:block; }
#WQlw8V8tQyGLaeSR6R3uDWReQfPKzTEW { position:absolute;display:block;z-index:100051;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.375rem;width:16.5rem;top:15.593750476837rem;left:41.75rem;overflow:hidden;display:block; }
#sHot3tcZJcFTm0Ilh5d2uBEFUVb6hN5c { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:30.3125rem;width:19.1875rem;top:0.5625rem;left:40.4375rem;display:block; }
#J7F0fKpJSUmiHT9C9GzFOVMtHLXtQpUf { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:30.25rem;width:19.625rem;top:0.5625rem;left:0.1875rem;display:block; }
#VNRmcwTF3GkaInadtX4nGft9f78o6nJT { position:absolute;display:block;z-index:100024;background-color:#ffb200;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:4.25rem;width:0.125rem;top:1.4375rem;left:1.5625rem;display:none; }
#UaniSslhkacmhHWM1daCnwF2oVsE2o6h { position:absolute;display:block;z-index:100024;background-color:#ffb200;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:4.25rem;width:0.125rem;top:1.4375rem;left:1.5625rem;display:none; }
#hqnaKiDr2ND0l0dqBgzz4DO73Rtp31Nx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/egNlwnxM/Backround_1_png.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#hqnaKiDr2ND0l0dqBgzz4DO73Rtp31Nx.adaptive-delivery-prevent-bg, #hqnaKiDr2ND0l0dqBgzz4DO73Rtp31Nx.lazyload, #hqnaKiDr2ND0l0dqBgzz4DO73Rtp31Nx.lazyloading { background-image: none; }#hqnaKiDr2ND0l0dqBgzz4DO73Rtp31Nx > .row .container { background-color: transparent; background-image: none; }#hqnaKiDr2ND0l0dqBgzz4DO73Rtp31Nx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hqnaKiDr2ND0l0dqBgzz4DO73Rtp31Nx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hqnaKiDr2ND0l0dqBgzz4DO73Rtp31Nx > .row .container > .video-iframe-container { display: none; }#hqnaKiDr2ND0l0dqBgzz4DO73Rtp31Nx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hqnaKiDr2ND0l0dqBgzz4DO73Rtp31Nx > .row > .video-iframe-container { display: none; }#hqnaKiDr2ND0l0dqBgzz4DO73Rtp31Nx > .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); }#hqnaKiDr2ND0l0dqBgzz4DO73Rtp31Nx > .row .container { border-width: 0; border-radius: 0; }#hqnaKiDr2ND0l0dqBgzz4DO73Rtp31Nx > .row .container { font-size:0.875rem;font-family:arial;height:25.25rem;width:60rem;position:relative;display:block; }#VEfC3iEPvffcTqzaPeigLUpQ7gROoI78 { color:#000000;display:block;width:28.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:11.9375rem;left:1.625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OHBDyDVTacHRwWK7D6gT1lwufvDlOxhi { position:absolute;display:block;z-index:100010;background-color:#ff1500;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:7.375rem;border-top-right-radius:7.375rem;border-bottom-left-radius:7.375rem;border-bottom-right-radius:7.375rem;height:1.875rem;width:1.875rem;top:11.75rem;left:48.3125rem;display:block; }
#QfN3fDmUTwnLVRIWUWz6qsmQ6XRib0Q7 { position:absolute;display:block;z-index:100011;background-color:#ff4a00;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:7.375rem;border-top-right-radius:7.375rem;border-bottom-left-radius:7.375rem;border-bottom-right-radius:7.375rem;height:1.875rem;width:1.875rem;top:14.3125rem;left:48.3125rem;display:block; }
#UTnz88hewRgfCxAOnh0TeZW8l7gqCT5y { position:absolute;display:block;z-index:100013;background-color:#ff7f00;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:7.375rem;border-top-right-radius:7.375rem;border-bottom-left-radius:7.375rem;border-bottom-right-radius:7.375rem;height:1.875rem;width:1.875rem;top:16.875rem;left:48.3125rem;display:block; }
#H0PsicoOMoE0ecmcEANxwV4n9e6VZz74 { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:100016;line-height:2.4;letter-spacing:0;top:11.6875rem;left:49.1875rem;height:2.1rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#giFcrzr2aQVrkK2M5b8KbmuHNGlOXby1 { color:#d51317;display:block;width:31.5625rem;position:absolute;font-family:lobster;font-size:1.875rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:4.875rem;left:1.625rem;height:2.4375rem;font-style:normal;display:block; }
#xWKLtTkulZTA9L7HV3NZdkvWpTXRhaV2 { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:100017;line-height:2.4;letter-spacing:0;top:14.25rem;left:49.1875rem;height:2.1rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g4cEX0PCFgEn26ORdBHWUK6TZotMIweM { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:100019;line-height:2.4;letter-spacing:0;top:16.75rem;left:49.125rem;height:4.2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#av9nisiQ9xWzMKwEv5tblLld1pPno6Lx { color:#000000;display:block;width:8.375rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:7.6875rem;left:1.625rem;height:2.27430625rem;font-style:normal;display:block; }
#ETJWTZhOD32oTpZxi4WzT7u2CO0f46ob { color:#000000;display:block;width:33.3125rem;position:absolute;font-family:roboto;font-size:2.4375rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:1.75rem;left:1.625rem;height:3.1684rem;font-style:normal;display:block; }
#UzLzo3A5eXfqRZSR0VVUETFMTE8Is9lM { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.75rem;width:18.1875rem;top:1.8125rem;left:31.0625rem;overflow:hidden;display:block; }
#v5Lym7DCDZcd4NCJeFMKLvxdZylXWwsT { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:19.5rem;top:18.8125rem;left:1.625rem;overflow:hidden;display:block; }
#xeEEJOWGSMMBFI4pwAif3QdF8B0FVVvA { position:relative;display:block; }#xeEEJOWGSMMBFI4pwAif3QdF8B0FVVvA { background-color: transparent; background-image: none; }#xeEEJOWGSMMBFI4pwAif3QdF8B0FVVvA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xeEEJOWGSMMBFI4pwAif3QdF8B0FVVvA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xeEEJOWGSMMBFI4pwAif3QdF8B0FVVvA > .row .container > .video-iframe-container { display: none; }#xeEEJOWGSMMBFI4pwAif3QdF8B0FVVvA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xeEEJOWGSMMBFI4pwAif3QdF8B0FVVvA > .row > .video-iframe-container { display: none; }#xeEEJOWGSMMBFI4pwAif3QdF8B0FVVvA > .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); }#xeEEJOWGSMMBFI4pwAif3QdF8B0FVVvA { border-width: 0; border-radius: 0; }#xeEEJOWGSMMBFI4pwAif3QdF8B0FVVvA > .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:3.3125rem;width:60rem;position:relative;display:block; }#oZEiLyOqeiuEG1DnVhW2o1fTxH8IDQ8x { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0.390625rem;left:0.0625rem;height:2.35625rem;text-align:center;text-align-last:center;display:block; }
#KhIiMc0uLS7tRiZig376wxsBks6OuTPP { position:relative;display:block; }#KhIiMc0uLS7tRiZig376wxsBks6OuTPP { background-color: transparent; background-image: none; }#KhIiMc0uLS7tRiZig376wxsBks6OuTPP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KhIiMc0uLS7tRiZig376wxsBks6OuTPP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KhIiMc0uLS7tRiZig376wxsBks6OuTPP > .row .container > .video-iframe-container { display: none; }#KhIiMc0uLS7tRiZig376wxsBks6OuTPP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KhIiMc0uLS7tRiZig376wxsBks6OuTPP > .row > .video-iframe-container { display: none; }#KhIiMc0uLS7tRiZig376wxsBks6OuTPP > .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); }#KhIiMc0uLS7tRiZig376wxsBks6OuTPP { border-width: 0; border-radius: 0; }#KhIiMc0uLS7tRiZig376wxsBks6OuTPP > .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:42rem;width:60rem;position:relative;display:block; }#fo6l7dECcTqifO9KT5eHveaLwLHiOnkJ { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:30.8125rem;width:19.1875rem;top:0.5625rem;left:0rem;display:block; }
#TSbtuC59yMUSlAXIqOxlQSTqqiHEh8z6 { color:#000000;display:block;width:15.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:1.875rem;left:2.3125rem;height:1.625rem;font-style:normal;display:block; }
#p0Sym9pVz8V5yCsorcHeLGH852cE4GW3 { color:#000000;display:block;width:8.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:3.5rem;left:2.3125rem;height:1.4625rem;font-style:normal;display:block; }
#SkVN4DJQbCVmoHdzFTszbSnT7MHNH1L2 { position:absolute;display:block;z-index:100024;background-color:#ffb200;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:5rem;width:0.25rem;top:1.875rem;left:1.375rem;display:block; }
#SCeTrespA0HvAfbJeLi6vWa179L9BJMf { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:6.8750009536744rem;left:2.34375rem;height:4.5486125rem;font-style:normal;display:block; }
#L8qq9xOfqkyE7JR0CQTm33JyT2VxvFKD { position:absolute;display:block;z-index:100020;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:30.8125rem;width:19.1875rem;top:0.5625rem;left:20.4375rem;display:block; }
#GbiTVknlcyVlpE7IS8tiVgZlghzpnIRL { position:absolute;display:block;z-index:100042;background-color:#ffb200;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:5rem;width:0.25rem;top:1.875rem;left:22rem;display:block; }
#ibtRc9FuxxXpXQ1z5O3VTmlkVZDNO1mW { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:30.8125rem;width:19.1875rem;top:0.625rem;left:40.4375rem;display:block; }
#uq7KKDGWZIdSHaJdHtEFkSLfzggtQ3JH { position:absolute;display:block;z-index:100044;background-color:#ffb200;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:5rem;width:0.25rem;top:1.875rem;left:42.125rem;display:block; }
#u2yXbgVmkFHzxPLrPkhKHCr1QxVLuhkD { color:#000000;display:block;width:15.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:1.875rem;left:23rem;height:1.625rem;font-style:normal;display:block; }
#szS35wMD2F5huztOlNDibZM9wtsISGX8 { color:#000000;display:block;width:15.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:1.875rem;left:43.0625rem;height:3.25rem;font-style:normal;display:block; }
#F6XCfK1DBSmHI4WtkaRcgMXTx4FSmDPm { color:#000000;display:block;width:8.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:3.5rem;left:23rem;height:1.4625rem;font-style:normal;display:block; }
#nRvxxvH83hOQiekqyBJmalAMlPDURM0G { color:#000000;display:block;width:8.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:4.9618072509766rem;left:43.0625rem;height:1.4625rem;font-style:normal;display:block; }
#qKEO8ryPT3mCbL1wtFD57L67NWkZU2h9 { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:100021;line-height:1.3;letter-spacing:0;top:6.875rem;left:23.03125rem;height:3.41145625rem;font-style:normal;display:block; }
#VlnNOpOcJQMSB8TkQeKIWNW5gF8bLybV { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:100022;line-height:1.3;letter-spacing:0;top:6.9617996215819rem;left:43.09375rem;height:2.275rem;font-style:normal;display:block; }
#MwyG0sTsDoiD9VC0qIBnb2LkegIZtRcd { position:absolute;display:block;z-index:100039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:16.8125rem;top:26.546875953674rem;left:41.59375rem;overflow:hidden;display:block; }
#dCrgME7W4eecDxQNdRCdUt7iF0bqSNKl { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0;width:0;top:11.524218559265rem;left:9.1211442786069rem;overflow:hidden;display:block; }
#qzWiNB3V8QiD05HRnGkhswOLBbss4tiw { position:absolute;display:block;z-index:100045;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.25rem;width:10rem;top:11.523437738419rem;left:5rem;overflow:hidden;display:block; }
#J24Z5sAAFURy4miAbzKT3AzGgOUN8XcO { position:absolute;display:block;z-index:100040;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:12.3125rem;top:26.390625238419rem;left:3.4375rem;overflow:hidden;display:block; }
#JTDt6TDBW6hlTv5SWRwsWg2GuSBvwCLL { position:absolute;display:block;z-index:100046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.25rem;width:8.6875rem;top:13.062500953674rem;left:23.875rem;overflow:hidden;display:block; }
#lHi8NGUaCAFEBHyGQWvFvsR4lnQkTxTF { position:absolute;display:block;z-index:100047;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:4.0625rem;top:18.312500849366rem;left:33.3125rem;overflow:hidden;display:block; }
#qhJA73kipPNQTXR4syQBlTy1NMLJkx2D { position:absolute;display:block;z-index:100048;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:13rem;top:26.765625953674rem;left:23.5rem;overflow:hidden;display:block; }
#rzuWdVBNSGsK4hovbQlvpTNUsFuye2IH { position:absolute;display:block;z-index:100047;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.0625rem;width:10.625rem;top:9.5581598281863rem;left:47.28125rem;overflow:hidden;display:block; }
#ETOGgl0osZ7ntVvxxrOi2VWEOTLiTiVE { position:absolute;display:block;z-index:100048;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.1875rem;width:3rem;top:10.210937395692rem;left:43.5625rem;overflow:hidden;display:block; }
#blfasefUnm3qkpNqnu1LWFFiza0HFSqN { position:absolute;display:block;z-index:100049;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.25rem;width:4rem;top:18.125000953674rem;left:43.0625rem;overflow:hidden;display:block; }
#i4We1xh12dEemwZekh2nvriafQCOEXmf { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:33.425348281861rem;left:1.375rem;height:6.3333375rem;font-style:normal;display:block; }
#RTfHaC1fa6k13VRUPAxq5owSAfzAvreB { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:7.3125rem;top:33.125rem;left:16.6875rem;overflow:hidden;display:block; }
#Sf8krnFFdRuc1pDhcL2nJoC08iiOZpKl { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:6.8125rem;top:33.125rem;left:27.625rem;overflow:hidden;display:block; }
#iIerzQkfLDkMMMnERCkuQACiODkfTQux { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:6rem;top:33.125rem;left:38.75rem;overflow:hidden;display:block; }
#h9mxRlE0fICDcfRf88NZNN1Kof6sBE44 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:7.1875rem;top:33.125rem;left:49.3125rem;overflow:hidden;display:block; }
#Segw6DfwdpeFkAlmtotthM8RS6dVDGyK { position:relative;display:block; }#Segw6DfwdpeFkAlmtotthM8RS6dVDGyK { background-color: transparent; background-image: none; }#Segw6DfwdpeFkAlmtotthM8RS6dVDGyK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Segw6DfwdpeFkAlmtotthM8RS6dVDGyK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Segw6DfwdpeFkAlmtotthM8RS6dVDGyK > .row .container > .video-iframe-container { display: none; }#Segw6DfwdpeFkAlmtotthM8RS6dVDGyK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Segw6DfwdpeFkAlmtotthM8RS6dVDGyK > .row > .video-iframe-container { display: none; }#Segw6DfwdpeFkAlmtotthM8RS6dVDGyK > .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); }#Segw6DfwdpeFkAlmtotthM8RS6dVDGyK { border-width: 0; border-radius: 0; }#Segw6DfwdpeFkAlmtotthM8RS6dVDGyK > .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:9.8125rem;width:60rem;position:relative;display:block; }#U0otMztWCF74czNx944mqayJcQzHCgln { position:relative;display:block; }#U0otMztWCF74czNx944mqayJcQzHCgln { background-color: transparent; background-image: none; }#U0otMztWCF74czNx944mqayJcQzHCgln::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U0otMztWCF74czNx944mqayJcQzHCgln > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U0otMztWCF74czNx944mqayJcQzHCgln > .row .container > .video-iframe-container { display: none; }#U0otMztWCF74czNx944mqayJcQzHCgln > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U0otMztWCF74czNx944mqayJcQzHCgln > .row > .video-iframe-container { display: none; }#U0otMztWCF74czNx944mqayJcQzHCgln > .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); }#U0otMztWCF74czNx944mqayJcQzHCgln { border-width: 0; border-radius: 0; }#U0otMztWCF74czNx944mqayJcQzHCgln > .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:4.0625rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn { display:block; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ihGQxLVRs1MKdQ4z3CerU3e4NDDOq1iV { top:0.625rem;left:0rem;width:11.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOCQg6XnghGFs02eV45F66PNzkGVkghB { width:10.75rem;height:2.5rem;top:0.6875rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRNvVrz3TursqBhNJO4q1ewABlOGAkJ8 { display:block; }
 }@media only screen and (max-width: 763px) { #xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd { display:block; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tx1siJ4peGp4h3DXpnEiokd9AUG9Qz6A { top:1.1875rem;left:0rem;width:33.3125rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R62zs85ioyade7We6TCqwvCvrpvwGImw { top:15.5rem;left:0rem;width:28.125rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcvqh0cH1MU7MiPdTgbZshyJ9y42hBCk { top:12.3125rem;left:40.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIcIQJHkuiM5VQ075TTLcvJJWOL0cKiz { top:15.1875rem;left:40.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MciKnB9GU7XDnGRifQelEfGZsedcGdex { top:18.125rem;left:40.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtMwZJqsE2sPz3EHATaV9Tg4yhTS9OcQ { top:20.75rem;left:40.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSzvZRQOROrz7nlmVTxAT8Q0GMCTbpPJ { top:12.25rem;left:38.625rem;width:9.125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM5Ltg7Mbbr8nsn0a8qxXOlwfSOAuwEy { top:4.25rem;left:25.680505952381rem;width:12.4375rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwN0bR2FWF9auOeTEak8x2QZZWKU5PTJ { top:9.5rem;left:0rem;width:31.5625rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7CDuQuVMrg1A3N19GqMAlMrqJRWDrC1 { top:14.9375rem;left:38.625rem;width:9.125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #btOpT2GMSRhMTuUHuSlMTXDUuN8XDw6R { top:17.8125rem;left:38.625rem;width:9.125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFUtMzkNOeKNQMZyK79XeyXdsFOHBT09 { top:20.375rem;left:38.625rem;width:9.125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVLWsQMIVkTIaS6sF3s3LQ5k6adqyvFy { top:12.1875rem;left:0rem;width:8.375rem;height:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vf1zuWz5nuwcmht7F7ul7FVDUN5FcTSb { top:6.375rem;left:0rem;width:33.3125rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9URXLGgb6JTpGQvMacC6b2LCX0lzvul { display:block; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHOsIVoI0T9yhNW6L0H3HLVQeLSLorZA { top:0.3125rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zR1ybtUNWQHPdS3N6bvZV0I5xoFSPFlz { display:block; }#zR1ybtUNWQHPdS3N6bvZV0I5xoFSPFlz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GIvfcnbki7MsrlewiLwSJ6gCaTzeVB6H { top:1.6875rem;left:0.4375rem;width:15.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8uGKt1zABRvwtenZx2pukSKSrHlDCtH { top:3.3125rem;left:0.4375rem;width:8.1875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0zDUp5W32G2MoXkP4X5HP7RVmBpd0qf { top:1.4375rem;left:0rem;width:0.125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTfyCVp0cmPaZz4pDHh3rWsoIOZuy1Js { top:4.875rem;left:0rem;width:15.3125rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOwcZ6Lp731Ot7dFTFScc36nJmWmklPh { top:10.75rem;left:0rem;width:11.4375rem;height:2.375rem;font-size:0.8125rem;display:block; }#MOwcZ6Lp731Ot7dFTFScc36nJmWmklPh li:before{  }
 }@media only screen and (max-width: 763px) { #oIpyrS2bvd5eUPGASPzfNQCViFPyIN1c { top:1.6875rem;left:15.875rem;width:15.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IR4dbVwhL1UlNNWrme0xEOTZxJMJ0MbO { top:1.5625rem;left:31.75rem;width:15.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0iFnoSTrQUhmMRdbynckfZtOm4toIeJ { top:5.125rem;left:16.812501907349rem;width:8.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBziFhrb9qwv8EBbEAvL1Mqc2zsxhndQ { top:3.0625rem;left:31.75rem;width:8.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uywbtZV1RT75ehHpvM2GSKEulLGw9zo5 { top:6.375rem;left:15.875rem;width:15.3125rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #reFvFuf6D4VuN00kH3Ggw8kht34Vx0RQ { top:6.875rem;left:32.3125rem;width:15.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAKA9U4rIOTPPiBmbcrRv9PD4Mqtumsr { top:11.5rem;left:15.875rem;width:14.9375rem;height:3.4375rem;font-size:0.8125rem;display:block; }#UAKA9U4rIOTPPiBmbcrRv9PD4Mqtumsr li:before{  }
 }@media only screen and (max-width: 763px) { #rF9P9RoPLga8HLl0tREQse11IbnUhQ10 { top:11.25rem;left:31.75rem;width:14.9375rem;height:4.5rem;font-size:0.8125rem;display:block; }#rF9P9RoPLga8HLl0tREQse11IbnUhQ10 li:before{  }
 }@media only screen and (max-width: 763px) { #vPfJdMzQy3InWPzMHxmPRQsKUCTvABaK { top:1.0625rem;left:26.4375rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yk1Ams4RLw7sXa5t1u28FsLAuISnQBo2 { top:0.8125rem;left:42.3125rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6QyMSd9e6WJSSin99zoZqFO5ZnbBToS { top:16.8125rem;left:15.875rem;width:6.8125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKE0GIa2six6a8yInIBfr4vwV2y3RH6o { top:1.4375rem;left:15.875rem;width:0.125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEacOT7UeTmm8alHstx6xuc25Jf0dePh { top:1.25rem;left:31.75rem;width:0.125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7ofnTrAxZOk5iQRSpfAb4IeHQUAqaZD { top:6.125rem;left:31.625rem;width:16rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uilc5nJnfiy50kImoSeVArPlDQLTUOX1 { top:3.4375rem;left:15.875rem;width:8.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAksLPi90yMFpNsEMUkuHCrNbgptW0tU { top:12.0625rem;left:6.875rem;width:9rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uK3qdH3vh1PKvBZSLZ6f7UMlmgS67vr9 { top:19.8125rem;left:3.3125rem;width:3.875rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZ8851FzFOIZ5FJT7TE5SyTre9OvUa40 { top:16.8125rem;left:31.75rem;width:6.8125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRlGXaqHMLw5swgkT7q8ANZnXTZwzLm8 { top:0.4375rem;left:12.5625rem;width:19.1875rem;height:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5EBl2qfxTWRGs9sTTFXVy9hOeMk0BXV { top:13.125rem;left:25.625rem;width:5.625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQlw8V8tQyGLaeSR6R3uDWReQfPKzTEW { top:15.5625rem;left:31.125rem;width:16.5rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHot3tcZJcFTm0Ilh5d2uBEFUVb6hN5c { top:0.5625rem;left:28.4375rem;width:19.1875rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7F0fKpJSUmiHT9C9GzFOVMtHLXtQpUf { top:0.5625rem;left:0rem;width:19.625rem;height:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNRmcwTF3GkaInadtX4nGft9f78o6nJT { top:1.4375rem;left:0rem;width:0.125rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UaniSslhkacmhHWM1daCnwF2oVsE2o6h { top:1.4375rem;left:0rem;width:0.125rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hqnaKiDr2ND0l0dqBgzz4DO73Rtp31Nx { display:block; }#hqnaKiDr2ND0l0dqBgzz4DO73Rtp31Nx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VEfC3iEPvffcTqzaPeigLUpQ7gROoI78 { top:11.9375rem;left:0rem;width:28.125rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHBDyDVTacHRwWK7D6gT1lwufvDlOxhi { top:11.75rem;left:42.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfN3fDmUTwnLVRIWUWz6qsmQ6XRib0Q7 { top:14.3125rem;left:42.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTnz88hewRgfCxAOnh0TeZW8l7gqCT5y { top:16.875rem;left:42.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0PsicoOMoE0ecmcEANxwV4n9e6VZz74 { top:11.6875rem;left:38.625rem;width:9.125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #giFcrzr2aQVrkK2M5b8KbmuHNGlOXby1 { top:4.875rem;left:0rem;width:31.5625rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWKLtTkulZTA9L7HV3NZdkvWpTXRhaV2 { top:14.25rem;left:36.9375rem;width:10.8125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4cEX0PCFgEn26ORdBHWUK6TZotMIweM { top:16.75rem;left:39rem;width:8.75rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #av9nisiQ9xWzMKwEv5tblLld1pPno6Lx { top:7.6875rem;left:0rem;width:8.375rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETJWTZhOD32oTpZxi4WzT7u2CO0f46ob { top:1.75rem;left:0rem;width:33.3125rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzLzo3A5eXfqRZSR0VVUETFMTE8Is9lM { top:1.8125rem;left:24.9375rem;width:18.1875rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5Lym7DCDZcd4NCJeFMKLvxdZylXWwsT { top:18.8125rem;left:0rem;width:19.5rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeEEJOWGSMMBFI4pwAif3QdF8B0FVVvA { display:block; }#xeEEJOWGSMMBFI4pwAif3QdF8B0FVVvA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZEiLyOqeiuEG1DnVhW2o1fTxH8IDQ8x { top:0.375rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhIiMc0uLS7tRiZig376wxsBks6OuTPP { display:block; }#KhIiMc0uLS7tRiZig376wxsBks6OuTPP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fo6l7dECcTqifO9KT5eHveaLwLHiOnkJ { top:0.5625rem;left:0rem;width:19.1875rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSbtuC59yMUSlAXIqOxlQSTqqiHEh8z6 { top:1.875rem;left:0.25rem;width:15.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0Sym9pVz8V5yCsorcHeLGH852cE4GW3 { top:3.5rem;left:0.25rem;width:8.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkVN4DJQbCVmoHdzFTszbSnT7MHNH1L2 { top:1.875rem;left:0rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCeTrespA0HvAfbJeLi6vWa179L9BJMf { top:6.875rem;left:0.28125rem;width:15.3125rem;height:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8qq9xOfqkyE7JR0CQTm33JyT2VxvFKD { top:0.5625rem;left:12.5625rem;width:19.1875rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbiTVknlcyVlpE7IS8tiVgZlghzpnIRL { top:1.875rem;left:15.875rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibtRc9FuxxXpXQ1z5O3VTmlkVZDNO1mW { top:0.625rem;left:28.4375rem;width:19.1875rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uq7KKDGWZIdSHaJdHtEFkSLfzggtQ3JH { top:1.875rem;left:31.8125rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2yXbgVmkFHzxPLrPkhKHCr1QxVLuhkD { top:1.875rem;left:16.375rem;width:15.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #szS35wMD2F5huztOlNDibZM9wtsISGX8 { top:1.875rem;left:32.25rem;width:15.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6XCfK1DBSmHI4WtkaRcgMXTx4FSmDPm { top:3.5rem;left:16.812501907349rem;width:8.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRvxxvH83hOQiekqyBJmalAMlPDURM0G { top:4.9375rem;left:32.75rem;width:8.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKEO8ryPT3mCbL1wtFD57L67NWkZU2h9 { top:6.875rem;left:16.4375rem;width:15.3125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlnNOpOcJQMSB8TkQeKIWNW5gF8bLybV { top:6.9375rem;left:32.3125rem;width:15.3125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwyG0sTsDoiD9VC0qIBnb2LkegIZtRcd { top:26.5rem;left:30.8125rem;width:16.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCrgME7W4eecDxQNdRCdUt7iF0bqSNKl { top:11.5rem;left:0rem;width:0;height:;display:block; }
 }@media only screen and (max-width: 763px) { #qzWiNB3V8QiD05HRnGkhswOLBbss4tiw { top:11.5rem;left:2.9375rem;width:10rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J24Z5sAAFURy4miAbzKT3AzGgOUN8XcO { top:26.375rem;left:1.375rem;width:12.3125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTDt6TDBW6hlTv5SWRwsWg2GuSBvwCLL { top:13.0625rem;left:17.6875rem;width:8.6875rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHi8NGUaCAFEBHyGQWvFvsR4lnQkTxTF { top:18.3125rem;left:27.125rem;width:4.0625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhJA73kipPNQTXR4syQBlTy1NMLJkx2D { top:26.75rem;left:17.3125rem;width:13rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzuWdVBNSGsK4hovbQlvpTNUsFuye2IH { top:9.5rem;left:36.96875rem;width:10.625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETOGgl0osZ7ntVvxxrOi2VWEOTLiTiVE { top:10.1875rem;left:33.25rem;width:3rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #blfasefUnm3qkpNqnu1LWFFiza0HFSqN { top:18.125rem;left:32.75rem;width:4rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4We1xh12dEemwZekh2nvriafQCOEXmf { top:33.375rem;left:0rem;width:15.3125rem;height:6.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTfHaC1fa6k13VRUPAxq5owSAfzAvreB { top:33.125rem;left:8.5625rem;width:7.3125rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf8krnFFdRuc1pDhcL2nJoC08iiOZpKl { top:33.125rem;left:21.4375rem;width:6.8125rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIerzQkfLDkMMMnERCkuQACiODkfTQux { top:33.125rem;left:25.75rem;width:6rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9mxRlE0fICDcfRf88NZNN1Kof6sBE44 { top:33.125rem;left:39rem;width:7.1875rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Segw6DfwdpeFkAlmtotthM8RS6dVDGyK { display:block; }#Segw6DfwdpeFkAlmtotthM8RS6dVDGyK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U0otMztWCF74czNx944mqayJcQzHCgln { display:block; }#U0otMztWCF74czNx944mqayJcQzHCgln > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn { background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { background-color: transparent; background-image: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container > .video-iframe-container { display: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row > .video-iframe-container { display: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .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); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { width:20rem;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ihGQxLVRs1MKdQ4z3CerU3e4NDDOq1iV { width:5rem;height:1.0625rem;top:0.75rem;left:0.74913197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOCQg6XnghGFs02eV45F66PNzkGVkghB { width:5.6875rem;height:2.0625rem;top:0.25rem;left:13.640625298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRNvVrz3TursqBhNJO4q1ewABlOGAkJ8 { display:block; }
 }@media only screen and (max-width: 763px) { #xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/egNlwnxM/Backround_1_png.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd.adaptive-delivery-prevent-bg, #xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd.lazyload, #xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd.lazyloading { background-image: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { background-color: transparent; background-image: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .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); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { width:20rem;height:32.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tx1siJ4peGp4h3DXpnEiokd9AUG9Qz6A { width:20rem;height:1.381075rem;top:0.375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #R62zs85ioyade7We6TCqwvCvrpvwGImw { width:19.9375rem;height:9.5rem;top:17.8125rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mcvqh0cH1MU7MiPdTgbZshyJ9y42hBCk { width:1.5625rem;height:1.5625rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIcIQJHkuiM5VQ075TTLcvJJWOL0cKiz { width:1.5625rem;height:1.5625rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MciKnB9GU7XDnGRifQelEfGZsedcGdex { width:1.5625rem;height:1.5625rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtMwZJqsE2sPz3EHATaV9Tg4yhTS9OcQ { width:1.5625rem;height:1.5625rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSzvZRQOROrz7nlmVTxAT8Q0GMCTbpPJ { width:6rem;height:1.94965rem;top:4.8125rem;left:0.75rem;font-size:0.8125rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #yM5Ltg7Mbbr8nsn0a8qxXOlwfSOAuwEy { width:9.125rem;height:16.125rem;top:1.0625rem;left:9.8125002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwN0bR2FWF9auOeTEak8x2QZZWKU5PTJ { width:20rem;height:1.625rem;top:1.6059026718139rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#cc0005;display:block; }
 }@media only screen and (max-width: 763px) { #f7CDuQuVMrg1A3N19GqMAlMrqJRWDrC1 { width:9.125rem;height:1.94965rem;top:7.375rem;left:0.6875rem;font-size:0.8125rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #btOpT2GMSRhMTuUHuSlMTXDUuN8XDw6R { width:9.125rem;height:1.94965rem;top:9.5625rem;left:0.625rem;font-size:0.8125rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #KFUtMzkNOeKNQMZyK79XeyXdsFOHBT09 { width:9.125rem;height:1.94965rem;top:12.0625rem;left:0.5625rem;font-size:0.8125rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #EVLWsQMIVkTIaS6sF3s3LQ5k6adqyvFy { width:8.375rem;height:1.5434rem;top:3.25rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Vf1zuWz5nuwcmht7F7ul7FVDUN5FcTSb { width:20rem;height:1.625rem;top:28.5625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #X9URXLGgb6JTpGQvMacC6b2LCX0lzvul { display:block; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul { border-width: 0; border-radius: 0; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row .container { width:20rem;height:2.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHOsIVoI0T9yhNW6L0H3HLVQeLSLorZA { width:20rem;height:2.27430625rem;top:0.29861068725586rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zR1ybtUNWQHPdS3N6bvZV0I5xoFSPFlz { display:block; }#zR1ybtUNWQHPdS3N6bvZV0I5xoFSPFlz > .row .container { width:20rem;height:75.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GIvfcnbki7MsrlewiLwSJ6gCaTzeVB6H { width:18.6875rem;height:1.625rem;top:1.3602432012558rem;left:1.3116319775581rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c8uGKt1zABRvwtenZx2pukSKSrHlDCtH { width:18.25rem;height:1.29948125rem;top:2.9227432012558rem;left:1.3116319775581rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r0zDUp5W32G2MoXkP4X5HP7RVmBpd0qf { width:0.25rem;height:5rem;top:1.3602432012558rem;left:0.59288197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTfyCVp0cmPaZz4pDHh3rWsoIOZuy1Js { width:13.5rem;height:6.09375rem;top:3.1597222089768rem;left:1.3116319775581rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MOwcZ6Lp731Ot7dFTFScc36nJmWmklPh { width:13.4375rem;height:2.4236125rem;top:9.811632514rem;left:0.90538197755812rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#MOwcZ6Lp731Ot7dFTFScc36nJmWmklPh li:before{  }
 }@media only screen and (max-width: 763px) { #oIpyrS2bvd5eUPGASPzfNQCViFPyIN1c { width:15.375rem;height:1.625rem;top:27.4375rem;left:1.5000000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IR4dbVwhL1UlNNWrme0xEOTZxJMJ0MbO { width:15.375rem;height:1.625rem;top:49.75rem;left:1.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T0iFnoSTrQUhmMRdbynckfZtOm4toIeJ { width:8.1875rem;height:1.46180625rem;top:31.125rem;left:3rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uBziFhrb9qwv8EBbEAvL1Mqc2zsxhndQ { width:8.1875rem;height:1.46180625rem;top:51.375rem;left:1.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uywbtZV1RT75ehHpvM2GSKEulLGw9zo5 { width:15.3125rem;height:4.875rem;top:31.125000834465rem;left:1.3116319775581rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #reFvFuf6D4VuN00kH3Ggw8kht34Vx0RQ { width:15.3125rem;height:1.21875rem;top:54.6875rem;left:3.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UAKA9U4rIOTPPiBmbcrRv9PD4Mqtumsr { width:14.9375rem;height:3.47916875rem;top:36.937500953674rem;left:1.3116319775581rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#UAKA9U4rIOTPPiBmbcrRv9PD4Mqtumsr li:before{  }
 }@media only screen and (max-width: 763px) { #rF9P9RoPLga8HLl0tREQse11IbnUhQ10 { width:14.9375rem;height:4.534725rem;top:59.25rem;left:1.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#rF9P9RoPLga8HLl0tREQse11IbnUhQ10 li:before{  }
 }@media only screen and (max-width: 763px) { #vPfJdMzQy3InWPzMHxmPRQsKUCTvABaK { width:5.3125rem;height:5.3125rem;top:27.050347328186rem;left:14.311632454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #yk1Ams4RLw7sXa5t1u28FsLAuISnQBo2 { width:5.3125rem;height:5.3125rem;top:49.75rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6QyMSd9e6WJSSin99zoZqFO5ZnbBToS { width:6.25rem;height:1.75rem;top:41.75rem;left:1.3116319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKE0GIa2six6a8yInIBfr4vwV2y3RH6o { width:0.125rem;height:4.25rem;top:27.75rem;left:1.0000000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #eEacOT7UeTmm8alHstx6xuc25Jf0dePh { width:0.125rem;height:4.25rem;top:90.1875rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #t7ofnTrAxZOk5iQRSpfAb4IeHQUAqaZD { width:16rem;height:4.5486125rem;top:54.6875rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uilc5nJnfiy50kImoSeVArPlDQLTUOX1 { width:8.1875rem;height:1.46180625rem;top:28.975693702698rem;left:1.4366319775581rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bAksLPi90yMFpNsEMUkuHCrNbgptW0tU { width:7.75rem;height:15.125rem;top:9.2526044845581rem;left:11.187500298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #uK3qdH3vh1PKvBZSLZ6f7UMlmgS67vr9 { width:3.25rem;height:7.5rem;top:16.248266220092rem;left:7.8875902260806rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZ8851FzFOIZ5FJT7TE5SyTre9OvUa40 { width:6.8125rem;height:1.75rem;top:63.75rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRlGXaqHMLw5swgkT7q8ANZnXTZwzLm8 { width:19.6875rem;height:21.4375rem;top:26.5rem;left:0.12413191795349rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5EBl2qfxTWRGs9sTTFXVy9hOeMk0BXV { width:4.4375rem;height:13.375rem;top:33.65625rem;left:13.249132454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQlw8V8tQyGLaeSR6R3uDWReQfPKzTEW { width:11.1875rem;height:9.0625rem;top:63.75rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHot3tcZJcFTm0Ilh5d2uBEFUVb6hN5c { width:19.4375rem;height:25.625rem;top:48.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7F0fKpJSUmiHT9C9GzFOVMtHLXtQpUf { width:20rem;height:24.6875rem;top:0.8125rem;left:0rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #VNRmcwTF3GkaInadtX4nGft9f78o6nJT { width:0.25rem;height:5rem;top:27.416666507721rem;left:0.64583331346512rem;z-index:100025;display:block; }
 }@media only screen and (max-width: 763px) { #UaniSslhkacmhHWM1daCnwF2oVsE2o6h { width:0.25rem;height:5rem;top:49.6875rem;left:0.6875rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #hqnaKiDr2ND0l0dqBgzz4DO73Rtp31Nx { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/egNlwnxM/Backround_1_png.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hqnaKiDr2ND0l0dqBgzz4DO73Rtp31Nx.adaptive-delivery-prevent-bg, #hqnaKiDr2ND0l0dqBgzz4DO73Rtp31Nx.lazyload, #hqnaKiDr2ND0l0dqBgzz4DO73Rtp31Nx.lazyloading { background-image: none; }#hqnaKiDr2ND0l0dqBgzz4DO73Rtp31Nx > .row .container { background-color: transparent; background-image: none; }#hqnaKiDr2ND0l0dqBgzz4DO73Rtp31Nx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hqnaKiDr2ND0l0dqBgzz4DO73Rtp31Nx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hqnaKiDr2ND0l0dqBgzz4DO73Rtp31Nx > .row .container > .video-iframe-container { display: none; }#hqnaKiDr2ND0l0dqBgzz4DO73Rtp31Nx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hqnaKiDr2ND0l0dqBgzz4DO73Rtp31Nx > .row > .video-iframe-container { display: none; }#hqnaKiDr2ND0l0dqBgzz4DO73Rtp31Nx > .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); }#hqnaKiDr2ND0l0dqBgzz4DO73Rtp31Nx > .row .container { width:20rem;height:27.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VEfC3iEPvffcTqzaPeigLUpQ7gROoI78 { width:12.5rem;height:7.38886875rem;top:7.3125028610231rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OHBDyDVTacHRwWK7D6gT1lwufvDlOxhi { width:1.5625rem;height:1.5625rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfN3fDmUTwnLVRIWUWz6qsmQ6XRib0Q7 { width:1.5625rem;height:1.5625rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTnz88hewRgfCxAOnh0TeZW8l7gqCT5y { width:1.5625rem;height:1.5625rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0PsicoOMoE0ecmcEANxwV4n9e6VZz74 { width:6rem;height:1.94965rem;top:13.9375rem;left:0.75rem;font-size:0.8125rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #giFcrzr2aQVrkK2M5b8KbmuHNGlOXby1 { width:14.6875rem;height:1.625rem;top:3.4357757568359rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#cc0005;display:block; }
 }@media only screen and (max-width: 763px) { #xWKLtTkulZTA9L7HV3NZdkvWpTXRhaV2 { width:11.8125rem;height:1.94965rem;top:20.625rem;left:0.75rem;font-size:0.8125rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #g4cEX0PCFgEn26ORdBHWUK6TZotMIweM { width:9.125rem;height:3.08680625rem;top:16.875005722046rem;left:0.74913197755812rem;font-size:0.8125rem;z-index:100026;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #av9nisiQ9xWzMKwEv5tblLld1pPno6Lx { width:8.375rem;height:1.625rem;top:5.0607652664184rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ETJWTZhOD32oTpZxi4WzT7u2CO0f46ob { width:20rem;height:1.625rem;top:1.8732643127441rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UzLzo3A5eXfqRZSR0VVUETFMTE8Is9lM { width:9.6875rem;height:11.625rem;top:8.3993072509762rem;left:10.311632454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5Lym7DCDZcd4NCJeFMKLvxdZylXWwsT { width:14.1875rem;height:3.25rem;top:23.437500238419rem;left:2.9062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeEEJOWGSMMBFI4pwAif3QdF8B0FVVvA { display:block; }#xeEEJOWGSMMBFI4pwAif3QdF8B0FVVvA > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZEiLyOqeiuEG1DnVhW2o1fTxH8IDQ8x { width:20rem;height:2.03125rem;top:0.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhIiMc0uLS7tRiZig376wxsBks6OuTPP { display:block; }#KhIiMc0uLS7tRiZig376wxsBks6OuTPP > .row .container { width:20rem;height:89.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fo6l7dECcTqifO9KT5eHveaLwLHiOnkJ { width:19.375rem;height:20.9375rem;top:0.87152767181394rem;left:0.5rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #TSbtuC59yMUSlAXIqOxlQSTqqiHEh8z6 { width:17.625rem;height:1.625rem;top:1.8090276718139rem;left:2.3741319775581rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p0Sym9pVz8V5yCsorcHeLGH852cE4GW3 { width:17.625rem;height:1.46180625rem;top:3.3741312026977rem;left:2.3741319775581rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SkVN4DJQbCVmoHdzFTszbSnT7MHNH1L2 { width:0.25rem;height:5rem;top:1.8090276718139rem;left:1.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCeTrespA0HvAfbJeLi6vWa179L9BJMf { width:9.5rem;height:8.4444375rem;top:5.7482633590698rem;left:2.4375000596046rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L8qq9xOfqkyE7JR0CQTm33JyT2VxvFKD { width:19.1875rem;height:20.75rem;top:22.4375rem;left:0.37499994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbiTVknlcyVlpE7IS8tiVgZlghzpnIRL { width:0.25rem;height:5rem;top:23.75rem;left:2.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibtRc9FuxxXpXQ1z5O3VTmlkVZDNO1mW { width:19.1875rem;height:26.75rem;top:43.5rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uq7KKDGWZIdSHaJdHtEFkSLfzggtQ3JH { width:0.25rem;height:5rem;top:44.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2yXbgVmkFHzxPLrPkhKHCr1QxVLuhkD { width:15.375rem;height:1.625rem;top:23.75rem;left:3.0625000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #szS35wMD2F5huztOlNDibZM9wtsISGX8 { width:15.375rem;height:3.25rem;top:44.75rem;left:3.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F6XCfK1DBSmHI4WtkaRcgMXTx4FSmDPm { width:8.1875rem;height:1.46180625rem;top:25.375rem;left:3.0625000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nRvxxvH83hOQiekqyBJmalAMlPDURM0G { width:8.1875rem;height:1.46180625rem;top:47.8125rem;left:3.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qKEO8ryPT3mCbL1wtFD57L67NWkZU2h9 { width:6.3125rem;height:6.82291875rem;top:28.75rem;left:3.1250000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VlnNOpOcJQMSB8TkQeKIWNW5gF8bLybV { width:9.0625rem;height:4.875rem;top:49.75rem;left:3.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MwyG0sTsDoiD9VC0qIBnb2LkegIZtRcd { width:16.5625rem;height:3.4375rem;top:65.125rem;left:1.5937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCrgME7W4eecDxQNdRCdUt7iF0bqSNKl { width:0;height:;top:89.125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzWiNB3V8QiD05HRnGkhswOLBbss4tiw { width:8.4375rem;height:10.4375rem;top:5.4357643127441rem;left:11.324746032184rem;display:block; }
 }@media only screen and (max-width: 763px) { #J24Z5sAAFURy4miAbzKT3AzGgOUN8XcO { width:10.875rem;height:3.1875rem;top:16.123264312744rem;left:1.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTDt6TDBW6hlTv5SWRwsWg2GuSBvwCLL { width:8.6875rem;height:12.25rem;top:26rem;left:9.811632454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHi8NGUaCAFEBHyGQWvFvsR4lnQkTxTF { width:3.5rem;height:6rem;top:33.53125rem;left:10.000000298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhJA73kipPNQTXR4syQBlTy1NMLJkx2D { width:11.625rem;height:2.8125rem;top:39.46875rem;left:1.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzuWdVBNSGsK4hovbQlvpTNUsFuye2IH { width:8.9375rem;height:13.625rem;top:50.749133110046rem;left:9.874132454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETOGgl0osZ7ntVvxxrOi2VWEOTLiTiVE { width:2.375rem;height:6rem;top:57.531250953674rem;left:6.0491503066229rem;display:block; }
 }@media only screen and (max-width: 763px) { #blfasefUnm3qkpNqnu1LWFFiza0HFSqN { width:3.375rem;height:6.25rem;top:57.250000953674rem;left:2.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4We1xh12dEemwZekh2nvriafQCOEXmf { width:15.3125rem;height:5.84895rem;top:71.437486648562rem;left:3.0625000596046rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RTfHaC1fa6k13VRUPAxq5owSAfzAvreB { width:4.375rem;height:4.125rem;top:78.34375rem;left:1.1866319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf8krnFFdRuc1pDhcL2nJoC08iiOZpKl { width:4.125rem;height:4.1875rem;top:78.3125rem;left:6.0624998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIerzQkfLDkMMMnERCkuQACiODkfTQux { width:3.6875rem;height:4.3125rem;top:78.25rem;left:10.687500298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9mxRlE0fICDcfRf88NZNN1Kof6sBE44 { width:4.375rem;height:4.1875rem;top:78.3125rem;left:14.811632454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #Segw6DfwdpeFkAlmtotthM8RS6dVDGyK { display:block; }#Segw6DfwdpeFkAlmtotthM8RS6dVDGyK > .row .container { width:20rem;height:15.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U0otMztWCF74czNx944mqayJcQzHCgln { display:block; }#U0otMztWCF74czNx944mqayJcQzHCgln > .row .container { width:20rem;height:15.4375rem;position:relative;display:block; } }