.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #e30613;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { background-color: transparent; background-image: none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container > .video-iframe-container { display: none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row > .video-iframe-container { display: none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .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); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { border-width: 0; border-radius: 0; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#VGWBAJi5BTC86zmyfDoq0NSm5vtfdOuG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e30512;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.375rem;left:58.75rem;display:none; }
#m1fc9mg6hxEAyZZan3Qvrv85RdN12Sce { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UTq4kOfSzN4972Ks9ToiF20v5XESauhk { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e30512;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.375rem;left:66.875rem;display:none; }
#POkPUOfurGQ5J8cHALXwn3zafqIQiLBJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MNeKvR7tnUgcuQFpdCiTkcRndIB4QThT { position:absolute;display:block;z-index:15031;background-color:#212e3e;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:3.8125rem;left:60.9375rem;display:none; }
#i1WqIM9LtNmMfECo3GGOwXhecHbggRf1 { position:absolute;display:block;z-index:15032;background-color:#212e3e;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:3.8125rem;left:69.0625rem;display:none; }
#VFl6phfdT4J4kDtkfUqEKTQHcU7rbVcu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e30512;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.375rem;left:50.625rem;display:none; }
#x5VVU9FKhtO1n1GEakTeKvMJoQl5nFH7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bMLhswAkl563TfshPVLqLgnHO5TUNT3n { position:absolute;display:block;z-index:15030;background-color:#212e3e;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:3.8125rem;left:52.8125rem;display:none; }
#bNZrX5Utgum7ZM4wVLnEGgu5iqQOncz6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e30512;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.375rem;left:43.8125rem;display:none; }
#zxgEbHOD3WTtfTcgAvZ7EKl7WhvvAzxT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qaSq6CZNX7AI4F7OFtU0R4Cq6FBqzG51 { position:absolute;display:block;z-index:15029;background-color:#212e3e;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:3.8125rem;left:45.375rem;display:none; }
#ehTwJCRPMTpmmLJiQtJHJ8JzsFXVvM2P { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e30512;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.375rem;left:37rem;display:none; }
#FPivoG3qLlgLWkkHu5au6uaM0P9TRTVT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UkEqW7Kflt0Nm7OoTlTeHoasGFyiZTRv { position:absolute;display:block;z-index:15031;background-color:#212e3e;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:3.8125rem;left:38.5625rem;display:none; }
#kupsfRZycc3P4FeVWazkGxEzP41TmedI { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e30512;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.375rem;left:37rem;display:none; }
#s9aecnqUqG99GCTZR7SeihKmm3CF1TwZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DdwyMeteBuUfBukLay7sd2dxtsTPl3md { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e30512;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:1.375rem;left:8.125rem;display:block; }
#LxJIgAbTiQ6bX0nkAa0QbmNOQR1trviv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kVLxsJaMENCUJhwQghpizToGKaPThOgf { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e30512;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:1.375rem;left:15rem;display:block; }
#pSmnFPs8zQaxN8rA8AeXKgqbDSdIAEh2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TcyH4f0oLRlGe59MXvySmQLIwsL4PLcx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e30512;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:1.375rem;left:23.125rem;display:block; }
#zEaIKfdwC2oU9PCZlSTfPawcZ1ppPsQh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O6VFpHDHaIV6X4I9vKxUsCKu816DZbJw { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e30512;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:1.375rem;left:31.1875rem;display:block; }
#VwGbeeudVkk5X4pXEPanmhn2tZyo7zvJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o3gTIT874Z0lrTPx2y442KvlogB2xHyL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e30512;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:1.375rem;left:39.25rem;display:block; }
#a4ErsvDDli4CsQ9ymf4bTJ7wWXtfdB7M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s6m7fpSHZbb8MoFw0gA0DLAXW2T0R8TW { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.3125rem;width:9.1875rem;top:1rem;left:57.6875rem;overflow:hidden;display:block; }
#aiDTLTT8Bgw2hFbF5rVrmn5gOKcbxLRD { position:absolute;display:block;z-index:15050;background-color:#212e3e;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:3.8125rem;left:33.375rem;display:block; }
#IP836ywxmBu1kGVl7LwEpXXyPJmihWwf { position:absolute;display:block;z-index:15051;background-color:#212e3e;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:3.8125rem;left:17.1875rem;display:block; }
#c5GmCr2RcRXzdlBi6xSCVmZeuk5pNElw { position:absolute;display:block;z-index:15052;background-color:#212e3e;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:3.8125rem;left:25.3125rem;display:block; }
#fHBcmWJ5VfkTgF3usTrwFItMTbMtgvNE { position:absolute;display:block;z-index:15052;background-color:#212e3e;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:3.8125rem;left:9.6875rem;display:block; }
#XTzylfRokKr3bZgcdfWrEfGG4OADpkET { position:absolute;display:block;z-index:15053;background-color:#212e3e;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:3.8125rem;left:41.4375rem;display:block; }
#VdVTVk699TlWdTwhJgdTDvLKphWbbmtx { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #e30613;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;z-index:auto;display:none; }#VdVTVk699TlWdTwhJgdTDvLKphWbbmtx > .row .container { border-width: 0; border-radius: 0; }#VdVTVk699TlWdTwhJgdTDvLKphWbbmtx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VdVTVk699TlWdTwhJgdTDvLKphWbbmtx > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:none; }#VBLquB4AlrHzA5A2Hm3s95OHPGMEhyQh { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e30512;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.375rem;left:58.75rem;display:none; }
#dnm9hEdohNDFJyO27ZiccpyFElmlP58V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VKu10BCQuo3zDXHpBOKitWOL8MaRmGiR { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e30512;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.375rem;left:66.875rem;display:none; }
#idT9AT1gHeXwawrJTIlk6ggG22emUL1F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#acoGIv7uuHn8fUL5TxiUMkSJTQ03MFUn { position:absolute;display:block;z-index:15031;background-color:#212e3e;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:3.8125rem;left:60.9375rem;display:none; }
#WeyUmQDkVhAtN289OOIXh7g41eRNLMgd { position:absolute;display:block;z-index:15032;background-color:#212e3e;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:3.8125rem;left:69.0625rem;display:none; }
#TGZSZgK1NSmf96HotJXn4KT5sGA0edi1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e30512;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.375rem;left:50.625rem;display:none; }
#OaTWe3PO3GX2RWfnSMX7spOSsNGDMZak { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H974tW8eorxT2HTCCNE7tAL0MtksmeLu { position:absolute;display:block;z-index:15030;background-color:#212e3e;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:3.8125rem;left:52.8125rem;display:none; }
#RzT19B5TWowsoPVl31mPd6XE37DaNQn8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e30512;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.375rem;left:43.8125rem;display:none; }
#AilQleWs95MQlkDuB6p33DyLy2bHFOb8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CJnNBnlwMbaPUrccaqAV6QdTVnBXuNJr { position:absolute;display:block;z-index:15029;background-color:#212e3e;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:3.8125rem;left:45.375rem;display:none; }
#TXDPxtTRV1Oy8qVO34irTwDtomdZUWhu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e30512;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.375rem;left:37rem;display:none; }
#XwiAVVXUJ7iPoOcPRRW5BuyT8dn3JFNM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vCvubXCNgcN3Jssizwc3lRTC8QVc9S3h { position:absolute;display:block;z-index:15031;background-color:#212e3e;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:3.8125rem;left:38.5625rem;display:none; }
#l65M33SMLWMfFaZbaG2LTKkhX14mlI82 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e30512;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.375rem;left:37rem;display:none; }
#nTs2cJhiNfWpFIZ50mTB5VHZKI6mNmkq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cSvlDzDi5TEMuTEA698vzwLxLVHqUO3n { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e30512;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:1.375rem;left:8.125rem;display:block; }
#xyLIcd1izCBfWiavs3G9T38iKAwBfqz5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ngB6owbDDtER1c0oe3nSLudK8lhQ3NQq { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e30512;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:1.375rem;left:15rem;display:block; }
#PzkuaP1x2ZZ0L8quZ6iqgAKDxEalHVOH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dTtPTVkZpZdWXLXnczfTLRKKsz2RwIOs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e30512;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:1.375rem;left:23.125rem;display:block; }
#qkhqqEGb2kbN5RVLn9upIPthRAwabvoE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EffzCRgTwOavCVqyQdTRe6zX57hWJWHZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e30512;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:1.375rem;left:31.1875rem;display:block; }
#I3KkvzVfCKXOiRVEfdOGVO6tahvemV0U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FwUNeyChhdfA2WPLO26bgvIM2ynELwA2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e30512;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:1.375rem;left:39.25rem;display:block; }
#vSs0zOw4lgOtkVhbUf4FgoNOa8mTd0R3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BpnPtsxmbfAU3IMnSPffpAX24urTJ3bH { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.3125rem;width:9.1875rem;top:1rem;left:57.6875rem;overflow:hidden;display:block; }
#CKS3A3HUL2ZLzS8MDeGsegyuIinFhtyp { position:absolute;display:block;z-index:15050;background-color:#212e3e;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:3.8125rem;left:33.375rem;display:block; }
#TB80hIDof5ZybmTrAKGWku3xMPLyidv5 { position:absolute;display:block;z-index:15051;background-color:#212e3e;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:3.8125rem;left:17.1875rem;display:block; }
#qlSSTcduPi0tcmeNy90G2kG2zeO1imnb { position:absolute;display:block;z-index:15052;background-color:#212e3e;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:3.8125rem;left:25.3125rem;display:block; }
#I3i4HZTJNMdreZDOaWV2BN4PObaFxlAk { position:absolute;display:block;z-index:15052;background-color:#212e3e;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:3.8125rem;left:9.6875rem;display:block; }
#a6qIH2cuwxuBUnMaCrtqpdrmgFTGuQFy { position:absolute;display:block;z-index:15053;background-color:#212e3e;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:3.8125rem;left:41.4375rem;display:block; }
#e9cvhWTVWnROwq4oBPMEtLlTSiR9lrXA { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#bpuxDciz9SLoAUp9W5JsqLXeN2pfedqL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bdofVyaSd5QRB6vdl59wPhB3DW08i2eb { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#uxVndTQhMWmh9InRXWdKvUMS4k5WUVpM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qZTUefy51AFHR0vh0Z8vdIr3ndiubMFD { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#uEx8ArwLDvVItdrXFp0tb8ypR7Etpqb5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V2V9TP29RR63B06gAqyqNrlBXJ0BX0rb { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#TKR7T9FwTiQavz6tSHuI5Whp1iTXBS5l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#plbdXLMCak9fz2h6i0b8q8vRzzP2lUx9 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#DrGGU9uQemCXxQziaOcpmcJ4ulSOuZMV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nn38zoqroc71migrmhZCEtoEdh30VivU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ad0f5d9d-3aa9-4309-8efd-e9700f09246d/MicrosoftTeamsimage49.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; }#nn38zoqroc71migrmhZCEtoEdh30VivU.adaptive-delivery-prevent-bg, #nn38zoqroc71migrmhZCEtoEdh30VivU.lazyload, #nn38zoqroc71migrmhZCEtoEdh30VivU.lazyloading { background-image: none; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container { background-color: transparent; background-image: none; }#nn38zoqroc71migrmhZCEtoEdh30VivU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container > .video-iframe-container { display: none; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row > .video-iframe-container { display: none; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .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); }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container { border-width: 0; border-radius: 0; }#nn38zoqroc71migrmhZCEtoEdh30VivU::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container { font-size:0.875rem;font-family:arial;height:42.6875rem;width:75rem;position:relative;display:block; }#ZeAcDyDe0Hbzghf7qRTPZK17qne0gIi8 { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:9.375rem;left:2.8125rem;height:0.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OI3hOPWU18ReunMDnat8sHbTRqsIG7A5 { color:#ffffff;display:block;width:31.2495rem;position:absolute;font-family:exo;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:7rem;left:2.8125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TbB0CwV8GTGVCQk4OJ5tL8f0auOtcsWR { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:17.8125rem;left:7.5rem;height:0.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uG2l3b61wduZacnyezIL2ns8hO26aeu1 { position:absolute;display:block;z-index:15007;background-color:#e30512;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:0.0625rem;top:10.9375rem;left:7.125rem;display:block; }
#EqO7JLAXnMzmwreG2N3xJDscz0WHyoHd { position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);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.0625rem solid #e30613;border-right:0;border-bottom:0.0625rem solid #e30613;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:1.375rem;width:7.8125rem;top:17.5625rem;left:7.125rem;display:block; }
#TepVUK8GdSDshMnqCqs5oG7dQHemS4ar { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:15.625rem;left:6.5625rem; }
#yEdBLDXAH2IBSEl8rBHFbyIIAEI2g5Lx { position:absolute;display:block;z-index:15001;background-color:#e30512;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:54.375rem;top:34.5625rem;left:7.125rem;display:block; }
#FTamGNwT4XhyHJFPvwRcLD5fxblVUDUW { position:absolute;display:block;z-index:15008;background-color:#e30512;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:0.0625rem;top:21.71875rem;left:7.125rem;display:block; }
#XupSaGQE2qkOyk0pQhDexvZHrW6Tq0f1 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:19.625rem;left:6.59375rem; }
#vIt5dsNvmBQm4kdSCNkDnnTCc2LodSrD { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:33.9375rem;left:65.71875rem; }
#RxTuy5s5HVHfT1HTceiiCR9ysnyAAwAm { position:absolute;display:block;z-index:15004;background-color:#e30512;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.75rem;top:34.53125rem;left:61.375rem;display:block; }
#XPeJQvnL1zRWuNrBO4Wcdi1h68N1qTio { position:absolute;display:block;z-index:15007;background-color:#e30512;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:0.0625rem;top:10.9375rem;left:7.125rem;display:none; }
#O2rnKv7nrzsdTcvTfd7ANo3sxaK8tyhd { position:relative;display:block; }#O2rnKv7nrzsdTcvTfd7ANo3sxaK8tyhd { background-color: transparent; background-image: none; }#O2rnKv7nrzsdTcvTfd7ANo3sxaK8tyhd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2rnKv7nrzsdTcvTfd7ANo3sxaK8tyhd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.15); }#O2rnKv7nrzsdTcvTfd7ANo3sxaK8tyhd > .row .container > .video-iframe-container { display: none; }#O2rnKv7nrzsdTcvTfd7ANo3sxaK8tyhd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2rnKv7nrzsdTcvTfd7ANo3sxaK8tyhd > .row > .video-iframe-container { display: none; }#O2rnKv7nrzsdTcvTfd7ANo3sxaK8tyhd > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.15); }#O2rnKv7nrzsdTcvTfd7ANo3sxaK8tyhd { border-width: 0; border-radius: 0; }#O2rnKv7nrzsdTcvTfd7ANo3sxaK8tyhd > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O2rnKv7nrzsdTcvTfd7ANo3sxaK8tyhd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O2rnKv7nrzsdTcvTfd7ANo3sxaK8tyhd > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5f06d47c-831d-4ca5-ab4b-3a9d8321835c/MicrosoftTeamsimage51.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#O2rnKv7nrzsdTcvTfd7ANo3sxaK8tyhd > .row .container.adaptive-delivery-prevent-bg, #O2rnKv7nrzsdTcvTfd7ANo3sxaK8tyhd > .row .container.lazyload, #O2rnKv7nrzsdTcvTfd7ANo3sxaK8tyhd > .row .container.lazyloading { background-image: none; }#mJ3BsftWOrdTXFtRScXs9vXDaHLU3J78 { color:#5a5a59;display:block;width:17.875rem;position:absolute;font-family:exo;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:3.1875rem;left:28.5625rem;height:2.25043125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lvoh2JFD9EcCFzRblrNbT9SB5EaPAXzg { color:#5a5a59;display:block;width:31.25rem;position:absolute;font-family:exo;font-size:1rem;font-weight:300;z-index:15001;line-height:1.9;letter-spacing:0;top:9.1328125rem;left:6.3125rem;height:13.295875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C58Ax5IwJqTKATPduCBpmHCrglfM12P1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.3);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; }#C58Ax5IwJqTKATPduCBpmHCrglfM12P1 > .row .container { background-color: transparent; background-image: none; }#C58Ax5IwJqTKATPduCBpmHCrglfM12P1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C58Ax5IwJqTKATPduCBpmHCrglfM12P1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C58Ax5IwJqTKATPduCBpmHCrglfM12P1 > .row .container > .video-iframe-container { display: none; }#C58Ax5IwJqTKATPduCBpmHCrglfM12P1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C58Ax5IwJqTKATPduCBpmHCrglfM12P1 > .row > .video-iframe-container { display: none; }#C58Ax5IwJqTKATPduCBpmHCrglfM12P1 > .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); }#C58Ax5IwJqTKATPduCBpmHCrglfM12P1 > .row .container { border-width: 0; border-radius: 0; }#C58Ax5IwJqTKATPduCBpmHCrglfM12P1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C58Ax5IwJqTKATPduCBpmHCrglfM12P1 > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:75rem;position:relative;display:block; }#bn8kwOC5zUrmtiokdVm0eMRgIxl3hFrc { position:absolute;display:block;z-index:15006;background-color:#212e3e;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:0.125rem;top:16.5625rem;left:46.25rem;display:block; }
#rFctpsTOfEFP7ZHgdWZMCOK42071ALm6 { position:absolute;display:block;z-index:15000;background-color:#212e3e;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:50rem;top:18.6875rem;left:3.3125rem;display:block; }
#TTEPVe8xqkVlF4yfaDXyx0gyxWL1yNa6 { position:absolute;display:block;z-index:15005;background-color:#212e3e;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:0.125rem;top:18.6875rem;left:39.3125rem;display:block; }
#NceNmKwBkfnr7WHQC7pWFo9eGVUrasQq { color:#212e3e;display:block;width:12.5rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:21rem;left:33.125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JCENPTTqWOpSaDhU47WwukPuObwnek2x { position:absolute;display:block;z-index:15005;background-color:#212e3e;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:0.125rem;top:16.5625rem;left:30.875rem;display:block; }
#CS3sihwTMlXIQrKmk0d5UKDgS5dt6g9c { color:#212e3e;display:block;width:12.5rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:21rem;left:16.6875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F4IvnApHfOEcKG9rgsJy5CSnGPpZ78KF { position:absolute;display:block;z-index:15004;background-color:#212e3e;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:0.125rem;top:18.6875rem;left:22.875rem;display:block; }
#dTBbZUsr1amtuKKCEWuByS8BUU5DkM8K { color:#212e3e;display:block;width:12.5rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:14.1875rem;left:8.8125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eFN7IKUsuAfsSZEi77CqfnH9CM991DZE { position:absolute;display:block;z-index:15003;background-color:#212e3e;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:0.125rem;top:16.5625rem;left:15rem;display:block; }
#bMomdZbEWTGTlZ8JM1JHz1uyy597kNz5 { color:#212e3e;display:block;width:12.5rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:21.0625rem;left:4.3125rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p7SB5sX6QS9SpJnLRHnKkgz38KxoPVfs { position:absolute;display:block;z-index:15002;background-color:#212e3e;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:0.125rem;top:18.8125rem;left:10.5rem;display:block; }
#pLGplQFDJySMSQQUbRAeO0TLyBdHGyTX { position:absolute;display:block;z-index:15001;background-color:#212e3e;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:0.125rem;top:16.5625rem;left:3.3125rem;display:block; }
#Np77BZXvv31kiuW6lTbIAUBDaPdOBkJk { position:absolute;display:block;z-index:15001;background-color:#212e3e;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:30.25rem;top:18.6875rem;left:41.875rem;display:block; }
#ETkvRDmTBdNL9ZkpW0yMmIGAVHDo06GM { position:absolute;display:block;z-index:15006;background-color:#212e3e;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:0.125rem;top:18.75rem;left:52.4375rem;display:block; }
#yOpTMa9LPAeVvLIb8prNsZ0KprSmdmIo { position:absolute;display:block;z-index:15007;background-color:#212e3e;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:0.125rem;top:16.625rem;left:61.6875rem;display:block; }
#TTp1rfNsBLoDmavWLCMh6cRRsKzihGLn { position:absolute;display:block;z-index:15008;background-color:#212e3e;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:0.125rem;top:18.75rem;left:65.8125rem;display:block; }
#KN8nEx85SSSddTZMDnhTMp6amTcgHwLa { color:#212e3e;display:block;width:12.5rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:21rem;left:46.25rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gQtZ2ghTmWu8BHe8sZnuwE01E1bC9L7o { color:#212e3e;display:block;width:12.5rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:11.75rem;left:55.5rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R3RBDvJH5VFfppJqd2CitL0oWggmToiH { color:#212e3e;display:block;width:12.5rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:21.125rem;left:59.625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TzGoaqqCNswlcgvQR2x1d2Sd07FB2f9V { color:#5a5a59;display:block;width:75rem;position:absolute;font-family:exo;font-size:2.25rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:4.4375rem;left:0rem;height:2.25043125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z32sLmyFTX8L8RGn8BCNhgEkq1oVbE4M { color:#212e3e;display:block;width:12.5rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:13rem;left:40.0625rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IoXqGrtzWWkrTa1IHTUr0roS48gLCbVc { color:#212e3e;display:block;width:12.5rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:11.75rem;left:24.6875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nXFfwDhpQqIXAmbACDv7iB74TyicZNyc { color:#212e3e;display:block;width:6.25rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13rem;left:0.25rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X2HL3yZCpbwJqGbwmw4sTFGpbkS569XT { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:18rem;left:72.125rem; }
#ubRdLEBDxbShBC1Eqy2lTn4rxeBTWxGW { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dd7adc21-0172-4cc3-a46b-89ed3155c4ee/MicrosoftTeamsimage39.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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;display:block; }#ubRdLEBDxbShBC1Eqy2lTn4rxeBTWxGW.adaptive-delivery-prevent-bg, #ubRdLEBDxbShBC1Eqy2lTn4rxeBTWxGW.lazyload, #ubRdLEBDxbShBC1Eqy2lTn4rxeBTWxGW.lazyloading { background-image: none; }#ubRdLEBDxbShBC1Eqy2lTn4rxeBTWxGW > .row .container { background-color: transparent; background-image: none; }#ubRdLEBDxbShBC1Eqy2lTn4rxeBTWxGW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.3); }#ubRdLEBDxbShBC1Eqy2lTn4rxeBTWxGW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubRdLEBDxbShBC1Eqy2lTn4rxeBTWxGW > .row .container > .video-iframe-container { display: none; }#ubRdLEBDxbShBC1Eqy2lTn4rxeBTWxGW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.3); }#ubRdLEBDxbShBC1Eqy2lTn4rxeBTWxGW > .row > .video-iframe-container { display: none; }#ubRdLEBDxbShBC1Eqy2lTn4rxeBTWxGW > .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); }#ubRdLEBDxbShBC1Eqy2lTn4rxeBTWxGW > .row .container { border-width: 0; border-radius: 0; }#ubRdLEBDxbShBC1Eqy2lTn4rxeBTWxGW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ubRdLEBDxbShBC1Eqy2lTn4rxeBTWxGW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ubRdLEBDxbShBC1Eqy2lTn4rxeBTWxGW > .row .container { width:75rem;height:31.3125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#Uk7oRZonXTeOMf7mTgzpVy2WZnThSdCI { color:#212e3e;display:block;width:75rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:23.5rem;left:0rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HVW6X9BOivv4HiU1C3ZpabE4e20oZsKS { color:#e30512;display:block;width:75rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:25.375rem;left:0rem;height:0.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Kw1EmhrfOc3WLAlf4OhavQsT6TGycEZM { color:#212e3e;display:block;width:46.25rem;position:absolute;font-family:exo;font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:9.0625rem;left:14.375rem;height:12.59471875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hAeaOPmAOb1XXlWxITy8VtxrNpXp3BVZ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9992875rem;width:2.8125rem;top:19.71236038208rem;left:61.685897827149rem;overflow:hidden;display:block; }
#S7Nvq52mHOFn8HGROf7BOrsaQTTAD17m { position:absolute;display:block;z-index:15006;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:2rem;width:2.8125rem;top:9.0625rem;left:10.875rem;overflow:hidden;display:block; }
#CiDTmIAXEUK8Z9eIxasht7ctEdgnFFk4 { color:#5a5a59;display:block;width:75rem;position:absolute;font-family:exo;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:3.4375rem;left:0rem;height:2.25043125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J8qZQyI73ef8GQw3e2fG4DD9o3f96Hww { position:relative;display:block; }#J8qZQyI73ef8GQw3e2fG4DD9o3f96Hww { background-color: transparent; background-image: none; }#J8qZQyI73ef8GQw3e2fG4DD9o3f96Hww::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8qZQyI73ef8GQw3e2fG4DD9o3f96Hww > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8qZQyI73ef8GQw3e2fG4DD9o3f96Hww > .row .container > .video-iframe-container { display: none; }#J8qZQyI73ef8GQw3e2fG4DD9o3f96Hww > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8qZQyI73ef8GQw3e2fG4DD9o3f96Hww > .row > .video-iframe-container { display: none; }#J8qZQyI73ef8GQw3e2fG4DD9o3f96Hww > .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); }#J8qZQyI73ef8GQw3e2fG4DD9o3f96Hww { border-width: 0; border-radius: 0; }#J8qZQyI73ef8GQw3e2fG4DD9o3f96Hww > .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; }#J8qZQyI73ef8GQw3e2fG4DD9o3f96Hww > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:34.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; }#HTAaCchglEhb7gXQiPmN62cNGt0U4gqK { color:#5a5a59;display:block;width:31.25rem;position:absolute;font-family:exo;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.875rem;left:21.875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z9PK8S8pyX3dMlvZnd5lh8ROUJGVAs4u { 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:6.625rem;width:7.8125rem;top:10.1875rem;left:23.0625rem;overflow:hidden;display:block; }
#POa3fr9hfJkiXmk0cf8LiwndXClsCtSf { position:absolute;display:block;z-index:15024;background-color:#8f00ff;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:21.875rem;top:13.4375rem;left:2.8125rem;display:block; }
#oXZ1GU5ulw99GD4qVqLNodyQVvXBT6KZ { color:#5a5a59;display:block;width:15.625rem;position:absolute;font-family:exo;font-size:1.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.875rem;left:2.8125rem;height:1.54296875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#alR25fezWhy9uvWDq6Uwfm4gm1xASaWP { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:7.8125rem;top:17rem;left:43.875rem;overflow:hidden;display:block; }
#RrJGMZ9HTOSQEVXr2RUIevHPFB0h6TXq { position:absolute;display:block;z-index:15026;background-color:#cab700;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:21.875rem;top:13.5rem;left:50.25rem;display:block; }
#UqUOL4kwTXdeip3cDsUOZAAPEThwVqlR { 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:6.625rem;width:7.8125rem;top:16.875rem;left:23.0625rem;overflow:hidden;display:block; }
#DRt2hIVlF5PLe8Gr5Nqv9NqGOckcUF9W { position:absolute;display:block;z-index:15033;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:6.625rem;width:7.8125rem;top:23.5rem;left:43.875rem;overflow:hidden;display:block; }
#WPuxEq3lgCI5TfvWmPRJ4PKKMKQhbW9k { position:absolute;display:block;z-index:15025;background-color:#e30613;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:21.875rem;top:20.25rem;left:2.8125rem;display:block; }
#df959KVnK3zw4RlLeyX4XbA4t8sLWq1B { color:#5a5a59;display:block;width:15.625rem;position:absolute;font-family:exo;font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.75rem;left:2.8125rem;height:1.54296875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VJTRTnEpm2XmqBxuPvHgG0GC88JKAkfW { color:#5a5a59;display:block;width:15.625rem;position:absolute;font-family:exo;font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:11.9375rem;left:56.4375rem;height:1.54296875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#p3eV2qtaNXpDhpfoP2PHlFEKCO9Ho1Su { position:absolute;display:block;z-index:15027;background-color:#e97220;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:21.875rem;top:20.3125rem;left:50.375rem;display:block; }
#iy7ZQLfcaQTEKeZ8XfBFJk8M7Ol0a50c { color:#5a5a59;display:block;width:15.625rem;position:absolute;font-family:exo;font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:18.75rem;left:56.5625rem;height:1.54296875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#HdyeIHzGz6vRUye5b0f30maN175qtVna { color:#5a5a59;display:block;width:21.375rem;position:absolute;font-family:exo;font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:25.08203125rem;left:2.8125rem;height:1.54296875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TaAmN1TCa58JJFaNl0xdbn0cwvGHTmR2 { position:absolute;display:block;z-index:15026;background-color:#b92525;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:21.875rem;top:26.6875rem;left:2.8125rem;display:block; }
#oKneVJMWioafT2J0sF1bDWcyUTaCTiqO { position:absolute;display:block;z-index:15027;background-color:#438fb9;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:21.875rem;top:26.8125rem;left:50.375rem;display:block; }
#NTDOJJcdR3sEupbtxBfrvRk3B4kw9lhV { color:#5a5a59;display:block;width:15.6230625rem;position:absolute;font-family:exo;font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:25.3125rem;left:56.5625rem;height:1.54296875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#VOwxbx20xVFqLslOaa6uHnuQFNSLRW94 { position:absolute;display:block;z-index:15031;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:6.625rem;width:7.8125rem;top:23.4375rem;left:23.0625rem;overflow:hidden;display:block; }
#rT8bCgCBwxwhXC6W30zm9T89DsanBqr9 { position:absolute;display:block;z-index:15032;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:6.625rem;width:7.8125rem;top:10.1875rem;left:43.875rem;overflow:hidden;display:block; }
#NWSBndvESgxyT3F5M2vkBnnhhyKSTBf8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.0625rem;width:25.8125rem;display:none; }
#T2t6wyAXuqa9iLzoFlfygpDzoDznsrir { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.0625rem;width:25.8125rem;display:none; }
#JldZpZxHJoqhWOPSRfyIVcT9unWrlovV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.0625rem;width:25.8125rem;display:none; }
#cliOD7DD4wTGSmfEbMJJRds24TkaBK9n { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.0625rem;width:25.8125rem;display:none; }
#zyNVVIwTUOutn8lGwTpFKn69yCJ8eODQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.0625rem;width:25.8125rem;display:none; }
#gRTfJRChK7l1wrgwWE1ga8rQ4yzrdKEd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.0625rem;width:25.8125rem;display:none; }
#lw5rRhimOlayDsZZQLQGZnIsTnaDVeTn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#lw5rRhimOlayDsZZQLQGZnIsTnaDVeTn > .row .container { background-color: transparent; background-image: none; }#lw5rRhimOlayDsZZQLQGZnIsTnaDVeTn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lw5rRhimOlayDsZZQLQGZnIsTnaDVeTn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lw5rRhimOlayDsZZQLQGZnIsTnaDVeTn > .row .container > .video-iframe-container { display: none; }#lw5rRhimOlayDsZZQLQGZnIsTnaDVeTn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lw5rRhimOlayDsZZQLQGZnIsTnaDVeTn > .row > .video-iframe-container { display: none; }#lw5rRhimOlayDsZZQLQGZnIsTnaDVeTn > .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); }#lw5rRhimOlayDsZZQLQGZnIsTnaDVeTn > .row .container { border-width: 0; border-radius: 0; }#lw5rRhimOlayDsZZQLQGZnIsTnaDVeTn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lw5rRhimOlayDsZZQLQGZnIsTnaDVeTn > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:75rem;position:relative;display:block; }#vA5n81NTATZR8rsIt1inQS4vIDncsdmr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.1875rem;width:71.875rem;top:2.65625rem;left:1.5625rem;overflow:hidden;display:block; }
#aSiTKaaCPKo2gcxsWbxeRsIOaqlUtwDW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/70c606ab-0f15-4e8d-b057-5e19c1569f92/MicrosoftTeamsimage43.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; }#aSiTKaaCPKo2gcxsWbxeRsIOaqlUtwDW.adaptive-delivery-prevent-bg, #aSiTKaaCPKo2gcxsWbxeRsIOaqlUtwDW.lazyload, #aSiTKaaCPKo2gcxsWbxeRsIOaqlUtwDW.lazyloading { background-image: none; }#aSiTKaaCPKo2gcxsWbxeRsIOaqlUtwDW > .row .container { background-color: transparent; background-image: none; }#aSiTKaaCPKo2gcxsWbxeRsIOaqlUtwDW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(227,6,19,0.3); }#aSiTKaaCPKo2gcxsWbxeRsIOaqlUtwDW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSiTKaaCPKo2gcxsWbxeRsIOaqlUtwDW > .row .container > .video-iframe-container { display: none; }#aSiTKaaCPKo2gcxsWbxeRsIOaqlUtwDW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(227,6,19,0.3); }#aSiTKaaCPKo2gcxsWbxeRsIOaqlUtwDW > .row > .video-iframe-container { display: none; }#aSiTKaaCPKo2gcxsWbxeRsIOaqlUtwDW > .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); }#aSiTKaaCPKo2gcxsWbxeRsIOaqlUtwDW > .row .container { border-width: 0; border-radius: 0; }#aSiTKaaCPKo2gcxsWbxeRsIOaqlUtwDW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aSiTKaaCPKo2gcxsWbxeRsIOaqlUtwDW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aSiTKaaCPKo2gcxsWbxeRsIOaqlUtwDW > .row .container { font-size:0.875rem;font-family:arial;height:19.625rem;width:75rem;position:relative;display:block; }#lRGErbgsvHCrO8AIEuZp9EfmVwR4H28M { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:exo;font-size:2.5rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:7.6875rem;left:3.25rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x8mkM2dtwk89WNlbbUB0PS7eauCgyP4S { background-color:#e30613;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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;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:15005;text-align:center;text-align-last:center;top:11.9375rem;left:3.25rem;display:block; }
#niKkWOoRvaITM8nv61d6zNyrRhu85p2u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TmJbzcoGl3Pa68a2eCVlvEmBTuvup7h0 { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:exo;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:4.3125rem;left:3.25rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5a5a59;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; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { background-color: transparent; background-image: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .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); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { border-width: 0; border-radius: 0; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:block; }#OiXCqblWFQnbeCupk3KTvFudGJsEQAJR { color:#ffffff;display:block;width:25rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.5625rem;left:3.375rem;height:8.53125rem;font-style:normal;display:block; }
#rQ0WA7EnC3Ho1DTs02gCCsQskUKptQqb { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;top:25.499801635743rem;left:3.3745670318604rem; }
#rQ0WA7EnC3Ho1DTs02gCCsQskUKptQqb > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#wkf5asZKxclwfLPFW3K3A8oH57no54re .widget-form-header {  }
#wkf5asZKxclwfLPFW3K3A8oH57no54re .widget-regular-label { height:auto;display:block;font-family:exo;font-size:0.875rem;font-weight:bold;color:#000000;width:28.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re .widget-input-text {padding-top: 0; padding-bottom: 0;}#wkf5asZKxclwfLPFW3K3A8oH57no54re .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re .widget-input-select {padding-top: 0; padding-bottom: 0;}#wkf5asZKxclwfLPFW3K3A8oH57no54re .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#wkf5asZKxclwfLPFW3K3A8oH57no54re .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#e30613;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:28.125rem;height:2.5rem;font-family:exo;overflow:hidden;text-align:center;text-align-last:center;line-height:1; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re [class*="-text"]:-moz-placeholder { color:#212e3e;font-family:exo;font-size:0.875rem; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re [class*="-text"]::-moz-placeholder { color:#212e3e;font-family:exo;font-size:0.875rem; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re [class*="-text"]:-ms-input-placeholder { color:#212e3e;font-family:exo;font-size:0.875rem; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re [class*="-text"]::-webkit-input-placeholder { color:#212e3e;font-family:exo;font-size:0.875rem; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:26.875rem;overflow:hidden;font-style:normal;float:none; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re .widget-container:first-of-type{padding-top:0;}#wkf5asZKxclwfLPFW3K3A8oH57no54re .widget-container:last-of-type{padding-bottom:0;}#wkf5asZKxclwfLPFW3K3A8oH57no54re  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.4997844696045rem;left:39.187282562256rem; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28.125rem;display:block;vertical-align:top; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re {display:block;}#wkf5asZKxclwfLPFW3K3A8oH57no54re { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.4997844696045rem;left:39.187282562256rem; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re #ixLkJv3VqnlaCwAH7v00mxLxQHkcuUMq { position:relative; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re #gACqTp77LBJud9tmeZaXiMm5wkyqKKfL { position:relative;display:none; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re #Q633v6pWH0eu0TDmLwiwCaa5XdIzMTCi { position:relative; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re #evcwDMmiHQI0i0RrTHh8Sxq6BQk3Uduk { position:relative; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re #ClJuAVtUkzK3XqpZHwmgukNB09GQew65 { position:relative;display:none; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re #QckxOBcVhuo1OvwAB0vsTIgV9BLitaus { position:relative; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re #OTpSLAxLl78GqzKTqyDQtCvb2wVqFXnR { position:relative; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re #AHF9VWWsDbvVO1Or3cGwRNzH21zyQGPI { position:relative;display:none; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re #i3rTJFTJFzq367IMQdbiuzz5ZNJrSG5L { position:relative; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re #tSwfT4ZrxhxRQKke5rHLoW8yITrrChO8 { position:relative; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re #Tbon6tGCNpCOM8STXcDEFJLsGEyxFeer { position:relative;display:none; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re #wv6xJF2GkbyNxGfva8WOoSqUIBOXTT4x { position:relative; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re #yZTcm075ANBlJgyBLy3TT3kEnXgN2rgn { position:relative; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re #BEfsOHtoNfTt2w6WOGdfbQzAtebVl34p { position:relative;display:none; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re #yCTrVo0n9HdW4s0h44epm1aek8CTTpkG { position:relative; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re #nFnxRnr9k6tVpTdV1tZewcEEepfpFaKE { position:relative; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re #V9Up0SgbEn1DamsXtyNNcpwLh9IqKJ6u { position:relative;z-index:2; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re #lmPl49vcMmMRGIGD3MFTts0cSrTbyh56 { position:relative; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re #T0p967QWdxo5entnR1smbctZ3iis9eTv { position:relative; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re #u4A0Sc5QStpVn7mxKGxW7LzgCeMvbeGC { position:relative; }
#BGeqQSWQ2e7hkVuL8ctrFFTQb8FENrU8 { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:exo;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:40.5rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#usztRPqprmNz44HeLDI07Z2xL4kwTGsP { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:exo;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8125rem;left:3.375rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vWM6XB49zOtWxPg2PTiqthEpJIxnkuVx { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:23.624801635743rem;left:3.3745670318604rem;height:1.21875rem;font-style:normal;display:block; }
#QgBJ94cegTGVdLGWXFEIbAXOFCGlCNCr { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:exo;font-size:0.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:28.999130249024rem;left:4.5616340637207rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MdthTRZ5TGyQJ36ATnvyaF2QdHipESWq { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.812325rem;width:0.812325rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;top:29.080520629882rem;left:3.3723964691162rem; }
#mdzPwscrQqIXknI88fG80Q47GcAiAZFZ { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;top:25.561630249024rem;left:8.499351501465rem; }
#mdzPwscrQqIXknI88fG80Q47GcAiAZFZ > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#TuvxfiX0C7vEE29sENRade3JLcdwPmT7 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:25.499801635743rem;left:5.9375rem; }
#TuvxfiX0C7vEE29sENRade3JLcdwPmT7 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#s7x9AZTuymB1QpLK8ChLdPaJo9UlVQ48 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:1.4375rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:15.75rem;left:3.375rem;display:block; }
#wrOcx2t2uDmy4i4czFNakZat5dW4f4I1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xS1ATT5GTTCwkdSwSAyMTRittoCrfkXT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:1.4375rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:17.625rem;left:3.375rem;display:block; }
#wnKDQzdcGnMQD6MA7WaTrk5SRQfoRb25 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bmwUc8nbJrxu12K1nakNfy8uv5F9WHHO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:1.4375rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:19.5625rem;left:3.375rem;display:block; }
#NzAmNS88ikawuvuarkHX3mIqrBamHa9g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { display:block; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGWBAJi5BTC86zmyfDoq0NSm5vtfdOuG { width:7.5rem;height:2.5rem;top:1.375rem;left:40.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #m1fc9mg6hxEAyZZan3Qvrv85RdN12Sce { display:block; }
 }@media only screen and (max-width: 763px) { #UTq4kOfSzN4972Ks9ToiF20v5XESauhk { width:7.5rem;height:2.5rem;top:1.375rem;left:40.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #POkPUOfurGQ5J8cHALXwn3zafqIQiLBJ { display:block; }
 }@media only screen and (max-width: 763px) { #MNeKvR7tnUgcuQFpdCiTkcRndIB4QThT { top:3.8125rem;left:44.625rem;width:3.125rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i1WqIM9LtNmMfECo3GGOwXhecHbggRf1 { top:3.8125rem;left:44.625rem;width:3.125rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VFl6phfdT4J4kDtkfUqEKTQHcU7rbVcu { width:7.5rem;height:2.5rem;top:1.375rem;left:37rem;display:none; }
 }@media only screen and (max-width: 763px) { #x5VVU9FKhtO1n1GEakTeKvMJoQl5nFH7 { display:block; }
 }@media only screen and (max-width: 763px) { #bMLhswAkl563TfshPVLqLgnHO5TUNT3n { top:3.8125rem;left:39.1875rem;width:3.125rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bNZrX5Utgum7ZM4wVLnEGgu5iqQOncz6 { width:6.25rem;height:2.5rem;top:1.375rem;left:30.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zxgEbHOD3WTtfTcgAvZ7EKl7WhvvAzxT { display:block; }
 }@media only screen and (max-width: 763px) { #qaSq6CZNX7AI4F7OFtU0R4Cq6FBqzG51 { top:3.8125rem;left:31.75rem;width:3.125rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ehTwJCRPMTpmmLJiQtJHJ8JzsFXVvM2P { width:6.25rem;height:2.5rem;top:1.375rem;left:23.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FPivoG3qLlgLWkkHu5au6uaM0P9TRTVT { display:block; }
 }@media only screen and (max-width: 763px) { #UkEqW7Kflt0Nm7OoTlTeHoasGFyiZTRv { top:3.8125rem;left:24.9375rem;width:3.125rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kupsfRZycc3P4FeVWazkGxEzP41TmedI { width:6.25rem;height:2.5rem;top:1.375rem;left:23.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #s9aecnqUqG99GCTZR7SeihKmm3CF1TwZ { display:block; }
 }@media only screen and (max-width: 763px) { #DdwyMeteBuUfBukLay7sd2dxtsTPl3md { width:6.25rem;height:2.5rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxJIgAbTiQ6bX0nkAa0QbmNOQR1trviv { display:block; }
 }@media only screen and (max-width: 763px) { #kVLxsJaMENCUJhwQghpizToGKaPThOgf { width:7.5rem;height:2.5rem;top:1.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSmnFPs8zQaxN8rA8AeXKgqbDSdIAEh2 { display:block; }
 }@media only screen and (max-width: 763px) { #TcyH4f0oLRlGe59MXvySmQLIwsL4PLcx { width:7.5rem;height:2.5rem;top:1.375rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEaIKfdwC2oU9PCZlSTfPawcZ1ppPsQh { display:block; }
 }@media only screen and (max-width: 763px) { #O6VFpHDHaIV6X4I9vKxUsCKu816DZbJw { width:7.5rem;height:2.5rem;top:1.375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwGbeeudVkk5X4pXEPanmhn2tZyo7zvJ { display:block; }
 }@media only screen and (max-width: 763px) { #o3gTIT874Z0lrTPx2y442KvlogB2xHyL { width:7.5rem;height:2.5rem;top:1.375rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4ErsvDDli4CsQ9ymf4bTJ7wWXtfdB7M { display:block; }
 }@media only screen and (max-width: 763px) { #s6m7fpSHZbb8MoFw0gA0DLAXW2T0R8TW { top:1rem;left:38.5625rem;width:9.1875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiDTLTT8Bgw2hFbF5rVrmn5gOKcbxLRD { top:3.8125rem;left:19.75rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP836ywxmBu1kGVl7LwEpXXyPJmihWwf { top:3.8125rem;left:3.5625rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5GmCr2RcRXzdlBi6xSCVmZeuk5pNElw { top:3.8125rem;left:11.6875rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHBcmWJ5VfkTgF3usTrwFItMTbMtgvNE { top:3.8125rem;left:0rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTzylfRokKr3bZgcdfWrEfGG4OADpkET { top:3.8125rem;left:27.8125rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdVTVk699TlWdTwhJgdTDvLKphWbbmtx { display:block; }#VdVTVk699TlWdTwhJgdTDvLKphWbbmtx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VBLquB4AlrHzA5A2Hm3s95OHPGMEhyQh { width:7.5rem;height:2.5rem;top:1.375rem;left:40.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dnm9hEdohNDFJyO27ZiccpyFElmlP58V { display:block; }
 }@media only screen and (max-width: 763px) { #VKu10BCQuo3zDXHpBOKitWOL8MaRmGiR { width:7.5rem;height:2.5rem;top:1.375rem;left:40.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #idT9AT1gHeXwawrJTIlk6ggG22emUL1F { display:block; }
 }@media only screen and (max-width: 763px) { #acoGIv7uuHn8fUL5TxiUMkSJTQ03MFUn { top:3.8125rem;left:44.625rem;width:3.125rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WeyUmQDkVhAtN289OOIXh7g41eRNLMgd { top:3.8125rem;left:44.625rem;width:3.125rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TGZSZgK1NSmf96HotJXn4KT5sGA0edi1 { width:7.5rem;height:2.5rem;top:1.375rem;left:37rem;display:none; }
 }@media only screen and (max-width: 763px) { #OaTWe3PO3GX2RWfnSMX7spOSsNGDMZak { display:block; }
 }@media only screen and (max-width: 763px) { #H974tW8eorxT2HTCCNE7tAL0MtksmeLu { top:3.8125rem;left:39.1875rem;width:3.125rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RzT19B5TWowsoPVl31mPd6XE37DaNQn8 { width:6.25rem;height:2.5rem;top:1.375rem;left:30.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AilQleWs95MQlkDuB6p33DyLy2bHFOb8 { display:block; }
 }@media only screen and (max-width: 763px) { #CJnNBnlwMbaPUrccaqAV6QdTVnBXuNJr { top:3.8125rem;left:31.75rem;width:3.125rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TXDPxtTRV1Oy8qVO34irTwDtomdZUWhu { width:6.25rem;height:2.5rem;top:1.375rem;left:23.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XwiAVVXUJ7iPoOcPRRW5BuyT8dn3JFNM { display:block; }
 }@media only screen and (max-width: 763px) { #vCvubXCNgcN3Jssizwc3lRTC8QVc9S3h { top:3.8125rem;left:24.9375rem;width:3.125rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #l65M33SMLWMfFaZbaG2LTKkhX14mlI82 { width:6.25rem;height:2.5rem;top:1.375rem;left:23.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nTs2cJhiNfWpFIZ50mTB5VHZKI6mNmkq { display:block; }
 }@media only screen and (max-width: 763px) { #cSvlDzDi5TEMuTEA698vzwLxLVHqUO3n { width:6.25rem;height:2.5rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyLIcd1izCBfWiavs3G9T38iKAwBfqz5 { display:block; }
 }@media only screen and (max-width: 763px) { #ngB6owbDDtER1c0oe3nSLudK8lhQ3NQq { width:7.5rem;height:2.5rem;top:1.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzkuaP1x2ZZ0L8quZ6iqgAKDxEalHVOH { display:block; }
 }@media only screen and (max-width: 763px) { #dTtPTVkZpZdWXLXnczfTLRKKsz2RwIOs { width:7.5rem;height:2.5rem;top:1.375rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkhqqEGb2kbN5RVLn9upIPthRAwabvoE { display:block; }
 }@media only screen and (max-width: 763px) { #EffzCRgTwOavCVqyQdTRe6zX57hWJWHZ { width:7.5rem;height:2.5rem;top:1.375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3KkvzVfCKXOiRVEfdOGVO6tahvemV0U { display:block; }
 }@media only screen and (max-width: 763px) { #FwUNeyChhdfA2WPLO26bgvIM2ynELwA2 { width:7.5rem;height:2.5rem;top:1.375rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSs0zOw4lgOtkVhbUf4FgoNOa8mTd0R3 { display:block; }
 }@media only screen and (max-width: 763px) { #BpnPtsxmbfAU3IMnSPffpAX24urTJ3bH { top:1rem;left:38.5625rem;width:9.1875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKS3A3HUL2ZLzS8MDeGsegyuIinFhtyp { top:3.8125rem;left:19.75rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB80hIDof5ZybmTrAKGWku3xMPLyidv5 { top:3.8125rem;left:3.5625rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlSSTcduPi0tcmeNy90G2kG2zeO1imnb { top:3.8125rem;left:11.6875rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3i4HZTJNMdreZDOaWV2BN4PObaFxlAk { top:3.8125rem;left:0rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6qIH2cuwxuBUnMaCrtqpdrmgFTGuQFy { top:3.8125rem;left:27.8125rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9cvhWTVWnROwq4oBPMEtLlTSiR9lrXA { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #bpuxDciz9SLoAUp9W5JsqLXeN2pfedqL { display:block; }
 }@media only screen and (max-width: 763px) { #bdofVyaSd5QRB6vdl59wPhB3DW08i2eb { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #uxVndTQhMWmh9InRXWdKvUMS4k5WUVpM { display:block; }
 }@media only screen and (max-width: 763px) { #qZTUefy51AFHR0vh0Z8vdIr3ndiubMFD { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #uEx8ArwLDvVItdrXFp0tb8ypR7Etpqb5 { display:block; }
 }@media only screen and (max-width: 763px) { #V2V9TP29RR63B06gAqyqNrlBXJ0BX0rb { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #TKR7T9FwTiQavz6tSHuI5Whp1iTXBS5l { display:block; }
 }@media only screen and (max-width: 763px) { #plbdXLMCak9fz2h6i0b8q8vRzzP2lUx9 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #DrGGU9uQemCXxQziaOcpmcJ4ulSOuZMV { display:block; }
 }@media only screen and (max-width: 763px) { #nn38zoqroc71migrmhZCEtoEdh30VivU { display:block; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZeAcDyDe0Hbzghf7qRTPZK17qne0gIi8 { width:31.25rem;height:0.9375rem;top:9.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI3hOPWU18ReunMDnat8sHbTRqsIG7A5 { width:31.1875rem;height:1.875rem;top:7rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbB0CwV8GTGVCQk4OJ5tL8f0auOtcsWR { width:31.25rem;height:0.9375rem;top:17.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG2l3b61wduZacnyezIL2ns8hO26aeu1 { top:10.9375rem;left:0rem;width:0.0625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqO7JLAXnMzmwreG2N3xJDscz0WHyoHd { top:17.5625rem;left:0rem;width:7.8125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TepVUK8GdSDshMnqCqs5oG7dQHemS4ar { top:15.625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEdBLDXAH2IBSEl8rBHFbyIIAEI2g5Lx { top:34.5625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTamGNwT4XhyHJFPvwRcLD5fxblVUDUW { top:21.6875rem;left:0rem;width:0.0625rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XupSaGQE2qkOyk0pQhDexvZHrW6Tq0f1 { top:19.625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIt5dsNvmBQm4kdSCNkDnnTCc2LodSrD { top:33.9375rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxTuy5s5HVHfT1HTceiiCR9ysnyAAwAm { top:34.5rem;left:44rem;width:3.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPeJQvnL1zRWuNrBO4Wcdi1h68N1qTio { top:10.9375rem;left:0rem;width:0.0625rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O2rnKv7nrzsdTcvTfd7ANo3sxaK8tyhd { display:block; }#O2rnKv7nrzsdTcvTfd7ANo3sxaK8tyhd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mJ3BsftWOrdTXFtRScXs9vXDaHLU3J78 { width:17.875rem;height:2.25rem;top:3.1875rem;left:13.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvoh2JFD9EcCFzRblrNbT9SB5EaPAXzg { width:31.25rem;height:13.25rem;top:9.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C58Ax5IwJqTKATPduCBpmHCrglfM12P1 { display:block; }#C58Ax5IwJqTKATPduCBpmHCrglfM12P1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bn8kwOC5zUrmtiokdVm0eMRgIxl3hFrc { top:16.5625rem;left:32.625rem;width:0.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFctpsTOfEFP7ZHgdWZMCOK42071ALm6 { top:18.6875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTEPVe8xqkVlF4yfaDXyx0gyxWL1yNa6 { top:18.6875rem;left:25.6875rem;width:0.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NceNmKwBkfnr7WHQC7pWFo9eGVUrasQq { width:12.5rem;height:4.875rem;top:21rem;left:19.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCENPTTqWOpSaDhU47WwukPuObwnek2x { top:16.5625rem;left:17.25rem;width:0.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS3sihwTMlXIQrKmk0d5UKDgS5dt6g9c { width:12.5rem;height:4.875rem;top:21rem;left:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4IvnApHfOEcKG9rgsJy5CSnGPpZ78KF { top:18.6875rem;left:9.25rem;width:0.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTBbZUsr1amtuKKCEWuByS8BUU5DkM8K { width:12.5rem;height:2.4375rem;top:14.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFN7IKUsuAfsSZEi77CqfnH9CM991DZE { top:16.5625rem;left:1.375rem;width:0.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMomdZbEWTGTlZ8JM1JHz1uyy597kNz5 { width:12.5rem;height:3.625rem;top:21.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7SB5sX6QS9SpJnLRHnKkgz38KxoPVfs { top:18.8125rem;left:0rem;width:0.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLGplQFDJySMSQQUbRAeO0TLyBdHGyTX { top:16.5625rem;left:0rem;width:0.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np77BZXvv31kiuW6lTbIAUBDaPdOBkJk { top:18.6875rem;left:17.5rem;width:30.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETkvRDmTBdNL9ZkpW0yMmIGAVHDo06GM { top:18.75rem;left:38.8125rem;width:0.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOpTMa9LPAeVvLIb8prNsZ0KprSmdmIo { top:16.625rem;left:47.625rem;width:0.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTp1rfNsBLoDmavWLCMh6cRRsKzihGLn { top:18.75rem;left:47.625rem;width:0.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KN8nEx85SSSddTZMDnhTMp6amTcgHwLa { width:12.5rem;height:3.625rem;top:21rem;left:32.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQtZ2ghTmWu8BHe8sZnuwE01E1bC9L7o { width:12.5rem;height:4.875rem;top:11.75rem;left:35.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3RBDvJH5VFfppJqd2CitL0oWggmToiH { width:12.5rem;height:2.4375rem;top:21.125rem;left:35.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzGoaqqCNswlcgvQR2x1d2Sd07FB2f9V { width:47.75rem;height:2.25rem;top:4.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z32sLmyFTX8L8RGn8BCNhgEkq1oVbE4M { width:12.5rem;height:3.625rem;top:13rem;left:26.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoXqGrtzWWkrTa1IHTUr0roS48gLCbVc { width:12.5rem;height:4.875rem;top:11.75rem;left:11.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXFfwDhpQqIXAmbACDv7iB74TyicZNyc { width:6.25rem;height:3.625rem;top:13rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2HL3yZCpbwJqGbwmw4sTFGpbkS569XT { top:18rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubRdLEBDxbShBC1Eqy2lTn4rxeBTWxGW { display:block; }#ubRdLEBDxbShBC1Eqy2lTn4rxeBTWxGW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uk7oRZonXTeOMf7mTgzpVy2WZnThSdCI { width:47.75rem;height:1.25rem;top:23.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVW6X9BOivv4HiU1C3ZpabE4e20oZsKS { width:47.75rem;height:0.9375rem;top:25.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw1EmhrfOc3WLAlf4OhavQsT6TGycEZM { width:46.25rem;height:12.5625rem;top:9.0625rem;left:0.74999809265137rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAeaOPmAOb1XXlWxITy8VtxrNpXp3BVZ { width:2.8125rem;height:1.9992875rem;top:19.6875rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7Nvq52mHOFn8HGROf7BOrsaQTTAD17m { width:2.8125rem;height:2rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiDTmIAXEUK8Z9eIxasht7ctEdgnFFk4 { width:47.75rem;height:2.25rem;top:3.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8qZQyI73ef8GQw3e2fG4DD9o3f96Hww { display:block; }#J8qZQyI73ef8GQw3e2fG4DD9o3f96Hww > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTAaCchglEhb7gXQiPmN62cNGt0U4gqK { top:2.875rem;left:8.25rem;width:31.25rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9PK8S8pyX3dMlvZnd5lh8ROUJGVAs4u { top:10.1875rem;left:9.4375rem;width:7.8125rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #POa3fr9hfJkiXmk0cf8LiwndXClsCtSf { top:13.4375rem;left:0rem;width:21.875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXZ1GU5ulw99GD4qVqLNodyQVvXBT6KZ { top:11.875rem;left:0rem;width:15.625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #alR25fezWhy9uvWDq6Uwfm4gm1xASaWP { top:17rem;left:30.25rem;width:7.8125rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrJGMZ9HTOSQEVXr2RUIevHPFB0h6TXq { top:13.5rem;left:25.875rem;width:21.875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqUOL4kwTXdeip3cDsUOZAAPEThwVqlR { top:16.875rem;left:9.4375rem;width:7.8125rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRt2hIVlF5PLe8Gr5Nqv9NqGOckcUF9W { top:23.5rem;left:30.25rem;width:7.8125rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPuxEq3lgCI5TfvWmPRJ4PKKMKQhbW9k { top:20.25rem;left:0rem;width:21.875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #df959KVnK3zw4RlLeyX4XbA4t8sLWq1B { top:18.75rem;left:0rem;width:15.625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJTRTnEpm2XmqBxuPvHgG0GC88JKAkfW { top:11.9375rem;left:32.125rem;width:15.625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3eV2qtaNXpDhpfoP2PHlFEKCO9Ho1Su { top:20.3125rem;left:25.875rem;width:21.875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iy7ZQLfcaQTEKeZ8XfBFJk8M7Ol0a50c { top:18.75rem;left:32.125rem;width:15.625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdyeIHzGz6vRUye5b0f30maN175qtVna { top:25.0625rem;left:0rem;width:21.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaAmN1TCa58JJFaNl0xdbn0cwvGHTmR2 { top:26.6875rem;left:0rem;width:21.875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKneVJMWioafT2J0sF1bDWcyUTaCTiqO { top:26.8125rem;left:25.875rem;width:21.875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTDOJJcdR3sEupbtxBfrvRk3B4kw9lhV { top:25.3125rem;left:32.1875rem;width:15.5625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOwxbx20xVFqLslOaa6uHnuQFNSLRW94 { top:23.4375rem;left:9.4375rem;width:7.8125rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT8bCgCBwxwhXC6W30zm9T89DsanBqr9 { top:10.1875rem;left:30.25rem;width:7.8125rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWSBndvESgxyT3F5M2vkBnnhhyKSTBf8 { width:25.8125rem;height:22.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T2t6wyAXuqa9iLzoFlfygpDzoDznsrir { width:25.8125rem;height:22.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JldZpZxHJoqhWOPSRfyIVcT9unWrlovV { width:25.8125rem;height:22.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cliOD7DD4wTGSmfEbMJJRds24TkaBK9n { width:25.8125rem;height:22.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zyNVVIwTUOutn8lGwTpFKn69yCJ8eODQ { width:25.8125rem;height:22.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gRTfJRChK7l1wrgwWE1ga8rQ4yzrdKEd { width:25.8125rem;height:22.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lw5rRhimOlayDsZZQLQGZnIsTnaDVeTn { display:block; }#lw5rRhimOlayDsZZQLQGZnIsTnaDVeTn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vA5n81NTATZR8rsIt1inQS4vIDncsdmr { top:2.625rem;left:0rem;width:47.75rem;height:20.055rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSiTKaaCPKo2gcxsWbxeRsIOaqlUtwDW { display:block; }#aSiTKaaCPKo2gcxsWbxeRsIOaqlUtwDW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lRGErbgsvHCrO8AIEuZp9EfmVwR4H28M { width:17.875rem;height:2.5rem;top:7.6875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #x8mkM2dtwk89WNlbbUB0PS7eauCgyP4S { width:17.5rem;height:3.4375rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #niKkWOoRvaITM8nv61d6zNyrRhu85p2u { display:block; }
 }@media only screen and (max-width: 763px) { #TmJbzcoGl3Pa68a2eCVlvEmBTuvup7h0 { width:31.25rem;height:2.5rem;top:4.3125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OiXCqblWFQnbeCupk3KTvFudGJsEQAJR { top:6.5625rem;left:0rem;width:25rem;height:8.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQ0WA7EnC3Ho1DTs02gCCsQskUKptQqb { width:1.875rem;height:1.875rem;top:25.4375rem;left:0rem;display:block; }
#rQ0WA7EnC3Ho1DTs02gCCsQskUKptQqb > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #wkf5asZKxclwfLPFW3K3A8oH57no54re .widget-regular-label { width:28.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re .widget-input-text { width:28.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re .widget-input-text {padding-top: 0; padding-bottom: 0;}#wkf5asZKxclwfLPFW3K3A8oH57no54re .widget-textarea { width:28.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re .widget-input-select { width:28.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re .widget-input-select {padding-top: 0; padding-bottom: 0;}#wkf5asZKxclwfLPFW3K3A8oH57no54re .widget-input-button { width:28.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re .widget-checkbox-label { width:26.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re  { width:28.125rem;height:auto;top:4.4375rem;left:17.125rem; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re .radio-container { width:28.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re {display:block;}#wkf5asZKxclwfLPFW3K3A8oH57no54re { width:28.125rem;height:auto;top:4.4375rem;left:17.125rem; }
 }@media only screen and (max-width: 763px) { #wkf5asZKxclwfLPFW3K3A8oH57no54re #ixLkJv3VqnlaCwAH7v00mxLxQHkcuUMq {  }
 }@media only screen and (max-width: 763px) { #wkf5asZKxclwfLPFW3K3A8oH57no54re #gACqTp77LBJud9tmeZaXiMm5wkyqKKfL {  }
 }@media only screen and (max-width: 763px) { #wkf5asZKxclwfLPFW3K3A8oH57no54re #Q633v6pWH0eu0TDmLwiwCaa5XdIzMTCi {  }
 }@media only screen and (max-width: 763px) { #wkf5asZKxclwfLPFW3K3A8oH57no54re #evcwDMmiHQI0i0RrTHh8Sxq6BQk3Uduk {  }
 }@media only screen and (max-width: 763px) { #wkf5asZKxclwfLPFW3K3A8oH57no54re #ClJuAVtUkzK3XqpZHwmgukNB09GQew65 {  }
 }@media only screen and (max-width: 763px) { #wkf5asZKxclwfLPFW3K3A8oH57no54re #QckxOBcVhuo1OvwAB0vsTIgV9BLitaus {  }
 }@media only screen and (max-width: 763px) { #wkf5asZKxclwfLPFW3K3A8oH57no54re #OTpSLAxLl78GqzKTqyDQtCvb2wVqFXnR {  }
 }@media only screen and (max-width: 763px) { #wkf5asZKxclwfLPFW3K3A8oH57no54re #AHF9VWWsDbvVO1Or3cGwRNzH21zyQGPI {  }
 }@media only screen and (max-width: 763px) { #wkf5asZKxclwfLPFW3K3A8oH57no54re #i3rTJFTJFzq367IMQdbiuzz5ZNJrSG5L {  }
 }@media only screen and (max-width: 763px) { #wkf5asZKxclwfLPFW3K3A8oH57no54re #tSwfT4ZrxhxRQKke5rHLoW8yITrrChO8 {  }
 }@media only screen and (max-width: 763px) { #wkf5asZKxclwfLPFW3K3A8oH57no54re #Tbon6tGCNpCOM8STXcDEFJLsGEyxFeer {  }
 }@media only screen and (max-width: 763px) { #wkf5asZKxclwfLPFW3K3A8oH57no54re #wv6xJF2GkbyNxGfva8WOoSqUIBOXTT4x {  }
 }@media only screen and (max-width: 763px) { #wkf5asZKxclwfLPFW3K3A8oH57no54re #yZTcm075ANBlJgyBLy3TT3kEnXgN2rgn {  }
 }@media only screen and (max-width: 763px) { #wkf5asZKxclwfLPFW3K3A8oH57no54re #BEfsOHtoNfTt2w6WOGdfbQzAtebVl34p {  }
 }@media only screen and (max-width: 763px) { #wkf5asZKxclwfLPFW3K3A8oH57no54re #yCTrVo0n9HdW4s0h44epm1aek8CTTpkG {  }
 }@media only screen and (max-width: 763px) { #wkf5asZKxclwfLPFW3K3A8oH57no54re #nFnxRnr9k6tVpTdV1tZewcEEepfpFaKE {  }
 }@media only screen and (max-width: 763px) { #wkf5asZKxclwfLPFW3K3A8oH57no54re #V9Up0SgbEn1DamsXtyNNcpwLh9IqKJ6u {  }
 }@media only screen and (max-width: 763px) { #wkf5asZKxclwfLPFW3K3A8oH57no54re #lmPl49vcMmMRGIGD3MFTts0cSrTbyh56 {  }
 }@media only screen and (max-width: 763px) { #wkf5asZKxclwfLPFW3K3A8oH57no54re #T0p967QWdxo5entnR1smbctZ3iis9eTv {  }
 }@media only screen and (max-width: 763px) { #wkf5asZKxclwfLPFW3K3A8oH57no54re #u4A0Sc5QStpVn7mxKGxW7LzgCeMvbeGC {  }
 }@media only screen and (max-width: 763px) { #BGeqQSWQ2e7hkVuL8ctrFFTQb8FENrU8 { top:1.25rem;left:16.5rem;width:31.25rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #usztRPqprmNz44HeLDI07Z2xL4kwTGsP { top:1.8125rem;left:0rem;width:31.25rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWM6XB49zOtWxPg2PTiqthEpJIxnkuVx { top:23.5625rem;left:0rem;width:18.75rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgBJ94cegTGVdLGWXFEIbAXOFCGlCNCr { top:28.9375rem;left:0rem;width:21.875rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdthTRZ5TGyQJ36ATnvyaF2QdHipESWq { width:0.75rem;height:0.75rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdzPwscrQqIXknI88fG80Q47GcAiAZFZ { width:1.6875rem;height:1.6875rem;top:25.5rem;left:0rem;display:block; }
#mdzPwscrQqIXknI88fG80Q47GcAiAZFZ > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #TuvxfiX0C7vEE29sENRade3JLcdwPmT7 { width:1.875rem;height:1.875rem;top:25.4375rem;left:0rem;display:block; }
#TuvxfiX0C7vEE29sENRade3JLcdwPmT7 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #s7x9AZTuymB1QpLK8ChLdPaJo9UlVQ48 { width:2.5rem;height:1.375rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrOcx2t2uDmy4i4czFNakZat5dW4f4I1 { display:block; }
 }@media only screen and (max-width: 763px) { #xS1ATT5GTTCwkdSwSAyMTRittoCrfkXT { width:10.0625rem;height:1.375rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnKDQzdcGnMQD6MA7WaTrk5SRQfoRb25 { display:block; }
 }@media only screen and (max-width: 763px) { #bmwUc8nbJrxu12K1nakNfy8uv5F9WHHO { width:8.3125rem;height:1.375rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzAmNS88ikawuvuarkHX3mIqrBamHa9g { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { position:relative;z-index:auto;display:none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { width:20rem;height:5.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VGWBAJi5BTC86zmyfDoq0NSm5vtfdOuG { width:4.0625rem;height:1.875rem;top:21.875rem;left:7.65625rem;font-size:0.75rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #m1fc9mg6hxEAyZZan3Qvrv85RdN12Sce { display:block; }
 }@media only screen and (max-width: 763px) { #UTq4kOfSzN4972Ks9ToiF20v5XESauhk { width:7.5rem;height:2.5rem;top:21.875rem;left:13.90625rem;font-size:0.75rem;z-index:15034;display:none; }
 }@media only screen and (max-width: 763px) { #POkPUOfurGQ5J8cHALXwn3zafqIQiLBJ { display:block; }
 }@media only screen and (max-width: 763px) { #MNeKvR7tnUgcuQFpdCiTkcRndIB4QThT { width:3.125rem;height:0.125rem;top:24.3125rem;left:9.84375rem;z-index:15061;display:none; }
 }@media only screen and (max-width: 763px) { #i1WqIM9LtNmMfECo3GGOwXhecHbggRf1 { width:3.125rem;height:0.125rem;top:24.3125rem;left:17.96875rem;z-index:15062;display:none; }
 }@media only screen and (max-width: 763px) { #VFl6phfdT4J4kDtkfUqEKTQHcU7rbVcu { width:4.6875rem;height:1.875rem;top:21.875rem;left:-0.46875rem;font-size:0.75rem;z-index:15032;display:none; }
 }@media only screen and (max-width: 763px) { #x5VVU9FKhtO1n1GEakTeKvMJoQl5nFH7 { display:block; }
 }@media only screen and (max-width: 763px) { #bMLhswAkl563TfshPVLqLgnHO5TUNT3n { width:3.125rem;height:0.125rem;top:24.3125rem;left:1.71875rem;z-index:15060;display:none; }
 }@media only screen and (max-width: 763px) { #bNZrX5Utgum7ZM4wVLnEGgu5iqQOncz6 { width:3.75rem;height:1.875rem;top:21.875rem;left:-7.28125rem;font-size:0.75rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #zxgEbHOD3WTtfTcgAvZ7EKl7WhvvAzxT { display:block; }
 }@media only screen and (max-width: 763px) { #qaSq6CZNX7AI4F7OFtU0R4Cq6FBqzG51 { width:3.125rem;height:0.125rem;top:24.3125rem;left:-5.71875rem;z-index:15059;display:none; }
 }@media only screen and (max-width: 763px) { #ehTwJCRPMTpmmLJiQtJHJ8JzsFXVvM2P { width:6.25rem;height:2.5rem;top:21.875rem;left:-14.09375rem;font-size:0.75rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #FPivoG3qLlgLWkkHu5au6uaM0P9TRTVT { display:block; }
 }@media only screen and (max-width: 763px) { #UkEqW7Kflt0Nm7OoTlTeHoasGFyiZTRv { width:3.125rem;height:0.125rem;top:24.3125rem;left:-12.53125rem;z-index:15061;display:none; }
 }@media only screen and (max-width: 763px) { #kupsfRZycc3P4FeVWazkGxEzP41TmedI { width:5.5rem;height:5.5rem;top:5.8125rem;left:4.34375rem;font-size:0.75rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #s9aecnqUqG99GCTZR7SeihKmm3CF1TwZ { display:block; }
 }@media only screen and (max-width: 763px) { #DdwyMeteBuUfBukLay7sd2dxtsTPl3md { width:6.25rem;height:2.5rem;top:1.375rem;left:6.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LxJIgAbTiQ6bX0nkAa0QbmNOQR1trviv { display:block; }
 }@media only screen and (max-width: 763px) { #kVLxsJaMENCUJhwQghpizToGKaPThOgf { width:7.5rem;height:2.5rem;top:1.375rem;left:6.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pSmnFPs8zQaxN8rA8AeXKgqbDSdIAEh2 { display:block; }
 }@media only screen and (max-width: 763px) { #TcyH4f0oLRlGe59MXvySmQLIwsL4PLcx { width:7.5rem;height:2.5rem;top:1.375rem;left:6.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zEaIKfdwC2oU9PCZlSTfPawcZ1ppPsQh { display:block; }
 }@media only screen and (max-width: 763px) { #O6VFpHDHaIV6X4I9vKxUsCKu816DZbJw { width:7.5rem;height:2.5rem;top:1.375rem;left:6.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VwGbeeudVkk5X4pXEPanmhn2tZyo7zvJ { display:block; }
 }@media only screen and (max-width: 763px) { #o3gTIT874Z0lrTPx2y442KvlogB2xHyL { width:7.5rem;height:2.5rem;top:1.375rem;left:6.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #a4ErsvDDli4CsQ9ymf4bTJ7wWXtfdB7M { display:block; }
 }@media only screen and (max-width: 763px) { #s6m7fpSHZbb8MoFw0gA0DLAXW2T0R8TW { width:9.1875rem;height:3.3125rem;top:1.25rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiDTLTT8Bgw2hFbF5rVrmn5gOKcbxLRD { width:3.125rem;height:0.125rem;top:3.8125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IP836ywxmBu1kGVl7LwEpXXyPJmihWwf { width:3.125rem;height:0.125rem;top:3.8125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #c5GmCr2RcRXzdlBi6xSCVmZeuk5pNElw { width:3.125rem;height:0.125rem;top:3.8125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fHBcmWJ5VfkTgF3usTrwFItMTbMtgvNE { width:3.125rem;height:0.125rem;top:3.8125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTzylfRokKr3bZgcdfWrEfGG4OADpkET { width:3.125rem;height:0.125rem;top:3.8125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VdVTVk699TlWdTwhJgdTDvLKphWbbmtx { position:relative;z-index:auto;display:block; }#VdVTVk699TlWdTwhJgdTDvLKphWbbmtx > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VBLquB4AlrHzA5A2Hm3s95OHPGMEhyQh { width:4.0625rem;height:1.875rem;top:1.625rem;left:6.4375rem;font-size:0.75rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #dnm9hEdohNDFJyO27ZiccpyFElmlP58V { display:block; }
 }@media only screen and (max-width: 763px) { #VKu10BCQuo3zDXHpBOKitWOL8MaRmGiR { width:7.5rem;height:2.5rem;top:21.875rem;left:13.90625rem;font-size:0.75rem;z-index:15034;display:none; }
 }@media only screen and (max-width: 763px) { #idT9AT1gHeXwawrJTIlk6ggG22emUL1F { display:block; }
 }@media only screen and (max-width: 763px) { #acoGIv7uuHn8fUL5TxiUMkSJTQ03MFUn { width:3.125rem;height:0.125rem;top:4.0625rem;left:8.625rem;z-index:15061;display:none; }
 }@media only screen and (max-width: 763px) { #WeyUmQDkVhAtN289OOIXh7g41eRNLMgd { width:3.125rem;height:0.125rem;top:24.3125rem;left:17.96875rem;z-index:15062;display:none; }
 }@media only screen and (max-width: 763px) { #TGZSZgK1NSmf96HotJXn4KT5sGA0edi1 { width:4.6875rem;height:1.875rem;top:21.875rem;left:-0.46875rem;font-size:0.75rem;z-index:15032;display:none; }
 }@media only screen and (max-width: 763px) { #OaTWe3PO3GX2RWfnSMX7spOSsNGDMZak { display:block; }
 }@media only screen and (max-width: 763px) { #H974tW8eorxT2HTCCNE7tAL0MtksmeLu { width:3.125rem;height:0.125rem;top:24.3125rem;left:1.71875rem;z-index:15060;display:none; }
 }@media only screen and (max-width: 763px) { #RzT19B5TWowsoPVl31mPd6XE37DaNQn8 { width:3.75rem;height:1.875rem;top:21.875rem;left:-7.28125rem;font-size:0.75rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #AilQleWs95MQlkDuB6p33DyLy2bHFOb8 { display:block; }
 }@media only screen and (max-width: 763px) { #CJnNBnlwMbaPUrccaqAV6QdTVnBXuNJr { width:3.125rem;height:0.125rem;top:24.3125rem;left:-5.71875rem;z-index:15059;display:none; }
 }@media only screen and (max-width: 763px) { #TXDPxtTRV1Oy8qVO34irTwDtomdZUWhu { width:6.25rem;height:2.5rem;top:21.875rem;left:-14.09375rem;font-size:0.75rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #XwiAVVXUJ7iPoOcPRRW5BuyT8dn3JFNM { display:block; }
 }@media only screen and (max-width: 763px) { #vCvubXCNgcN3Jssizwc3lRTC8QVc9S3h { width:3.125rem;height:0.125rem;top:24.3125rem;left:-12.53125rem;z-index:15061;display:none; }
 }@media only screen and (max-width: 763px) { #l65M33SMLWMfFaZbaG2LTKkhX14mlI82 { width:5.5rem;height:5.5rem;top:5.8125rem;left:4.34375rem;font-size:0.75rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #nTs2cJhiNfWpFIZ50mTB5VHZKI6mNmkq { display:block; }
 }@media only screen and (max-width: 763px) { #cSvlDzDi5TEMuTEA698vzwLxLVHqUO3n { width:6.25rem;height:2.5rem;top:1.375rem;left:6.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xyLIcd1izCBfWiavs3G9T38iKAwBfqz5 { display:block; }
 }@media only screen and (max-width: 763px) { #ngB6owbDDtER1c0oe3nSLudK8lhQ3NQq { width:7.5rem;height:2.5rem;top:1.375rem;left:6.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PzkuaP1x2ZZ0L8quZ6iqgAKDxEalHVOH { display:block; }
 }@media only screen and (max-width: 763px) { #dTtPTVkZpZdWXLXnczfTLRKKsz2RwIOs { width:7.5rem;height:2.5rem;top:1.375rem;left:6.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qkhqqEGb2kbN5RVLn9upIPthRAwabvoE { display:block; }
 }@media only screen and (max-width: 763px) { #EffzCRgTwOavCVqyQdTRe6zX57hWJWHZ { width:7.5rem;height:2.5rem;top:1.375rem;left:6.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #I3KkvzVfCKXOiRVEfdOGVO6tahvemV0U { display:block; }
 }@media only screen and (max-width: 763px) { #FwUNeyChhdfA2WPLO26bgvIM2ynELwA2 { width:7.5rem;height:2.5rem;top:1.375rem;left:6.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vSs0zOw4lgOtkVhbUf4FgoNOa8mTd0R3 { display:block; }
 }@media only screen and (max-width: 763px) { #BpnPtsxmbfAU3IMnSPffpAX24urTJ3bH { width:9.1875rem;height:3.3125rem;top:1.25rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKS3A3HUL2ZLzS8MDeGsegyuIinFhtyp { width:3.125rem;height:0.125rem;top:3.8125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TB80hIDof5ZybmTrAKGWku3xMPLyidv5 { width:3.125rem;height:0.125rem;top:3.8125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qlSSTcduPi0tcmeNy90G2kG2zeO1imnb { width:3.125rem;height:0.125rem;top:3.8125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #I3i4HZTJNMdreZDOaWV2BN4PObaFxlAk { width:3.125rem;height:0.125rem;top:3.8125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a6qIH2cuwxuBUnMaCrtqpdrmgFTGuQFy { width:3.125rem;height:0.125rem;top:3.8125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e9cvhWTVWnROwq4oBPMEtLlTSiR9lrXA { top:5.8125rem;left:0rem;width:20rem;height:1.75rem;z-index:15063;font-size:0.9375rem;color:#e30613;background-color:transparent;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) { #bpuxDciz9SLoAUp9W5JsqLXeN2pfedqL { display:block; }
 }@media only screen and (max-width: 763px) { #bdofVyaSd5QRB6vdl59wPhB3DW08i2eb { top:7.5rem;left:0.0625rem;width:20rem;height:1.75rem;z-index:15064;font-size:0.9375rem;color:#e30613;background-color:transparent;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) { #uxVndTQhMWmh9InRXWdKvUMS4k5WUVpM { display:block; }
 }@media only screen and (max-width: 763px) { #qZTUefy51AFHR0vh0Z8vdIr3ndiubMFD { top:11rem;left:0rem;width:20rem;height:1.75rem;z-index:15065;font-size:0.9375rem;color:#e30613;background-color:transparent;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) { #uEx8ArwLDvVItdrXFp0tb8ypR7Etpqb5 { display:block; }
 }@media only screen and (max-width: 763px) { #V2V9TP29RR63B06gAqyqNrlBXJ0BX0rb { top:9.25rem;left:0rem;width:20rem;height:1.75rem;z-index:15066;font-size:0.9375rem;color:#e30613;background-color:transparent;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) { #TKR7T9FwTiQavz6tSHuI5Whp1iTXBS5l { display:block; }
 }@media only screen and (max-width: 763px) { #plbdXLMCak9fz2h6i0b8q8vRzzP2lUx9 { top:12.75rem;left:0rem;width:20rem;height:1.75rem;z-index:15067;font-size:0.9375rem;color:#e30613;background-color:transparent;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) { #DrGGU9uQemCXxQziaOcpmcJ4ulSOuZMV { display:block; }
 }@media only screen and (max-width: 763px) { #nn38zoqroc71migrmhZCEtoEdh30VivU { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ad0f5d9d-3aa9-4309-8efd-e9700f09246d/MicrosoftTeamsimage49.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nn38zoqroc71migrmhZCEtoEdh30VivU.adaptive-delivery-prevent-bg, #nn38zoqroc71migrmhZCEtoEdh30VivU.lazyload, #nn38zoqroc71migrmhZCEtoEdh30VivU.lazyloading { background-image: none; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container { background-color: transparent; background-image: none; }#nn38zoqroc71migrmhZCEtoEdh30VivU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container > .video-iframe-container { display: none; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row > .video-iframe-container { display: none; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .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); }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZeAcDyDe0Hbzghf7qRTPZK17qne0gIi8 { width:20rem;height:1.03125rem;top:4.21875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #OI3hOPWU18ReunMDnat8sHbTRqsIG7A5 { width:20rem;height:1.71875rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TbB0CwV8GTGVCQk4OJ5tL8f0auOtcsWR { width:9.375rem;height:1.03125rem;top:17.125rem;left:5.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #uG2l3b61wduZacnyezIL2ns8hO26aeu1 { width:0.0625rem;height:4.375rem;top:9rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqO7JLAXnMzmwreG2N3xJDscz0WHyoHd { width:7.8125rem;height:1.375rem;top:16.203125rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TepVUK8GdSDshMnqCqs5oG7dQHemS4ar { width:1.25rem;height:1.25rem;top:14.625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEdBLDXAH2IBSEl8rBHFbyIIAEI2g5Lx { width:6.8125rem;height:0.0625rem;top:34.15625rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTamGNwT4XhyHJFPvwRcLD5fxblVUDUW { width:0.0625rem;height:12.8125rem;top:20.09375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XupSaGQE2qkOyk0pQhDexvZHrW6Tq0f1 { width:1.25rem;height:1.25rem;top:17.59375rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vIt5dsNvmBQm4kdSCNkDnnTCc2LodSrD { width:1.25rem;height:1.25rem;top:39.40625rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RxTuy5s5HVHfT1HTceiiCR9ysnyAAwAm { width:3.75rem;height:0.0625rem;top:38.09375rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XPeJQvnL1zRWuNrBO4Wcdi1h68N1qTio { width:0.0625rem;height:1.25rem;top:6.5rem;left:9.9375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #O2rnKv7nrzsdTcvTfd7ANo3sxaK8tyhd { display:block; }#O2rnKv7nrzsdTcvTfd7ANo3sxaK8tyhd > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mJ3BsftWOrdTXFtRScXs9vXDaHLU3J78 { width:20rem;height:1.6503875rem;top:1.2499995231628rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lvoh2JFD9EcCFzRblrNbT9SB5EaPAXzg { width:17.9998125rem;height:19.125rem;top:4.9999995231628rem;left:0.9987570643425rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #C58Ax5IwJqTKATPduCBpmHCrglfM12P1 { display:block; }#C58Ax5IwJqTKATPduCBpmHCrglfM12P1 > .row .container { width:20rem;height:77.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bn8kwOC5zUrmtiokdVm0eMRgIxl3hFrc { width:0.125rem;height:2.1875rem;top:28.59375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFctpsTOfEFP7ZHgdWZMCOK42071ALm6 { width:20rem;height:0.125rem;top:9.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTEPVe8xqkVlF4yfaDXyx0gyxWL1yNa6 { width:0.125rem;height:2.1875rem;top:45.8125rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NceNmKwBkfnr7WHQC7pWFo9eGVUrasQq { width:12.5rem;height:4.875rem;top:56.9375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCENPTTqWOpSaDhU47WwukPuObwnek2x { width:0.125rem;height:2.1875rem;top:21.5rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS3sihwTMlXIQrKmk0d5UKDgS5dt6g9c { width:12.5rem;height:4.875rem;top:48.625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4IvnApHfOEcKG9rgsJy5CSnGPpZ78KF { width:0.125rem;height:2.1875rem;top:54.125rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTBbZUsr1amtuKKCEWuByS8BUU5DkM8K { width:12.5rem;height:2.4375rem;top:10.25rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFN7IKUsuAfsSZEi77CqfnH9CM991DZE { width:0.125rem;height:2.1875rem;top:13.3125rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMomdZbEWTGTlZ8JM1JHz1uyy597kNz5 { width:12.5rem;height:3.65625rem;top:41.5625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7SB5sX6QS9SpJnLRHnKkgz38KxoPVfs { width:0.125rem;height:2.1875rem;top:69.5625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLGplQFDJySMSQQUbRAeO0TLyBdHGyTX { width:0.125rem;height:2.1875rem;top:7.4375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np77BZXvv31kiuW6lTbIAUBDaPdOBkJk { width:20rem;height:0.125rem;top:66.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETkvRDmTBdNL9ZkpW0yMmIGAVHDo06GM { width:0.125rem;height:2.1875rem;top:66.9375rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yOpTMa9LPAeVvLIb8prNsZ0KprSmdmIo { width:0.125rem;height:2.1875rem;top:62.4375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTp1rfNsBLoDmavWLCMh6cRRsKzihGLn { width:0.125rem;height:2.1875rem;top:66.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KN8nEx85SSSddTZMDnhTMp6amTcgHwLa { width:12.5rem;height:3.65625rem;top:65.25rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQtZ2ghTmWu8BHe8sZnuwE01E1bC9L7o { width:12.5rem;height:4.875rem;top:31.40625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3RBDvJH5VFfppJqd2CitL0oWggmToiH { width:12.5rem;height:2.4375rem;top:72.375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzGoaqqCNswlcgvQR2x1d2Sd07FB2f9V { width:20rem;height:1.50035625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z32sLmyFTX8L8RGn8BCNhgEkq1oVbE4M { width:12.5rem;height:3.65625rem;top:24.3125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoXqGrtzWWkrTa1IHTUr0roS48gLCbVc { width:12.5rem;height:4.875rem;top:16.125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXFfwDhpQqIXAmbACDv7iB74TyicZNyc { width:12.5rem;height:2.4375rem;top:4.4375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2HL3yZCpbwJqGbwmw4sTFGpbkS569XT { display:flex;width:1.5625rem;height:1.5625rem;top:38.1875rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #ubRdLEBDxbShBC1Eqy2lTn4rxeBTWxGW { background-color:transparent;background-image:none;display:block; }#ubRdLEBDxbShBC1Eqy2lTn4rxeBTWxGW > .row .container { background-color: transparent; background-image: none; }#ubRdLEBDxbShBC1Eqy2lTn4rxeBTWxGW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubRdLEBDxbShBC1Eqy2lTn4rxeBTWxGW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubRdLEBDxbShBC1Eqy2lTn4rxeBTWxGW > .row .container > .video-iframe-container { display: none; }#ubRdLEBDxbShBC1Eqy2lTn4rxeBTWxGW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubRdLEBDxbShBC1Eqy2lTn4rxeBTWxGW > .row > .video-iframe-container { display: none; }#ubRdLEBDxbShBC1Eqy2lTn4rxeBTWxGW > .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); }#ubRdLEBDxbShBC1Eqy2lTn4rxeBTWxGW > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uk7oRZonXTeOMf7mTgzpVy2WZnThSdCI { width:20rem;height:1.062675rem;top:29.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#5a5a59;display:block; }
 }@media only screen and (max-width: 763px) { #HVW6X9BOivv4HiU1C3ZpabE4e20oZsKS { width:20rem;height:0.750175rem;top:31.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw1EmhrfOc3WLAlf4OhavQsT6TGycEZM { width:20rem;height:23.625rem;top:4.6244668960571rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#5a5a59;display:block; }
 }@media only screen and (max-width: 763px) { #hAeaOPmAOb1XXlWxITy8VtxrNpXp3BVZ { width:2.8125rem;height:1.9992875rem;top:19.6875rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #S7Nvq52mHOFn8HGROf7BOrsaQTTAD17m { width:2.875rem;height:2rem;top:3.75rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CiDTmIAXEUK8Z9eIxasht7ctEdgnFFk4 { width:20rem;height:1.50035625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#5a5a59;display:block; }
 }@media only screen and (max-width: 763px) { #J8qZQyI73ef8GQw3e2fG4DD9o3f96Hww { display:block; }#J8qZQyI73ef8GQw3e2fG4DD9o3f96Hww > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTAaCchglEhb7gXQiPmN62cNGt0U4gqK { width:20rem;height:1.9494625rem;top:1.7480401992798rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z9PK8S8pyX3dMlvZnd5lh8ROUJGVAs4u { width:7.8125rem;height:6.625rem;top:35.8125rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #POa3fr9hfJkiXmk0cf8LiwndXClsCtSf { width:13.75rem;height:0.125rem;top:8.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXZ1GU5ulw99GD4qVqLNodyQVvXBT6KZ { width:12.3125rem;height:1.4624rem;top:7.375rem;left:6.312255859375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #alR25fezWhy9uvWDq6Uwfm4gm1xASaWP { width:7.8125rem;height:6.625rem;top:43.6875rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RrJGMZ9HTOSQEVXr2RUIevHPFB0h6TXq { width:13.75rem;height:0.12429rem;top:30.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqUOL4kwTXdeip3cDsUOZAAPEThwVqlR { width:7.8125rem;height:6.625rem;top:51.5625rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DRt2hIVlF5PLe8Gr5Nqv9NqGOckcUF9W { width:7.8125rem;height:6.625rem;top:67.3125rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WPuxEq3lgCI5TfvWmPRJ4PKKMKQhbW9k { width:13.75rem;height:0.12429rem;top:13.562255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #df959KVnK3zw4RlLeyX4XbA4t8sLWq1B { width:12.4375rem;height:1.4624rem;top:12.061767578125rem;left:1.312255859375rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #VJTRTnEpm2XmqBxuPvHgG0GC88JKAkfW { width:13.5625rem;height:1.4624rem;top:29.4375rem;left:6.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p3eV2qtaNXpDhpfoP2PHlFEKCO9Ho1Su { width:13.75rem;height:0.12429rem;top:19.124755859375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iy7ZQLfcaQTEKeZ8XfBFJk8M7Ol0a50c { width:13.625rem;height:1.4624rem;top:17.624267578125rem;left:6.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HdyeIHzGz6vRUye5b0f30maN175qtVna { width:13.75rem;height:2.76171875rem;top:22.94140625rem;left:0rem;font-size:1.0625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #TaAmN1TCa58JJFaNl0xdbn0cwvGHTmR2 { width:13.75rem;height:0.12429rem;top:25.74951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKneVJMWioafT2J0sF1bDWcyUTaCTiqO { width:13.75rem;height:0.12429rem;top:36.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTDOJJcdR3sEupbtxBfrvRk3B4kw9lhV { width:13.625rem;height:1.4624rem;top:34.6875rem;left:0rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #VOwxbx20xVFqLslOaa6uHnuQFNSLRW94 { width:7.8125rem;height:6.625rem;top:59.4375rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rT8bCgCBwxwhXC6W30zm9T89DsanBqr9 { width:7.8125rem;height:6.625rem;top:75.1875rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NWSBndvESgxyT3F5M2vkBnnhhyKSTBf8 { top:5.479736328125rem;left:0rem;width:6.25rem;height:5.249025rem;z-index:15034;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T2t6wyAXuqa9iLzoFlfygpDzoDznsrir { top:10.167236328125rem;left:13.87451171875rem;width:6.12426875rem;height:5.249025rem;z-index:15035;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JldZpZxHJoqhWOPSRfyIVcT9unWrlovV { top:15.728759765625rem;left:0rem;width:6.12426875rem;height:5.249025rem;z-index:15036;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cliOD7DD4wTGSmfEbMJJRds24TkaBK9n { top:21.69677734375rem;left:13.87451171875rem;width:6.12426875rem;height:5.249025rem;z-index:15037;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zyNVVIwTUOutn8lGwTpFKn69yCJ8eODQ { top:32.875rem;left:13.875rem;width:6.12426875rem;height:5.249025rem;z-index:15038;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gRTfJRChK7l1wrgwWE1ga8rQ4yzrdKEd { top:27.625rem;left:0rem;width:6.12426875rem;height:5.249025rem;z-index:15039;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lw5rRhimOlayDsZZQLQGZnIsTnaDVeTn { display:block; }#lw5rRhimOlayDsZZQLQGZnIsTnaDVeTn > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vA5n81NTATZR8rsIt1inQS4vIDncsdmr { width:20rem;height:8.4rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSiTKaaCPKo2gcxsWbxeRsIOaqlUtwDW { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2d301b29-24c6-4740-9a92-9eca8d7e435c/MicrosoftTeamsimage42.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#aSiTKaaCPKo2gcxsWbxeRsIOaqlUtwDW.adaptive-delivery-prevent-bg, #aSiTKaaCPKo2gcxsWbxeRsIOaqlUtwDW.lazyload, #aSiTKaaCPKo2gcxsWbxeRsIOaqlUtwDW.lazyloading { background-image: none; }#aSiTKaaCPKo2gcxsWbxeRsIOaqlUtwDW > .row .container { background-color: transparent; background-image: none; }#aSiTKaaCPKo2gcxsWbxeRsIOaqlUtwDW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(227,6,19,0.3); }#aSiTKaaCPKo2gcxsWbxeRsIOaqlUtwDW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSiTKaaCPKo2gcxsWbxeRsIOaqlUtwDW > .row .container > .video-iframe-container { display: none; }#aSiTKaaCPKo2gcxsWbxeRsIOaqlUtwDW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(227,6,19,0.3); }#aSiTKaaCPKo2gcxsWbxeRsIOaqlUtwDW > .row > .video-iframe-container { display: none; }#aSiTKaaCPKo2gcxsWbxeRsIOaqlUtwDW > .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); }#aSiTKaaCPKo2gcxsWbxeRsIOaqlUtwDW > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lRGErbgsvHCrO8AIEuZp9EfmVwR4H28M { width:18rem;height:1.375rem;top:3.875rem;left:1rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15002;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #x8mkM2dtwk89WNlbbUB0PS7eauCgyP4S { width:12.5rem;height:2.8125rem;top:6.5rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #niKkWOoRvaITM8nv61d6zNyrRhu85p2u { display:block; }
 }@media only screen and (max-width: 763px) { #TmJbzcoGl3Pa68a2eCVlvEmBTuvup7h0 { width:20rem;height:1.375rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15002;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:20rem;height:62.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OiXCqblWFQnbeCupk3KTvFudGJsEQAJR { width:20rem;height:7.95703125rem;top:35.838623046875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rQ0WA7EnC3Ho1DTs02gCCsQskUKptQqb { width:1.5625rem;height:1.5625rem;top:55.6875rem;left:6.4375rem;font-size:1.0625rem;display:block; }
#rQ0WA7EnC3Ho1DTs02gCCsQskUKptQqb > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #wkf5asZKxclwfLPFW3K3A8oH57no54re .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re .widget-input-text {padding-top: 0; padding-bottom: 0;}#wkf5asZKxclwfLPFW3K3A8oH57no54re .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re .widget-input-select {padding-top: 0; padding-bottom: 0;}#wkf5asZKxclwfLPFW3K3A8oH57no54re .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#wkf5asZKxclwfLPFW3K3A8oH57no54re .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re  { width:17.5rem;height:auto;top:4.4053826332092rem;left:0rem; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#wkf5asZKxclwfLPFW3K3A8oH57no54re {display:block;}#wkf5asZKxclwfLPFW3K3A8oH57no54re { width:17.5rem;height:auto;top:4.4053826332092rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wkf5asZKxclwfLPFW3K3A8oH57no54re #ixLkJv3VqnlaCwAH7v00mxLxQHkcuUMq {  }
 }@media only screen and (max-width: 763px) { #wkf5asZKxclwfLPFW3K3A8oH57no54re #gACqTp77LBJud9tmeZaXiMm5wkyqKKfL { display:none; }
 }@media only screen and (max-width: 763px) { #wkf5asZKxclwfLPFW3K3A8oH57no54re #Q633v6pWH0eu0TDmLwiwCaa5XdIzMTCi {  }
 }@media only screen and (max-width: 763px) { #wkf5asZKxclwfLPFW3K3A8oH57no54re #evcwDMmiHQI0i0RrTHh8Sxq6BQk3Uduk {  }
 }@media only screen and (max-width: 763px) { #wkf5asZKxclwfLPFW3K3A8oH57no54re #ClJuAVtUkzK3XqpZHwmgukNB09GQew65 { display:none; }
 }@media only screen and (max-width: 763px) { #wkf5asZKxclwfLPFW3K3A8oH57no54re #QckxOBcVhuo1OvwAB0vsTIgV9BLitaus {  }
 }@media only screen and (max-width: 763px) { #wkf5asZKxclwfLPFW3K3A8oH57no54re #OTpSLAxLl78GqzKTqyDQtCvb2wVqFXnR {  }
 }@media only screen and (max-width: 763px) { #wkf5asZKxclwfLPFW3K3A8oH57no54re #AHF9VWWsDbvVO1Or3cGwRNzH21zyQGPI { display:none; }
 }@media only screen and (max-width: 763px) { #wkf5asZKxclwfLPFW3K3A8oH57no54re #i3rTJFTJFzq367IMQdbiuzz5ZNJrSG5L {  }
 }@media only screen and (max-width: 763px) { #wkf5asZKxclwfLPFW3K3A8oH57no54re #tSwfT4ZrxhxRQKke5rHLoW8yITrrChO8 {  }
 }@media only screen and (max-width: 763px) { #wkf5asZKxclwfLPFW3K3A8oH57no54re #Tbon6tGCNpCOM8STXcDEFJLsGEyxFeer { display:none; }
 }@media only screen and (max-width: 763px) { #wkf5asZKxclwfLPFW3K3A8oH57no54re #wv6xJF2GkbyNxGfva8WOoSqUIBOXTT4x {  }
 }@media only screen and (max-width: 763px) { #wkf5asZKxclwfLPFW3K3A8oH57no54re #yZTcm075ANBlJgyBLy3TT3kEnXgN2rgn {  }
 }@media only screen and (max-width: 763px) { #wkf5asZKxclwfLPFW3K3A8oH57no54re #BEfsOHtoNfTt2w6WOGdfbQzAtebVl34p { display:none; }
 }@media only screen and (max-width: 763px) { #wkf5asZKxclwfLPFW3K3A8oH57no54re #yCTrVo0n9HdW4s0h44epm1aek8CTTpkG {  }
 }@media only screen and (max-width: 763px) { #wkf5asZKxclwfLPFW3K3A8oH57no54re #nFnxRnr9k6tVpTdV1tZewcEEepfpFaKE {  }
 }@media only screen and (max-width: 763px) { #wkf5asZKxclwfLPFW3K3A8oH57no54re #V9Up0SgbEn1DamsXtyNNcpwLh9IqKJ6u {  }
 }@media only screen and (max-width: 763px) { #wkf5asZKxclwfLPFW3K3A8oH57no54re #lmPl49vcMmMRGIGD3MFTts0cSrTbyh56 {  }
 }@media only screen and (max-width: 763px) { #wkf5asZKxclwfLPFW3K3A8oH57no54re #T0p967QWdxo5entnR1smbctZ3iis9eTv {  }
 }@media only screen and (max-width: 763px) { #wkf5asZKxclwfLPFW3K3A8oH57no54re #u4A0Sc5QStpVn7mxKGxW7LzgCeMvbeGC {  }
 }@media only screen and (max-width: 763px) { #BGeqQSWQ2e7hkVuL8ctrFFTQb8FENrU8 { width:20rem;height:2.5996125rem;top:1.8101916313171rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #usztRPqprmNz44HeLDI07Z2xL4kwTGsP { width:20rem;height:2.5996125rem;top:31.995849609375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vWM6XB49zOtWxPg2PTiqthEpJIxnkuVx { width:18.75rem;height:0.9746125rem;top:54rem;left:0.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QgBJ94cegTGVdLGWXFEIbAXOFCGlCNCr { width:19.875rem;height:0.89355625rem;top:59.3125rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MdthTRZ5TGyQJ36ATnvyaF2QdHipESWq { width:0.625rem;height:0.625rem;top:59.321618080139rem;left:1.5605469346046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdzPwscrQqIXknI88fG80Q47GcAiAZFZ { width:1.5rem;height:1.5rem;top:55.8125rem;left:9.1875rem;font-size:1rem;display:block; }
#mdzPwscrQqIXknI88fG80Q47GcAiAZFZ > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #TuvxfiX0C7vEE29sENRade3JLcdwPmT7 { width:1.75rem;height:1.75rem;top:55.625rem;left:11.75rem;font-size:1.1875rem;display:block; }
#TuvxfiX0C7vEE29sENRade3JLcdwPmT7 > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #s7x9AZTuymB1QpLK8ChLdPaJo9UlVQ48 { width:2.5rem;height:1.4375rem;top:45.1875rem;left:8.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wrOcx2t2uDmy4i4czFNakZat5dW4f4I1 { display:block; }
 }@media only screen and (max-width: 763px) { #xS1ATT5GTTCwkdSwSAyMTRittoCrfkXT { width:10.125rem;height:1.4375rem;top:47.25rem;left:4.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wnKDQzdcGnMQD6MA7WaTrk5SRQfoRb25 { display:block; }
 }@media only screen and (max-width: 763px) { #bmwUc8nbJrxu12K1nakNfy8uv5F9WHHO { width:8.3745625rem;height:1.429686875rem;top:49.3125rem;left:5.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NzAmNS88ikawuvuarkHX3mIqrBamHa9g { display:block; }
 }