.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;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f7f7f7;background-image:none;position:relative;display:block; }
#eQg1uTDlgsGKtDvDebzz19AAPkfgnWTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQg1uTDlgsGKtDvDebzz19AAPkfgnWTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQg1uTDlgsGKtDvDebzz19AAPkfgnWTw > .row > .video-iframe-container { display: none; }#eQg1uTDlgsGKtDvDebzz19AAPkfgnWTw > .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); }#TKRtbB9vaT7fIZ9xrK5vEVsS1OTV75bW { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#TKRtbB9vaT7fIZ9xrK5vEVsS1OTV75bW > .row .container { background-color: transparent; background-image: none; }#TKRtbB9vaT7fIZ9xrK5vEVsS1OTV75bW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKRtbB9vaT7fIZ9xrK5vEVsS1OTV75bW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKRtbB9vaT7fIZ9xrK5vEVsS1OTV75bW > .row .container > .video-iframe-container { display: none; }#TKRtbB9vaT7fIZ9xrK5vEVsS1OTV75bW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKRtbB9vaT7fIZ9xrK5vEVsS1OTV75bW > .row > .video-iframe-container { display: none; }#TKRtbB9vaT7fIZ9xrK5vEVsS1OTV75bW > .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); }#TKRtbB9vaT7fIZ9xrK5vEVsS1OTV75bW > .row .container { border-width: 0; border-radius: 0; }#TKRtbB9vaT7fIZ9xrK5vEVsS1OTV75bW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TKRtbB9vaT7fIZ9xrK5vEVsS1OTV75bW > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#IqeOt3Ik32wPJoxnxcUCAXo6dEHJTviK { box-sizing:content-box;color:#941b1f;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:2.0625rem;left:63.125rem;display:block; }
#TGwKKtdL0HtTgTDT4zrk0ceegG3tSPhe { color:#1b75bb;display:block;width:9.4375rem;position:absolute;font-family:futura;font-size:1.375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:2.125rem;left:65.5625rem;height:1.7859375rem;font-style:normal;display:block; }
#VhQi8eKFa3g0U8Mtsym07neQ0PoTOmdb { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:9.8125rem;top:1.0625rem;left:0rem;overflow:hidden;display:block; }
#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#941b1f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row .container { background-color: transparent; background-image: none; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row .container > .video-iframe-container { display: none; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row > .video-iframe-container { display: none; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .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); }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row .container { border-width: 0; border-radius: 0; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row .container { font-size:0.875rem;font-family:arial;height:93.5rem;width:75rem;position:relative;display:block; }#Tl0BT5X6SDdxBwW8isnOhmBOpVFBEySf { display:block;width:66rem;position:absolute;font-family:futura;font-size:2.8125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:13.310546875rem;left:5.186767578125rem;height:7.3125rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pavk7CIvc3mUqT2LA0EXsdykEw7l95f8 { display:block;width:34.6875rem;position:absolute;font-family:futura;font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:68.56201171875rem;left:8.936767578125rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BFFFx10BrBZdxAOIJIHOXbyJvdCf2n6O { display:block;width:27.25rem;position:absolute;font-family:futura;font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:71.06201171875rem;left:8.936767578125rem;height:2.99765625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZIekmR1QpTOSoLV3ULyHP9b8FIN7493v { box-sizing:content-box;color:#f15a29;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:15014;top:68.1298828125rem;left:5.186767578125rem;display:block; }
#Z561TJQ48wOgg2eqvaGaV9TW0Jq0UoNS { display:block;width:28rem;position:absolute;font-family:futura;font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:79.3115234375rem;left:8.87451171875rem;height:4.49648125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kX1g6V8a0bTMKtoWDWO2ulJu0tdxCu3f { display:block;width:27.125rem;position:absolute;font-family:futura;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:76.749267578125rem;left:8.87451171875rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f348FgQfqoeFDUdMrAxWFiknOzxsDw8f { box-sizing:content-box;color:#f15a29;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:15017;top:76.5625rem;left:5.186767578125rem;display:block; }
#Ab5TgQ5z7PuznKouRu5EO4ok440heLBN { display:block;width:25.625rem;position:absolute;font-family:futura;font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:71.124267578125rem;left:43.125rem;height:2.99765625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QQeRQBh0JqotyFnZ3bh6bMMH2Q7VTCpw { display:block;width:30.125rem;position:absolute;font-family:futura;font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:68.56201171875rem;left:43.125rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#kQuKQM4WRpHz3DaPP2vrHuUo4MK5hM0t { box-sizing:content-box;color:#f15a29;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:15020;top:68.1298828125rem;left:39.49951171875rem;display:block; }
#P7NKsNMRZJOfvSg8Z9m323Fv5u6JXu9K { display:block;width:24.12475rem;position:absolute;font-family:futura;font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:38.311767578125rem;left:5.625rem;height:2.19375rem;text-align:center;text-align-last:center;font-style:normal;color:#232323;display:block; }
#SaEKD9ZiHr1NhScT2KU92wBXIUWXEAev { display:block;width:27.625rem;position:absolute;font-family:futura;font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:79.375rem;left:43.0615234375rem;height:2.99765625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fxUvUVFqJ51TzuRdXdIvdC4EisNMpRmd { box-sizing:content-box;color:#f15a29;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:15023;top:76.4990234375rem;left:39.49951171875rem;display:block; }
#dURSG4WqPbbKmPFCSEuLgPbVH0xAiFJ2 { display:block;width:29.5625rem;position:absolute;font-family:futura;font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:76.749267578125rem;left:43.0615234375rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#pb2bp4kUlLB4wvRnD5FrZysLgcg5m6RA { color:#ffffff;display:block;width:55.1245rem;position:absolute;font-family:futura;font-size:1.25rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:22.061767578125rem;left:10.43701171875rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hvRtfQ67Jh8i2s97ZAUmACpi4NAWSXUE { display:block;width:23.81225rem;position:absolute;font-family:futura;font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:41.06201171875rem;left:5.74951171875rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#x6plr2ksJOKWkGpNbrl8BqzXTGStUARx { color:#8f1d23;display:block;width:15.4375rem;position:absolute;font-family:futura;font-size:2.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:47.061767578125rem;left:12.1875rem;height:2.925rem;font-style:normal;display:block; }
#KGu2G09gkmqEbloBe23GBx0T9DM3Dnm4 { box-sizing:content-box;color:#8f1d23;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:46.624755859375rem;left:7.686767578125rem;display:block; }
#Vz7p0l6DXAnWnTQLOsfIt8ZA4u9xHIhi { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:28.75rem;width:75rem;top:27.7490234375rem;left:0rem;display:block; }
#gu9sMCTTOaDIVti5T12XIAIEKNm26zU6 { position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6a6fd357-2351-44db-82a2-a2fc5460aaa7/loccck.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4rem;border-top-right-radius:4rem;border-bottom-left-radius:4rem;border-bottom-right-radius:4rem;box-shadow: none;height:5.249025rem;width:5.249025rem;top:31.99951171875rem;left:15.062255859375rem;display:block; }#gu9sMCTTOaDIVti5T12XIAIEKNm26zU6.adaptive-delivery-prevent-bg, #gu9sMCTTOaDIVti5T12XIAIEKNm26zU6.lazyload, #gu9sMCTTOaDIVti5T12XIAIEKNm26zU6.lazyloading { background-image: none; }
#CFf5gHsyIOgqJ3GSHfNCSpx8suQ151K5 { position:absolute;display:block;z-index:14998;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d6e4f1e8-3c71-471b-854d-0ed44423de68/immmmage.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;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:25rem;width:31.25rem;top:29.716796875rem;left:39.375rem;display:block; }#CFf5gHsyIOgqJ3GSHfNCSpx8suQ151K5.adaptive-delivery-prevent-bg, #CFf5gHsyIOgqJ3GSHfNCSpx8suQ151K5.lazyload, #CFf5gHsyIOgqJ3GSHfNCSpx8suQ151K5.lazyloading { background-image: none; }
#XU9HSTABP2XyXKvE3Hxfar7yqUzx6FaN { position:absolute;display:block;z-index:15031;height:18.125rem;width:31.25rem;top:27.8134765625rem;left:40.625rem;display:block; }
#MA8Hii2XudmQJx2H8GNpTTDdcPM4FFMA { display:block;width:66rem;position:absolute;font-family:futura;font-size:2.8125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:61.83349609375rem;left:5.186767578125rem;height:3.65625rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TVPyvDrgIqvTqiGTcmFuAmILAcOyDPTy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/pR27N6B7/bg3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TVPyvDrgIqvTqiGTcmFuAmILAcOyDPTy.adaptive-delivery-prevent-bg, #TVPyvDrgIqvTqiGTcmFuAmILAcOyDPTy.lazyload, #TVPyvDrgIqvTqiGTcmFuAmILAcOyDPTy.lazyloading { background-image: none; }#TVPyvDrgIqvTqiGTcmFuAmILAcOyDPTy > .row .container { background-color: transparent; background-image: none; }#TVPyvDrgIqvTqiGTcmFuAmILAcOyDPTy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVPyvDrgIqvTqiGTcmFuAmILAcOyDPTy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVPyvDrgIqvTqiGTcmFuAmILAcOyDPTy > .row .container > .video-iframe-container { display: none; }#TVPyvDrgIqvTqiGTcmFuAmILAcOyDPTy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVPyvDrgIqvTqiGTcmFuAmILAcOyDPTy > .row > .video-iframe-container { display: none; }#TVPyvDrgIqvTqiGTcmFuAmILAcOyDPTy > .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); }#TVPyvDrgIqvTqiGTcmFuAmILAcOyDPTy > .row .container { border-width: 0; border-radius: 0; }#TVPyvDrgIqvTqiGTcmFuAmILAcOyDPTy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVPyvDrgIqvTqiGTcmFuAmILAcOyDPTy > .row .container { font-size:0.875rem;font-family:arial;height:37.3125rem;width:75rem;position:relative;display:block; }#eqJx1cb4vHNaMUvD2QRDeds0xfTylCfk { color:#d0d0d0;display:block;width:75rem;position:absolute;font-family:futura;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:5.625rem;left:0rem;height:1.1254875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JzS5cFTzcEdxdmeZmBVk3P3G7sEsyR8q { color:#535353;display:block;width:45.4375rem;position:absolute;font-family:futura;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:11.06201171875rem;left:14.81201171875rem;height:1.2984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qWuCXrvTF2cODdg9WiLq47iA2TSkfqVi { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:14.124755859375rem;left:0rem;height:1.0000875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DcgyF28m0dMkGWIqZNAcDFvESwWBV6R8 { color:#000000;display:block;width:75rem;position:absolute;font-family:futura;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:8.125rem;left:0rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XfQPDG4oRlsC1ImtVZRn7Ai6DNlkPtXK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:15.12451171875rem;left:58.934326171875rem; }
#Dei8hUerJcdBzLQ44BFGup9kyvO2zVf2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:4.9365234375rem;left:12.374267578125rem; }
#i0OpEbnzaQ2h2fcc2cLKWcvmQrNpHrX8 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:20rem;top:19.375rem;left:27.5rem;overflow:hidden;display:block; }
#ZIK1gg5KlJPBCEexKrvpr33ErgE8tq6K { color:#000000;display:block;width:49.43725rem;position:absolute;font-family:futura;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:26.5625rem;left:12.75rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a7VMZfAg0T85HfPQSuu41ski4Js5roiz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a7VMZfAg0T85HfPQSuu41ski4Js5roiz > .row .container { background-color: transparent; background-image: none; }#a7VMZfAg0T85HfPQSuu41ski4Js5roiz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7VMZfAg0T85HfPQSuu41ski4Js5roiz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7VMZfAg0T85HfPQSuu41ski4Js5roiz > .row .container > .video-iframe-container { display: none; }#a7VMZfAg0T85HfPQSuu41ski4Js5roiz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7VMZfAg0T85HfPQSuu41ski4Js5roiz > .row > .video-iframe-container { display: none; }#a7VMZfAg0T85HfPQSuu41ski4Js5roiz > .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); }#a7VMZfAg0T85HfPQSuu41ski4Js5roiz > .row .container { border-width: 0; border-radius: 0; }#a7VMZfAg0T85HfPQSuu41ski4Js5roiz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a7VMZfAg0T85HfPQSuu41ski4Js5roiz > .row .container { font-size:0.875rem;font-family:arial;height:55.3125rem;width:75rem;position:relative;display:block; }#exH7Op7FnupPXO5Ts7TT9xPHamVIdHC0 { position:absolute;display:block;z-index:15009;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(0,0,0,0.04) ;height:31.3125rem;width:33.1875rem;top:8.560791015625rem;left:2.15576171875rem;display:block; }
#F67sJvLBLQO5TOyXsUf6VQWMAUv87In8 { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:futura;font-size:2rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:11.624755859375rem;left:10.12451171875rem;height:2.6003875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wsbNJEZFcsOZ61H1EatKFJvDAfrkkKut { color:#f15a29;display:block;width:21.5rem;position:absolute;font-family:futura;font-size:1.25rem;font-weight:300;z-index:15035;line-height:1.5;letter-spacing:0;top:14.437255859375rem;left:10.12451171875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yNDOiHWrzfylXkNptTvhOJ0S3e37wenX { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:11.986083984375rem;left:4.6240234375rem; }
#wnVRmvEPSuLviDqHXrwKd4Isl5ahTpRq { color:#000000;display:block;width:21.499rem;position:absolute;font-family:futura;font-size:1.25rem;font-weight:300;z-index:15036;line-height:1.5;letter-spacing:0;top:17.93701171875rem;left:12.498779296875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZtiCi1OgC4ubGfkasorUXBk2gUKI5l4m { box-sizing:content-box;color:#000000;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:17.874755859375rem;left:9.874267578125rem;display:block; }
#adLadt7uJiu2gPT5GgL42FI7k9nXVRPy { box-sizing:content-box;color:#000000;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:20rem;left:9.874267578125rem;display:block; }
#TOGnH82xAD34Kk12k64T0cbh8fUIzySv { color:#000000;display:block;width:21.499rem;position:absolute;font-family:futura;font-size:1.25rem;font-weight:300;z-index:15038;line-height:1.5;letter-spacing:0;top:20.062255859375rem;left:12.498779296875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OKxVOzPDfNR9tsZF8e7c5IoMFl77aJxl { box-sizing:content-box;color:#000000;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:22.31201171875rem;left:9.874267578125rem;display:block; }
#zeJB6XDrwp7Exe8ig57oxRABtV1x59T1 { color:#000000;display:block;width:21.499rem;position:absolute;font-family:futura;font-size:1.25rem;font-weight:300;z-index:15040;line-height:1.5;letter-spacing:0;top:22.374267578125rem;left:12.498779296875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qXPmmZkMkzw0NLkWgyOVyDt4igCW4ox5 { color:#000000;display:block;width:21.499rem;position:absolute;font-family:futura;font-size:1.25rem;font-weight:300;z-index:15042;line-height:1.5;letter-spacing:0;top:24.749755859375rem;left:12.498779296875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iL52aiFTHnKFqOTII5SZkP4wBASBTlPZ { box-sizing:content-box;color:#000000;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:24.6875rem;left:9.874267578125rem;display:block; }
#OJwHmQzlpbVqm9uOSmEW4PBgAN4huRbI { color:#000000;display:block;width:21.499rem;position:absolute;font-family:futura;font-size:1.25rem;font-weight:300;z-index:15044;line-height:1.5;letter-spacing:0;top:26.937255859375rem;left:12.498779296875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vXeQkAsBTUhuaz94lDbPPI6Z274fpzbT { box-sizing:content-box;color:#000000;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:26.875rem;left:9.874267578125rem;display:block; }
#RyAhRIAyVQp8ms5rGGLT37npPSN5Mnxn { color:#000000;display:block;width:21.499rem;position:absolute;font-family:futura;font-size:1.25rem;font-weight:300;z-index:15046;line-height:1.5;letter-spacing:0;top:29.249267578125rem;left:12.498779296875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QTGIDNNrD9GvCgBcQzxLAqBZFgTf9oMT { box-sizing:content-box;color:#000000;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:29.18701171875rem;left:9.874267578125rem;display:block; }
#urWkzMfmxfWbTda7HwnLtL5Ml1SVlXys { box-sizing:content-box;color:#000000;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:31.4990234375rem;left:9.874267578125rem;display:block; }
#QvN989oRQTH4Fku1dwnJEw4JW6QfI5S1 { color:#000000;display:block;width:21.499rem;position:absolute;font-family:futura;font-size:1.25rem;font-weight:300;z-index:15048;line-height:1.5;letter-spacing:0;top:31.5625rem;left:12.498779296875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TzXi6HwoRfQAQPikXHfp02yFetAoiOvx { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:futura;font-size:1.25rem;font-weight:300;z-index:15050;line-height:1.5;letter-spacing:0;top:33.936767578125rem;left:12.498779296875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v0kHuC4XqogBw8GzvFRnwP7svAVHPMnU { box-sizing:content-box;color:#000000;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:33.87451171875rem;left:9.874267578125rem;display:block; }
#n8GM7LJGf4EHKWQAExnD6VU3aXzpWXd6 { background-color:#bf0b2c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:43.748779296875rem;left:28.436279296875rem;display:block; }
#CfACraeRIANLZ008TR4nIAqm4apgLOug { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eeaMgtgeorUh47cWmk3imSCvqeLuUykx { position:absolute;display:block;z-index:15029;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(0,0,0,0.04) ;height:31.3125rem;width:33.1875rem;top:8.56201171875rem;left:39.6875rem;display:block; }
#HxU5LMz3RVTIJ53RTxemDzW7KeL3WMEv { color:#000000;display:block;width:21.499rem;position:absolute;font-family:futura;font-size:1.25rem;font-weight:300;z-index:15064;line-height:1.5;letter-spacing:0;top:26.937255859375rem;left:50rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rRSV7e4ZLGx76gWWwfhAs3FbnJcKk5ka { color:#000000;display:block;width:21.499rem;position:absolute;font-family:futura;font-size:1.25rem;font-weight:300;z-index:15066;line-height:1.5;letter-spacing:0;top:29.249267578125rem;left:50rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n4ld1poVPU90cTCTXtChzQ9NJQPZ1u5U { box-sizing:content-box;color:#000000;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:22.31201171875rem;left:47.374267578125rem;display:block; }
#hM6qngclT3eE9VV8BkrmO0tZCWPALAiq { color:#000000;display:block;width:21.499rem;position:absolute;font-family:futura;font-size:1.25rem;font-weight:300;z-index:15060;line-height:1.5;letter-spacing:0;top:22.374267578125rem;left:50rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OHZwbrw8LTZxzxTpHfhbdUPixSIqkBp6 { color:#000000;display:block;width:21.499rem;position:absolute;font-family:futura;font-size:1.25rem;font-weight:300;z-index:15062;line-height:1.5;letter-spacing:0;top:24.749755859375rem;left:50rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rvLGRkyOdKEdEZgxXDMJUMeIZksg6oT8 { box-sizing:content-box;color:#000000;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:24.6875rem;left:47.374267578125rem;display:block; }
#GyoJU69rJNMiMC5JLhxm4FxXust9tNtX { box-sizing:content-box;color:#000000;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15043;top:26.875rem;left:47.374267578125rem;display:block; }
#vWlcXDT36nmDKmeKo26Si7wt5z42uaM9 { box-sizing:content-box;color:#000000;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15045;top:29.18701171875rem;left:47.374267578125rem;display:block; }
#W4wNnSTgm5s5fqhPO2euXgU3zHXAdgdq { color:#000000;display:block;width:21.499rem;position:absolute;font-family:futura;font-size:1.25rem;font-weight:300;z-index:15056;line-height:1.5;letter-spacing:0;top:17.93701171875rem;left:50rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F6cHf4ncSVNZK2JFRSICE3aast2XUFUv { box-sizing:content-box;color:#000000;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:17.874755859375rem;left:47.374267578125rem;display:block; }
#BTOod9NDaFBouTgUC6Za7kQeTOgOoBfW { box-sizing:content-box;color:#000000;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15037;top:20rem;left:47.374267578125rem;display:block; }
#bOGIL3tJlUmn2bRG2C1qUsGO1BUTOyXc { color:#000000;display:block;width:21.499rem;position:absolute;font-family:futura;font-size:1.25rem;font-weight:300;z-index:15058;line-height:1.5;letter-spacing:0;top:20.062255859375rem;left:50rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b5HU8T4TvMlr38L31zrXIsnQJUhTg2nN { color:#f15a29;display:block;width:21.5rem;position:absolute;font-family:futura;font-size:1.25rem;font-weight:300;z-index:15055;line-height:1.5;letter-spacing:0;top:14.437255859375rem;left:47.686767578125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t0ovzTN2Pu356QnC68QTKOIAgvAnf6mK { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:11.99951171875rem;left:42.1240234375rem; }
#INXAOAKqWly1XaHVh220dXJ7dFvHhH7y { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:futura;font-size:2rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:11.624755859375rem;left:47.686767578125rem;height:2.6003875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#okig5Dk65T7EeoR2lgEZCgCTkFp0TDrz { position:relative;display:block; }#okig5Dk65T7EeoR2lgEZCgCTkFp0TDrz { background-color: transparent; background-image: none; }#okig5Dk65T7EeoR2lgEZCgCTkFp0TDrz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okig5Dk65T7EeoR2lgEZCgCTkFp0TDrz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okig5Dk65T7EeoR2lgEZCgCTkFp0TDrz > .row .container > .video-iframe-container { display: none; }#okig5Dk65T7EeoR2lgEZCgCTkFp0TDrz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okig5Dk65T7EeoR2lgEZCgCTkFp0TDrz > .row > .video-iframe-container { display: none; }#okig5Dk65T7EeoR2lgEZCgCTkFp0TDrz > .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); }#okig5Dk65T7EeoR2lgEZCgCTkFp0TDrz { border-width: 0; border-radius: 0; }#okig5Dk65T7EeoR2lgEZCgCTkFp0TDrz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#okig5Dk65T7EeoR2lgEZCgCTkFp0TDrz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f7f7f7;background-image:none;font-size:0.875rem;font-family:arial;height:12.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fHlhiKAGtiZtzhENy1rkiv16lfxVpQLR { color:#000000;display:block;width:75rem;position:absolute;font-family:futura;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:6.0625rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L1GRt5stBgi1rpBJ2aHt9fTemyHBvMzX { position:relative;display:block; }#L1GRt5stBgi1rpBJ2aHt9fTemyHBvMzX { background-color: transparent; background-image: none; }#L1GRt5stBgi1rpBJ2aHt9fTemyHBvMzX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1GRt5stBgi1rpBJ2aHt9fTemyHBvMzX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1GRt5stBgi1rpBJ2aHt9fTemyHBvMzX > .row .container > .video-iframe-container { display: none; }#L1GRt5stBgi1rpBJ2aHt9fTemyHBvMzX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1GRt5stBgi1rpBJ2aHt9fTemyHBvMzX > .row > .video-iframe-container { display: none; }#L1GRt5stBgi1rpBJ2aHt9fTemyHBvMzX > .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); }#L1GRt5stBgi1rpBJ2aHt9fTemyHBvMzX { border-width: 0; border-radius: 0; }#L1GRt5stBgi1rpBJ2aHt9fTemyHBvMzX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#L1GRt5stBgi1rpBJ2aHt9fTemyHBvMzX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f7f7f7;background-image:none;font-size:0.875rem;font-family:arial;height:68.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Fr0ivq8kRUh3uonTXAanT2i4aTTQk4bG { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(0,0,0,0.04) ;height:27.9375rem;width:21.5625rem;top:33.3125rem;left:26.75rem;display:block; }
#TZv2EQHyNyga77E4vGZmsAWDq6l0CEAF { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(0,0,0,0.04) ;height:27.9375rem;width:21.5625rem;top:33.311767578125rem;left:51.749267578125rem;display:block; }
#sUmNObZTfXab44LUGATPOaVHApMsnMUT { color:#6b6b6b;display:block;width:16.43675rem;position:absolute;font-family:futura;font-size:0.9375rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:52.5rem;left:29.27978515625rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kvxAqiRDADvyZmPgHuzlMQTZJQvTMTRP { color:#6b6b6b;display:block;width:16.9375rem;position:absolute;font-family:futura;font-size:0.9375rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:54.75rem;left:54.25rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KlIBXJ8TSOrZVAbqyzPfNcPuXxlvsJg7 { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(0,0,0,0.04) ;height:27.9375rem;width:21.5625rem;top:33.3125rem;left:1.75rem;display:block; }
#TS5JCr148s0dkUTfbrwwn7KvVigiVTgU { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:futura;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:50rem;left:4.125rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wmg0DTx3cIhVCwOmPATK8avbRopqggbm { color:#6b6b6b;display:block;width:16.4375rem;position:absolute;font-family:futura;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:52.5rem;left:4.125rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Psc5v8OnwhoVckbFKkT25chReexzASZd { color:#000000;display:block;width:15.5rem;position:absolute;font-family:futura;font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:50rem;left:29.1875rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T3z7ETpZNQlvzXuL9lghSMsyEl8tTm10 { color:#000000;display:block;width:13.375rem;position:absolute;font-family:futura;font-size:1.5rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:50rem;left:54.18701171875rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WxkeMdzUkirmJ3Ui8CSMmGeiRyBmxv3z { position:absolute;display:block;z-index:15026;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/708a3515-1ccc-4d7d-bc2f-ac4b11b694ec/dfddfd.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;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:14.0625rem;width:21.5625rem;top:33.3125rem;left:1.75rem;display:block; }#WxkeMdzUkirmJ3Ui8CSMmGeiRyBmxv3z.adaptive-delivery-prevent-bg, #WxkeMdzUkirmJ3Ui8CSMmGeiRyBmxv3z.lazyload, #WxkeMdzUkirmJ3Ui8CSMmGeiRyBmxv3z.lazyloading { background-image: none; }
#XoOTu7y4LkMwelE39KvLknr78qTTeBG3 { position:absolute;display:block;z-index:15031;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/fd6bb0a7-8495-43d9-bb9d-8365dbd8439d/5555.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;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:14.0625rem;width:21.5625rem;top:33.3125rem;left:26.75rem;display:block; }#XoOTu7y4LkMwelE39KvLknr78qTTeBG3.adaptive-delivery-prevent-bg, #XoOTu7y4LkMwelE39KvLknr78qTTeBG3.lazyload, #XoOTu7y4LkMwelE39KvLknr78qTTeBG3.lazyloading { background-image: none; }
#N3vwMWhETpcW2C6aqDaiWLW0amBhvlX9 { position:absolute;display:block;z-index:15036;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/a3409cc1-eeb7-4414-ba38-0ce46622c3f7/preview3.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;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:14.0625rem;width:21.5625rem;top:33.3125rem;left:51.75rem;display:block; }#N3vwMWhETpcW2C6aqDaiWLW0amBhvlX9.adaptive-delivery-prevent-bg, #N3vwMWhETpcW2C6aqDaiWLW0amBhvlX9.lazyload, #N3vwMWhETpcW2C6aqDaiWLW0amBhvlX9.lazyloading { background-image: none; }
#asw1TWXTvlzXcX3QumAna0eOMfUB1PyP { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(0,0,0,0.04) ;height:27.5rem;width:21.5625rem;top:2.9375rem;left:1.75rem;display:block; }
#qIb0KLUcRsq7mhNHEfWnfanAzEEhboqQ { position:absolute;display:block;z-index:15038;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/45b0a162-d7dd-4390-8807-c11a3a68e11d/aaaaa.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;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:14.0625rem;width:21.5625rem;top:2.9375rem;left:1.75rem;display:block; }#qIb0KLUcRsq7mhNHEfWnfanAzEEhboqQ.adaptive-delivery-prevent-bg, #qIb0KLUcRsq7mhNHEfWnfanAzEEhboqQ.lazyload, #qIb0KLUcRsq7mhNHEfWnfanAzEEhboqQ.lazyloading { background-image: none; }
#mpiQEfxbgFGDVpc8R6y299DpHuCbfh77 { position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(0,0,0,0.04) ;height:27.5rem;width:21.5625rem;top:2.9375rem;left:26.75rem;display:block; }
#idXbf7ONgKfznyxnMHMMtvUTSi1FlT4F { position:absolute;display:block;z-index:15043;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/06cb690f-5e12-48c5-b96f-7ccabcace187/preview1.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;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:14.0625rem;width:21.5625rem;top:2.9375rem;left:26.75rem;display:block; }#idXbf7ONgKfznyxnMHMMtvUTSi1FlT4F.adaptive-delivery-prevent-bg, #idXbf7ONgKfznyxnMHMMtvUTSi1FlT4F.lazyload, #idXbf7ONgKfznyxnMHMMtvUTSi1FlT4F.lazyloading { background-image: none; }
#cBMWkO9UhH2XU7xR6STlQWFXWZ9XolF3 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:futura;font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:19.625rem;left:4.125rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tLEDTKI6piZ9KQ9HSWyliM5IN9EQfgdT { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:futura;font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:19.625rem;left:29.1875rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yRlHStciAP64WTxe0qbZFOZzTTN45XJ3 { position:absolute;display:block;z-index:15037;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(0,0,0,0.04) ;height:27.5rem;width:21.5625rem;top:2.9375rem;left:51.75rem;display:block; }
#TVcrXkyksJPn01haUHxBa6asIHOlCcWX { position:absolute;display:block;z-index:15048;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/dc4ac0f1-c438-4bac-8ddf-c9b8a4765ec9/preview2.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;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:14.0625rem;width:21.5625rem;top:2.9375rem;left:51.75rem;display:block; }#TVcrXkyksJPn01haUHxBa6asIHOlCcWX.adaptive-delivery-prevent-bg, #TVcrXkyksJPn01haUHxBa6asIHOlCcWX.lazyload, #TVcrXkyksJPn01haUHxBa6asIHOlCcWX.lazyloading { background-image: none; }
#TAMtcW5G8PTwJnJEFHQdFITr3MPvJh37 { color:#000000;display:block;width:15rem;position:absolute;font-family:futura;font-size:1.5rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:19.625rem;left:54.1875rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SozOllhdJNiIA1eqocCd6LrTJEIlaa5o { color:#6b6b6b;display:block;width:16.9375rem;position:absolute;font-family:futura;font-size:0.9375rem;font-weight:300;z-index:15037;line-height:1.5;letter-spacing:0;top:22.1875rem;left:29.25rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JkHvqVPD8v09Zdztsi4kdggaUUWIqE4W { color:#6b6b6b;display:block;width:17.5rem;position:absolute;font-family:futura;font-size:0.9375rem;font-weight:300;z-index:15042;line-height:1.5;letter-spacing:0;top:24.061767578125rem;left:54.249267578125rem;height:2.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PPxpwlUCQPH7vUrJ4N8TzTgvwWa7Wb2R { color:#6b6b6b;display:block;width:16.625rem;position:absolute;font-family:futura;font-size:0.9375rem;font-weight:300;z-index:15032;line-height:1.5;letter-spacing:0;top:22.1875rem;left:4.1875rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hshdikiwNygEaLwhrm6g2OUFpIhXO2Ty { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hshdikiwNygEaLwhrm6g2OUFpIhXO2Ty > .row .container { background-color: transparent; background-image: none; }#hshdikiwNygEaLwhrm6g2OUFpIhXO2Ty::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hshdikiwNygEaLwhrm6g2OUFpIhXO2Ty > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hshdikiwNygEaLwhrm6g2OUFpIhXO2Ty > .row .container > .video-iframe-container { display: none; }#hshdikiwNygEaLwhrm6g2OUFpIhXO2Ty > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hshdikiwNygEaLwhrm6g2OUFpIhXO2Ty > .row > .video-iframe-container { display: none; }#hshdikiwNygEaLwhrm6g2OUFpIhXO2Ty > .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); }#hshdikiwNygEaLwhrm6g2OUFpIhXO2Ty > .row .container { border-width: 0; border-radius: 0; }#hshdikiwNygEaLwhrm6g2OUFpIhXO2Ty > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hshdikiwNygEaLwhrm6g2OUFpIhXO2Ty > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;position:relative;display:block; }#AN4tTvWUOfamvKiUpo0mstA4Vof9BiD2 { position:absolute;display:block;z-index:15000;height:26.25rem;width:33.75rem;top:5.157470703125rem;left:1.96044921875rem;display:block; }
#tmTGs3orTXGA3NAEbwsAaTuNEUorFkBI { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:futura;font-size:2.5rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:15.75rem;left:40.375rem;height:3.2484375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Oib2bO4Oieytz1DGgrDCXXkPbyIz5JuL { color:#000000;display:block;width:21.499rem;position:absolute;font-family:futura;font-size:1.25rem;font-weight:300;z-index:15057;line-height:1.5;letter-spacing:0;top:19.5625rem;left:40.375rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r9yOnWxxes1HQQ1gcqhqTBfzVNw4b7H4 { box-sizing:content-box;color:#8f1d23;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:22.625rem;left:40.375rem;display:block; }
#Dgv5NSwP1c0gQqyQHy4GTFie23WOBkKf { color:#8f1d23;display:block;width:15.4375rem;position:absolute;font-family:futura;font-size:2.25rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:23.0625rem;left:44.875rem;height:2.925rem;font-style:normal;display:block; }
#qaZiopsL5w51lElAVTMmTmZLAuJZ1M1F { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4370125rem;width:13.2495rem;top:8.5rem;left:40.375rem;overflow:hidden;display:block; }
#U77Cd3wiSI1gdAqdsOk7U87OLmmJtyfV { position:absolute;display:block;z-index:15001;height:26.25rem;width:33.75rem;top:10.33056640625rem;left:26.7734375rem;display:none; }
#GqdEq4kyWSZ33fTL7rTgNQ82vgasPJPr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GqdEq4kyWSZ33fTL7rTgNQ82vgasPJPr > .row .container { background-color: transparent; background-image: none; }#GqdEq4kyWSZ33fTL7rTgNQ82vgasPJPr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqdEq4kyWSZ33fTL7rTgNQ82vgasPJPr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqdEq4kyWSZ33fTL7rTgNQ82vgasPJPr > .row .container > .video-iframe-container { display: none; }#GqdEq4kyWSZ33fTL7rTgNQ82vgasPJPr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqdEq4kyWSZ33fTL7rTgNQ82vgasPJPr > .row > .video-iframe-container { display: none; }#GqdEq4kyWSZ33fTL7rTgNQ82vgasPJPr > .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); }#GqdEq4kyWSZ33fTL7rTgNQ82vgasPJPr > .row .container { border-width: 0; border-radius: 0; }#GqdEq4kyWSZ33fTL7rTgNQ82vgasPJPr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GqdEq4kyWSZ33fTL7rTgNQ82vgasPJPr > .row .container { font-size:0.875rem;font-family:arial;height:42rem;width:75rem;position:relative;display:block; }#Z37wzta5GcOmiVfp2Dkt6yTkwIrhr4L1 { color:#000000;display:block;width:9.43725rem;position:absolute;font-family:futura;font-size:1.75rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:21.80908203125rem;left:6.3134765625rem;height:2.27430625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lNBUpPnT8Pkl2HOByuw5honWkbwu0mHG { color:#272727;display:block;width:75rem;position:absolute;font-family:futura;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:6.5625rem;left:0rem;height:2.998825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yLizgfvEtyOEKyToue5ENsSNiBZQOVkf { color:#000000;display:block;width:6.3745rem;position:absolute;font-family:futura;font-size:1.75rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:21.810302734375rem;left:21.141357421875rem;height:2.27430625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ixB5fgCb86v65GpVI0PCcrDsaPETTnIs { color:#000000;display:block;width:3.75rem;position:absolute;font-family:futura;font-size:1.75rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:21.810302734375rem;left:35.625rem;height:2.27430625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W7oPFVP5B8EbMK15KFfokleKo92EIp37 { color:#000000;display:block;width:4.8120125rem;position:absolute;font-family:futura;font-size:1.75rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:21.810302734375rem;left:48.343505859375rem;height:2.27430625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GHshgy1TrT4Kpdl2ZEJGz4qBJUnLuTl8 { color:#000000;display:block;width:7.68675rem;position:absolute;font-family:futura;font-size:1.75rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:21.810302734375rem;left:60.279541015625rem;height:2.27430625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HH2QBTPCT1W5ZwzxAfXDpRhEQ7ZUnbPo { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:15.765380859375rem;left:9.033203125rem; }
#dW0B1GLD5FIuolyUCLT2WEDdPQJpX4ak { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:15.765380859375rem;left:22.3291015625rem; }
#mihVXhaovWmWI11rgNGPaBhx9XPiy8WG { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:15.765380859375rem;left:35.50048828125rem; }
#F5AUzENxlGnhZZtT1MBqPxIIA2IfTcCD { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:15.765380859375rem;left:48.75rem; }
#Cbk8B1TzNhFtKGCUrHUZDI2kaSaT92eb { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:15.765380859375rem;left:62.1240234375rem; }
#yH1nMbpvsFtsIaVRPkKcuePlux2g80LF { background-color:#bf0b2c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:29.6728515625rem;left:28.75rem;display:block; }
#SQW7HveqExx1Ul0IqovM393qObkITHTO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZBJ9DSD1EN6fdUzlP8cmXJt62nKT5Pkn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZBJ9DSD1EN6fdUzlP8cmXJt62nKT5Pkn > .row .container { background-color: transparent; background-image: none; }#ZBJ9DSD1EN6fdUzlP8cmXJt62nKT5Pkn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBJ9DSD1EN6fdUzlP8cmXJt62nKT5Pkn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBJ9DSD1EN6fdUzlP8cmXJt62nKT5Pkn > .row .container > .video-iframe-container { display: none; }#ZBJ9DSD1EN6fdUzlP8cmXJt62nKT5Pkn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBJ9DSD1EN6fdUzlP8cmXJt62nKT5Pkn > .row > .video-iframe-container { display: none; }#ZBJ9DSD1EN6fdUzlP8cmXJt62nKT5Pkn > .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); }#ZBJ9DSD1EN6fdUzlP8cmXJt62nKT5Pkn > .row .container { border-width: 0; border-radius: 0; }#ZBJ9DSD1EN6fdUzlP8cmXJt62nKT5Pkn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZBJ9DSD1EN6fdUzlP8cmXJt62nKT5Pkn > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#DNLT0UnUL1NiA389SnxEENnuUkcAyrtN { color:#272727;display:block;width:75rem;position:absolute;font-family:futura;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.5625rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MihQP003O2FNhyltwOVDdFPLIbEgAfPA { position:relative;display:block; }#MihQP003O2FNhyltwOVDdFPLIbEgAfPA { background-color: transparent; background-image: none; }#MihQP003O2FNhyltwOVDdFPLIbEgAfPA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MihQP003O2FNhyltwOVDdFPLIbEgAfPA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MihQP003O2FNhyltwOVDdFPLIbEgAfPA > .row .container > .video-iframe-container { display: none; }#MihQP003O2FNhyltwOVDdFPLIbEgAfPA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MihQP003O2FNhyltwOVDdFPLIbEgAfPA > .row > .video-iframe-container { display: none; }#MihQP003O2FNhyltwOVDdFPLIbEgAfPA > .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); }#MihQP003O2FNhyltwOVDdFPLIbEgAfPA { border-width: 0; border-radius: 0; }#MihQP003O2FNhyltwOVDdFPLIbEgAfPA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MihQP003O2FNhyltwOVDdFPLIbEgAfPA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f7f7f7;background-image:none;font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#waQtk1SebitSetkEkz50eETb5KdU0Fdu { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(0,0,0,0.04) ;height:9.875rem;width:20.8125rem;top:3.125rem;left:2.125rem;display:block; }
#CRnVl41anlnCrsm4rsZvtafVdNSAwOqJ { color:#666666;display:block;width:20.6875rem;position:absolute;font-family:futura;font-size:1.125rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:8.693359375rem;left:2.21875rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NZqXdV8kBotz80uMwfk1c2eGLeIpfi8R { color:#f15a29;display:block;width:20.75rem;position:absolute;font-family:futura;font-size:2rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.58642578125rem;left:2.15625rem;height:2.6003875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#anTgnTlxaArrhrJ9wiFfhr9bZ4DZ1XyX { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(0,0,0,0.04) ;height:9.875rem;width:20.8125rem;top:3.125rem;left:27.125rem;display:block; }
#fW26VVZmwQrXBzHU2fSOA3FhLwpIqqW1 { color:#666666;display:block;width:20.8125rem;position:absolute;font-family:futura;font-size:1.125rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:8.69287109375rem;left:27.15625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CcaiqEIS6xkn8LdHCDc11UHsqTT8AGpN { color:#f15a29;display:block;width:20.75rem;position:absolute;font-family:futura;font-size:2rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.58642578125rem;left:27.21875rem;height:2.6003875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HXkdXTciHH1Adghc8f2bUJGQvzD3d2zK { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(0,0,0,0.04) ;height:9.875rem;width:20.8125rem;top:3.125rem;left:52.125rem;display:block; }
#auHSz4DVzLa16QdPQovTkKghlISSDb5C { color:#666666;display:block;width:20.625rem;position:absolute;font-family:futura;font-size:1.125rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:8.69287109375rem;left:52.28125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xvzN7wodc4VEGnHzJTIGElSaCzrsxstR { color:#f15a29;display:block;width:20.5rem;position:absolute;font-family:futura;font-size:2rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.58642578125rem;left:52.375rem;height:2.6003875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lI2L9Bce5UKKMcHAI25VxVKIZf9zOWDI { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#941b1f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#lI2L9Bce5UKKMcHAI25VxVKIZf9zOWDI > .row .container { background-color: transparent; background-image: none; }#lI2L9Bce5UKKMcHAI25VxVKIZf9zOWDI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lI2L9Bce5UKKMcHAI25VxVKIZf9zOWDI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lI2L9Bce5UKKMcHAI25VxVKIZf9zOWDI > .row .container > .video-iframe-container { display: none; }#lI2L9Bce5UKKMcHAI25VxVKIZf9zOWDI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lI2L9Bce5UKKMcHAI25VxVKIZf9zOWDI > .row > .video-iframe-container { display: none; }#lI2L9Bce5UKKMcHAI25VxVKIZf9zOWDI > .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); }#lI2L9Bce5UKKMcHAI25VxVKIZf9zOWDI > .row .container { border-width: 0; border-radius: 0; }#lI2L9Bce5UKKMcHAI25VxVKIZf9zOWDI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lI2L9Bce5UKKMcHAI25VxVKIZf9zOWDI > .row .container { font-size:0.875rem;font-family:arial;height:78.25rem;width:75rem;position:relative;display:block; }#iRu0CratGgSilikWLayJIviNTxanfywa { display:block;width:40.37475rem;position:absolute;font-family:futura;font-size:2.8125rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:7.061767578125rem;left:17.247314453125rem;height:;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Igqugns9pBgveBsskesKJm1ToeDObXW3 { display:block;width:26.75rem;position:absolute;font-family:futura;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:22.31201171875rem;left:8.9375rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#PKAJTRSfkdTwboN5Uf8JRpmu3rzadRDX { display:block;width:29.125rem;position:absolute;font-family:futura;font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:24.81201171875rem;left:8.9375rem;height:2.99765625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HET5OaOtFtRuPbhGIvKCcwtJ1Ik3LsWQ { box-sizing:content-box;color:#f15a29;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:15014;top:21.999267578125rem;left:5.186767578125rem;display:block; }
#U3b8mmlQXrJ8wou7amTZBOefvX3WPbqF { display:block;width:29rem;position:absolute;font-family:futura;font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:32.562255859375rem;left:8.8740234375rem;height:4.49648125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BeGehW3TdUpX2vK7UbSXfhIzkBhM58We { display:block;width:19.6875rem;position:absolute;font-family:futura;font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:30rem;left:8.8740234375rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#BZfxQaLFMuoTXgSwFA8wzMEQMrtqxObL { box-sizing:content-box;color:#f15a29;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:15017;top:29.5615234375rem;left:5.186767578125rem;display:block; }
#RQuyNgBxbKAZ5ay4XO8BqaKJs1ZOsZgn { display:block;width:30rem;position:absolute;font-family:futura;font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:24.874267578125rem;left:43.124267578125rem;height:2.99765625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bmvQ5hxTz5dMQnrfMuSPDKkRTBTTC3lq { display:block;width:26.3125rem;position:absolute;font-family:futura;font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.31201171875rem;left:43.124267578125rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#kAXtf4BsQFDDhxAvXDXnNso3nTqrZa9Z { box-sizing:content-box;color:#f15a29;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:15020;top:22.1875rem;left:39.49951171875rem;display:block; }
#BMewehXe3y4eK4m9FAOcyQ1DdwZsoxTV { display:block;width:30.4375rem;position:absolute;font-family:futura;font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:33.87451171875rem;left:43.06201171875rem;height:1.498825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KoeeZ49pn5lOACEV27HIzLRgIwLaukDZ { box-sizing:content-box;color:#f15a29;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:15023;top:30.999755859375rem;left:39.49951171875rem;display:block; }
#eDAUngbXOz4RFbEO6XnHAXy8FrZE0Nfe { display:block;width:26.3125rem;position:absolute;font-family:futura;font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:31.25rem;left:43.06201171875rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#W4r82d8ZVnbZGmRCKpPHF6WVW8UxXZeO { color:#ffffff;display:block;width:56.25rem;position:absolute;font-family:futura;font-size:1.25rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:15.684814453125rem;left:9.3115234375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#s5PzyHfa1fITBQF4zrmqdmC0UgnOKTNp { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:27.625rem;width:35.375rem;top:42.999267578125rem;left:19.749755859375rem;display:block; }
#ARirTxvuMOzxIi1o7xXOf4s4qdsGkRDF { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:futura;font-size:2.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:48.24951171875rem;left:32.1240234375rem;height:2.925rem;font-style:normal;display:block; }
#SzwPSZTv67K4A95dytximmnfBs1X6N3M { box-sizing:content-box;color:#8f1d23;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:47.8125rem;left:27.562255859375rem;display:block; }
#oHT8oQT2NWRN9TpQA68BCNVaQWhLeeVf { position:absolute;display:block;z-index:15036;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6a6fd357-2351-44db-82a2-a2fc5460aaa7/loccck.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4rem;border-top-right-radius:4rem;border-bottom-left-radius:4rem;border-bottom-right-radius:4rem;box-shadow: none;height:6.875rem;width:6.875rem;top:39.561767578125rem;left:33.9990234375rem;display:block; }#oHT8oQT2NWRN9TpQA68BCNVaQWhLeeVf.adaptive-delivery-prevent-bg, #oHT8oQT2NWRN9TpQA68BCNVaQWhLeeVf.lazyload, #oHT8oQT2NWRN9TpQA68BCNVaQWhLeeVf.lazyloading { background-image: none; }
#cS5gaEHLpbCznTIa1z3RObe45UUVoo8L { display:block;width:24.12475rem;position:absolute;font-family:futura;font-size:2.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:52.7490234375rem;left:25.999755859375rem;height:3.5753875rem;text-align:center;text-align-last:center;font-style:normal;color:#232323;display:block; }
#K9TZyWuuGo4EDsefVne6bneq5Q4WUW6r { display:block;width:23.81225rem;position:absolute;font-family:futura;font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:56.749267578125rem;left:26.1865234375rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#ACBZuXLZQygcoTybRsLK7tyotmpqSh0D { background-color:#bf0b2c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:62.81494140625rem;left:28.68408203125rem;display:block; }
#iUWkgHPUbnQzZZf4fJqQTJZTbf99QdaP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Sr9NrTBcrDOywkQXTxa0ATXoR3NgzC8T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.91);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Sr9NrTBcrDOywkQXTxa0ATXoR3NgzC8T > .row .container { background-color: transparent; background-image: none; }#Sr9NrTBcrDOywkQXTxa0ATXoR3NgzC8T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sr9NrTBcrDOywkQXTxa0ATXoR3NgzC8T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sr9NrTBcrDOywkQXTxa0ATXoR3NgzC8T > .row .container > .video-iframe-container { display: none; }#Sr9NrTBcrDOywkQXTxa0ATXoR3NgzC8T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sr9NrTBcrDOywkQXTxa0ATXoR3NgzC8T > .row > .video-iframe-container { display: none; }#Sr9NrTBcrDOywkQXTxa0ATXoR3NgzC8T > .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); }#Sr9NrTBcrDOywkQXTxa0ATXoR3NgzC8T > .row .container { border-width: 0; border-radius: 0; }#Sr9NrTBcrDOywkQXTxa0ATXoR3NgzC8T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sr9NrTBcrDOywkQXTxa0ATXoR3NgzC8T > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#LNfdIOKQ0atST1DJ5T0UbBTA6fQLDPyk { color:rgba(39,39,39,0.7);display:block;width:22rem;position:absolute;font-family:futura;font-size:0.8125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:3.5625rem;left:0rem;height:1.0546875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bb4sLPLbdJCWHuKNCkHWJJzACoczwmI8 { color:#ffdf70;display:block;width:8.75rem;position:absolute;font-family:futura;font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:1.8125rem;left:34.625rem;height:1.2984375rem;text-align:left;text-align-last:left;display:block; }
#ClilN3NE4BLmtIJ89dnMs7db2T8Uia2y { color:#f15a29;display:block;width:33.375rem;position:absolute;font-family:futura;font-size:0.8125rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0rem;height:1.0546875rem;display:block; }
#l2iLITNcNJpVeLpWbyQlSL5Cgkmkw2Ku { color:#1b75bb;display:block;width:10.6875rem;position:absolute;font-family:futura;font-size:1.25rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:3.4375rem;left:34.625rem;height:1.6253875rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TKRtbB9vaT7fIZ9xrK5vEVsS1OTV75bW { display:block; }#TKRtbB9vaT7fIZ9xrK5vEVsS1OTV75bW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IqeOt3Ik32wPJoxnxcUCAXo6dEHJTviK { width:2.125rem;height:2.125rem;top:2.0625rem;left:42.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGwKKtdL0HtTgTDT4zrk0ceegG3tSPhe { width:9.4375rem;height:1.8125rem;top:2.125rem;left:38.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhQi8eKFa3g0U8Mtsym07neQ0PoTOmdb { width:9.8125rem;height:4.125rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR { display:block; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row .container { width:47.75rem;height:90.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tl0BT5X6SDdxBwW8isnOhmBOpVFBEySf { width:40.5rem;height:4.75rem;top:3.5625rem;left:3.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pavk7CIvc3mUqT2LA0EXsdykEw7l95f8 { width:19.375rem;height:4rem;top:13.4375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFFFx10BrBZdxAOIJIHOXbyJvdCf2n6O { width:18rem;height:6.25rem;top:17.3125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIekmR1QpTOSoLV3ULyHP9b8FIN7493v { width:3.125rem;height:3.125rem;top:13.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z561TJQ48wOgg2eqvaGaV9TW0Jq0UoNS { width:19.375rem;height:4.6875rem;top:17.3125rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX1g6V8a0bTMKtoWDWO2ulJu0tdxCu3f { width:19.375rem;height:4rem;top:13.4375rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f348FgQfqoeFDUdMrAxWFiknOzxsDw8f { width:3.125rem;height:3.125rem;top:24.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab5TgQ5z7PuznKouRu5EO4ok440heLBN { width:17.4375rem;height:6.25rem;top:28.5625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQeRQBh0JqotyFnZ3bh6bMMH2Q7VTCpw { width:17.625rem;height:4rem;top:24.6875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQuKQM4WRpHz3DaPP2vrHuUo4MK5hM0t { width:3.125rem;height:3.125rem;top:13.4375rem;left:23.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7NKsNMRZJOfvSg8Z9m323Fv5u6JXu9K { width:23.4375rem;height:2.4375rem;top:40.8125rem;left:12.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaEKD9ZiHr1NhScT2KU92wBXIUWXEAev { width:19.375rem;height:4.6875rem;top:28.5625rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxUvUVFqJ51TzuRdXdIvdC4EisNMpRmd { width:3.125rem;height:3.125rem;top:24.5625rem;left:23.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dURSG4WqPbbKmPFCSEuLgPbVH0xAiFJ2 { width:19.375rem;height:4rem;top:25.3125rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb2bp4kUlLB4wvRnD5FrZysLgcg5m6RA { width:36.875rem;height:2rem;top:7rem;left:5.375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hvRtfQ67Jh8i2s97ZAUmACpi4NAWSXUE { width:19.375rem;height:4.6875rem;top:28.5625rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6plr2ksJOKWkGpNbrl8BqzXTGStUARx { width:15.375rem;height:2.875rem;top:47rem;left:5.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGu2G09gkmqEbloBe23GBx0T9DM3Dnm4 { width:3.9375rem;height:3.9375rem;top:46.5625rem;left:0.874267578125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz7p0l6DXAnWnTQLOsfIt8ZA4u9xHIhi { width:47.75rem;height:28.75rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu9sMCTTOaDIVti5T12XIAIEKNm26zU6 { width:5.1875rem;height:5.1875rem;top:31.9375rem;left:8.249755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFf5gHsyIOgqJ3GSHfNCSpx8suQ151K5 { width:31.25rem;height:25rem;top:29.6875rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU9HSTABP2XyXKvE3Hxfar7yqUzx6FaN { width:31.25rem;height:18.125rem;top:27.8125rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MA8Hii2XudmQJx2H8GNpTTDdcPM4FFMA { width:40.5rem;height:4.75rem;top:3.5625rem;left:3.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TVPyvDrgIqvTqiGTcmFuAmILAcOyDPTy { display:block; }#TVPyvDrgIqvTqiGTcmFuAmILAcOyDPTy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eqJx1cb4vHNaMUvD2QRDeds0xfTylCfk { width:47.75rem;height:1.125rem;top:5.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzS5cFTzcEdxdmeZmBVk3P3G7sEsyR8q { width:45.375rem;height:1.25rem;top:11rem;left:1.18701171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWuCXrvTF2cODdg9WiLq47iA2TSkfqVi { width:47.75rem;height:1rem;top:14.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcgyF28m0dMkGWIqZNAcDFvESwWBV6R8 { width:47.75rem;height:1.5625rem;top:8.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfQPDG4oRlsC1ImtVZRn7Ai6DNlkPtXK { width:2.5rem;height:2.5rem;top:15.0625rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dei8hUerJcdBzLQ44BFGup9kyvO2zVf2 { width:2.5rem;height:2.5rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0OpEbnzaQ2h2fcc2cLKWcvmQrNpHrX8 { width:20rem;height:3.81225625rem;top:19.375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIK1gg5KlJPBCEexKrvpr33ErgE8tq6K { width:47.75rem;height:1.5625rem;top:26.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7VMZfAg0T85HfPQSuu41ski4Js5roiz { display:block; }#a7VMZfAg0T85HfPQSuu41ski4Js5roiz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exH7Op7FnupPXO5Ts7TT9xPHamVIdHC0 { width:15rem;height:16.125rem;top:6.59375rem;left:0.4580078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F67sJvLBLQO5TOyXsUf6VQWMAUv87In8 { width:12.5rem;height:4.875rem;top:11.4375rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsbNJEZFcsOZ61H1EatKFJvDAfrkkKut { width:13.125rem;height:5.5rem;top:15.1875rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNDOiHWrzfylXkNptTvhOJ0S3e37wenX { width:4rem;height:4rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnVRmvEPSuLviDqHXrwKd4Isl5ahTpRq { width:13.125rem;height:5.5rem;top:15.1875rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtiCi1OgC4ubGfkasorUXBk2gUKI5l4m { width:3.125rem;height:3.125rem;top:13.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #adLadt7uJiu2gPT5GgL42FI7k9nXVRPy { width:3.125rem;height:3.125rem;top:13.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOGnH82xAD34Kk12k64T0cbh8fUIzySv { width:13.125rem;height:5.5rem;top:15.1875rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKxVOzPDfNR9tsZF8e7c5IoMFl77aJxl { width:3.125rem;height:3.125rem;top:13.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeJB6XDrwp7Exe8ig57oxRABtV1x59T1 { width:13.125rem;height:5.5rem;top:15.1875rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXPmmZkMkzw0NLkWgyOVyDt4igCW4ox5 { width:13.125rem;height:5.5rem;top:15.1875rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL52aiFTHnKFqOTII5SZkP4wBASBTlPZ { width:3.125rem;height:3.125rem;top:13.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJwHmQzlpbVqm9uOSmEW4PBgAN4huRbI { width:13.125rem;height:5.5rem;top:15.1875rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXeQkAsBTUhuaz94lDbPPI6Z274fpzbT { width:3.125rem;height:3.125rem;top:13.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyAhRIAyVQp8ms5rGGLT37npPSN5Mnxn { width:13.125rem;height:5.5rem;top:15.1875rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTGIDNNrD9GvCgBcQzxLAqBZFgTf9oMT { width:3.125rem;height:3.125rem;top:13.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #urWkzMfmxfWbTda7HwnLtL5Ml1SVlXys { width:3.125rem;height:3.125rem;top:13.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvN989oRQTH4Fku1dwnJEw4JW6QfI5S1 { width:13.125rem;height:5.5rem;top:15.1875rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzXi6HwoRfQAQPikXHfp02yFetAoiOvx { width:13.125rem;height:5.5rem;top:15.1875rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0kHuC4XqogBw8GzvFRnwP7svAVHPMnU { width:3.125rem;height:3.125rem;top:13.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8GM7LJGf4EHKWQAExnD6VU3aXzpWXd6 { width:17.5rem;height:3.4375rem;top:43.6875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfACraeRIANLZ008TR4nIAqm4apgLOug { display:block; }
 }@media only screen and (max-width: 763px) { #eeaMgtgeorUh47cWmk3imSCvqeLuUykx { width:15rem;height:16.125rem;top:6.59375rem;left:0.4580078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxU5LMz3RVTIJ53RTxemDzW7KeL3WMEv { width:13.125rem;height:5.5rem;top:15.1875rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRSV7e4ZLGx76gWWwfhAs3FbnJcKk5ka { width:13.125rem;height:5.5rem;top:15.1875rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4ld1poVPU90cTCTXtChzQ9NJQPZ1u5U { width:3.125rem;height:3.125rem;top:13.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM6qngclT3eE9VV8BkrmO0tZCWPALAiq { width:13.125rem;height:5.5rem;top:15.1875rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHZwbrw8LTZxzxTpHfhbdUPixSIqkBp6 { width:13.125rem;height:5.5rem;top:15.1875rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvLGRkyOdKEdEZgxXDMJUMeIZksg6oT8 { width:3.125rem;height:3.125rem;top:13.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyoJU69rJNMiMC5JLhxm4FxXust9tNtX { width:3.125rem;height:3.125rem;top:13.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWlcXDT36nmDKmeKo26Si7wt5z42uaM9 { width:3.125rem;height:3.125rem;top:13.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4wNnSTgm5s5fqhPO2euXgU3zHXAdgdq { width:13.125rem;height:5.5rem;top:15.1875rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6cHf4ncSVNZK2JFRSICE3aast2XUFUv { width:3.125rem;height:3.125rem;top:13.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTOod9NDaFBouTgUC6Za7kQeTOgOoBfW { width:3.125rem;height:3.125rem;top:13.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOGIL3tJlUmn2bRG2C1qUsGO1BUTOyXc { width:13.125rem;height:5.5rem;top:15.1875rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5HU8T4TvMlr38L31zrXIsnQJUhTg2nN { width:13.125rem;height:5.5rem;top:15.1875rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0ovzTN2Pu356QnC68QTKOIAgvAnf6mK { width:3.9375rem;height:3.9375rem;top:11.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #INXAOAKqWly1XaHVh220dXJ7dFvHhH7y { width:12.5rem;height:4.875rem;top:11.4375rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #okig5Dk65T7EeoR2lgEZCgCTkFp0TDrz { display:block; }#okig5Dk65T7EeoR2lgEZCgCTkFp0TDrz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHlhiKAGtiZtzhENy1rkiv16lfxVpQLR { width:47.75rem;height:;top:6rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1GRt5stBgi1rpBJ2aHt9fTemyHBvMzX { display:block; }#L1GRt5stBgi1rpBJ2aHt9fTemyHBvMzX > .row .container { width:47.75rem;height:75.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fr0ivq8kRUh3uonTXAanT2i4aTTQk4bG { width:15rem;height:16.125rem;top:6.59375rem;left:0.4580078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZv2EQHyNyga77E4vGZmsAWDq6l0CEAF { width:15rem;height:16.125rem;top:6.59375rem;left:0.4580078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUmNObZTfXab44LUGATPOaVHApMsnMUT { width:13.125rem;height:5.5rem;top:15.1875rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvxAqiRDADvyZmPgHuzlMQTZJQvTMTRP { width:13.125rem;height:5.5rem;top:15.1875rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlIBXJ8TSOrZVAbqyzPfNcPuXxlvsJg7 { width:15rem;height:16.125rem;top:6.59375rem;left:0.4580078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS5JCr148s0dkUTfbrwwn7KvVigiVTgU { width:12.5rem;height:4.875rem;top:11.4375rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wmg0DTx3cIhVCwOmPATK8avbRopqggbm { width:13.125rem;height:5.5rem;top:15.1875rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Psc5v8OnwhoVckbFKkT25chReexzASZd { width:12.5rem;height:4.875rem;top:11.4375rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3z7ETpZNQlvzXuL9lghSMsyEl8tTm10 { width:12.5rem;height:4.875rem;top:11.4375rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxkeMdzUkirmJ3Ui8CSMmGeiRyBmxv3z { width:15rem;height:10rem;top:0rem;left:0.4580078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoOTu7y4LkMwelE39KvLknr78qTTeBG3 { width:15rem;height:10rem;top:0rem;left:0.4580078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3vwMWhETpcW2C6aqDaiWLW0amBhvlX9 { width:15rem;height:10rem;top:0rem;left:0.4580078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #asw1TWXTvlzXcX3QumAna0eOMfUB1PyP { width:15rem;height:16.125rem;top:6.59375rem;left:0.4580078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIb0KLUcRsq7mhNHEfWnfanAzEEhboqQ { width:15rem;height:10rem;top:0rem;left:0.4580078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpiQEfxbgFGDVpc8R6y299DpHuCbfh77 { width:15rem;height:16.125rem;top:6.59375rem;left:0.4580078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #idXbf7ONgKfznyxnMHMMtvUTSi1FlT4F { width:15rem;height:10rem;top:0rem;left:0.4580078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBMWkO9UhH2XU7xR6STlQWFXWZ9XolF3 { width:12.5rem;height:4.875rem;top:11.4375rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLEDTKI6piZ9KQ9HSWyliM5IN9EQfgdT { width:12.5rem;height:4.875rem;top:11.4375rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRlHStciAP64WTxe0qbZFOZzTTN45XJ3 { width:15rem;height:16.125rem;top:6.59375rem;left:0.4580078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVcrXkyksJPn01haUHxBa6asIHOlCcWX { width:15rem;height:10rem;top:0rem;left:0.4580078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAMtcW5G8PTwJnJEFHQdFITr3MPvJh37 { width:12.5rem;height:4.875rem;top:11.4375rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SozOllhdJNiIA1eqocCd6LrTJEIlaa5o { width:13.125rem;height:5.5rem;top:15.1875rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkHvqVPD8v09Zdztsi4kdggaUUWIqE4W { width:13.125rem;height:5.5rem;top:15.1875rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPxpwlUCQPH7vUrJ4N8TzTgvwWa7Wb2R { width:13.125rem;height:5.5rem;top:15.1875rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hshdikiwNygEaLwhrm6g2OUFpIhXO2Ty { display:block; }#hshdikiwNygEaLwhrm6g2OUFpIhXO2Ty > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AN4tTvWUOfamvKiUpo0mstA4Vof9BiD2 { width:33.75rem;height:26.25rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmTGs3orTXGA3NAEbwsAaTuNEUorFkBI { width:12.5rem;height:4.875rem;top:11.4375rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oib2bO4Oieytz1DGgrDCXXkPbyIz5JuL { width:13.125rem;height:5.5rem;top:15.1875rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9yOnWxxes1HQQ1gcqhqTBfzVNw4b7H4 { width:3.9375rem;height:3.9375rem;top:22.625rem;left:23.875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dgv5NSwP1c0gQqyQHy4GTFie23WOBkKf { width:15.375rem;height:2.875rem;top:23.0625rem;left:24.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaZiopsL5w51lElAVTMmTmZLAuJZ1M1F { width:13.1875rem;height:5.4115704248274rem;top:8.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U77Cd3wiSI1gdAqdsOk7U87OLmmJtyfV { width:33.75rem;height:26.25rem;top:10.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GqdEq4kyWSZ33fTL7rTgNQ82vgasPJPr { display:block; }#GqdEq4kyWSZ33fTL7rTgNQ82vgasPJPr > .row .container { width:47.75rem;height:52.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z37wzta5GcOmiVfp2Dkt6yTkwIrhr4L1 { width:12.5rem;height:3.875rem;top:18.0625rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNBUpPnT8Pkl2HOByuw5honWkbwu0mHG { width:47.75rem;height:;top:6.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLizgfvEtyOEKyToue5ENsSNiBZQOVkf { width:12.5rem;height:3.875rem;top:18.0625rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixB5fgCb86v65GpVI0PCcrDsaPETTnIs { width:12.5rem;height:3.875rem;top:18.0625rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7oPFVP5B8EbMK15KFfokleKo92EIp37 { width:12.5rem;height:3.875rem;top:18.0625rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHshgy1TrT4Kpdl2ZEJGz4qBJUnLuTl8 { width:12.5rem;height:3.875rem;top:18.0625rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HH2QBTPCT1W5ZwzxAfXDpRhEQ7ZUnbPo { width:4rem;height:4rem;top:15.75rem;left:5.626953125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW0B1GLD5FIuolyUCLT2WEDdPQJpX4ak { width:4rem;height:4rem;top:15.75rem;left:12.1103515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mihVXhaovWmWI11rgNGPaBhx9XPiy8WG { width:4rem;height:4rem;top:15.75rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5AUzENxlGnhZZtT1MBqPxIIA2IfTcCD { width:4rem;height:4rem;top:15.75rem;left:31.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cbk8B1TzNhFtKGCUrHUZDI2kaSaT92eb { width:4rem;height:4rem;top:15.75rem;left:38.2802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH1nMbpvsFtsIaVRPkKcuePlux2g80LF { width:17.5rem;height:3.4375rem;top:29.625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQW7HveqExx1Ul0IqovM393qObkITHTO { display:block; }
 }@media only screen and (max-width: 763px) { #ZBJ9DSD1EN6fdUzlP8cmXJt62nKT5Pkn { display:block; }#ZBJ9DSD1EN6fdUzlP8cmXJt62nKT5Pkn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DNLT0UnUL1NiA389SnxEENnuUkcAyrtN { width:47.75rem;height:;top:6.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MihQP003O2FNhyltwOVDdFPLIbEgAfPA { display:block; }#MihQP003O2FNhyltwOVDdFPLIbEgAfPA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #waQtk1SebitSetkEkz50eETb5KdU0Fdu { width:20.0625rem;height:18.6875rem;top:2.09375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRnVl41anlnCrsm4rsZvtafVdNSAwOqJ { width:15rem;height:3.875rem;top:12.21875rem;left:4.46875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZqXdV8kBotz80uMwfk1c2eGLeIpfi8R { width:18.75rem;height:5.25rem;top:6.25rem;left:2.59375rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #anTgnTlxaArrhrJ9wiFfhr9bZ4DZ1XyX { width:20.0625rem;height:18.6875rem;top:2.09375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW26VVZmwQrXBzHU2fSOA3FhLwpIqqW1 { width:15rem;height:3.875rem;top:12.21875rem;left:4.46875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcaiqEIS6xkn8LdHCDc11UHsqTT8AGpN { width:18.75rem;height:5.25rem;top:6.25rem;left:2.59375rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXkdXTciHH1Adghc8f2bUJGQvzD3d2zK { width:20.0625rem;height:18.6875rem;top:2.09375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #auHSz4DVzLa16QdPQovTkKghlISSDb5C { width:15rem;height:3.875rem;top:12.21875rem;left:4.46875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvzN7wodc4VEGnHzJTIGElSaCzrsxstR { width:18.75rem;height:5.25rem;top:6.25rem;left:2.59375rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI2L9Bce5UKKMcHAI25VxVKIZf9zOWDI { display:block; }#lI2L9Bce5UKKMcHAI25VxVKIZf9zOWDI > .row .container { width:47.75rem;height:90.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iRu0CratGgSilikWLayJIviNTxanfywa { width:40.5rem;height:4.75rem;top:3.5625rem;left:3.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Igqugns9pBgveBsskesKJm1ToeDObXW3 { width:19.375rem;height:4rem;top:13.4375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKAJTRSfkdTwboN5Uf8JRpmu3rzadRDX { width:18rem;height:6.25rem;top:17.3125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HET5OaOtFtRuPbhGIvKCcwtJ1Ik3LsWQ { width:3.125rem;height:3.125rem;top:13.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3b8mmlQXrJ8wou7amTZBOefvX3WPbqF { width:19.375rem;height:4.6875rem;top:17.3125rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeGehW3TdUpX2vK7UbSXfhIzkBhM58We { width:19.375rem;height:4rem;top:13.4375rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZfxQaLFMuoTXgSwFA8wzMEQMrtqxObL { width:3.125rem;height:3.125rem;top:24.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQuyNgBxbKAZ5ay4XO8BqaKJs1ZOsZgn { width:17.4375rem;height:6.25rem;top:28.5625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmvQ5hxTz5dMQnrfMuSPDKkRTBTTC3lq { width:17.625rem;height:4rem;top:24.6875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAXtf4BsQFDDhxAvXDXnNso3nTqrZa9Z { width:3.125rem;height:3.125rem;top:13.4375rem;left:23.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMewehXe3y4eK4m9FAOcyQ1DdwZsoxTV { width:19.375rem;height:4.6875rem;top:28.5625rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoeeZ49pn5lOACEV27HIzLRgIwLaukDZ { width:3.125rem;height:3.125rem;top:24.5625rem;left:23.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDAUngbXOz4RFbEO6XnHAXy8FrZE0Nfe { width:19.375rem;height:4rem;top:25.3125rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4r82d8ZVnbZGmRCKpPHF6WVW8UxXZeO { width:36.875rem;height:2rem;top:7rem;left:5.375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s5PzyHfa1fITBQF4zrmqdmC0UgnOKTNp { width:35.375rem;height:27.625rem;top:42.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARirTxvuMOzxIi1o7xXOf4s4qdsGkRDF { width:15.5rem;height:2.875rem;top:48.1875rem;left:8.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzwPSZTv67K4A95dytximmnfBs1X6N3M { width:3.9375rem;height:3.9375rem;top:47.8125rem;left:19.9375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHT8oQT2NWRN9TpQA68BCNVaQWhLeeVf { width:6.875rem;height:6.875rem;top:39.5rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS5gaEHLpbCznTIa1z3RObe45UUVoo8L { width:23.4375rem;height:2.4375rem;top:40.8125rem;left:12.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9TZyWuuGo4EDsefVne6bneq5Q4WUW6r { width:19.375rem;height:4.6875rem;top:28.5625rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACBZuXLZQygcoTybRsLK7tyotmpqSh0D { width:17.5rem;height:3.4375rem;top:62.8125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUWkgHPUbnQzZZf4fJqQTJZTbf99QdaP { display:block; }
 }@media only screen and (max-width: 763px) { #Sr9NrTBcrDOywkQXTxa0ATXoR3NgzC8T { display:block; }#Sr9NrTBcrDOywkQXTxa0ATXoR3NgzC8T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LNfdIOKQ0atST1DJ5T0UbBTA6fQLDPyk { width:22rem;height:1.0625rem;top:3.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb4sLPLbdJCWHuKNCkHWJJzACoczwmI8 { width:8.75rem;height:1.25rem;top:1.8125rem;left:21rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClilN3NE4BLmtIJ89dnMs7db2T8Uia2y { width:33.375rem;height:1rem;top:2.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2iLITNcNJpVeLpWbyQlSL5Cgkmkw2Ku { width:10.6875rem;height:1.625rem;top:3.4375rem;left:21rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TKRtbB9vaT7fIZ9xrK5vEVsS1OTV75bW { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#TKRtbB9vaT7fIZ9xrK5vEVsS1OTV75bW > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IqeOt3Ik32wPJoxnxcUCAXo6dEHJTviK { width:2.0625rem;height:2.0625rem;top:1.8125rem;left:8.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGwKKtdL0HtTgTDT4zrk0ceegG3tSPhe { width:9.5rem;height:1.7858875rem;top:1.875rem;left:10.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhQi8eKFa3g0U8Mtsym07neQ0PoTOmdb { width:6.25rem;height:2.4375rem;top:1.62353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR { display:block; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row .container { width:20rem;height:116.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tl0BT5X6SDdxBwW8isnOhmBOpVFBEySf { width:19.5625rem;height:7.3095625rem;top:9.3115234375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pavk7CIvc3mUqT2LA0EXsdykEw7l95f8 { width:15.5625rem;height:1.54296875rem;top:82.562255859375rem;left:2.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFFFx10BrBZdxAOIJIHOXbyJvdCf2n6O { width:19.125rem;height:2.6245125rem;top:84.3115234375rem;left:2.562255859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIekmR1QpTOSoLV3ULyHP9b8FIN7493v { width:1.9995125rem;height:1.9995125rem;top:82.562255859375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z561TJQ48wOgg2eqvaGaV9TW0Jq0UoNS { width:17.124rem;height:5.249025rem;top:89.625rem;left:2.374267578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX1g6V8a0bTMKtoWDWO2ulJu0tdxCu3f { width:19.4375rem;height:1.54296875rem;top:88.0625rem;left:2.562255859375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f348FgQfqoeFDUdMrAxWFiknOzxsDw8f { width:1.9995125rem;height:1.9995125rem;top:87.87451171875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab5TgQ5z7PuznKouRu5EO4ok440heLBN { width:17.68675rem;height:3.93676875rem;top:97.812255859375rem;left:2.374267578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQeRQBh0JqotyFnZ3bh6bMMH2Q7VTCpw { width:15.625rem;height:1.54296875rem;top:96.249755859375rem;left:2.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQuKQM4WRpHz3DaPP2vrHuUo4MK5hM0t { width:1.9995125rem;height:1.9995125rem;top:96.061767578125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7NKsNMRZJOfvSg8Z9m323Fv5u6JXu9K { width:14.187rem;height:4.22363125rem;top:31.37451171875rem;left:2.93701171875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaEKD9ZiHr1NhScT2KU92wBXIUWXEAev { width:16.8115rem;height:3.93676875rem;top:105.12426757812rem;left:2.374267578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxUvUVFqJ51TzuRdXdIvdC4EisNMpRmd { width:2rem;height:2rem;top:103.12475585938rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dURSG4WqPbbKmPFCSEuLgPbVH0xAiFJ2 { width:19.9375rem;height:1.54296875rem;top:103.3115234375rem;left:2.374267578125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb2bp4kUlLB4wvRnD5FrZysLgcg5m6RA { width:20rem;height:3.93676875rem;top:16.619873046875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hvRtfQ67Jh8i2s97ZAUmACpi4NAWSXUE { width:14.187rem;height:2.62573125rem;top:36.437377929688rem;left:2.874755859375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x6plr2ksJOKWkGpNbrl8BqzXTGStUARx { width:12.24975rem;height:2.2753875rem;top:41.75rem;left:5.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGu2G09gkmqEbloBe23GBx0T9DM3Dnm4 { width:3.375rem;height:3.375rem;top:41.1875rem;left:1.9375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz7p0l6DXAnWnTQLOsfIt8ZA4u9xHIhi { width:20rem;height:48rem;top:26.37451171875rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu9sMCTTOaDIVti5T12XIAIEKNm26zU6 { width:6.875rem;height:6.875rem;top:22.999877929688rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFf5gHsyIOgqJ3GSHfNCSpx8suQ151K5 { width:20rem;height:23.6853125rem;top:37.498779296875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU9HSTABP2XyXKvE3Hxfar7yqUzx6FaN { width:20rem;height:24.187rem;top:44.122314453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MA8Hii2XudmQJx2H8GNpTTDdcPM4FFMA { width:20rem;height:2.436525rem;top:78.43505859375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TVPyvDrgIqvTqiGTcmFuAmILAcOyDPTy { display:block; }#TVPyvDrgIqvTqiGTcmFuAmILAcOyDPTy > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eqJx1cb4vHNaMUvD2QRDeds0xfTylCfk { width:12.4375rem;height:0.9375rem;top:5.74951171875rem;left:3.499755859375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzS5cFTzcEdxdmeZmBVk3P3G7sEsyR8q { width:19.5rem;height:2.99805rem;top:12.8125rem;left:0.2490234375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qWuCXrvTF2cODdg9WiLq47iA2TSkfqVi { width:15rem;height:0.99975625rem;top:17.249755859375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcgyF28m0dMkGWIqZNAcDFvESwWBV6R8 { width:11.25rem;height:3.4985375rem;top:7.8125rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XfQPDG4oRlsC1ImtVZRn7Ai6DNlkPtXK { display:flex;width:1.9375rem;height:1.9375rem;top:16.8115234375rem;left:18.0615234375rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Dei8hUerJcdBzLQ44BFGup9kyvO2zVf2 { display:flex;width:1.9375rem;height:1.9375rem;top:5.2490234375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #i0OpEbnzaQ2h2fcc2cLKWcvmQrNpHrX8 { width:15.249rem;height:2.8125rem;top:21.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIK1gg5KlJPBCEexKrvpr33ErgE8tq6K { width:14.375rem;height:3.4985375rem;top:26.375rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #a7VMZfAg0T85HfPQSuu41ski4Js5roiz { display:block; }#a7VMZfAg0T85HfPQSuu41ski4Js5roiz > .row .container { width:20rem;height:76.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exH7Op7FnupPXO5Ts7TT9xPHamVIdHC0 { width:20rem;height:34.25rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F67sJvLBLQO5TOyXsUf6VQWMAUv87In8 { width:10.375rem;height:3.8501rem;top:6.962158203125rem;left:6.312255859375rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #wsbNJEZFcsOZ61H1EatKFJvDAfrkkKut { width:14.74975rem;height:1.875rem;top:11.9384765625rem;left:1.499267578125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yNDOiHWrzfylXkNptTvhOJ0S3e37wenX { display:flex;width:4rem;height:4rem;top:6.725830078125rem;left:1.499267578125rem; }
 }@media only screen and (max-width: 763px) { #wnVRmvEPSuLviDqHXrwKd4Isl5ahTpRq { width:13.81225rem;height:1.875rem;top:15.12451171875rem;left:3.24951171875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZtiCi1OgC4ubGfkasorUXBk2gUKI5l4m { width:2rem;height:2rem;top:15.0625rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #adLadt7uJiu2gPT5GgL42FI7k9nXVRPy { width:1.9375rem;height:1.9375rem;top:17.1875rem;left:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOGnH82xAD34Kk12k64T0cbh8fUIzySv { width:15.1875rem;height:1.875rem;top:17.25rem;left:3.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OKxVOzPDfNR9tsZF8e7c5IoMFl77aJxl { width:1.9375rem;height:1.9375rem;top:19.5rem;left:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeJB6XDrwp7Exe8ig57oxRABtV1x59T1 { width:15.5rem;height:1.875rem;top:19.5625rem;left:3.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qXPmmZkMkzw0NLkWgyOVyDt4igCW4ox5 { width:13rem;height:1.875rem;top:21.9375rem;left:3.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iL52aiFTHnKFqOTII5SZkP4wBASBTlPZ { width:1.9375rem;height:1.9375rem;top:21.875rem;left:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJwHmQzlpbVqm9uOSmEW4PBgAN4huRbI { width:14.6875rem;height:1.875rem;top:24.125rem;left:3.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vXeQkAsBTUhuaz94lDbPPI6Z274fpzbT { width:1.9375rem;height:1.9375rem;top:24.0625rem;left:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyAhRIAyVQp8ms5rGGLT37npPSN5Mnxn { width:14.8125rem;height:1.875rem;top:26.4375rem;left:3.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QTGIDNNrD9GvCgBcQzxLAqBZFgTf9oMT { width:1.9375rem;height:1.9375rem;top:26.375rem;left:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #urWkzMfmxfWbTda7HwnLtL5Ml1SVlXys { width:1.9375rem;height:1.9375rem;top:28.6875rem;left:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvN989oRQTH4Fku1dwnJEw4JW6QfI5S1 { width:13.8125rem;height:1.875rem;top:28.75rem;left:3.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TzXi6HwoRfQAQPikXHfp02yFetAoiOvx { width:15.9375rem;height:1.875rem;top:31rem;left:3.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v0kHuC4XqogBw8GzvFRnwP7svAVHPMnU { width:1.9375rem;height:1.9375rem;top:31rem;left:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8GM7LJGf4EHKWQAExnD6VU3aXzpWXd6 { width:13.9355625rem;height:3.4375rem;top:67.37060546875rem;left:3.031005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfACraeRIANLZ008TR4nIAqm4apgLOug { display:block; }
 }@media only screen and (max-width: 763px) { #eeaMgtgeorUh47cWmk3imSCvqeLuUykx { width:20rem;height:26.8125rem;top:38.2495rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxU5LMz3RVTIJ53RTxemDzW7KeL3WMEv { width:16.125rem;height:1.875rem;top:57.75rem;left:3.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rRSV7e4ZLGx76gWWwfhAs3FbnJcKk5ka { width:15.625rem;height:1.875rem;top:60.0625rem;left:3.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n4ld1poVPU90cTCTXtChzQ9NJQPZ1u5U { width:1.9375rem;height:1.9375rem;top:53.125rem;left:1.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM6qngclT3eE9VV8BkrmO0tZCWPALAiq { width:13.4375rem;height:1.875rem;top:53.1875rem;left:3.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OHZwbrw8LTZxzxTpHfhbdUPixSIqkBp6 { width:14.5rem;height:1.875rem;top:55.5625rem;left:3.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rvLGRkyOdKEdEZgxXDMJUMeIZksg6oT8 { width:1.9375rem;height:1.9375rem;top:55.5rem;left:1.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyoJU69rJNMiMC5JLhxm4FxXust9tNtX { width:1.9375rem;height:1.9375rem;top:57.6875rem;left:1.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWlcXDT36nmDKmeKo26Si7wt5z42uaM9 { width:1.9375rem;height:1.9375rem;top:60rem;left:1.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4wNnSTgm5s5fqhPO2euXgU3zHXAdgdq { width:14.875rem;height:1.875rem;top:48.75rem;left:3.56201171875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F6cHf4ncSVNZK2JFRSICE3aast2XUFUv { width:1.9375rem;height:1.9375rem;top:48.6875rem;left:1.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTOod9NDaFBouTgUC6Za7kQeTOgOoBfW { width:1.9375rem;height:1.9375rem;top:50.8125rem;left:1.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOGIL3tJlUmn2bRG2C1qUsGO1BUTOyXc { width:12.4375rem;height:1.875rem;top:50.875rem;left:3.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b5HU8T4TvMlr38L31zrXIsnQJUhTg2nN { width:13.374rem;height:1.875rem;top:45.997314453125rem;left:1.4990234375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t0ovzTN2Pu356QnC68QTKOIAgvAnf6mK { display:flex;width:3.9375rem;height:3.9375rem;top:40.91552734375rem;left:1.4990234375rem; }
 }@media only screen and (max-width: 763px) { #INXAOAKqWly1XaHVh220dXJ7dFvHhH7y { width:13.625rem;height:3.8501rem;top:41.1245rem;left:6.3125rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #okig5Dk65T7EeoR2lgEZCgCTkFp0TDrz { display:block; }#okig5Dk65T7EeoR2lgEZCgCTkFp0TDrz > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHlhiKAGtiZtzhENy1rkiv16lfxVpQLR { width:19.375rem;height:5.39795rem;top:3.248291015625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1GRt5stBgi1rpBJ2aHt9fTemyHBvMzX { display:block; }#L1GRt5stBgi1rpBJ2aHt9fTemyHBvMzX > .row .container { width:20rem;height:174.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fr0ivq8kRUh3uonTXAanT2i4aTTQk4bG { width:20rem;height:26.5625rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZv2EQHyNyga77E4vGZmsAWDq6l0CEAF { width:20rem;height:26.5625rem;top:56.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUmNObZTfXab44LUGATPOaVHApMsnMUT { width:16.75rem;height:5.99609375rem;top:48rem;left:1.624755859375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kvxAqiRDADvyZmPgHuzlMQTZJQvTMTRP { width:16.4375rem;height:4.49706875rem;top:77.5rem;left:1.781005859375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KlIBXJ8TSOrZVAbqyzPfNcPuXxlvsJg7 { width:20rem;height:25.9375rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS5JCr148s0dkUTfbrwwn7KvVigiVTgU { width:15.5625rem;height:1.950075rem;top:18.4375rem;left:2.21875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wmg0DTx3cIhVCwOmPATK8avbRopqggbm { width:16.9375rem;height:4.49706875rem;top:21.125rem;left:1.53125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Psc5v8OnwhoVckbFKkT25chReexzASZd { width:14.375rem;height:1.9494625rem;top:45.625rem;left:2.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T3z7ETpZNQlvzXuL9lghSMsyEl8tTm10 { width:13.8125rem;height:3.898925rem;top:72.7490234375rem;left:3.125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WxkeMdzUkirmJ3Ui8CSMmGeiRyBmxv3z { width:20rem;height:14.0625rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoOTu7y4LkMwelE39KvLknr78qTTeBG3 { width:20rem;height:14.0625rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3vwMWhETpcW2C6aqDaiWLW0amBhvlX9 { width:20rem;height:14.0625rem;top:56.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #asw1TWXTvlzXcX3QumAna0eOMfUB1PyP { width:20rem;height:28rem;top:84.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIb0KLUcRsq7mhNHEfWnfanAzEEhboqQ { width:20rem;height:14.0625rem;top:84.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpiQEfxbgFGDVpc8R6y299DpHuCbfh77 { width:20rem;height:27.8125rem;top:113.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #idXbf7ONgKfznyxnMHMMtvUTSi1FlT4F { width:20rem;height:14.0625rem;top:113.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBMWkO9UhH2XU7xR6STlQWFXWZ9XolF3 { width:14.5rem;height:3.90014375rem;top:100.9375rem;left:2.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tLEDTKI6piZ9KQ9HSWyliM5IN9EQfgdT { width:13.375rem;height:1.950075rem;top:130.4375rem;left:3.3125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yRlHStciAP64WTxe0qbZFOZzTTN45XJ3 { width:20rem;height:27.5rem;top:143.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVcrXkyksJPn01haUHxBa6asIHOlCcWX { width:20rem;height:14.0625rem;top:143.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAMtcW5G8PTwJnJEFHQdFITr3MPvJh37 { width:13.9375rem;height:3.898925rem;top:160.0625rem;left:3.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SozOllhdJNiIA1eqocCd6LrTJEIlaa5o { width:17.75rem;height:5.99609375rem;top:133.25rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JkHvqVPD8v09Zdztsi4kdggaUUWIqE4W { width:17.625rem;height:2.99805rem;top:164.3115234375rem;left:1.1865234375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PPxpwlUCQPH7vUrJ4N8TzTgvwWa7Wb2R { width:17.6875rem;height:4.49706875rem;top:105.625rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hshdikiwNygEaLwhrm6g2OUFpIhXO2Ty { display:block; }#hshdikiwNygEaLwhrm6g2OUFpIhXO2Ty > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AN4tTvWUOfamvKiUpo0mstA4Vof9BiD2 { width:20rem;height:26.25rem;top:1.124267578125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tmTGs3orTXGA3NAEbwsAaTuNEUorFkBI { width:20rem;height:2.1984875rem;top:32.28515625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Oib2bO4Oieytz1DGgrDCXXkPbyIz5JuL { width:20rem;height:1.875rem;top:35.10986328125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r9yOnWxxes1HQQ1gcqhqTBfzVNw4b7H4 { width:3.93676875rem;height:3.93676875rem;top:38.125rem;left:1.4990234375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dgv5NSwP1c0gQqyQHy4GTFie23WOBkKf { width:13rem;height:2.2753875rem;top:38.936767578125rem;left:5.43701171875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaZiopsL5w51lElAVTMmTmZLAuJZ1M1F { width:11.31225rem;height:4.56176875rem;top:26.060791015625rem;left:4.342041015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U77Cd3wiSI1gdAqdsOk7U87OLmmJtyfV { width:20rem;height:20rem;top:2.811279296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqdEq4kyWSZ33fTL7rTgNQ82vgasPJPr { display:block; }#GqdEq4kyWSZ33fTL7rTgNQ82vgasPJPr > .row .container { width:20rem;height:61.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z37wzta5GcOmiVfp2Dkt6yTkwIrhr4L1 { width:14.0625rem;height:1.79931875rem;top:15.12451171875rem;left:2.999267578125rem;font-size:1.5rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lNBUpPnT8Pkl2HOByuw5honWkbwu0mHG { width:14.56175rem;height:3.898925rem;top:4.371337890625rem;left:2.71728515625rem;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yLizgfvEtyOEKyToue5ENsSNiBZQOVkf { width:13.6875rem;height:1.79931875rem;top:31.99951171875rem;left:3.3740234375rem;font-size:1.5rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ixB5fgCb86v65GpVI0PCcrDsaPETTnIs { width:13.8125rem;height:1.79931875rem;top:49.375rem;left:3.0625rem;font-size:1.5rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W7oPFVP5B8EbMK15KFfokleKo92EIp37 { width:16.1875rem;height:1.79931875rem;top:23.5rem;left:1.9375rem;font-size:1.5rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GHshgy1TrT4Kpdl2ZEJGz4qBJUnLuTl8 { width:15.375rem;height:1.79931875rem;top:40.75rem;left:2.375rem;font-size:1.5rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HH2QBTPCT1W5ZwzxAfXDpRhEQ7ZUnbPo { width:2.6875rem;height:2.6875rem;top:11.37451171875rem;left:8.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW0B1GLD5FIuolyUCLT2WEDdPQJpX4ak { width:2.6875rem;height:2.6875rem;top:28.0615234375rem;left:8.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mihVXhaovWmWI11rgNGPaBhx9XPiy8WG { width:2.5625rem;height:2.5625rem;top:46rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5AUzENxlGnhZZtT1MBqPxIIA2IfTcCD { width:2.5625rem;height:2.5625rem;top:19.75rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cbk8B1TzNhFtKGCUrHUZDI2kaSaT92eb { width:2.5625rem;height:2.5625rem;top:37.125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH1nMbpvsFtsIaVRPkKcuePlux2g80LF { width:13.8745rem;height:3.4375rem;top:53.7353515625rem;left:3.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQW7HveqExx1Ul0IqovM393qObkITHTO { display:block; }
 }@media only screen and (max-width: 763px) { #ZBJ9DSD1EN6fdUzlP8cmXJt62nKT5Pkn { display:block; }#ZBJ9DSD1EN6fdUzlP8cmXJt62nKT5Pkn > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DNLT0UnUL1NiA389SnxEENnuUkcAyrtN { width:20rem;height:3.90014375rem;top:1.4373226165771rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MihQP003O2FNhyltwOVDdFPLIbEgAfPA { display:block; }#MihQP003O2FNhyltwOVDdFPLIbEgAfPA > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #waQtk1SebitSetkEkz50eETb5KdU0Fdu { width:20rem;height:8.375rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRnVl41anlnCrsm4rsZvtafVdNSAwOqJ { width:13.6875rem;height:1.29980625rem;top:6.9375rem;left:3.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZqXdV8kBotz80uMwfk1c2eGLeIpfi8R { width:14.3125rem;height:2.19238125rem;top:4.25634765625rem;left:2.84375rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #anTgnTlxaArrhrJ9wiFfhr9bZ4DZ1XyX { width:20rem;height:8.4375rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW26VVZmwQrXBzHU2fSOA3FhLwpIqqW1 { width:19.75rem;height:1.29980625rem;top:16.5625rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcaiqEIS6xkn8LdHCDc11UHsqTT8AGpN { width:14.9375rem;height:2.19238125rem;top:13.8125rem;left:2.5625rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HXkdXTciHH1Adghc8f2bUJGQvzD3d2zK { width:20rem;height:7.875rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #auHSz4DVzLa16QdPQovTkKghlISSDb5C { width:13.375rem;height:1.29980625rem;top:25.875rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvzN7wodc4VEGnHzJTIGElSaCzrsxstR { width:14.5rem;height:2.19238125rem;top:23.125rem;left:2.75rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lI2L9Bce5UKKMcHAI25VxVKIZf9zOWDI { display:block; }#lI2L9Bce5UKKMcHAI25VxVKIZf9zOWDI > .row .container { width:20rem;height:91rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iRu0CratGgSilikWLayJIviNTxanfywa { width:20rem;height:6.74925rem;top:6.5625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Igqugns9pBgveBsskesKJm1ToeDObXW3 { width:15.5625rem;height:3.90014375rem;top:51.3125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKAJTRSfkdTwboN5Uf8JRpmu3rzadRDX { width:16rem;height:3.93676875rem;top:55.375rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HET5OaOtFtRuPbhGIvKCcwtJ1Ik3LsWQ { width:2.5rem;height:2.5rem;top:52.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3b8mmlQXrJ8wou7amTZBOefvX3WPbqF { width:16.3125rem;height:5.249025rem;top:62.5625rem;left:3.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeGehW3TdUpX2vK7UbSXfhIzkBhM58We { width:16.1875rem;height:1.7858875rem;top:60.5rem;left:3.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZfxQaLFMuoTXgSwFA8wzMEQMrtqxObL { width:2.5rem;height:2.5rem;top:60.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQuyNgBxbKAZ5ay4XO8BqaKJs1ZOsZgn { width:15.875rem;height:5.249025rem;top:73.125rem;left:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmvQ5hxTz5dMQnrfMuSPDKkRTBTTC3lq { width:16.1875rem;height:3.571775rem;top:69.1875rem;left:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAXtf4BsQFDDhxAvXDXnNso3nTqrZa9Z { width:2.5rem;height:2.5rem;top:69.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMewehXe3y4eK4m9FAOcyQ1DdwZsoxTV { width:16.1865rem;height:2.62573125rem;top:81.6875rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoeeZ49pn5lOACEV27HIzLRgIwLaukDZ { width:2.5rem;height:2.5rem;top:79.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDAUngbXOz4RFbEO6XnHAXy8FrZE0Nfe { width:17.5rem;height:1.7858875rem;top:79.5rem;left:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4r82d8ZVnbZGmRCKpPHF6WVW8UxXZeO { width:20rem;height:2.62573125rem;top:14.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s5PzyHfa1fITBQF4zrmqdmC0UgnOKTNp { width:20rem;height:25.0625rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARirTxvuMOzxIi1o7xXOf4s4qdsGkRDF { width:12.124rem;height:2.2753875rem;top:27.5625rem;left:5.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzwPSZTv67K4A95dytximmnfBs1X6N3M { width:3.93676875rem;height:3.93676875rem;top:26.9375rem;left:2rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHT8oQT2NWRN9TpQA68BCNVaQWhLeeVf { width:6.875rem;height:6.875rem;top:18.9375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS5gaEHLpbCznTIa1z3RObe45UUVoo8L { width:15.99975rem;height:3.08715625rem;top:31.8125rem;left:2rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9TZyWuuGo4EDsefVne6bneq5Q4WUW6r { width:16.499rem;height:2.6245125rem;top:36.6875rem;left:1.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ACBZuXLZQygcoTybRsLK7tyotmpqSh0D { width:17.5rem;height:3.4375rem;top:41.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUWkgHPUbnQzZZf4fJqQTJZTbf99QdaP { display:block; }
 }@media only screen and (max-width: 763px) { #Sr9NrTBcrDOywkQXTxa0ATXoR3NgzC8T { display:block; }#Sr9NrTBcrDOywkQXTxa0ATXoR3NgzC8T > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LNfdIOKQ0atST1DJ5T0UbBTA6fQLDPyk { width:12.75rem;height:1.9494625rem;top:8.1875rem;left:3.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bb4sLPLbdJCWHuKNCkHWJJzACoczwmI8 { width:8.25rem;height:1.57470625rem;top:1.875rem;left:5.875rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ClilN3NE4BLmtIJ89dnMs7db2T8Uia2y { width:16.625rem;height:1.13769375rem;top:6.5rem;left:1.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #l2iLITNcNJpVeLpWbyQlSL5Cgkmkw2Ku { width:8.4375rem;height:1.625rem;top:3.6875rem;left:5.8125rem;font-size:1.25rem;display:block; }
 }