.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8f3965be-74d8-4b30-92ab-b1333bd85f43/Untitleddesign20211003T182051978.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bdf829ff-874a-4870-b6e7-a29ed71a66ba/Untitleddesign20220711T173342516.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;z-index:auto;display:block; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO.adaptive-delivery-prevent-bg, #HnHadhUh24ZdL465calWpe0tZlWZw6EO.lazyload, #HnHadhUh24ZdL465calWpe0tZlWZw6EO.lazyloading { background-image: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container { background-color: transparent; background-image: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container > .video-iframe-container { display: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row > .video-iframe-container { display: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .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); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container { border-width: 0; border-radius: 0; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:60rem;position:relative;display:block; }#EPam8fo355tuPI4xvJ15Ju146FHlBZg0 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.6875rem;width:10.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Lb1Upbhky2DUoROqclyhy6lHW2M6SpO1 { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:"eos office";font-size:2.75rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:20.534376144409rem;left:34.437501907349rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#whkpoSbeHgm2a3bS2Ey3msrxw27DlXK8 { position:absolute;display:block;z-index:100001;background-color:rgba(255,0,0,0.72);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;height:4.75rem;width:21.8125rem;top:19.94687461853rem;left:32.937501907349rem;display:block; }
#X0TLGSVu8TWvkpfHCsygREnAP5p90068 { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:"eos office";font-size:1.375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:27.46875rem;left:33.874219894409rem;height:3.575rem;text-align:center;text-align-last:center;display:block; }
#Zl2ESTf0kInlwx7VpdzLk72EUqw9illH { position:absolute;display:block;z-index:100002;background-color:rgba(255,0,0,0.72);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;height:4.75rem;width:21.8125rem;top:26.800001144409rem;left:32.937501907349rem;display:block; }
#o6ECTgMW3BgnIOcTcZzq3ea3rqqlVuPM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#o6ECTgMW3BgnIOcTcZzq3ea3rqqlVuPM > .row .container { background-color: transparent; background-image: none; }#o6ECTgMW3BgnIOcTcZzq3ea3rqqlVuPM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6ECTgMW3BgnIOcTcZzq3ea3rqqlVuPM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6ECTgMW3BgnIOcTcZzq3ea3rqqlVuPM > .row .container > .video-iframe-container { display: none; }#o6ECTgMW3BgnIOcTcZzq3ea3rqqlVuPM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6ECTgMW3BgnIOcTcZzq3ea3rqqlVuPM > .row > .video-iframe-container { display: none; }#o6ECTgMW3BgnIOcTcZzq3ea3rqqlVuPM > .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); }#o6ECTgMW3BgnIOcTcZzq3ea3rqqlVuPM > .row .container { border-width: 0; border-radius: 0; }#o6ECTgMW3BgnIOcTcZzq3ea3rqqlVuPM > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:60rem;position:relative;display:block; }#kgSoPtsXqHFXN8BuquNTLnJHBZ6TiQ9z { color:#000000;display:block;width:45.375rem;position:absolute;font-family:"eos office";font-size:1.3125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:4.23046875rem;left:7.3125rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#m6rxFQNyVMVmT2mKQsdshirzHymBks3B { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:3.9375rem;top:3rem;left:53.937498092651rem;overflow:hidden;display:block; }
#KdAEgr1F0QGyBxJrANlVZFlIbO0KBbkz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.4375rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100001;top:3.4375rem;left:1.6875rem; }
#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff0000;background-image:none;position:relative;display:block; }#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA > .row .container { background-color: transparent; background-image: none; }#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA > .row .container > .video-iframe-container { display: none; }#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA > .row > .video-iframe-container { display: none; }#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA > .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); }#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA > .row .container { border-width: 0; border-radius: 0; }#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:60rem;position:relative;display:block; }#TzaqiRPl1TSiTuGB4tJw2xUTcZRTD8IH { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"eos office";font-size:1rem;font-weight:normal;z-index:100000;line-height:1.9;letter-spacing:0;top:9.0000028610231rem;left:8.125rem;height:;display:block; }#TzaqiRPl1TSiTuGB4tJw2xUTcZRTD8IH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TzaqiRPl1TSiTuGB4tJw2xUTcZRTD8IH li:before{  }
#xsaHrat8hBCEnneL0XQCSxmnVtqUP0sb { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"eos office";font-size:1.25rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:6rem;left:8.125rem;height:1.625rem;font-style:normal;display:block; }
#GfAis5yqiHJoeZtbpASaQpqVkr6pRGn2 { color:#ffffff;display:block;width:28.625rem;position:absolute;font-family:"eos office";font-size:1.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:1.6750028133393rem;left:2.8992195129394rem;height:1.95rem;font-style:normal;display:block; }
#JRZTy1zIG95pd5BvdGXd72aWHAsqO4mF { position:relative;display:block; }#JRZTy1zIG95pd5BvdGXd72aWHAsqO4mF { background-color: transparent; background-image: none; }#JRZTy1zIG95pd5BvdGXd72aWHAsqO4mF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRZTy1zIG95pd5BvdGXd72aWHAsqO4mF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRZTy1zIG95pd5BvdGXd72aWHAsqO4mF > .row .container > .video-iframe-container { display: none; }#JRZTy1zIG95pd5BvdGXd72aWHAsqO4mF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRZTy1zIG95pd5BvdGXd72aWHAsqO4mF > .row > .video-iframe-container { display: none; }#JRZTy1zIG95pd5BvdGXd72aWHAsqO4mF > .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); }#JRZTy1zIG95pd5BvdGXd72aWHAsqO4mF { border-width: 0; border-radius: 0; }#JRZTy1zIG95pd5BvdGXd72aWHAsqO4mF > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.75rem;width:60rem;position:relative;display:block; }#OqR68ArcvJSU18OT34S1w4X2SGT2kqMU { color:#31171f;display:block;width:22.375rem;position:absolute;font-family:"eos office";font-size:1.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.4101577997207rem;left:3.2734375rem;height:1.95rem;font-style:normal;display:block; }
#bhO5Q7hkKQ29m39dhUykUOys0FTmSwV2 { color:#000000;display:block;width:42.6875rem;position:absolute;font-family:"eos office";font-size:1.25rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:6.125rem;left:8.125rem;height:1.625rem;font-style:normal;display:block; }
#UXtxkK6EWFpX5HF2igcXId7AgpwlkkiA { color:#31171f;display:block;width:43.75rem;position:absolute;font-family:"eos office";font-size:1rem;font-weight:normal;z-index:100001;line-height:1.9;letter-spacing:0;top:9.875rem;left:8.125rem;height:10.75rem;display:block; }#UXtxkK6EWFpX5HF2igcXId7AgpwlkkiA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UXtxkK6EWFpX5HF2igcXId7AgpwlkkiA li:before{  }
#c8EoHAg5qpkbgzD2ZyKu0nty6KUrTMdK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.875rem;width:9.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100002;top:9.9687509536744rem;left:49.999998092651rem; }
#uNoMTyhdMPzEMlg6xd1fvBcfwKEUrx9G { color:#ea0029;display:block;width:51.9375rem;position:absolute;font-family:"eos office";font-size:1rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:23.711718559265rem;left:3.2734375rem;height:1.3rem;font-style:normal;display:block; }
#XeM4qKu4Qrrgfugg16r8v32sqdiISPM0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#XeM4qKu4Qrrgfugg16r8v32sqdiISPM0 > .row .container { background-color: transparent; background-image: none; }#XeM4qKu4Qrrgfugg16r8v32sqdiISPM0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XeM4qKu4Qrrgfugg16r8v32sqdiISPM0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XeM4qKu4Qrrgfugg16r8v32sqdiISPM0 > .row .container > .video-iframe-container { display: none; }#XeM4qKu4Qrrgfugg16r8v32sqdiISPM0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XeM4qKu4Qrrgfugg16r8v32sqdiISPM0 > .row > .video-iframe-container { display: none; }#XeM4qKu4Qrrgfugg16r8v32sqdiISPM0 > .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); }#XeM4qKu4Qrrgfugg16r8v32sqdiISPM0 > .row .container { border-width: 0; border-radius: 0; }#XeM4qKu4Qrrgfugg16r8v32sqdiISPM0 > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:60rem;position:relative;display:block; }#FHbymdTDXlI6n9FHGEhH7eGdBOw37MXg { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:"eos office";font-size:1.5rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:11.5625rem;left:1.625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zn9QTT2Ixza2Mgx1XAOwa7mS4AyJcDTX { box-sizing:content-box;color:#ff0000;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:8.375rem;left:8.625rem;display:block; }
#cdvblIPUOXLxvThMIE341Plm9yCNSycT { box-sizing:content-box;color:#ff0000;font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:8.25rem;left:28.5rem;display:block; }
#AeWbAJyHhDTOE12amstdbtLaBpTpud9A { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:"eos office";font-size:1.5rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:11.5rem;left:21.625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z0TCytFErMV3wyIXfa0V1Rphxprt5DTq { box-sizing:content-box;color:#ff0000;font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:8.25rem;left:48.5rem;display:block; }
#tP8lNqiR5gXAqmGTeUzFUJBmSrI2m78N { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:"eos office";font-size:1.5rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:11.5rem;left:41.625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rqMrOe7gmriq8yi66Gxl1r4C1ALSgTtm { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:56.875rem;top:8.125rem;left:1.5625rem;display:block; }
#kogpMeTn9pttKQ2e0MGWZAhb8tkKhcf2 { color:#31171f;display:block;width:56.875rem;position:absolute;font-family:"eos office";font-size:2.5rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:3.2499985694885rem;left:1.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#beyrv87JWTs8yM8b6RyHTzKqLSkkoAu4 { position:absolute;display:block;z-index:100007;background-color:#ff0000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:3.75rem;top:8.0625rem;left:1.5625rem;display:block; }
#eigrCTb6GkDBdWunLJS8fQMNWbTRxXUD { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:"eos office";font-size:1.5rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:19.5rem;left:1.0625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fqc9sBAH5bpTTNZwqhhBIZsGUTScE21z { box-sizing:content-box;color:#ff0000;font-size:2.3125rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:16.125rem;left:7.875rem;display:block; }
#TkmQ33Qb8xZrH18Bb3KK6K40hTdFvAvr { box-sizing:content-box;color:#ff0000;font-size:2rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:16rem;left:28.0625rem;display:block; }
#baN6id2nIb0p96DNZZND3TWH4cn0TQzm { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:"eos office";font-size:1.5rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:19rem;left:21.0625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FM3Po6QNMwhkrbCypB16FAcpwoo8JncC { box-sizing:content-box;color:#ff0000;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:15.75rem;left:47.75rem;display:block; }
#ezIVyetrXC3RqJtFMIHuuPRMRLm88Q9i { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:"eos office";font-size:1.5rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:19.1875rem;left:41.0625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MCpEd3fKFqP7JUwqbQvWnEgKsbSwAG0g { box-sizing:content-box;color:#ff0000;font-size:2rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:24.5rem;left:8.5625rem;display:block; }
#CbZOIILTCTnWFwLk2prAX2T7HTpHTlws { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:"eos office";font-size:1.5rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:28.25rem;left:1.625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ut1NKesGTTKncyGG02M8LFaXCx43xB17 { box-sizing:content-box;color:#ff0000;font-size:2rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:23.875rem;left:28.5625rem;display:block; }
#SFIor5DwXr9ENQPyvUfhLoF4VJPZiD5c { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:"eos office";font-size:1.5rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:28.25rem;left:22.5rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#INcW3erM3HgZavM0NS3Rp2JVDFFhcX16 { box-sizing:content-box;color:#ff0000;font-size:2rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:23.875rem;left:48.3125rem;display:block; }
#oKmAntZeg8Iy0KLZr6Qr7kGMvuAHZ1Aa { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:"eos office";font-size:1.5rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:28.25rem;left:41.625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vtnxhkqegzrdx1mqGBKknlW2wti0LTNo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#vtnxhkqegzrdx1mqGBKknlW2wti0LTNo > .row .container { background-color: transparent; background-image: none; }#vtnxhkqegzrdx1mqGBKknlW2wti0LTNo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtnxhkqegzrdx1mqGBKknlW2wti0LTNo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtnxhkqegzrdx1mqGBKknlW2wti0LTNo > .row .container > .video-iframe-container { display: none; }#vtnxhkqegzrdx1mqGBKknlW2wti0LTNo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtnxhkqegzrdx1mqGBKknlW2wti0LTNo > .row > .video-iframe-container { display: none; }#vtnxhkqegzrdx1mqGBKknlW2wti0LTNo > .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); }#vtnxhkqegzrdx1mqGBKknlW2wti0LTNo > .row .container { border-width: 0; border-radius: 0; }#vtnxhkqegzrdx1mqGBKknlW2wti0LTNo > .row .container { font-size:0.875rem;font-family:arial;height:40.0625rem;width:60rem;position:relative;display:block; }#UFrxUwHon1Ay8VIcwxy7PCRRIKE0u6uH { color:#ac0707;display:block;width:41rem;position:absolute;font-family:"eos office";font-size:2rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.1359376907349rem;left:9.5rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KgtcWmmMX2BilEbrcbs111ybR9SA1vsM { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:"eos office";font-size:0.875rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:6.0625rem;left:3.0625rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OvW42EH3iTV2F7z1zgyOalrIsbt5OsPc { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:"eos office";font-size:0.8125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:9.375rem;left:3.0625rem;height:13.375rem;text-align:justify;text-align-last:initial;display:block; }#OvW42EH3iTV2F7z1zgyOalrIsbt5OsPc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OvW42EH3iTV2F7z1zgyOalrIsbt5OsPc li:before{  }
#L0nQlKBcyqoQSQcKa6iTPtKTVHblX5Wf { position:absolute;display:block;z-index:99999;background-color:#ff0000;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;height:21.6875rem;width:16.6875rem;top:5.3125rem;left:2.5rem;display:block; }
#cgoCO0c5TRJpiPskKIENA9phUragVtfq { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:"eos office";font-size:0.875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:6.125rem;left:19.3125rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bgphooS3Zhm6ZAr7SBzvZT7onZz1b1L0 { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:"eos office";font-size:0.8125rem;font-weight:normal;z-index:100005;line-height:1.2;letter-spacing:0;top:8.6875rem;left:20.6875rem;height:3.2375rem;text-align:justify;text-align-last:initial;display:block; }#bgphooS3Zhm6ZAr7SBzvZT7onZz1b1L0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bgphooS3Zhm6ZAr7SBzvZT7onZz1b1L0 li:before{  }
#pTLVzKUlATAWcHEWDQzkSprkTPf2cahh { position:absolute;display:block;z-index:100000;background-color:#ff0000;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;height:9.1875rem;width:16.6875rem;top:5.3124942779541rem;left:20.531251907349rem;display:block; }
#hgqgdQ5EUsCoLETgX7QRBpa2phMIXVow { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:"eos office";font-size:0.875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:15.481251239777rem;left:20.687501907349rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UlHr5fG2OtPZOwHFrHhuckJfltPUJVmb { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:"eos office";font-size:0.8125rem;font-weight:normal;z-index:100006;line-height:1.2;letter-spacing:0;top:17.6875rem;left:20.875rem;height:7.4125rem;text-align:justify;text-align-last:initial;display:block; }#UlHr5fG2OtPZOwHFrHhuckJfltPUJVmb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UlHr5fG2OtPZOwHFrHhuckJfltPUJVmb li:before{  }
#h6TwRnTcOhDaURLua7Ma4AWwpSF0BolM { position:absolute;display:block;z-index:100001;background-color:#ff0000;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;height:11.6875rem;width:16.6875rem;top:15.1875rem;left:20.5625rem;display:block; }
#GnyOeii5MJ4MA3aIoWCMSAPflCaPn0wm { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:"eos office";font-size:0.875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:6.0625rem;left:40.5rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EPzfAhfBnsP0dNgeiedhTsuTh5Xw4ig0 { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:"eos office";font-size:0.8125rem;font-weight:normal;z-index:100006;line-height:1.2;letter-spacing:0;top:8rem;left:39.5625rem;height:6.125rem;text-align:justify;text-align-last:initial;display:block; }#EPzfAhfBnsP0dNgeiedhTsuTh5Xw4ig0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EPzfAhfBnsP0dNgeiedhTsuTh5Xw4ig0 li:before{  }
#w3ziCWPSndVqgNPD16mWE37RNuil8yAa { position:absolute;display:block;z-index:100001;background-color:#ff0000;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;height:9.1875rem;width:16.6875rem;top:5.3125rem;left:39.25rem;display:block; }
#xxsFJ1gmsMCRR6dFBK55kQegfHrhh2xH { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:"eos office";font-size:0.875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:15.5625rem;left:40.5rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pMIhlW0D16JaVAqKHmtZwxO3a6RdEGrS { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:"eos office";font-size:0.8125rem;font-weight:normal;z-index:100007;line-height:1.2;letter-spacing:0;top:16.75rem;left:39.125rem;height:9.9875rem;text-align:justify;text-align-last:initial;display:block; }#pMIhlW0D16JaVAqKHmtZwxO3a6RdEGrS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pMIhlW0D16JaVAqKHmtZwxO3a6RdEGrS li:before{  }
#S4mAeIvgfH7LsxePUgogVoMTBbaKPFlP { position:absolute;display:block;z-index:100002;background-color:#ff0000;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;height:11.4375rem;width:17.25rem;top:15.1875rem;left:38.8125rem;display:block; }
#HLx687GLNmhwyni7WowX9m1Re4nONn6k { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:"eos office";font-size:0.875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:29.3125rem;left:3.0625rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ivDy2HLZEl4vclFebUwJWQehzwCieF6M { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:"eos office";font-size:0.8125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:31.9375rem;left:3.1875rem;height:5.1625rem;text-align:justify;text-align-last:initial;display:block; }#ivDy2HLZEl4vclFebUwJWQehzwCieF6M li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ivDy2HLZEl4vclFebUwJWQehzwCieF6M li:before{  }
#zxlEDVWHKzOykDiq0pZLrnDwtTfz7vnX { position:absolute;display:block;z-index:100002;background-color:#ff0000;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;height:10.75rem;width:16.625rem;top:28.875001430511rem;left:2.1875rem;display:block; }
#FzLJ6unsEGenJJDVUHfpfUKhn1Uvv3zR { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:"eos office";font-size:0.875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:29.3125rem;left:21.375rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AbZmqyX3SW2ofXVe7WhnHZO3Ko1lDcoc { color:#ffffff;display:block;width:17.25rem;position:absolute;font-family:"eos office";font-size:0.8125rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:31.9375rem;left:20.6875rem;height:2.425rem;text-align:justify;text-align-last:initial;display:block; }#AbZmqyX3SW2ofXVe7WhnHZO3Ko1lDcoc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AbZmqyX3SW2ofXVe7WhnHZO3Ko1lDcoc li:before{  }
#wIFtnRVszlZxa1RGUaTpnN5PmLoC77y0 { position:absolute;display:block;z-index:100003;background-color:#ff0000;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;height:10.4375rem;width:16.625rem;top:29.062501430511rem;left:20.687501907349rem;display:block; }
#P3dPBon58Rd93W0QgBrra42dGaLMW8E3 { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:"eos office";font-size:0.875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:29.3125rem;left:40.5rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zq28M0zW6vbiEC4EzCSVvq7OwQ8M63xF { color:#ffffff;display:block;width:17.25rem;position:absolute;font-family:"eos office";font-size:0.8125rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:31.1875rem;left:39.3125rem;height:7.9rem;text-align:justify;text-align-last:initial;display:block; }#Zq28M0zW6vbiEC4EzCSVvq7OwQ8M63xF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Zq28M0zW6vbiEC4EzCSVvq7OwQ8M63xF li:before{  }
#sTh52J89baq03EDEdRLgTTeAT1qnospD { position:absolute;display:block;z-index:100004;background-color:#ff0000;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;height:10.125rem;width:17.5rem;top:29.3125rem;left:38.8125rem;display:block; }
#nVK2hLV1Ub2clAeWPKN9wWd5d0bTl5mb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#31171f;background-image:none;position:relative;z-index:auto;display:block; }#nVK2hLV1Ub2clAeWPKN9wWd5d0bTl5mb > .row .container { background-color: transparent; background-image: none; }#nVK2hLV1Ub2clAeWPKN9wWd5d0bTl5mb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVK2hLV1Ub2clAeWPKN9wWd5d0bTl5mb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVK2hLV1Ub2clAeWPKN9wWd5d0bTl5mb > .row .container > .video-iframe-container { display: none; }#nVK2hLV1Ub2clAeWPKN9wWd5d0bTl5mb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVK2hLV1Ub2clAeWPKN9wWd5d0bTl5mb > .row > .video-iframe-container { display: none; }#nVK2hLV1Ub2clAeWPKN9wWd5d0bTl5mb > .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); }#nVK2hLV1Ub2clAeWPKN9wWd5d0bTl5mb > .row .container { border-width: 0; border-radius: 0; }#nVK2hLV1Ub2clAeWPKN9wWd5d0bTl5mb > .row .container { font-size:0.875rem;font-family:arial;height:24.3125rem;width:60rem;position:relative;display:block; }#lorOnsH6TJKbxU1UHFrb1atJyTiIdx5I { box-sizing:content-box;color:#ffffff;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:100006;top:18.1875rem;left:23.75rem;display:block; }
#V4VRAo9uH7996NmT3Po20olbmB0KFRnE { box-sizing:content-box;color:#ffffff;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:100007;top:18.1875rem;left:28.8125rem;display:block; }
#JTykXnd0endAVwD6IOwQWH8JIlKaGBcW { box-sizing:content-box;color:#ffffff;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:100008;top:18.1875rem;left:34.25rem;display:block; }
#IQXSTN6RkRzdW6dwTgNhDHB5nMFpCbTw { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"eos office";font-size:0.9375rem;font-weight:normal;z-index:100009;line-height:1.6;letter-spacing:0;top:11.5rem;left:18.5rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#GZ3VinFp2LvLHX0C43gB5456aQDBDcmL { color:#ffffff;display:block;width:26.125rem;position:absolute;font-family:"eos office";font-size:1.375rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:8.8125009536744rem;left:16.937501907349rem;height:1.7875rem;display:block; }
#HybmTmsuhNGiAgpGVC7iAHLwGiWE1G7I { box-sizing:content-box;color:#ececec;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:21rem;left:20.5625rem;display:block; }
#vb9W2yJknDoi8qRW8t2KKwscyaETvJdi { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:"eos office";font-size:1rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:21.5rem;left:22.75rem;height:1.3rem;font-style:normal;display:block; }
#vOATFevQccRMNWbPbGvn08dKOIETkd4a { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.875rem;width:10.5rem;top:2.1875rem;left:24.000001907349rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HnHadhUh24ZdL465calWpe0tZlWZw6EO { display:block; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EPam8fo355tuPI4xvJ15Ju146FHlBZg0 { top:0rem;left:0rem;width:10.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb1Upbhky2DUoROqclyhy6lHW2M6SpO1 { top:20.5rem;left:28.312501907349rem;width:18.8125rem;height:3.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #whkpoSbeHgm2a3bS2Ey3msrxw27DlXK8 { top:19.9375rem;left:24.75rem;width:21.8125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0TLGSVu8TWvkpfHCsygREnAP5p90068 { top:27.4375rem;left:27.749219894409rem;width:19.4375rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl2ESTf0kInlwx7VpdzLk72EUqw9illH { top:26.75rem;left:25.9375rem;width:21.8125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6ECTgMW3BgnIOcTcZzq3ea3rqqlVuPM { display:block; }#o6ECTgMW3BgnIOcTcZzq3ea3rqqlVuPM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kgSoPtsXqHFXN8BuquNTLnJHBZ6TiQ9z { top:4.1875rem;left:1.1875rem;width:45.375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6rxFQNyVMVmT2mKQsdshirzHymBks3B { top:3rem;left:43.8125rem;width:3.9375rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdAEgr1F0QGyBxJrANlVZFlIbO0KBbkz { top:3.4375rem;left:0rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA { display:block; }#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzaqiRPl1TSiTuGB4tJw2xUTcZRTD8IH { top:9rem;left:2rem;width:43.75rem;height:;font-size:0.9375rem;display:block; }#TzaqiRPl1TSiTuGB4tJw2xUTcZRTD8IH li:before{  }
 }@media only screen and (max-width: 763px) { #xsaHrat8hBCEnneL0XQCSxmnVtqUP0sb { top:6rem;left:2rem;width:31.4375rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfAis5yqiHJoeZtbpASaQpqVkr6pRGn2 { top:1.625rem;left:0rem;width:28.625rem;height:1.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRZTy1zIG95pd5BvdGXd72aWHAsqO4mF { display:block; }#JRZTy1zIG95pd5BvdGXd72aWHAsqO4mF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OqR68ArcvJSU18OT34S1w4X2SGT2kqMU { top:2.375rem;left:0rem;width:22.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhO5Q7hkKQ29m39dhUykUOys0FTmSwV2 { top:6.125rem;left:2rem;width:42.6875rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXtxkK6EWFpX5HF2igcXId7AgpwlkkiA { top:9.875rem;left:2rem;width:43.75rem;height:10.75rem;font-size:0.9375rem;display:block; }#UXtxkK6EWFpX5HF2igcXId7AgpwlkkiA li:before{  }
 }@media only screen and (max-width: 763px) { #c8EoHAg5qpkbgzD2ZyKu0nty6KUrTMdK { top:9.9375rem;left:37.1875rem;width:9.875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNoMTyhdMPzEMlg6xd1fvBcfwKEUrx9G { top:23.6875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeM4qKu4Qrrgfugg16r8v32sqdiISPM0 { display:block; }#XeM4qKu4Qrrgfugg16r8v32sqdiISPM0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FHbymdTDXlI6n9FHGEhH7eGdBOw37MXg { width:16.875rem;height:1.9375rem;top:11.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zn9QTT2Ixza2Mgx1XAOwa7mS4AyJcDTX { width:4.0625rem;height:4.0625rem;top:1rem;left:5.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdvblIPUOXLxvThMIE341Plm9yCNSycT { width:4.0625rem;height:4.0625rem;top:1rem;left:21.791666666667rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeWbAJyHhDTOE12amstdbtLaBpTpud9A { width:16.875rem;height:1.9375rem;top:11.5rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0TCytFErMV3wyIXfa0V1Rphxprt5DTq { width:4.0625rem;height:4.0625rem;top:1rem;left:37.770833333333rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tP8lNqiR5gXAqmGTeUzFUJBmSrI2m78N { width:16.875rem;height:1.9375rem;top:11.5rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqMrOe7gmriq8yi66Gxl1r4C1ALSgTtm { width:47.75rem;height:0.0625rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kogpMeTn9pttKQ2e0MGWZAhb8tkKhcf2 { width:47.75rem;height:3.25rem;top:3.1875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #beyrv87JWTs8yM8b6RyHTzKqLSkkoAu4 { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eigrCTb6GkDBdWunLJS8fQMNWbTRxXUD { width:16.875rem;height:1.9375rem;top:19.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fqc9sBAH5bpTTNZwqhhBIZsGUTScE21z { width:4.0625rem;height:4.0625rem;top:1rem;left:5.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkmQ33Qb8xZrH18Bb3KK6K40hTdFvAvr { width:4.0625rem;height:4.0625rem;top:1rem;left:21.791666666667rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #baN6id2nIb0p96DNZZND3TWH4cn0TQzm { width:16.875rem;height:1.9375rem;top:19rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM3Po6QNMwhkrbCypB16FAcpwoo8JncC { width:4.0625rem;height:4.0625rem;top:1rem;left:37.770833333333rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezIVyetrXC3RqJtFMIHuuPRMRLm88Q9i { width:16.875rem;height:1.9375rem;top:19.1875rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCpEd3fKFqP7JUwqbQvWnEgKsbSwAG0g { width:4.0625rem;height:4.0625rem;top:1rem;left:21.791666666667rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbZOIILTCTnWFwLk2prAX2T7HTpHTlws { width:16.875rem;height:1.9375rem;top:28.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ut1NKesGTTKncyGG02M8LFaXCx43xB17 { width:4.0625rem;height:4.0625rem;top:1rem;left:21.791666666667rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFIor5DwXr9ENQPyvUfhLoF4VJPZiD5c { width:16.875rem;height:1.9375rem;top:28.25rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #INcW3erM3HgZavM0NS3Rp2JVDFFhcX16 { width:4.0625rem;height:4.0625rem;top:1rem;left:21.791666666667rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKmAntZeg8Iy0KLZr6Qr7kGMvuAHZ1Aa { width:16.875rem;height:1.9375rem;top:28.25rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtnxhkqegzrdx1mqGBKknlW2wti0LTNo { display:block; }#vtnxhkqegzrdx1mqGBKknlW2wti0LTNo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UFrxUwHon1Ay8VIcwxy7PCRRIKE0u6uH { top:1.125rem;left:3.375rem;width:41rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgtcWmmMX2BilEbrcbs111ybR9SA1vsM { top:6.0625rem;left:0rem;width:14.9375rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvW42EH3iTV2F7z1zgyOalrIsbt5OsPc { top:9.375rem;left:0rem;width:15.375rem;height:13.3125rem;font-size:0.8125rem;display:block; }#OvW42EH3iTV2F7z1zgyOalrIsbt5OsPc li:before{  }
 }@media only screen and (max-width: 763px) { #L0nQlKBcyqoQSQcKa6iTPtKTVHblX5Wf { top:5.3125rem;left:0rem;width:16.6875rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgoCO0c5TRJpiPskKIENA9phUragVtfq { top:6.125rem;left:13.1875rem;width:14.9375rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgphooS3Zhm6ZAr7SBzvZT7onZz1b1L0 { top:8.6875rem;left:14.5625rem;width:16.375rem;height:3.125rem;font-size:0.8125rem;display:block; }#bgphooS3Zhm6ZAr7SBzvZT7onZz1b1L0 li:before{  }
 }@media only screen and (max-width: 763px) { #pTLVzKUlATAWcHEWDQzkSprkTPf2cahh { top:5.25rem;left:14.406251907349rem;width:16.6875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgqgdQ5EUsCoLETgX7QRBpa2phMIXVow { top:15.4375rem;left:14.562501907349rem;width:14.9375rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlHr5fG2OtPZOwHFrHhuckJfltPUJVmb { top:17.6875rem;left:14.75rem;width:16.375rem;height:7.25rem;font-size:0.8125rem;display:block; }#UlHr5fG2OtPZOwHFrHhuckJfltPUJVmb li:before{  }
 }@media only screen and (max-width: 763px) { #h6TwRnTcOhDaURLua7Ma4AWwpSF0BolM { top:15.1875rem;left:14.4375rem;width:16.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnyOeii5MJ4MA3aIoWCMSAPflCaPn0wm { top:6.0625rem;left:32.8125rem;width:14.9375rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPzfAhfBnsP0dNgeiedhTsuTh5Xw4ig0 { top:8rem;left:31.375rem;width:16.375rem;height:6rem;font-size:0.8125rem;display:block; }#EPzfAhfBnsP0dNgeiedhTsuTh5Xw4ig0 li:before{  }
 }@media only screen and (max-width: 763px) { #w3ziCWPSndVqgNPD16mWE37RNuil8yAa { top:5.3125rem;left:31.0625rem;width:16.6875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxsFJ1gmsMCRR6dFBK55kQegfHrhh2xH { top:15.5625rem;left:32.8125rem;width:14.9375rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMIhlW0D16JaVAqKHmtZwxO3a6RdEGrS { top:16.75rem;left:31.375rem;width:16.375rem;height:9.75rem;font-size:0.8125rem;display:block; }#pMIhlW0D16JaVAqKHmtZwxO3a6RdEGrS li:before{  }
 }@media only screen and (max-width: 763px) { #S4mAeIvgfH7LsxePUgogVoMTBbaKPFlP { top:15.1875rem;left:30.5rem;width:17.25rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLx687GLNmhwyni7WowX9m1Re4nONn6k { top:29.3125rem;left:0rem;width:14.9375rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivDy2HLZEl4vclFebUwJWQehzwCieF6M { top:31.9375rem;left:0rem;width:15.375rem;height:5.125rem;font-size:0.8125rem;display:block; }#ivDy2HLZEl4vclFebUwJWQehzwCieF6M li:before{  }
 }@media only screen and (max-width: 763px) { #zxlEDVWHKzOykDiq0pZLrnDwtTfz7vnX { top:28.875rem;left:0rem;width:16.625rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzLJ6unsEGenJJDVUHfpfUKhn1Uvv3zR { top:29.3125rem;left:15.25rem;width:14.9375rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbZmqyX3SW2ofXVe7WhnHZO3Ko1lDcoc { top:31.9375rem;left:14.5625rem;width:17.25rem;height:2.375rem;font-size:0.8125rem;display:block; }#AbZmqyX3SW2ofXVe7WhnHZO3Ko1lDcoc li:before{  }
 }@media only screen and (max-width: 763px) { #wIFtnRVszlZxa1RGUaTpnN5PmLoC77y0 { top:29.0625rem;left:14.562501907349rem;width:16.625rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3dPBon58Rd93W0QgBrra42dGaLMW8E3 { top:29.3125rem;left:32.8125rem;width:14.9375rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zq28M0zW6vbiEC4EzCSVvq7OwQ8M63xF { top:31.1875rem;left:30.5rem;width:17.25rem;height:7.8125rem;font-size:0.8125rem;display:block; }#Zq28M0zW6vbiEC4EzCSVvq7OwQ8M63xF li:before{  }
 }@media only screen and (max-width: 763px) { #sTh52J89baq03EDEdRLgTTeAT1qnospD { top:29.3125rem;left:30.25rem;width:17.5rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVK2hLV1Ub2clAeWPKN9wWd5d0bTl5mb { display:block; }#nVK2hLV1Ub2clAeWPKN9wWd5d0bTl5mb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lorOnsH6TJKbxU1UHFrb1atJyTiIdx5I { top:18.1875rem;left:17.625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4VRAo9uH7996NmT3Po20olbmB0KFRnE { top:18.1875rem;left:22.6875rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTykXnd0endAVwD6IOwQWH8JIlKaGBcW { top:18.1875rem;left:28.125rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQXSTN6RkRzdW6dwTgNhDHB5nMFpCbTw { top:11.5rem;left:12.375rem;width:23.0625rem;height:6rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZ3VinFp2LvLHX0C43gB5456aQDBDcmL { top:8.8125rem;left:10.812501907349rem;width:26.125rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HybmTmsuhNGiAgpGVC7iAHLwGiWE1G7I { top:21rem;left:14.4375rem;width:2.25rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vb9W2yJknDoi8qRW8t2KKwscyaETvJdi { top:21.5rem;left:16.625rem;width:16.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOATFevQccRMNWbPbGvn08dKOIETkd4a { top:2.1875rem;left:17.875001907349rem;width:10.5rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HnHadhUh24ZdL465calWpe0tZlWZw6EO { position:relative;z-index:auto;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bdf829ff-874a-4870-b6e7-a29ed71a66ba/Untitleddesign20220711T173342516.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO.adaptive-delivery-prevent-bg, #HnHadhUh24ZdL465calWpe0tZlWZw6EO.lazyload, #HnHadhUh24ZdL465calWpe0tZlWZw6EO.lazyloading { background-image: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container { background-color: transparent; background-image: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container > .video-iframe-container { display: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row > .video-iframe-container { display: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .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); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container { width:20rem;height:19.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EPam8fo355tuPI4xvJ15Ju146FHlBZg0 { width:3.9375rem;height:2.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb1Upbhky2DUoROqclyhy6lHW2M6SpO1 { width:13.0625rem;height:1.86875rem;top:10.900000572204rem;left:0.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #whkpoSbeHgm2a3bS2Ey3msrxw27DlXK8 { width:15.75rem;height:2.875rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0TLGSVu8TWvkpfHCsygREnAP5p90068 { width:19.4375rem;height:2.925rem;top:15.125rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl2ESTf0kInlwx7VpdzLk72EUqw9illH { width:20rem;height:4.75rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6ECTgMW3BgnIOcTcZzq3ea3rqqlVuPM { display:block; }#o6ECTgMW3BgnIOcTcZzq3ea3rqqlVuPM > .row .container { width:20rem;height:16.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kgSoPtsXqHFXN8BuquNTLnJHBZ6TiQ9z { width:17.4375rem;height:5.2rem;top:6.28125rem;left:1.2812501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6rxFQNyVMVmT2mKQsdshirzHymBks3B { width:2.25rem;height:2.3125rem;top:1.8054695129394rem;left:12.218750357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdAEgr1F0QGyBxJrANlVZFlIbO0KBbkz { width:4.4375rem;height:4.4375rem;top:0.74296951293944rem;left:7.7812503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA { display:block; }#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA > .row .container { width:20rem;height:31.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzaqiRPl1TSiTuGB4tJw2xUTcZRTD8IH { width:20rem;height:15.1875rem;top:11.656251907349rem;left:0rem;font-size:0.9375rem;display:block; }#TzaqiRPl1TSiTuGB4tJw2xUTcZRTD8IH li:before{  }
 }@media only screen and (max-width: 763px) { #xsaHrat8hBCEnneL0XQCSxmnVtqUP0sb { width:20rem;height:3.0875rem;top:7.0249998569488rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfAis5yqiHJoeZtbpASaQpqVkr6pRGn2 { width:20rem;height:3.7375rem;top:0.875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JRZTy1zIG95pd5BvdGXd72aWHAsqO4mF { display:block; }#JRZTy1zIG95pd5BvdGXd72aWHAsqO4mF > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OqR68ArcvJSU18OT34S1w4X2SGT2kqMU { width:20rem;height:1.95rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhO5Q7hkKQ29m39dhUykUOys0FTmSwV2 { width:20rem;height:4.63125rem;top:4.45rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXtxkK6EWFpX5HF2igcXId7AgpwlkkiA { width:20rem;height:17.28125rem;top:9.4499988555906rem;left:0rem;font-size:0.9375rem;display:block; }#UXtxkK6EWFpX5HF2igcXId7AgpwlkkiA li:before{  }
 }@media only screen and (max-width: 763px) { #c8EoHAg5qpkbgzD2ZyKu0nty6KUrTMdK { width:9.875rem;height:9.875rem;top:27.481250762939rem;left:5.0624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNoMTyhdMPzEMlg6xd1fvBcfwKEUrx9G { width:20rem;height:3.4125rem;top:38.918749809265rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeM4qKu4Qrrgfugg16r8v32sqdiISPM0 { display:block; }#XeM4qKu4Qrrgfugg16r8v32sqdiISPM0 > .row .container { width:20rem;height:34.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FHbymdTDXlI6n9FHGEhH7eGdBOw37MXg { width:7.625rem;height:2.6rem;top:13rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zn9QTT2Ixza2Mgx1XAOwa7mS4AyJcDTX { width:4.0625rem;height:4.0625rem;top:7.375rem;left:1.7500001192093rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdvblIPUOXLxvThMIE341Plm9yCNSycT { width:4.0625rem;height:4.0625rem;top:7.3749961853025rem;left:8.5625003576281rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeWbAJyHhDTOE12amstdbtLaBpTpud9A { width:7.25rem;height:2.6rem;top:13rem;left:6.9999998807906rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0TCytFErMV3wyIXfa0V1Rphxprt5DTq { width:4.0625rem;height:4.0625rem;top:17.435936927796rem;left:8.5937503576281rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tP8lNqiR5gXAqmGTeUzFUJBmSrI2m78N { width:5.375rem;height:1.3rem;top:21.498436927796rem;left:7.9375003576281rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqMrOe7gmriq8yi66Gxl1r4C1ALSgTtm { width:20rem;height:0.0625rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kogpMeTn9pttKQ2e0MGWZAhb8tkKhcf2 { width:20rem;height:4.3875rem;top:0.68672027625144rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #beyrv87JWTs8yM8b6RyHTzKqLSkkoAu4 { width:3.75rem;height:0.1875rem;top:5.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eigrCTb6GkDBdWunLJS8fQMNWbTRxXUD { width:6.5625rem;height:1.3rem;top:13rem;left:13.437500357628rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fqc9sBAH5bpTTNZwqhhBIZsGUTScE21z { width:4.0625rem;height:4.0625rem;top:7.375rem;left:14.437500357628rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkmQ33Qb8xZrH18Bb3KK6K40hTdFvAvr { width:3.6875rem;height:3.6875rem;top:17.436716079712rem;left:1.6554688215256rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #baN6id2nIb0p96DNZZND3TWH4cn0TQzm { width:6.625rem;height:1.3rem;top:21.686718940735rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM3Po6QNMwhkrbCypB16FAcpwoo8JncC { width:4.0625rem;height:4.0625rem;top:17.435936927796rem;left:14.687500357628rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezIVyetrXC3RqJtFMIHuuPRMRLm88Q9i { width:6.25rem;height:1.3rem;top:21.498436927796rem;left:13.750000357628rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCpEd3fKFqP7JUwqbQvWnEgKsbSwAG0g { width:2.9375rem;height:2.9375rem;top:25.449219703674rem;left:15.625000357628rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbZOIILTCTnWFwLk2prAX2T7HTpHTlws { width:6.375rem;height:1.3rem;top:29.761719584465rem;left:13.625000357628rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ut1NKesGTTKncyGG02M8LFaXCx43xB17 { width:2.9375rem;height:2.9375rem;top:25.449219584465rem;left:1.7500001192093rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFIor5DwXr9ENQPyvUfhLoF4VJPZiD5c { width:7.0625rem;height:1.3rem;top:29.761719584465rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #INcW3erM3HgZavM0NS3Rp2JVDFFhcX16 { width:2.9375rem;height:2.9375rem;top:25.449219226837rem;left:8.5312503576281rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKmAntZeg8Iy0KLZr6Qr7kGMvuAHZ1Aa { width:5.25rem;height:1.3rem;top:29.761719584465rem;left:6.9999998807906rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtnxhkqegzrdx1mqGBKknlW2wti0LTNo { display:block; }#vtnxhkqegzrdx1mqGBKknlW2wti0LTNo > .row .container { width:20rem;height:104.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UFrxUwHon1Ay8VIcwxy7PCRRIKE0u6uH { width:20rem;height:3.9rem;top:0.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgtcWmmMX2BilEbrcbs111ybR9SA1vsM { width:14.9375rem;height:1.1375rem;top:5.4382810592651rem;left:2.5312501192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvW42EH3iTV2F7z1zgyOalrIsbt5OsPc { width:15.375rem;height:13.375rem;top:7.25625038147rem;left:2.3125001192093rem;font-size:0.8125rem;display:block; }#OvW42EH3iTV2F7z1zgyOalrIsbt5OsPc li:before{  }
 }@media only screen and (max-width: 763px) { #L0nQlKBcyqoQSQcKa6iTPtKTVHblX5Wf { width:17.75rem;height:17.1875rem;top:4.3617191314697rem;left:1.3125001192093rem;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cgoCO0c5TRJpiPskKIENA9phUragVtfq { width:14.9375rem;height:1.1375rem;top:23.800003051757rem;left:2.5312501192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgphooS3Zhm6ZAr7SBzvZT7onZz1b1L0 { width:16.375rem;height:3.2375rem;top:27.025000572204rem;left:1.8125001192093rem;font-size:0.8125rem;display:block; }#bgphooS3Zhm6ZAr7SBzvZT7onZz1b1L0 li:before{  }
 }@media only screen and (max-width: 763px) { #pTLVzKUlATAWcHEWDQzkSprkTPf2cahh { width:17.375rem;height:9.1875rem;top:23.275000572204rem;left:1.6562501192093rem;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hgqgdQ5EUsCoLETgX7QRBpa2phMIXVow { width:14.9375rem;height:1.1375rem;top:44.1875rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlHr5fG2OtPZOwHFrHhuckJfltPUJVmb { width:16.375rem;height:7.4125rem;top:46.25rem;left:1.875rem;font-size:0.8125rem;display:block; }#UlHr5fG2OtPZOwHFrHhuckJfltPUJVmb li:before{  }
 }@media only screen and (max-width: 763px) { #h6TwRnTcOhDaURLua7Ma4AWwpSF0BolM { width:16.6875rem;height:11.25rem;top:44.1875rem;left:1.5625rem;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GnyOeii5MJ4MA3aIoWCMSAPflCaPn0wm { width:14.9375rem;height:1.1375rem;top:34.6875rem;left:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPzfAhfBnsP0dNgeiedhTsuTh5Xw4ig0 { width:16.375rem;height:6.125rem;top:36.625rem;left:2rem;font-size:0.8125rem;display:block; }#EPzfAhfBnsP0dNgeiedhTsuTh5Xw4ig0 li:before{  }
 }@media only screen and (max-width: 763px) { #w3ziCWPSndVqgNPD16mWE37RNuil8yAa { width:16.6875rem;height:9.1875rem;top:33.9375rem;left:1.6875rem;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xxsFJ1gmsMCRR6dFBK55kQegfHrhh2xH { width:14.9375rem;height:1.1375rem;top:57.125rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMIhlW0D16JaVAqKHmtZwxO3a6RdEGrS { width:16.375rem;height:9.9875rem;top:59.4375rem;left:1.6875rem;font-size:0.8125rem;display:block; }#pMIhlW0D16JaVAqKHmtZwxO3a6RdEGrS li:before{  }
 }@media only screen and (max-width: 763px) { #S4mAeIvgfH7LsxePUgogVoMTBbaKPFlP { width:17.25rem;height:12.8125rem;top:56.5rem;left:1.375rem;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HLx687GLNmhwyni7WowX9m1Re4nONn6k { width:14.9375rem;height:1.1375rem;top:71.0625rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivDy2HLZEl4vclFebUwJWQehzwCieF6M { width:15.375rem;height:5.1625rem;top:73.6875rem;left:2.6875rem;font-size:0.8125rem;display:block; }#ivDy2HLZEl4vclFebUwJWQehzwCieF6M li:before{  }
 }@media only screen and (max-width: 763px) { #zxlEDVWHKzOykDiq0pZLrnDwtTfz7vnX { width:17.3125rem;height:8.75rem;top:70.625rem;left:1.375rem;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #FzLJ6unsEGenJJDVUHfpfUKhn1Uvv3zR { width:14.9375rem;height:1.1375rem;top:81.6875rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbZmqyX3SW2ofXVe7WhnHZO3Ko1lDcoc { width:17.25rem;height:2.425rem;top:84.3125rem;left:1.5rem;font-size:0.8125rem;display:block; }#AbZmqyX3SW2ofXVe7WhnHZO3Ko1lDcoc li:before{  }
 }@media only screen and (max-width: 763px) { #wIFtnRVszlZxa1RGUaTpnN5PmLoC77y0 { width:17.5625rem;height:10.125rem;top:81.4375rem;left:1rem;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #P3dPBon58Rd93W0QgBrra42dGaLMW8E3 { width:14.9375rem;height:1.1375rem;top:92.811706542969rem;left:2.3125001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zq28M0zW6vbiEC4EzCSVvq7OwQ8M63xF { width:17.25rem;height:7.9rem;top:94.6875rem;left:1.625rem;font-size:0.8125rem;display:block; }#Zq28M0zW6vbiEC4EzCSVvq7OwQ8M63xF li:before{  }
 }@media only screen and (max-width: 763px) { #sTh52J89baq03EDEdRLgTTeAT1qnospD { width:17.5rem;height:10.125rem;top:92.8125rem;left:1.125rem;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #nVK2hLV1Ub2clAeWPKN9wWd5d0bTl5mb { position:relative;z-index:auto;background-color:#31171f;background-image:none;display:block; }#nVK2hLV1Ub2clAeWPKN9wWd5d0bTl5mb > .row .container { background-color: transparent; background-image: none; }#nVK2hLV1Ub2clAeWPKN9wWd5d0bTl5mb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVK2hLV1Ub2clAeWPKN9wWd5d0bTl5mb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVK2hLV1Ub2clAeWPKN9wWd5d0bTl5mb > .row .container > .video-iframe-container { display: none; }#nVK2hLV1Ub2clAeWPKN9wWd5d0bTl5mb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVK2hLV1Ub2clAeWPKN9wWd5d0bTl5mb > .row > .video-iframe-container { display: none; }#nVK2hLV1Ub2clAeWPKN9wWd5d0bTl5mb > .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); }#nVK2hLV1Ub2clAeWPKN9wWd5d0bTl5mb > .row .container { width:20rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lorOnsH6TJKbxU1UHFrb1atJyTiIdx5I { width:2rem;height:2rem;top:10.6875rem;left:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4VRAo9uH7996NmT3Po20olbmB0KFRnE { width:2rem;height:2rem;top:12.1875rem;left:9.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTykXnd0endAVwD6IOwQWH8JIlKaGBcW { width:2rem;height:2rem;top:12.1875rem;left:14.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQXSTN6RkRzdW6dwTgNhDHB5nMFpCbTw { width:20rem;height:4.8rem;top:6.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZ3VinFp2LvLHX0C43gB5456aQDBDcmL { width:16.8125rem;height:3.4125rem;top:1.375rem;left:1.5937501192093rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HybmTmsuhNGiAgpGVC7iAHLwGiWE1G7I { width:1.375rem;height:1.4375rem;top:14.996875762939rem;left:2.4992188215256rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vb9W2yJknDoi8qRW8t2KKwscyaETvJdi { width:16.75rem;height:1.05625rem;top:15.1875rem;left:1.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vOATFevQccRMNWbPbGvn08dKOIETkd4a { width:10.5rem;height:5.875rem;top:17.186717987061rem;left:4.7499998807907rem;display:block; }
 }