.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:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb { background-color:transparent;background-image:url("https://images.assets-landingi.com/Gst7ghX4/1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }
#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb.adaptive-delivery-prevent-bg { background-image: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container { background-color: transparent; background-image: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container > .video-iframe-container { display: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row > .video-iframe-container { display: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .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); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container { border-width: 0; border-radius: 0; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container { font-size:0.875rem;font-family:arial;height:57.1875rem;width:60rem;overflow:visible;position:relative;display:block; }#i7tWTmQuHs1CeH77zHQDPgdaitfqz3C8 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:3.4375rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:8.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#egauXtw6DTx1BLkycVo3TKBPxxnp31UR { color:#ffffff;display:block;width:49.3125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:18.5rem;left:5.34375rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iWqRUlovXA3UR4Ul2ud3TMJb3R0MsvlN { background-color:#2b32a7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.5rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:0.71875rem;left:49.6875rem;display:block; }
#yi7UdMeW4qa76kO3iiHTGIl0py31m9sO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#F8OEcQQDzEqJSBHNMTCOaLHvDf6Su6qD { position:absolute;display:block;z-index:100004;background-color:#acaba9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.21) ;height:20.75rem;width:32.5rem;top:25.53125rem;left:13.75rem;display:block; }
#tssx9Kg4gV6N8AqzEPvrqLOGfDQyM6LA { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:27.5rem;left:18.125rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CsZ5ORDxK7vnHxeg7wr3V5bH3XxsmU5q { position:absolute;display:block;z-index:100006;background-color:#2b32a7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.8125rem;width:6.6875rem;top:26.125rem;left:39.625rem;display:block; }
#mntA7KvR9vOAdvepU4N1FvszGuQ5Xzoe { color:#ffffff;display:block;width:5.25rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:26.375rem;left:40.34375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM .widget-form-header {  }
#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:23.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.75rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center; }
#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM .widget-input-text {padding-top: 0; padding-bottom: 0;}#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center; }
#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM .widget-input-select {padding-top: 0; padding-bottom: 0;}#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM .widget-input-button { background-color:#2b32a7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:23.75rem;height:3.125rem;font-family:ubuntu;overflow:hidden;text-align:center;text-align-last:center; }
#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM [class*="-text"]:-moz-placeholder { color:#cacaca;font-family:"open sans";font-size:1rem;text-align:center;text-align-last:center; }
#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM [class*="-text"]::-moz-placeholder { color:#cacaca;font-family:"open sans";font-size:1rem;text-align:center;text-align-last:center; }
#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM [class*="-text"]:-ms-input-placeholder { color:#cacaca;font-family:"open sans";font-size:1rem;text-align:center;text-align-last:center; }
#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM [class*="-text"]::-webkit-input-placeholder { color:#cacaca;font-family:"open sans";font-size:1rem;text-align:center;text-align-last:center; }
#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:22.75rem;overflow:hidden;font-style:normal; }
#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM .widget-container:first-of-type{padding-top:0;}#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM .widget-container:last-of-type{padding-bottom:0;}#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100007;position:absolute;top:29.375rem;left:16.875rem; }
#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.75rem;display:block;vertical-align:top; }
#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM {display:block;}#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100007;position:absolute;top:29.375rem;left:16.875rem; }
#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM #ClW8ILOt17gsP66Ps1C4Kc96NgoQaLMe { position:relative; }
#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM #pKAnq1om4wkkaBO8P8xDM65Thg9qp483 { position:relative; }
#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM #fqyFLviTwReWgA6xTAQNgRGrtud6zN81 { position:relative; }
#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM #mhXVUNCoshx9av9lsGiuIv7aevfmu3w9 { position:relative; }
#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM #kJ5y7ikSzKwgG6qhfIeCrQI9W1MUDFM8 { position:relative; }
#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM #UT6IC92DuGQMHDxiuFsyN0mStMg5ApdQ { position:relative; }
#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM #bBaldF9iO0DDI9kVTD406ndXyEut6a6K { position:relative; }
#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM #RTbNRB8raM1qAZi4EinpeukLdWOvUMKT { position:relative; }
#TEfqaQlVE3HeZJvpGnUhrFUtOyDQ7oGI { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:47.0625rem;left:16.625rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n77vmbJJhEnkPp3lb0f60cvqOpWUySQV { box-sizing:content-box;color:#ffffff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:46.21875rem;left:13.875rem;display:block; }
#bz5JCxrm9VdWvPzXbKgRtgzCfKin2wf8 { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:47rem;left:36.625rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RdE10uazzl3hzSyS2sIM25pmQ3Fxsc97 { box-sizing:content-box;color:#ffffff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:46.375rem;left:33.875rem;display:block; }
#VGmzWnzhBtT6iX3RbcBqq7ksbPBiHJrG { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.8125rem;width:17.875rem;top:49.03125rem;left:0rem;overflow:hidden;display:block; }
#WShlRxgTuaUSZR7CfhnGOmqG4mwGnR1q { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:15.625rem;top:1.25rem;left:1.3125rem;overflow:hidden;display:block; }
#C9UUEpVJ0hQdvrBtOtKNSvdRQHsTnxiI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#C9UUEpVJ0hQdvrBtOtKNSvdRQHsTnxiI > .row .container { background-color: transparent; background-image: none; }#C9UUEpVJ0hQdvrBtOtKNSvdRQHsTnxiI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C9UUEpVJ0hQdvrBtOtKNSvdRQHsTnxiI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C9UUEpVJ0hQdvrBtOtKNSvdRQHsTnxiI > .row .container > .video-iframe-container { display: none; }#C9UUEpVJ0hQdvrBtOtKNSvdRQHsTnxiI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C9UUEpVJ0hQdvrBtOtKNSvdRQHsTnxiI > .row > .video-iframe-container { display: none; }#C9UUEpVJ0hQdvrBtOtKNSvdRQHsTnxiI > .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); }#C9UUEpVJ0hQdvrBtOtKNSvdRQHsTnxiI > .row .container { border-width: 0; border-radius: 0; }#C9UUEpVJ0hQdvrBtOtKNSvdRQHsTnxiI > .row .container { font-size:0.875rem;font-family:arial;height:52.1875rem;width:60rem;position:relative;display:block; }#szSmRVy1JyTVHhalog7ztCMU0WqBnc05 { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/EozbsV4K/pic1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.25rem;width:29.1875rem;top:7.46875rem;left:30.8125rem;display:block; }
#szSmRVy1JyTVHhalog7ztCMU0WqBnc05.adaptive-delivery-prevent-bg { background-image: none; }
#UCh7QGab3nuP9E4epZy8LU0TeDgIHmTc { color:#2a2e41;display:block;width:30.0625rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:11.25rem;left:0rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rV01mNicvp70IoqI4EzolKoHy1TzTgER { color:#584949;display:block;width:30.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100003;line-height:1.5;letter-spacing:0;top:19.25rem;left:0rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vO0pu2k5k94c6MLnGE5lFA7HSm7mSDae { color:#2b32a7;display:block;width:30.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:8.75rem;left:0rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TalOZKrCHrT28G78RCGkvImaG8C90MDQ { position:absolute;display:block;z-index:100005;background-color:rgba(155,155,155,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:29.25rem;top:33.1875rem;left:0rem;display:block; }
#frTNFxCtnJsSBc0tbwnb0g37FWDT7e5M { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/aqKf2TmZ/03.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:3.625rem;width:3.625rem;top:36.9375rem;left:0rem;display:block; }
#frTNFxCtnJsSBc0tbwnb0g37FWDT7e5M.adaptive-delivery-prevent-bg { background-image: none; }
#eIOBpUQ9xLlodtAoMlUzpSeaBhEydzqc { color:#584949;display:block;width:25.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100004;line-height:1.5;letter-spacing:0;top:36.9375rem;left:4.625rem;height:4.21875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#wnv8mkKEdcLIiAa3AEkaFbJ2vI7f7r8X { color:#fe4c10;display:block;width:25.5rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:700;z-index:100005;line-height:1.5;letter-spacing:0;top:42.125rem;left:4.625rem;height:1.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KVsx1XLZqhPBfHaVzXmhlP3L4pEINwU4 { background-color:#2b32a7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.5rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:29.1875rem;left:0rem;display:block; }
#sbQ1zO7pbPq7vRQHMcXSK5Z3MoT9TZWZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yB4p2UKQ2xDWnt6NMXk30dQv6gL1uy0k { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.8125rem;width:20.4375rem;top:4.5rem;left:35.78125rem;overflow:hidden;display:block; }
#DTzeW9JsaOlobrdHhkOn8VQopw8TFet4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/254G6Ieo/04.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }
#DTzeW9JsaOlobrdHhkOn8VQopw8TFet4.adaptive-delivery-prevent-bg { background-image: none; }#DTzeW9JsaOlobrdHhkOn8VQopw8TFet4 > .row .container { background-color: transparent; background-image: none; }#DTzeW9JsaOlobrdHhkOn8VQopw8TFet4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DTzeW9JsaOlobrdHhkOn8VQopw8TFet4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DTzeW9JsaOlobrdHhkOn8VQopw8TFet4 > .row .container > .video-iframe-container { display: none; }#DTzeW9JsaOlobrdHhkOn8VQopw8TFet4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DTzeW9JsaOlobrdHhkOn8VQopw8TFet4 > .row > .video-iframe-container { display: none; }#DTzeW9JsaOlobrdHhkOn8VQopw8TFet4 > .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); }#DTzeW9JsaOlobrdHhkOn8VQopw8TFet4 > .row .container { border-width: 0; border-radius: 0; }#DTzeW9JsaOlobrdHhkOn8VQopw8TFet4 > .row .container { font-size:0.875rem;font-family:arial;height:52.625rem;width:60rem;position:relative;display:block; }#W6V9CVQRxlJeycF5refbIDGVuVwT6oGC { position:absolute;display:block;z-index:100000;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0;border-right:0;border-bottom:0.0625rem solid #ffffff;height:5rem;width:17.375rem;top:7.5625rem;left:0rem;display:block; }
#cgOnB1KuQ792vEHsZ76WTa2xtQDMbUK3 { color:#faeeea;display:block;width:5.4375rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:700;z-index:100006;line-height:1.5;letter-spacing:0;top:8.875rem;left:0.5625rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z0Wgxpgf3Rxwe5pkUru0P2EnQ4NWTnhT { color:#faeeea;display:block;width:12.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:9.5625rem;left:6.125rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b4xmHyyJ4tADKM3gPbFzBTOL7UA0Kn04 { color:#fe4c10;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:100007;line-height:1.5;letter-spacing:0;top:15.1875rem;left:0.5625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zZKRsO33aJJ6dFN63gvQy1J3GsEOxs7f { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:17.25rem;left:0.625rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bqTTI3BKaCMWtsrDDlR2mKq3coBhk7rv { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100011;line-height:1.5;letter-spacing:0;top:25.375rem;left:0.625rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fhpJ7TNkZrN4mzPLeAmeEReQWZG1XJPq { color:#fe4c10;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:100010;line-height:1.5;letter-spacing:0;top:23.3125rem;left:0.5625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TQRngd3tFOwGo8kXMFBEXJDJCNPBXE5a { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100017;line-height:1.5;letter-spacing:0;top:41.5625rem;left:0.625rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ii7GTkC10w8KDqoL2ToxoW4IUaPM19Mp { color:#fe4c10;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:100016;line-height:1.5;letter-spacing:0;top:39.5rem;left:0.5625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QQPzbBBoyT5ytE4UPWgFPnoT84ceNi9N { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100014;line-height:1.5;letter-spacing:0;top:33.4375rem;left:0.625rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Cvid6TlLuOzOMx0UG3becaxxyFd77uDW { color:#fe4c10;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:100013;line-height:1.5;letter-spacing:0;top:31.375rem;left:0.5625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k1Lb1cmTRJCUtibAikzfob2cxkp20Mri { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100033;line-height:1.5;letter-spacing:0;top:41.5rem;left:20.625rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l2D0H354MAlC2gKNInDqnONpwFWCTl78 { color:#fe4c10;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:100032;line-height:1.5;letter-spacing:0;top:39.4375rem;left:20.5625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LgfTlzNVmcSSz3fonsxiTsirf57l9VIz { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100030;line-height:1.5;letter-spacing:0;top:33.375rem;left:20.625rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xr6N0z3h2BpbhR8uVIO96TmlZ5l5iWM2 { color:#fe4c10;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:100029;line-height:1.5;letter-spacing:0;top:31.3125rem;left:20.5625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AmO7XIqUtwGtR7HJa2WSxmQKvTmWIS7n { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100027;line-height:1.5;letter-spacing:0;top:25.3125rem;left:20.625rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AmGU7E1aTheiUtcE3P3yILgl8yKT78br { color:#fe4c10;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:100026;line-height:1.5;letter-spacing:0;top:23.25rem;left:20.5625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DuwfF29WiKMJ9NBTlQGsEPx00uaM6692 { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100024;line-height:1.5;letter-spacing:0;top:17.1875rem;left:20.625rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oyypcEcxCooOzA4AT2qazJdLvdiXgZll { color:#fe4c10;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:100023;line-height:1.5;letter-spacing:0;top:15.125rem;left:20.5625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VUdupboccAoH0GaIJTJIyMt4B1fJzzBx { color:#faeeea;display:block;width:5.3125rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:700;z-index:100022;line-height:1.5;letter-spacing:0;top:8.8125rem;left:20.5625rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OzWHmKBvzpMpQve0RGRAuT3upH38SM5V { color:#faeeea;display:block;width:13.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100023;line-height:1.5;letter-spacing:0;top:9.5rem;left:26.5625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WH1HEDiiecR8yWtz06LXKrp69UEx1v49 { color:#faeeea;display:block;width:5.3125rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:700;z-index:100038;line-height:1.5;letter-spacing:0;top:8.8125rem;left:40.5rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aVtOt3n6QOC6TDVymsr7DSmVxPDzN2gp { color:#fe4c10;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:100039;line-height:1.5;letter-spacing:0;top:15.125rem;left:40.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hAoOd4ek85yECuZfCtM6JSuhh4Cd1oIQ { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100040;line-height:1.5;letter-spacing:0;top:17.1875rem;left:40.5625rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zh5qL3m0aZk6vL6nbrUkawOOSdDTlxl2 { color:#faeeea;display:block;width:13.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100039;line-height:1.5;letter-spacing:0;top:9.5rem;left:46.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gUpvApRn7bNFrqyMkOE9Lr0ubkPL9oVp { color:#fe4c10;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:100042;line-height:1.5;letter-spacing:0;top:23.25rem;left:40.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hEARLgkzLHiDEeGF4G9uHpTJqykP7T2n { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100043;line-height:1.5;letter-spacing:0;top:25.3125rem;left:40.5625rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RO4yo7En6LF25v369ALT6xEOTWm0q8Up { color:#fe4c10;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:100045;line-height:1.5;letter-spacing:0;top:31.3125rem;left:40.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SfOWZrmqOCMVg4PoiIE0BTh5ZDh7SXoT { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100046;line-height:1.5;letter-spacing:0;top:33.375rem;left:40.5625rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vtVMq4SCHiiI8WTpnMk9LnQhVU9Dm9Qx { color:#fe4c10;display:block;width:19.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:100048;line-height:1.5;letter-spacing:0;top:39.4375rem;left:40.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dNgX9mzh9uM8QRBRLMNCg7N1GNTg7fdk { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100049;line-height:1.5;letter-spacing:0;top:41.5rem;left:40.5625rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RxDgSDbnp1EXZwdZTb0CbMX5q7VV83L0 { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0;border-right:0;border-bottom:0.0625rem solid #ffffff;height:5rem;width:17.375rem;top:7.5625rem;left:20rem;display:block; }
#kGOiFJzvfiPBtMNa8GJnkPTwlyzWTgJ5 { position:absolute;display:block;z-index:100002;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0;border-right:0;border-bottom:0.0625rem solid #ffffff;height:5rem;width:17.375rem;top:7.5625rem;left:40rem;display:block; }
#I4N7OF6rWJbTHh8yZ06WNQgheA9TT8yh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#I4N7OF6rWJbTHh8yZ06WNQgheA9TT8yh > .row .container { background-color: transparent; background-image: none; }#I4N7OF6rWJbTHh8yZ06WNQgheA9TT8yh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I4N7OF6rWJbTHh8yZ06WNQgheA9TT8yh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I4N7OF6rWJbTHh8yZ06WNQgheA9TT8yh > .row .container > .video-iframe-container { display: none; }#I4N7OF6rWJbTHh8yZ06WNQgheA9TT8yh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I4N7OF6rWJbTHh8yZ06WNQgheA9TT8yh > .row > .video-iframe-container { display: none; }#I4N7OF6rWJbTHh8yZ06WNQgheA9TT8yh > .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); }#I4N7OF6rWJbTHh8yZ06WNQgheA9TT8yh > .row .container { border-width: 0; border-radius: 0; }#I4N7OF6rWJbTHh8yZ06WNQgheA9TT8yh > .row .container { font-size:0.875rem;font-family:arial;height:19.9375rem;width:60rem;position:relative;display:block; }#PITixAhVSQTz07pJ2ftUHdHqe9Qwq3Wf { color:#584949;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:13.125rem;left:0rem;height:3.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k8Cp86umReJ1aoLHluqIpHhIu646Rq63 { color:#2a2e41;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:10.0625rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MCObJTgxdoUEkk1SNps50sLrdUazUyu6 { color:#2b32a7;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:7.5625rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qW3DEJCQLuIvcuFoptymksmpDAIBt8BW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#qW3DEJCQLuIvcuFoptymksmpDAIBt8BW > .row .container { background-color: transparent; background-image: none; }#qW3DEJCQLuIvcuFoptymksmpDAIBt8BW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qW3DEJCQLuIvcuFoptymksmpDAIBt8BW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qW3DEJCQLuIvcuFoptymksmpDAIBt8BW > .row .container > .video-iframe-container { display: none; }#qW3DEJCQLuIvcuFoptymksmpDAIBt8BW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qW3DEJCQLuIvcuFoptymksmpDAIBt8BW > .row > .video-iframe-container { display: none; }#qW3DEJCQLuIvcuFoptymksmpDAIBt8BW > .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); }#qW3DEJCQLuIvcuFoptymksmpDAIBt8BW > .row .container { border-width: 0; border-radius: 0; }#qW3DEJCQLuIvcuFoptymksmpDAIBt8BW > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:60rem;position:relative;display:block; }#iKBkdnc5RKqTbLuUXrF7P54v6B2zxm9i { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:6.25rem;width:6.25rem;top:0rem;left:6.875rem;display:block; }
#zIXq0mX2T62WvHqhv6T2q9uiwQOpNeNb { color:#2a2e41;display:block;width:20rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:8.75rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#es30ouLMFwb03zEiS8ZuTp2UTd3nv3RJ { color:#584949;display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:11.5rem;left:0rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DF2cpyv2m95HUnMm8rNJ3znmI362io4a { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:1.5625rem;left:8.4375rem;overflow:hidden;display:block; }
#JBlavdhbHAbUe0PqbI61Sb8kxkF6Z32q { position:absolute;display:block;z-index:100011;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:6.25rem;width:6.25rem;top:0rem;left:26.875rem;display:block; }
#S53v5hDRCF0wPD6QP5OeiIGp8pp2FMgM { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:1.5625rem;left:28.4375rem;overflow:hidden;display:block; }
#TWty1EgIZy9sDZFhuO3KkX3F8e0OZxUa { color:#2a2e41;display:block;width:20rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:8.75rem;left:20rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZLdsJW1yqw6MGG0fZ2hgevz5h71aaCp8 { color:#584949;display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:11.5rem;left:20rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dtoUZZokVu8IJG9xZLaWSwK6AQxTQXDN { color:#584949;display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100016;line-height:1.5;letter-spacing:0;top:11.5rem;left:39.875rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WTfhJRvyb9sM0FCwGQbg8mp8w7Bd2ODV { color:#2a2e41;display:block;width:20rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:8.75rem;left:39.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L5qdBFMMF5PoJpIhGmxTpLCLCETTGlMa { position:absolute;display:block;z-index:100015;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:6.25rem;width:6.25rem;top:0rem;left:46.75rem;display:block; }
#e6lTTrDhmAf6k0SBt314UimhGXWIK1TL { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:3.125rem;top:1.5625rem;left:48.3125rem;overflow:hidden;display:block; }
#ApJczPbXXF3ZnB03xqRGpOoHSeiuHR4Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ApJczPbXXF3ZnB03xqRGpOoHSeiuHR4Q > .row .container { background-color: transparent; background-image: none; }#ApJczPbXXF3ZnB03xqRGpOoHSeiuHR4Q::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ApJczPbXXF3ZnB03xqRGpOoHSeiuHR4Q > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ApJczPbXXF3ZnB03xqRGpOoHSeiuHR4Q > .row .container > .video-iframe-container { display: none; }#ApJczPbXXF3ZnB03xqRGpOoHSeiuHR4Q > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ApJczPbXXF3ZnB03xqRGpOoHSeiuHR4Q > .row > .video-iframe-container { display: none; }#ApJczPbXXF3ZnB03xqRGpOoHSeiuHR4Q > .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); }#ApJczPbXXF3ZnB03xqRGpOoHSeiuHR4Q > .row .container { border-width: 0; border-radius: 0; }#ApJczPbXXF3ZnB03xqRGpOoHSeiuHR4Q > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:60rem;position:relative;display:block; }#Xc3H63ZxNI4vxI2g5h7tKl1rJoJgIEta { position:absolute;display:block;z-index:100019;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:6.25rem;width:6.25rem;top:0rem;left:16.8125rem;display:block; }
#L1sffclA4g6DreniReP1FeUsorC1CZII { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:3rem;top:1.5625rem;left:18.375rem;overflow:hidden;display:block; }
#KTyZ1vCi2PqBerRJFd32coipS5aFUcxS { color:#2a2e41;display:block;width:20rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:8.75rem;left:9.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n2ofnbduGZpPdfEfly5xBZE22Ay5FJTD { color:#584949;display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100020;line-height:1.5;letter-spacing:0;top:11.5rem;left:9.9375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GTM2KswrmQ8lp85WgTPrSX7hK9X6Pwer { color:#584949;display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100024;line-height:1.5;letter-spacing:0;top:11.5rem;left:30rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V70UQuu7gmIchw99lmGWdrC2FmMpZ6zC { color:#2a2e41;display:block;width:20rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:8.75rem;left:30rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KxmkHIlntBEuNZerpyZrqABTpABThKsB { position:absolute;display:block;z-index:100023;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:6.25rem;width:6.25rem;top:0rem;left:36.875rem;display:block; }
#OyitECR5QrdhhavwicQLmA6k7EkF8raB { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:3.125rem;top:1.5625rem;left:38.4375rem;overflow:hidden;display:block; }
#IGbhVQf6EokEEGLmKF9wFDqCsXRnTmUi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#IGbhVQf6EokEEGLmKF9wFDqCsXRnTmUi > .row .container { background-color: transparent; background-image: none; }#IGbhVQf6EokEEGLmKF9wFDqCsXRnTmUi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IGbhVQf6EokEEGLmKF9wFDqCsXRnTmUi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IGbhVQf6EokEEGLmKF9wFDqCsXRnTmUi > .row .container > .video-iframe-container { display: none; }#IGbhVQf6EokEEGLmKF9wFDqCsXRnTmUi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IGbhVQf6EokEEGLmKF9wFDqCsXRnTmUi > .row > .video-iframe-container { display: block; }#IGbhVQf6EokEEGLmKF9wFDqCsXRnTmUi > .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); }#IGbhVQf6EokEEGLmKF9wFDqCsXRnTmUi > .row .container { border-width: 0; border-radius: 0; }#IGbhVQf6EokEEGLmKF9wFDqCsXRnTmUi > .row .container { font-size:0.875rem;font-family:arial;height:58.375rem;width:60rem;position:relative;display:block; }#faKWpO3pxbxHnqcm5LCVCIqhFafTTGnc { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:13.125rem;left:0rem;height:3.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lcEp4RKic21qbXBFWknTxtk3EfTesUQS { color:#ffffff;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:10.0625rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SUZIXWfmbcZtOmtASkhGVTDWEd9rbDnA { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:7.5625rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cxXP14Zxa2VLqIBezthGRC2LVfDShcAd { position:absolute;display:block;z-index:100020;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:30.3125rem;width:19rem;top:20.375rem;left:0rem;display:block; }
#NCt3k7TLEKRgsMTdhFx3HWdKxRwySITn { position:absolute;display:block;z-index:100021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/3cX8HOIP/07.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.0625rem;width:17.125rem;top:21.3125rem;left:0.9375rem;display:block; }
#NCt3k7TLEKRgsMTdhFx3HWdKxRwySITn.adaptive-delivery-prevent-bg { background-image: none; }
#PNiaZh7zXXtEEQUF3Lw5oDr6uOk2dvuQ { color:#2a2e41;display:block;width:19rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:35.5625rem;left:0rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xf6OLo1HrSHAtGqtho9qCbWzNT75pOg9 { color:#fe4c10;display:block;width:19rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:37.4375rem;left:0rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aTHkaS7QCmxdQxbT0THhyihP4WA6w4ze { color:#2a2e41;display:block;width:19rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100023;line-height:1.3;letter-spacing:0;top:39.8125rem;left:0rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x4pxxJ9pCp2tSKrvlDtt1vh8kz7PLI55 { background-color:#2b32a7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.5rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:45.4375rem;left:4.34375rem;display:block; }
#XquFnIiNnnL3d2afkUmJrKNVmZdEXMwS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LhRfV3vmntSxUCIopm0CkCNR3kCJpd9p { position:absolute;display:block;z-index:100026;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:30.3125rem;width:19rem;top:20.375rem;left:41rem;display:block; }
#qZBENTGvRG8q4TLMKBy3qHE8MRiX4ycx { background-color:#2b32a7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.5rem;text-decoration:none;z-index:100030;text-align:center;text-align-last:center;top:45.4375rem;left:45.375rem;display:block; }
#xcv6MifgTq26LXQZqxdSfBNVw5f3Tng9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZWCItlgi5nfbZqa2u12zPaTJXQUsXPLN { color:#2a2e41;display:block;width:19rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100029;line-height:1.3;letter-spacing:0;top:39.8125rem;left:41rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bCVIinZyBE8K0sWc77aPEHmKRPIRFzwi { color:#fe4c10;display:block;width:19rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:37.4375rem;left:41rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zg0zxle79q2hWCvBGotO0WJ4v8BzQJrg { color:#2a2e41;display:block;width:19rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:35.5625rem;left:41rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FIz8VywUGNpitPy25eUgUibiFTtDgo40 { position:absolute;display:block;z-index:100027;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/6dafdn4h/09.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.0625rem;width:17.125rem;top:21.3125rem;left:41.9375rem;display:block; }
#FIz8VywUGNpitPy25eUgUibiFTtDgo40.adaptive-delivery-prevent-bg { background-image: none; }
#gi1cUi919fsCHOgntNBCJCchqOOBBm51 { position:absolute;display:block;z-index:100032;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:30.3125rem;width:19rem;top:20.375rem;left:20.5rem;display:block; }
#gqv8rRpFFffoh40U9cTrxSOkyF5DHBlB { position:absolute;display:block;z-index:100033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/Pbde3gZd/08.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.0625rem;width:17.125rem;top:21.3125rem;left:21.4375rem;display:block; }
#gqv8rRpFFffoh40U9cTrxSOkyF5DHBlB.adaptive-delivery-prevent-bg { background-image: none; }
#R2IQb2CRr1MVDOKlFGbmFfnP9FeklrgO { color:#2a2e41;display:block;width:19rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:35.5625rem;left:20.5rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bM6NeqvFlaiuRirMXdmQITuTEDExlHu9 { color:#fe4c10;display:block;width:19rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:37.4375rem;left:20.5rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qeyhTWSuDm3RSFSpCMkeELeyDoa23PtU { color:#2a2e41;display:block;width:19rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100035;line-height:1.3;letter-spacing:0;top:39.8125rem;left:20.5rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zO54TBN3XXOlnt0HlmL9S9tZs3Bg7xOX { background-color:#2b32a7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.5rem;text-decoration:none;z-index:100036;text-align:center;text-align-last:center;top:45.4375rem;left:24.875rem;display:block; }
#sH4IuTzZ4x695ekiVKFpLTkZvRISuBoU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ELTPf9bod2nhBZZTyWxq71xRSCSJxQHA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ELTPf9bod2nhBZZTyWxq71xRSCSJxQHA > .row .container { background-color: transparent; background-image: none; }#ELTPf9bod2nhBZZTyWxq71xRSCSJxQHA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ELTPf9bod2nhBZZTyWxq71xRSCSJxQHA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ELTPf9bod2nhBZZTyWxq71xRSCSJxQHA > .row .container > .video-iframe-container { display: none; }#ELTPf9bod2nhBZZTyWxq71xRSCSJxQHA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ELTPf9bod2nhBZZTyWxq71xRSCSJxQHA > .row > .video-iframe-container { display: none; }#ELTPf9bod2nhBZZTyWxq71xRSCSJxQHA > .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); }#ELTPf9bod2nhBZZTyWxq71xRSCSJxQHA > .row .container { border-width: 0; border-radius: 0; }#ELTPf9bod2nhBZZTyWxq71xRSCSJxQHA > .row .container { font-size:0.875rem;font-family:arial;height:19.5625rem;width:60rem;position:relative;display:block; }#rk6XGOcPCvguQsIGcNkAvW47TtDsnTSR { color:#2a2e41;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:10.0625rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TSyIagGOmD2aHIMMaCK1HGVMrmQXlqiH { color:#2b32a7;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:7.5625rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hxmphQnk8NdP2LrV1b7Zu87BKUf5arEB { color:#fe4c10;display:block;width:27.5rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:13.5625rem;left:0rem;height:2.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#EwFZeKSIoiRoLCDmmizvLZDm1mUeR2TO { box-sizing:content-box;color:#fe4c10;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:13.6875rem;left:27.75rem;display:block; }
#z2p2KVArP9PbkQiTiibCMFCF6QFnSTR5 { box-sizing:content-box;color:#fe4c10;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:13.6875rem;left:29.9375rem;display:block; }
#y7J1zkF7J0oWD1JCSeJw5TdEaB9dmg7u { box-sizing:content-box;color:#fe4c10;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:13.6875rem;left:34.3125rem;display:block; }
#sc18TRmpW42aWTSbipFnd19dFywOgwiS { box-sizing:content-box;color:#fe4c10;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:13.6875rem;left:32.125rem;display:block; }
#sR3q7AJKhwrUzCEw5M5ERcaIHP68ZZQQ { box-sizing:content-box;color:#fe4c10;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:13.6875rem;left:36.5rem;display:block; }
#TzBkKcLBEG1SxaLwpcIto2veWaCrr5Uc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TzBkKcLBEG1SxaLwpcIto2veWaCrr5Uc > .row .container { background-color: transparent; background-image: none; }#TzBkKcLBEG1SxaLwpcIto2veWaCrr5Uc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TzBkKcLBEG1SxaLwpcIto2veWaCrr5Uc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TzBkKcLBEG1SxaLwpcIto2veWaCrr5Uc > .row .container > .video-iframe-container { display: none; }#TzBkKcLBEG1SxaLwpcIto2veWaCrr5Uc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TzBkKcLBEG1SxaLwpcIto2veWaCrr5Uc > .row > .video-iframe-container { display: none; }#TzBkKcLBEG1SxaLwpcIto2veWaCrr5Uc > .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); }#TzBkKcLBEG1SxaLwpcIto2veWaCrr5Uc > .row .container { border-width: 0; border-radius: 0; }#TzBkKcLBEG1SxaLwpcIto2veWaCrr5Uc > .row .container { font-size:0.875rem;font-family:arial;height:19.1875rem;width:60rem;position:relative;display:block; }#TlVpn6ZG3ASQI7QJGFJluTS5Bz2DTHu0 { color:#2a2e41;display:block;width:11.5625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:2.3125rem;left:1.5rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#keQNQdhqmmkohV4OuLczcZlLifCnqGxZ { color:#fe4c10;display:block;width:11.5625rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:3.8125rem;left:1.5rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QRd7pNlAzvObKtH5MDSfc1EOo1SIIdBR { color:#2a2e41;display:block;width:17.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100027;line-height:1.3;letter-spacing:0;top:6.4375rem;left:1.3125rem;height:5.199225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qZPKXCweIFAgdgVn9TNymyNl6yLVNuCK { position:absolute;display:block;z-index:100024;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.875rem;width:19rem;top:0rem;left:0rem;display:block; }
#JpdHgfhRaGyTCohzy3xm8QpS6yThZrJs { position:absolute;display:block;z-index:100028;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/0zdglEdq/10.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:3.625rem;width:3.625rem;top:1.75rem;left:13.875rem;display:block; }
#JpdHgfhRaGyTCohzy3xm8QpS6yThZrJs.adaptive-delivery-prevent-bg { background-image: none; }
#bX1THT4wsmE7HQfefpenTpKJBtpK1OVM { color:#2a2e41;display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100032;line-height:1.3;letter-spacing:0;top:6.4375rem;left:21.8125rem;height:5.199225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MD510hmcto8U7RikTE1vwCXbApcbIKaU { position:absolute;display:block;z-index:100029;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.875rem;width:19rem;top:0rem;left:20.5rem;display:block; }
#zDv8qfRPTV32d7WnOahFBgaNAFKkLPbP { color:#fe4c10;display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:3.8125rem;left:22rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R3Jl6rHcQCSZRT7FkKxWoekd9e8L4rLo { position:absolute;display:block;z-index:100033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/0zdglEdq/10.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:3.625rem;width:3.625rem;top:1.75rem;left:34.375rem;display:block; }
#R3Jl6rHcQCSZRT7FkKxWoekd9e8L4rLo.adaptive-delivery-prevent-bg { background-image: none; }
#xO2zb2yHOA8UdMH9MFHT9PNSuHQZ35BH { color:#2a2e41;display:block;width:11.5625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:2.3125rem;left:22rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tEbOclfGayAflrry5oMAEmvnaToWFOq8 { position:absolute;display:block;z-index:100034;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.875rem;width:19rem;top:0rem;left:41rem;display:block; }
#zozOBTrRTtUJres9T2pf7guJu1lnzJbC { color:#2a2e41;display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100037;line-height:1.3;letter-spacing:0;top:6.4375rem;left:42.3125rem;height:5.199225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jd7cRgTo1i4maLZLuACrMqm4NEupc6zr { color:#fe4c10;display:block;width:11.5625rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:3.8125rem;left:42.5rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w3FXwUoGNVWTqdrKkXDiceXT5NoTbDfg { position:absolute;display:block;z-index:100038;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/0zdglEdq/10.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:3.625rem;width:3.625rem;top:1.75rem;left:54.875rem;display:block; }
#w3FXwUoGNVWTqdrKkXDiceXT5NoTbDfg.adaptive-delivery-prevent-bg { background-image: none; }
#rl859BU3KTU1JfLc2sqdXHzQO0zhJz97 { color:#2a2e41;display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:2.3125rem;left:42.5rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RsPks3z878188Buy0BxLV7GGrZ4q7Qde { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fe4c10;background-image:none;position:relative;display:block; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container { background-color: transparent; background-image: none; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container > .video-iframe-container { display: none; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row > .video-iframe-container { display: none; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .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); }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container { border-width: 0; border-radius: 0; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#PsDgKNcLRp8sCtImMQtdXTlaTvCTpxKQ { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:4.375rem;left:0rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vx31EBuNKf7veVE1Ui7xR3y8nylR7wNf { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:10.875rem;left:0rem;height:3.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UFQTIfs6yses0f7EfV55pm1oNf59wRzd { background-color:#2b32a7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.4375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:6.625rem;left:48.75rem;display:block; }
#azog30kNGbVqvQg6K5Hbo13k51KTTozf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fe4c10;background-image:none;position:relative;display:block; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container { background-color: transparent; background-image: none; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container > .video-iframe-container { display: none; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row > .video-iframe-container { display: none; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .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); }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container { border-width: 0; border-radius: 0; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:60rem;position:relative;display:block; }#ukn33ieDlFOJfrnVpHBATVcs0I3zTfia { color:#ffffff;display:block;width:36.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.90625rem;left:0rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TgzRwNOCgf2xOaCH0ySZKQb7OW3rEd1T { box-sizing:content-box;color:#2b32a7;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:2.6875rem;left:50.25rem;display:block; }
#gtBzsUqTe7cb647s6Z89ronAuOK3RsaT { box-sizing:content-box;color:#2b32a7;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:2.6875rem;left:52.1875rem;display:block; }
#vKS4uFIEiNeH8RE2AzODJyrlw1Z83t2H { box-sizing:content-box;color:#2b32a7;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:2.6875rem;left:54.125rem;display:block; }
#Ny6MigKep89RPzI0eRyToPIlvAfToqAw { box-sizing:content-box;color:#2b32a7;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:2.6875rem;left:56.0625rem;display:block; }
#v3Gi9saPCxw459G8ZukB5rK4qMo9HzXV { box-sizing:content-box;color:#2b32a7;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:2.6875rem;left:58rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IToDUl7BxcUroTNxTffZFDp9D2X1UTEb { display:block; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7tWTmQuHs1CeH77zHQDPgdaitfqz3C8 { width:47.75rem;height:8.9375rem;top:7.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #egauXtw6DTx1BLkycVo3TKBPxxnp31UR { width:47.75rem;height:3.875rem;top:18.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWqRUlovXA3UR4Ul2ud3TMJb3R0MsvlN { width:10.3125rem;height:2.5rem;top:0.6875rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi7UdMeW4qa76kO3iiHTGIl0py31m9sO { display:block; }
 }@media only screen and (max-width: 763px) { #F8OEcQQDzEqJSBHNMTCOaLHvDf6Su6qD { width:32.5rem;height:20.75rem;top:25.5rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tssx9Kg4gV6N8AqzEPvrqLOGfDQyM6LA { width:23.75rem;height:2.1875rem;top:27.5rem;left:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsZ5ORDxK7vnHxeg7wr3V5bH3XxsmU5q { width:6.6875rem;height:1.8125rem;top:26.125rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mntA7KvR9vOAdvepU4N1FvszGuQ5Xzoe { width:5.25rem;height:1.1875rem;top:26.375rem;left:34.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hL0qEXwKo4GEGsSWatMufdXtUpLxPONM .widget-regular-label { width:23.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM .widget-input-text { width:23.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM .widget-input-text {padding-top: 0; padding-bottom: 0;}#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM .widget-textarea { width:23.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM .widget-input-select { width:23.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM .widget-input-select {padding-top: 0; padding-bottom: 0;}#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM .widget-input-button { width:23.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM .widget-checkbox-label { width:22.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM  { width:23.75rem;height:auto;top:29.375rem;left:10.75rem; }
#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM .radio-container { width:23.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM {display:block;}#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM { width:23.75rem;height:auto;top:29.375rem;left:10.75rem; }
 }@media only screen and (max-width: 763px) { #hL0qEXwKo4GEGsSWatMufdXtUpLxPONM #ClW8ILOt17gsP66Ps1C4Kc96NgoQaLMe {  }
 }@media only screen and (max-width: 763px) { #hL0qEXwKo4GEGsSWatMufdXtUpLxPONM #pKAnq1om4wkkaBO8P8xDM65Thg9qp483 {  }
 }@media only screen and (max-width: 763px) { #hL0qEXwKo4GEGsSWatMufdXtUpLxPONM #fqyFLviTwReWgA6xTAQNgRGrtud6zN81 {  }
 }@media only screen and (max-width: 763px) { #hL0qEXwKo4GEGsSWatMufdXtUpLxPONM #mhXVUNCoshx9av9lsGiuIv7aevfmu3w9 {  }
 }@media only screen and (max-width: 763px) { #hL0qEXwKo4GEGsSWatMufdXtUpLxPONM #kJ5y7ikSzKwgG6qhfIeCrQI9W1MUDFM8 {  }
 }@media only screen and (max-width: 763px) { #hL0qEXwKo4GEGsSWatMufdXtUpLxPONM #UT6IC92DuGQMHDxiuFsyN0mStMg5ApdQ {  }
 }@media only screen and (max-width: 763px) { #hL0qEXwKo4GEGsSWatMufdXtUpLxPONM #bBaldF9iO0DDI9kVTD406ndXyEut6a6K {  }
 }@media only screen and (max-width: 763px) { #hL0qEXwKo4GEGsSWatMufdXtUpLxPONM #RTbNRB8raM1qAZi4EinpeukLdWOvUMKT {  }
 }@media only screen and (max-width: 763px) { #TEfqaQlVE3HeZJvpGnUhrFUtOyDQ7oGI { width:15.0625rem;height:1.25rem;top:47.0625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n77vmbJJhEnkPp3lb0f60cvqOpWUySQV { width:2.8125rem;height:2.8125rem;top:46.1875rem;left:7.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bz5JCxrm9VdWvPzXbKgRtgzCfKin2wf8 { width:15.0625rem;height:1.25rem;top:47rem;left:30.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdE10uazzl3hzSyS2sIM25pmQ3Fxsc97 { width:2.625rem;height:2.625rem;top:46.375rem;left:27.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGmzWnzhBtT6iX3RbcBqq7ksbPBiHJrG { width:17.875rem;height:6.8125rem;top:49rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WShlRxgTuaUSZR7CfhnGOmqG4mwGnR1q { top:1.25rem;left:0rem;width:15.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9UUEpVJ0hQdvrBtOtKNSvdRQHsTnxiI { display:block; }#C9UUEpVJ0hQdvrBtOtKNSvdRQHsTnxiI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #szSmRVy1JyTVHhalog7ztCMU0WqBnc05 { width:29.1875rem;height:37.25rem;top:7.4375rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCh7QGab3nuP9E4epZy8LU0TeDgIHmTc { width:30.0625rem;height:5.625rem;top:11.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV01mNicvp70IoqI4EzolKoHy1TzTgER { width:30.125rem;height:7.5rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO0pu2k5k94c6MLnGE5lFA7HSm7mSDae { width:30.0625rem;height:1.625rem;top:8.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TalOZKrCHrT28G78RCGkvImaG8C90MDQ { width:29.25rem;height:0.0625rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #frTNFxCtnJsSBc0tbwnb0g37FWDT7e5M { width:3.625rem;height:3.625rem;top:36.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIOBpUQ9xLlodtAoMlUzpSeaBhEydzqc { width:25.5rem;height:4.125rem;top:36.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnv8mkKEdcLIiAa3AEkaFbJ2vI7f7r8X { width:25.5rem;height:1.375rem;top:42.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVsx1XLZqhPBfHaVzXmhlP3L4pEINwU4 { width:10.3125rem;height:2.5rem;top:29.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbQ1zO7pbPq7vRQHMcXSK5Z3MoT9TZWZ { display:block; }
 }@media only screen and (max-width: 763px) { #yB4p2UKQ2xDWnt6NMXk30dQv6gL1uy0k { width:20.4375rem;height:6.8125rem;top:4.5rem;left:26.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DTzeW9JsaOlobrdHhkOn8VQopw8TFet4 { display:block; }#DTzeW9JsaOlobrdHhkOn8VQopw8TFet4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W6V9CVQRxlJeycF5refbIDGVuVwT6oGC { width:17.375rem;height:5rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgOnB1KuQ792vEHsZ76WTa2xtQDMbUK3 { width:5.4375rem;height:2.8125rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0Wgxpgf3Rxwe5pkUru0P2EnQ4NWTnhT { width:12.375rem;height:1.5rem;top:9.5625rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4xmHyyJ4tADKM3gPbFzBTOL7UA0Kn04 { width:19.4375rem;height:1.5rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZKRsO33aJJ6dFN63gvQy1J3GsEOxs7f { width:19.375rem;height:3rem;top:17.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqTTI3BKaCMWtsrDDlR2mKq3coBhk7rv { width:19.375rem;height:3rem;top:25.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhpJ7TNkZrN4mzPLeAmeEReQWZG1XJPq { width:19.4375rem;height:1.5rem;top:23.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQRngd3tFOwGo8kXMFBEXJDJCNPBXE5a { width:19.375rem;height:3rem;top:41.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ii7GTkC10w8KDqoL2ToxoW4IUaPM19Mp { width:19.4375rem;height:1.5rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQPzbBBoyT5ytE4UPWgFPnoT84ceNi9N { width:19.375rem;height:3rem;top:33.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cvid6TlLuOzOMx0UG3becaxxyFd77uDW { width:19.4375rem;height:1.5rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1Lb1cmTRJCUtibAikzfob2cxkp20Mri { width:19.375rem;height:3rem;top:41.5rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2D0H354MAlC2gKNInDqnONpwFWCTl78 { width:19.4375rem;height:1.5rem;top:39.4375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgfTlzNVmcSSz3fonsxiTsirf57l9VIz { width:19.375rem;height:3rem;top:33.375rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr6N0z3h2BpbhR8uVIO96TmlZ5l5iWM2 { width:19.4375rem;height:1.5rem;top:31.3125rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmO7XIqUtwGtR7HJa2WSxmQKvTmWIS7n { width:19.375rem;height:3rem;top:25.3125rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmGU7E1aTheiUtcE3P3yILgl8yKT78br { width:19.4375rem;height:1.5rem;top:23.25rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuwfF29WiKMJ9NBTlQGsEPx00uaM6692 { width:19.375rem;height:3rem;top:17.1875rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyypcEcxCooOzA4AT2qazJdLvdiXgZll { width:19.4375rem;height:1.5rem;top:15.125rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUdupboccAoH0GaIJTJIyMt4B1fJzzBx { width:5.3125rem;height:2.8125rem;top:8.8125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzWHmKBvzpMpQve0RGRAuT3upH38SM5V { width:13.5rem;height:1.5rem;top:9.5rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH1HEDiiecR8yWtz06LXKrp69UEx1v49 { width:5.3125rem;height:2.8125rem;top:8.8125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVtOt3n6QOC6TDVymsr7DSmVxPDzN2gp { width:19.4375rem;height:1.5rem;top:15.125rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAoOd4ek85yECuZfCtM6JSuhh4Cd1oIQ { width:19.375rem;height:3rem;top:17.1875rem;left:28.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zh5qL3m0aZk6vL6nbrUkawOOSdDTlxl2 { width:13.5rem;height:1.5rem;top:9.5rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUpvApRn7bNFrqyMkOE9Lr0ubkPL9oVp { width:19.4375rem;height:1.5rem;top:23.25rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEARLgkzLHiDEeGF4G9uHpTJqykP7T2n { width:19.375rem;height:3rem;top:25.3125rem;left:28.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RO4yo7En6LF25v369ALT6xEOTWm0q8Up { width:19.4375rem;height:1.5rem;top:31.3125rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfOWZrmqOCMVg4PoiIE0BTh5ZDh7SXoT { width:19.375rem;height:3rem;top:33.375rem;left:28.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtVMq4SCHiiI8WTpnMk9LnQhVU9Dm9Qx { width:19.4375rem;height:1.5rem;top:39.4375rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNgX9mzh9uM8QRBRLMNCg7N1GNTg7fdk { width:19.375rem;height:3rem;top:41.5rem;left:28.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxDgSDbnp1EXZwdZTb0CbMX5q7VV83L0 { width:17.375rem;height:5rem;top:7.5625rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGOiFJzvfiPBtMNa8GJnkPTwlyzWTgJ5 { width:17.375rem;height:5rem;top:7.5625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4N7OF6rWJbTHh8yZ06WNQgheA9TT8yh { display:block; }#I4N7OF6rWJbTHh8yZ06WNQgheA9TT8yh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PITixAhVSQTz07pJ2ftUHdHqe9Qwq3Wf { width:47.75rem;height:3.5rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8Cp86umReJ1aoLHluqIpHhIu646Rq63 { width:47.75rem;height:2.8125rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCObJTgxdoUEkk1SNps50sLrdUazUyu6 { width:47.75rem;height:1.625rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW3DEJCQLuIvcuFoptymksmpDAIBt8BW { display:block; }#qW3DEJCQLuIvcuFoptymksmpDAIBt8BW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iKBkdnc5RKqTbLuUXrF7P54v6B2zxm9i { width:6.25rem;height:6.25rem;top:0rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIXq0mX2T62WvHqhv6T2q9uiwQOpNeNb { width:20rem;height:1.625rem;top:8.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #es30ouLMFwb03zEiS8ZuTp2UTd3nv3RJ { width:20.125rem;height:4.5rem;top:11.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF2cpyv2m95HUnMm8rNJ3znmI362io4a { width:3.125rem;height:3.125rem;top:1.5625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBlavdhbHAbUe0PqbI61Sb8kxkF6Z32q { width:6.25rem;height:6.25rem;top:0rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S53v5hDRCF0wPD6QP5OeiIGp8pp2FMgM { width:3.125rem;height:3.125rem;top:1.5625rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWty1EgIZy9sDZFhuO3KkX3F8e0OZxUa { width:20rem;height:1.625rem;top:8.75rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLdsJW1yqw6MGG0fZ2hgevz5h71aaCp8 { width:20.125rem;height:4.5rem;top:11.5rem;left:11.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtoUZZokVu8IJG9xZLaWSwK6AQxTQXDN { width:20.125rem;height:4.5rem;top:11.5rem;left:11.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTfhJRvyb9sM0FCwGQbg8mp8w7Bd2ODV { width:20rem;height:1.625rem;top:8.75rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5qdBFMMF5PoJpIhGmxTpLCLCETTGlMa { width:6.25rem;height:6.25rem;top:0rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6lTTrDhmAf6k0SBt314UimhGXWIK1TL { width:3.125rem;height:3rem;top:1.5625rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApJczPbXXF3ZnB03xqRGpOoHSeiuHR4Q { display:block; }#ApJczPbXXF3ZnB03xqRGpOoHSeiuHR4Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xc3H63ZxNI4vxI2g5h7tKl1rJoJgIEta { width:6.25rem;height:6.25rem;top:0rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1sffclA4g6DreniReP1FeUsorC1CZII { width:3rem;height:3rem;top:1.5625rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTyZ1vCi2PqBerRJFd32coipS5aFUcxS { width:20rem;height:1.625rem;top:8.75rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2ofnbduGZpPdfEfly5xBZE22Ay5FJTD { width:20.125rem;height:4.5rem;top:11.5rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTM2KswrmQ8lp85WgTPrSX7hK9X6Pwer { width:20.125rem;height:4.5rem;top:11.5rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V70UQuu7gmIchw99lmGWdrC2FmMpZ6zC { width:20rem;height:1.625rem;top:8.75rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxmkHIlntBEuNZerpyZrqABTpABThKsB { width:6.25rem;height:6.25rem;top:0rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyitECR5QrdhhavwicQLmA6k7EkF8raB { width:3.125rem;height:2.625rem;top:1.5625rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGbhVQf6EokEEGLmKF9wFDqCsXRnTmUi { display:block; }#IGbhVQf6EokEEGLmKF9wFDqCsXRnTmUi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faKWpO3pxbxHnqcm5LCVCIqhFafTTGnc { width:47.75rem;height:3.5rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcEp4RKic21qbXBFWknTxtk3EfTesUQS { width:47.75rem;height:2.8125rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUZIXWfmbcZtOmtASkhGVTDWEd9rbDnA { width:47.75rem;height:1.625rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxXP14Zxa2VLqIBezthGRC2LVfDShcAd { width:19rem;height:30.3125rem;top:20.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCt3k7TLEKRgsMTdhFx3HWdKxRwySITn { width:17.125rem;height:12.0625rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNiaZh7zXXtEEQUF3Lw5oDr6uOk2dvuQ { width:19rem;height:1.4375rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf6OLo1HrSHAtGqtho9qCbWzNT75pOg9 { width:19rem;height:0.9375rem;top:37.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTHkaS7QCmxdQxbT0THhyihP4WA6w4ze { width:19rem;height:3.75rem;top:39.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4pxxJ9pCp2tSKrvlDtt1vh8kz7PLI55 { width:10.3125rem;height:2.5rem;top:45.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XquFnIiNnnL3d2afkUmJrKNVmZdEXMwS { display:block; }
 }@media only screen and (max-width: 763px) { #LhRfV3vmntSxUCIopm0CkCNR3kCJpd9p { width:19rem;height:30.3125rem;top:20.375rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZBENTGvRG8q4TLMKBy3qHE8MRiX4ycx { width:10.3125rem;height:2.5rem;top:45.4375rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcv6MifgTq26LXQZqxdSfBNVw5f3Tng9 { display:block; }
 }@media only screen and (max-width: 763px) { #ZWCItlgi5nfbZqa2u12zPaTJXQUsXPLN { width:19rem;height:3.75rem;top:39.8125rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCVIinZyBE8K0sWc77aPEHmKRPIRFzwi { width:19rem;height:0.9375rem;top:37.4375rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg0zxle79q2hWCvBGotO0WJ4v8BzQJrg { width:19rem;height:1.4375rem;top:35.5625rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIz8VywUGNpitPy25eUgUibiFTtDgo40 { width:17.125rem;height:12.0625rem;top:21.3125rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi1cUi919fsCHOgntNBCJCchqOOBBm51 { width:19rem;height:30.3125rem;top:20.375rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqv8rRpFFffoh40U9cTrxSOkyF5DHBlB { width:17.125rem;height:12.0625rem;top:21.3125rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2IQb2CRr1MVDOKlFGbmFfnP9FeklrgO { width:19rem;height:1.4375rem;top:35.5625rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bM6NeqvFlaiuRirMXdmQITuTEDExlHu9 { width:19rem;height:0.9375rem;top:37.4375rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeyhTWSuDm3RSFSpCMkeELeyDoa23PtU { width:19rem;height:3.75rem;top:39.8125rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zO54TBN3XXOlnt0HlmL9S9tZs3Bg7xOX { width:10.3125rem;height:2.5rem;top:45.4375rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH4IuTzZ4x695ekiVKFpLTkZvRISuBoU { display:block; }
 }@media only screen and (max-width: 763px) { #ELTPf9bod2nhBZZTyWxq71xRSCSJxQHA { display:block; }#ELTPf9bod2nhBZZTyWxq71xRSCSJxQHA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rk6XGOcPCvguQsIGcNkAvW47TtDsnTSR { width:47.75rem;height:2.8125rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSyIagGOmD2aHIMMaCK1HGVMrmQXlqiH { width:47.75rem;height:1.625rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxmphQnk8NdP2LrV1b7Zu87BKUf5arEB { width:27.5rem;height:2.4375rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwFZeKSIoiRoLCDmmizvLZDm1mUeR2TO { width:2.1875rem;height:2.1875rem;top:13.6875rem;left:21.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2p2KVArP9PbkQiTiibCMFCF6QFnSTR5 { width:2.1875rem;height:2.1875rem;top:13.6875rem;left:23.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7J1zkF7J0oWD1JCSeJw5TdEaB9dmg7u { width:2.1875rem;height:2.1875rem;top:13.6875rem;left:28.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc18TRmpW42aWTSbipFnd19dFywOgwiS { width:2.1875rem;height:2.1875rem;top:13.6875rem;left:26rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sR3q7AJKhwrUzCEw5M5ERcaIHP68ZZQQ { width:2.1875rem;height:2.1875rem;top:13.6875rem;left:30.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzBkKcLBEG1SxaLwpcIto2veWaCrr5Uc { display:block; }#TzBkKcLBEG1SxaLwpcIto2veWaCrr5Uc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlVpn6ZG3ASQI7QJGFJluTS5Bz2DTHu0 { width:11.5625rem;height:1.4375rem;top:2.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #keQNQdhqmmkohV4OuLczcZlLifCnqGxZ { width:11.5625rem;height:0.9375rem;top:3.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRd7pNlAzvObKtH5MDSfc1EOo1SIIdBR { width:17.1875rem;height:5rem;top:6.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZPKXCweIFAgdgVn9TNymyNl6yLVNuCK { width:19rem;height:12.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpdHgfhRaGyTCohzy3xm8QpS6yThZrJs { width:3.625rem;height:3.625rem;top:1.75rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX1THT4wsmE7HQfefpenTpKJBtpK1OVM { width:17.625rem;height:5rem;top:6.4375rem;left:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD510hmcto8U7RikTE1vwCXbApcbIKaU { width:19rem;height:12.875rem;top:0rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDv8qfRPTV32d7WnOahFBgaNAFKkLPbP { width:17.5rem;height:0.9375rem;top:3.8125rem;left:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3Jl6rHcQCSZRT7FkKxWoekd9e8L4rLo { width:3.625rem;height:3.625rem;top:1.75rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO2zb2yHOA8UdMH9MFHT9PNSuHQZ35BH { width:11.5625rem;height:1.4375rem;top:2.3125rem;left:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEbOclfGayAflrry5oMAEmvnaToWFOq8 { width:19rem;height:12.875rem;top:0rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zozOBTrRTtUJres9T2pf7guJu1lnzJbC { width:17.625rem;height:5rem;top:6.4375rem;left:30rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd7cRgTo1i4maLZLuACrMqm4NEupc6zr { width:11.5625rem;height:0.9375rem;top:3.8125rem;left:32.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3FXwUoGNVWTqdrKkXDiceXT5NoTbDfg { width:3.625rem;height:3.625rem;top:1.75rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl859BU3KTU1JfLc2sqdXHzQO0zhJz97 { width:17.5rem;height:1.4375rem;top:2.3125rem;left:30.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsPks3z878188Buy0BxLV7GGrZ4q7Qde { display:block; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PsDgKNcLRp8sCtImMQtdXTlaTvCTpxKQ { width:33.75rem;height:5.625rem;top:4.375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vx31EBuNKf7veVE1Ui7xR3y8nylR7wNf { width:33.75rem;height:3.5rem;top:10.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFQTIfs6yses0f7EfV55pm1oNf59wRzd { width:11.25rem;height:3.4375rem;top:6.625rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #azog30kNGbVqvQg6K5Hbo13k51KTTozf { display:block; }
 }@media only screen and (max-width: 763px) { #R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw { display:block; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ukn33ieDlFOJfrnVpHBATVcs0I3zTfia { width:36.0625rem;height:1.4375rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgzRwNOCgf2xOaCH0ySZKQb7OW3rEd1T { width:1.9375rem;height:1.9375rem;top:2.6875rem;left:44.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtBzsUqTe7cb647s6Z89ronAuOK3RsaT { width:1.9375rem;height:1.9375rem;top:2.6875rem;left:45.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKS4uFIEiNeH8RE2AzODJyrlw1Z83t2H { width:1.9375rem;height:1.9375rem;top:2.6875rem;left:45.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny6MigKep89RPzI0eRyToPIlvAfToqAw { width:1.9375rem;height:1.9375rem;top:2.6875rem;left:45.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3Gi9saPCxw459G8ZukB5rK4qMo9HzXV { width:1.9375rem;height:1.9375rem;top:2.6875rem;left:45.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IToDUl7BxcUroTNxTffZFDp9D2X1UTEb { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/qdUzb3ci/01");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }
#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb.adaptive-delivery-prevent-bg { background-image: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container { background-color: transparent; background-image: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container > .video-iframe-container { display: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row > .video-iframe-container { display: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .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); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container { width:20rem;height:48rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7tWTmQuHs1CeH77zHQDPgdaitfqz3C8 { width:20rem;height:7.3125rem;top:6.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #egauXtw6DTx1BLkycVo3TKBPxxnp31UR { width:20rem;height:3.375rem;top:14rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWqRUlovXA3UR4Ul2ud3TMJb3R0MsvlN { width:10.3125rem;height:2.5rem;top:2.0625rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi7UdMeW4qa76kO3iiHTGIl0py31m9sO { display:block; }
 }@media only screen and (max-width: 763px) { #F8OEcQQDzEqJSBHNMTCOaLHvDf6Su6qD { width:20rem;height:18.5625rem;top:18.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tssx9Kg4gV6N8AqzEPvrqLOGfDQyM6LA { width:20rem;height:1.6875rem;top:31.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CsZ5ORDxK7vnHxeg7wr3V5bH3XxsmU5q { width:6.6875rem;height:1.8125rem;top:19.5rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mntA7KvR9vOAdvepU4N1FvszGuQ5Xzoe { width:6.9375rem;height:1.25rem;top:19.8125rem;left:13.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hL0qEXwKo4GEGsSWatMufdXtUpLxPONM .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM .widget-input-text {padding-top: 0; padding-bottom: 0;}#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM .widget-input-select {padding-top: 0; padding-bottom: 0;}#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM  { width:17.5rem;height:auto;top:20.875rem;left:0rem; }
#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM {display:block;}#hL0qEXwKo4GEGsSWatMufdXtUpLxPONM { width:17.5rem;height:auto;top:20.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hL0qEXwKo4GEGsSWatMufdXtUpLxPONM #ClW8ILOt17gsP66Ps1C4Kc96NgoQaLMe {  }
 }@media only screen and (max-width: 763px) { #hL0qEXwKo4GEGsSWatMufdXtUpLxPONM #pKAnq1om4wkkaBO8P8xDM65Thg9qp483 {  }
 }@media only screen and (max-width: 763px) { #hL0qEXwKo4GEGsSWatMufdXtUpLxPONM #fqyFLviTwReWgA6xTAQNgRGrtud6zN81 {  }
 }@media only screen and (max-width: 763px) { #hL0qEXwKo4GEGsSWatMufdXtUpLxPONM #mhXVUNCoshx9av9lsGiuIv7aevfmu3w9 {  }
 }@media only screen and (max-width: 763px) { #hL0qEXwKo4GEGsSWatMufdXtUpLxPONM #kJ5y7ikSzKwgG6qhfIeCrQI9W1MUDFM8 {  }
 }@media only screen and (max-width: 763px) { #hL0qEXwKo4GEGsSWatMufdXtUpLxPONM #UT6IC92DuGQMHDxiuFsyN0mStMg5ApdQ {  }
 }@media only screen and (max-width: 763px) { #hL0qEXwKo4GEGsSWatMufdXtUpLxPONM #bBaldF9iO0DDI9kVTD406ndXyEut6a6K {  }
 }@media only screen and (max-width: 763px) { #hL0qEXwKo4GEGsSWatMufdXtUpLxPONM #RTbNRB8raM1qAZi4EinpeukLdWOvUMKT {  }
 }@media only screen and (max-width: 763px) { #TEfqaQlVE3HeZJvpGnUhrFUtOyDQ7oGI { width:15.0625rem;height:1.25rem;top:38.46875rem;left:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n77vmbJJhEnkPp3lb0f60cvqOpWUySQV { width:1.9375rem;height:1.9375rem;top:38rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bz5JCxrm9VdWvPzXbKgRtgzCfKin2wf8 { width:15.0625rem;height:1.25rem;top:40.875rem;left:2.15625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RdE10uazzl3hzSyS2sIM25pmQ3Fxsc97 { width:1.75rem;height:1.75rem;top:40.625rem;left:0.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGmzWnzhBtT6iX3RbcBqq7ksbPBiHJrG { width:17.875rem;height:6.8125rem;top:49rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WShlRxgTuaUSZR7CfhnGOmqG4mwGnR1q { width:15.625rem;height:3.125rem;top:43.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9UUEpVJ0hQdvrBtOtKNSvdRQHsTnxiI { display:block; }#C9UUEpVJ0hQdvrBtOtKNSvdRQHsTnxiI > .row .container { width:20rem;height:35.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #szSmRVy1JyTVHhalog7ztCMU0WqBnc05 { width:20rem;height:37.25rem;top:36.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UCh7QGab3nuP9E4epZy8LU0TeDgIHmTc { width:20rem;height:3.625rem;top:5.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV01mNicvp70IoqI4EzolKoHy1TzTgER { width:20rem;height:5rem;top:9.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO0pu2k5k94c6MLnGE5lFA7HSm7mSDae { width:20rem;height:1rem;top:3.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TalOZKrCHrT28G78RCGkvImaG8C90MDQ { width:13.75rem;height:0.0625rem;top:18.3125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #frTNFxCtnJsSBc0tbwnb0g37FWDT7e5M { width:3.625rem;height:3.625rem;top:19.6875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIOBpUQ9xLlodtAoMlUzpSeaBhEydzqc { width:20rem;height:3.9375rem;top:24.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnv8mkKEdcLIiAa3AEkaFbJ2vI7f7r8X { width:20rem;height:1.375rem;top:29.3125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KVsx1XLZqhPBfHaVzXmhlP3L4pEINwU4 { width:10.3125rem;height:2.5rem;top:31.9375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbQ1zO7pbPq7vRQHMcXSK5Z3MoT9TZWZ { display:block; }
 }@media only screen and (max-width: 763px) { #yB4p2UKQ2xDWnt6NMXk30dQv6gL1uy0k { width:20rem;height:6.6666666666669rem;top:4.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DTzeW9JsaOlobrdHhkOn8VQopw8TFet4 { display:block; }#DTzeW9JsaOlobrdHhkOn8VQopw8TFet4 > .row .container { width:20rem;height:127.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W6V9CVQRxlJeycF5refbIDGVuVwT6oGC { width:17.375rem;height:4rem;top:4.15625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgOnB1KuQ792vEHsZ76WTa2xtQDMbUK3 { width:6.1875rem;height:2.8125rem;top:4.8125rem;left:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z0Wgxpgf3Rxwe5pkUru0P2EnQ4NWTnhT { width:11.0625rem;height:1.5rem;top:5.625rem;left:8rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b4xmHyyJ4tADKM3gPbFzBTOL7UA0Kn04 { width:19.4375rem;height:1.5rem;top:9.25rem;left:0.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zZKRsO33aJJ6dFN63gvQy1J3GsEOxs7f { width:19.375rem;height:3rem;top:12rem;left:0.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bqTTI3BKaCMWtsrDDlR2mKq3coBhk7rv { width:19.375rem;height:3rem;top:20.25rem;left:0.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fhpJ7TNkZrN4mzPLeAmeEReQWZG1XJPq { width:19.4375rem;height:1.5rem;top:17.5rem;left:0.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TQRngd3tFOwGo8kXMFBEXJDJCNPBXE5a { width:19.375rem;height:3rem;top:36.75rem;left:0.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ii7GTkC10w8KDqoL2ToxoW4IUaPM19Mp { width:19.4375rem;height:1.5rem;top:34rem;left:0.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QQPzbBBoyT5ytE4UPWgFPnoT84ceNi9N { width:19.375rem;height:3rem;top:28.5rem;left:0.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cvid6TlLuOzOMx0UG3becaxxyFd77uDW { width:19.4375rem;height:1.5rem;top:25.75rem;left:0.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k1Lb1cmTRJCUtibAikzfob2cxkp20Mri { width:19.375rem;height:3rem;top:78.125rem;left:0.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l2D0H354MAlC2gKNInDqnONpwFWCTl78 { width:19.4375rem;height:1.5rem;top:75.375rem;left:0.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LgfTlzNVmcSSz3fonsxiTsirf57l9VIz { width:19.375rem;height:3rem;top:69.875rem;left:0.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xr6N0z3h2BpbhR8uVIO96TmlZ5l5iWM2 { width:19.4375rem;height:1.5rem;top:67.125rem;left:0.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AmO7XIqUtwGtR7HJa2WSxmQKvTmWIS7n { width:19.375rem;height:3rem;top:61.625rem;left:0.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AmGU7E1aTheiUtcE3P3yILgl8yKT78br { width:19.4375rem;height:1.5rem;top:58.875rem;left:0.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DuwfF29WiKMJ9NBTlQGsEPx00uaM6692 { width:19.375rem;height:3rem;top:53.375rem;left:0.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oyypcEcxCooOzA4AT2qazJdLvdiXgZll { width:19.4375rem;height:1.5rem;top:50.625rem;left:0.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VUdupboccAoH0GaIJTJIyMt4B1fJzzBx { width:6.0625rem;height:2.8125rem;top:45.8125rem;left:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OzWHmKBvzpMpQve0RGRAuT3upH38SM5V { width:10.75rem;height:1.5rem;top:46.46875rem;left:8rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WH1HEDiiecR8yWtz06LXKrp69UEx1v49 { width:6.0625rem;height:2.8125rem;top:86.125rem;left:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aVtOt3n6QOC6TDVymsr7DSmVxPDzN2gp { width:19.4375rem;height:1.5rem;top:93.0625rem;left:0.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hAoOd4ek85yECuZfCtM6JSuhh4Cd1oIQ { width:19.375rem;height:3rem;top:95.8125rem;left:0.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zh5qL3m0aZk6vL6nbrUkawOOSdDTlxl2 { width:10.0625rem;height:1.5rem;top:86.78125rem;left:8.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gUpvApRn7bNFrqyMkOE9Lr0ubkPL9oVp { width:19.4375rem;height:1.5rem;top:101.3125rem;left:0.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hEARLgkzLHiDEeGF4G9uHpTJqykP7T2n { width:19.375rem;height:3rem;top:104.0625rem;left:0.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RO4yo7En6LF25v369ALT6xEOTWm0q8Up { width:19.4375rem;height:1.5rem;top:109.5625rem;left:0.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SfOWZrmqOCMVg4PoiIE0BTh5ZDh7SXoT { width:19.375rem;height:3rem;top:112.3125rem;left:0.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vtVMq4SCHiiI8WTpnMk9LnQhVU9Dm9Qx { width:19.4375rem;height:1.5rem;top:117.8125rem;left:0.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dNgX9mzh9uM8QRBRLMNCg7N1GNTg7fdk { width:19.375rem;height:3rem;top:120.5625rem;left:0.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RxDgSDbnp1EXZwdZTb0CbMX5q7VV83L0 { width:17.375rem;height:4rem;top:44.96875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGOiFJzvfiPBtMNa8GJnkPTwlyzWTgJ5 { width:17.375rem;height:4rem;top:85.46875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4N7OF6rWJbTHh8yZ06WNQgheA9TT8yh { display:block; }#I4N7OF6rWJbTHh8yZ06WNQgheA9TT8yh > .row .container { width:20rem;height:16.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PITixAhVSQTz07pJ2ftUHdHqe9Qwq3Wf { width:20rem;height:4.125rem;top:10.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8Cp86umReJ1aoLHluqIpHhIu646Rq63 { width:20rem;height:3.875rem;top:5.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCObJTgxdoUEkk1SNps50sLrdUazUyu6 { width:20rem;height:1rem;top:3.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW3DEJCQLuIvcuFoptymksmpDAIBt8BW { display:block; }#qW3DEJCQLuIvcuFoptymksmpDAIBt8BW > .row .container { width:20rem;height:37.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iKBkdnc5RKqTbLuUXrF7P54v6B2zxm9i { width:6.25rem;height:6.25rem;top:0rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIXq0mX2T62WvHqhv6T2q9uiwQOpNeNb { width:20rem;height:1.25rem;top:7.5rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #es30ouLMFwb03zEiS8ZuTp2UTd3nv3RJ { width:20rem;height:4.5rem;top:10.375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DF2cpyv2m95HUnMm8rNJ3znmI362io4a { width:3.125rem;height:3.125rem;top:1.5625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBlavdhbHAbUe0PqbI61Sb8kxkF6Z32q { width:6.25rem;height:6.25rem;top:16.9375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S53v5hDRCF0wPD6QP5OeiIGp8pp2FMgM { width:3.125rem;height:3.125rem;top:18.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWty1EgIZy9sDZFhuO3KkX3F8e0OZxUa { width:20rem;height:1.625rem;top:26.125rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZLdsJW1yqw6MGG0fZ2hgevz5h71aaCp8 { width:20rem;height:4.5rem;top:28.5625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dtoUZZokVu8IJG9xZLaWSwK6AQxTQXDN { width:20rem;height:4.5rem;top:46.875rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WTfhJRvyb9sM0FCwGQbg8mp8w7Bd2ODV { width:20rem;height:1.25rem;top:25.6875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L5qdBFMMF5PoJpIhGmxTpLCLCETTGlMa { width:6.25rem;height:6.25rem;top:43.375rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e6lTTrDhmAf6k0SBt314UimhGXWIK1TL { width:3.125rem;height:3rem;top:44.9375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ApJczPbXXF3ZnB03xqRGpOoHSeiuHR4Q { display:block; }#ApJczPbXXF3ZnB03xqRGpOoHSeiuHR4Q > .row .container { width:20rem;height:1.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xc3H63ZxNI4vxI2g5h7tKl1rJoJgIEta { width:6.25rem;height:6.25rem;top:2.5rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L1sffclA4g6DreniReP1FeUsorC1CZII { width:3rem;height:3rem;top:4.0625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KTyZ1vCi2PqBerRJFd32coipS5aFUcxS { width:20rem;height:1.625rem;top:10rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #n2ofnbduGZpPdfEfly5xBZE22Ay5FJTD { width:20rem;height:4.5rem;top:15.75rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GTM2KswrmQ8lp85WgTPrSX7hK9X6Pwer { width:20rem;height:4.5rem;top:21.5rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #V70UQuu7gmIchw99lmGWdrC2FmMpZ6zC { width:20rem;height:1.625rem;top:12.875rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KxmkHIlntBEuNZerpyZrqABTpABThKsB { width:6.25rem;height:6.25rem;top:27.25rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OyitECR5QrdhhavwicQLmA6k7EkF8raB { width:3.125rem;height:2.625rem;top:28.8125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IGbhVQf6EokEEGLmKF9wFDqCsXRnTmUi { display:block; }#IGbhVQf6EokEEGLmKF9wFDqCsXRnTmUi > .row .container { width:20rem;height:120rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faKWpO3pxbxHnqcm5LCVCIqhFafTTGnc { width:20rem;height:3.9375rem;top:10.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcEp4RKic21qbXBFWknTxtk3EfTesUQS { width:20rem;height:4rem;top:5.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUZIXWfmbcZtOmtASkhGVTDWEd9rbDnA { width:20rem;height:1rem;top:4.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxXP14Zxa2VLqIBezthGRC2LVfDShcAd { width:19rem;height:30.3125rem;top:17.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCt3k7TLEKRgsMTdhFx3HWdKxRwySITn { width:17.125rem;height:12.0625rem;top:18.3125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNiaZh7zXXtEEQUF3Lw5oDr6uOk2dvuQ { width:19rem;height:1.4375rem;top:32.375rem;left:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xf6OLo1HrSHAtGqtho9qCbWzNT75pOg9 { width:19rem;height:0.9375rem;top:34.25rem;left:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aTHkaS7QCmxdQxbT0THhyihP4WA6w4ze { width:19rem;height:3.75rem;top:36.625rem;left:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x4pxxJ9pCp2tSKrvlDtt1vh8kz7PLI55 { width:10.3125rem;height:2.5rem;top:42.25rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XquFnIiNnnL3d2afkUmJrKNVmZdEXMwS { display:block; }
 }@media only screen and (max-width: 763px) { #LhRfV3vmntSxUCIopm0CkCNR3kCJpd9p { width:19rem;height:30.3125rem;top:83.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZBENTGvRG8q4TLMKBy3qHE8MRiX4ycx { width:10.3125rem;height:2.5rem;top:108.4375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcv6MifgTq26LXQZqxdSfBNVw5f3Tng9 { display:block; }
 }@media only screen and (max-width: 763px) { #ZWCItlgi5nfbZqa2u12zPaTJXQUsXPLN { width:19rem;height:3.75rem;top:102.8125rem;left:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bCVIinZyBE8K0sWc77aPEHmKRPIRFzwi { width:19rem;height:0.9375rem;top:100.4375rem;left:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zg0zxle79q2hWCvBGotO0WJ4v8BzQJrg { width:19rem;height:1.4375rem;top:98.5625rem;left:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FIz8VywUGNpitPy25eUgUibiFTtDgo40 { width:17.125rem;height:12.0625rem;top:84.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi1cUi919fsCHOgntNBCJCchqOOBBm51 { width:19rem;height:30.3125rem;top:50.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqv8rRpFFffoh40U9cTrxSOkyF5DHBlB { width:17.125rem;height:12.0625rem;top:51.8125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2IQb2CRr1MVDOKlFGbmFfnP9FeklrgO { width:19rem;height:1.4375rem;top:65.9375rem;left:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bM6NeqvFlaiuRirMXdmQITuTEDExlHu9 { width:19rem;height:0.9375rem;top:67.8125rem;left:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qeyhTWSuDm3RSFSpCMkeELeyDoa23PtU { width:19rem;height:3.75rem;top:70.1875rem;left:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zO54TBN3XXOlnt0HlmL9S9tZs3Bg7xOX { width:10.3125rem;height:2.5rem;top:75.8125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH4IuTzZ4x695ekiVKFpLTkZvRISuBoU { display:block; }
 }@media only screen and (max-width: 763px) { #ELTPf9bod2nhBZZTyWxq71xRSCSJxQHA { display:block; }#ELTPf9bod2nhBZZTyWxq71xRSCSJxQHA > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rk6XGOcPCvguQsIGcNkAvW47TtDsnTSR { width:20rem;height:3.875rem;top:5.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSyIagGOmD2aHIMMaCK1HGVMrmQXlqiH { width:20rem;height:1rem;top:4.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxmphQnk8NdP2LrV1b7Zu87BKUf5arEB { width:20rem;height:2.4375rem;top:10.5625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EwFZeKSIoiRoLCDmmizvLZDm1mUeR2TO { width:2.1875rem;height:2.1875rem;top:13.6875rem;left:4.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2p2KVArP9PbkQiTiibCMFCF6QFnSTR5 { width:2.1875rem;height:2.1875rem;top:13.6875rem;left:6.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7J1zkF7J0oWD1JCSeJw5TdEaB9dmg7u { width:2.1875rem;height:2.1875rem;top:13.6875rem;left:11.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc18TRmpW42aWTSbipFnd19dFywOgwiS { width:2.1875rem;height:2.1875rem;top:13.6875rem;left:8.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sR3q7AJKhwrUzCEw5M5ERcaIHP68ZZQQ { width:2.1875rem;height:2.1875rem;top:13.6875rem;left:13.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzBkKcLBEG1SxaLwpcIto2veWaCrr5Uc { display:block; }#TzBkKcLBEG1SxaLwpcIto2veWaCrr5Uc > .row .container { width:20rem;height:39.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlVpn6ZG3ASQI7QJGFJluTS5Bz2DTHu0 { width:18.1875rem;height:1.25rem;top:7.25rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #keQNQdhqmmkohV4OuLczcZlLifCnqGxZ { width:18.0625rem;height:1.25rem;top:8.6875rem;left:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QRd7pNlAzvObKtH5MDSfc1EOo1SIIdBR { width:17.1875rem;height:5rem;top:10.4375rem;left:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qZPKXCweIFAgdgVn9TNymyNl6yLVNuCK { width:19rem;height:12.875rem;top:4rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpdHgfhRaGyTCohzy3xm8QpS6yThZrJs { width:3.625rem;height:3.625rem;top:3rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX1THT4wsmE7HQfefpenTpKJBtpK1OVM { width:17.625rem;height:5rem;top:27.6875rem;left:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MD510hmcto8U7RikTE1vwCXbApcbIKaU { width:19rem;height:12.875rem;top:21.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDv8qfRPTV32d7WnOahFBgaNAFKkLPbP { width:17.5rem;height:1.25rem;top:25.875rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R3Jl6rHcQCSZRT7FkKxWoekd9e8L4rLo { width:3.625rem;height:3.625rem;top:19.75rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO2zb2yHOA8UdMH9MFHT9PNSuHQZ35BH { width:17.5rem;height:1.25rem;top:24.4375rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tEbOclfGayAflrry5oMAEmvnaToWFOq8 { width:19rem;height:12.875rem;top:40.5rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zozOBTrRTtUJres9T2pf7guJu1lnzJbC { width:17.625rem;height:5rem;top:46.9375rem;left:1.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Jd7cRgTo1i4maLZLuACrMqm4NEupc6zr { width:17.5rem;height:0.9375rem;top:44.3125rem;left:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #w3FXwUoGNVWTqdrKkXDiceXT5NoTbDfg { width:3.625rem;height:3.625rem;top:54.625rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rl859BU3KTU1JfLc2sqdXHzQO0zhJz97 { width:17.5rem;height:1.4375rem;top:42.8125rem;left:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RsPks3z878188Buy0BxLV7GGrZ4q7Qde { display:block; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PsDgKNcLRp8sCtImMQtdXTlaTvCTpxKQ { width:17.875rem;height:6.5625rem;top:2.9375rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vx31EBuNKf7veVE1Ui7xR3y8nylR7wNf { width:16.5625rem;height:3.75rem;top:11.1875rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFQTIfs6yses0f7EfV55pm1oNf59wRzd { width:11.25rem;height:3.4375rem;top:16.8125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #azog30kNGbVqvQg6K5Hbo13k51KTTozf { display:block; }
 }@media only screen and (max-width: 763px) { #R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw { display:block; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ukn33ieDlFOJfrnVpHBATVcs0I3zTfia { width:9.75rem;height:1.1875rem;top:1.40625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgzRwNOCgf2xOaCH0ySZKQb7OW3rEd1T { width:1.9375rem;height:1.9375rem;top:3.9375rem;left:9rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gtBzsUqTe7cb647s6Z89ronAuOK3RsaT { width:1.9375rem;height:1.9375rem;top:0.875rem;left:14.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKS4uFIEiNeH8RE2AzODJyrlw1Z83t2H { width:1.9375rem;height:1.9375rem;top:0.9375rem;left:16.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny6MigKep89RPzI0eRyToPIlvAfToqAw { width:1.9375rem;height:1.9375rem;top:13.5rem;left:9rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #v3Gi9saPCxw459G8ZukB5rK4qMo9HzXV { width:1.9375rem;height:1.9375rem;top:0.875rem;left:18.0625rem;font-size:1.3125rem;display:block; }
 }