.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); }#tUZmpp6uAgmXhC2OgQVaVZRl6vSybulz { border-top:0;border-left:0;border-right:0;border-bottom:0;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; }#tUZmpp6uAgmXhC2OgQVaVZRl6vSybulz > .row .container { background-color: transparent; background-image: none; }#tUZmpp6uAgmXhC2OgQVaVZRl6vSybulz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUZmpp6uAgmXhC2OgQVaVZRl6vSybulz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUZmpp6uAgmXhC2OgQVaVZRl6vSybulz > .row .container > .video-iframe-container { display: none; }#tUZmpp6uAgmXhC2OgQVaVZRl6vSybulz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUZmpp6uAgmXhC2OgQVaVZRl6vSybulz > .row > .video-iframe-container { display: none; }#tUZmpp6uAgmXhC2OgQVaVZRl6vSybulz > .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); }#tUZmpp6uAgmXhC2OgQVaVZRl6vSybulz > .row .container { border-width: 0; border-radius: 0; }#tUZmpp6uAgmXhC2OgQVaVZRl6vSybulz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tUZmpp6uAgmXhC2OgQVaVZRl6vSybulz > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#EEThiliGxOMUWqCWGhaPmVf3kRW8Ha3i { color:#b95050;display:block;width:5.1875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.1875rem;left:40.5rem;height:1.3rem;display:block; }
#qWRNWIhg3N6ZTVkWHWKHZZkU4IDurwWI { color:#ffffff;display:block;width:4.8125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.1875rem;left:56.3125rem;height:1.3rem;display:block; }
#eiQkKsWBkbOi3F7hpBgBTTLel7kS46Ir { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.1875rem;left:47.375rem;height:1.3rem;display:block; }
#rJXpLVlPXLmceXflR8nZotGyTWCTaLrJ { position:absolute;display:block;z-index:15015;height:0.625rem;width:1rem;top:3.2062499523163rem;left:13.024219512939rem;display:none; }
#dhyQV9ZARp3W4p7lwG1lyyp70wNd0KUd { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:10.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Sl6uASS1xvA5Q8FHI3ATBTmgEs7PaTR9 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:7.9375rem;top:0rem;left:11.249218940735rem;overflow:hidden;display:block; }
#Fbz77SrUOWwQs2VI61ZKJyqZbzSXtig6 { background-color:#25d366;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.575rem;height:3rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.3125rem;left:63.4375rem;display:block; }
#kI2zKhSmx99sgsUVFr0Kgtm3oBN0PwBX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FakAcpqgcKNQe6mOHQ98GraXc4rJNnJL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FakAcpqgcKNQe6mOHQ98GraXc4rJNnJL > .row .container { background-color: transparent; background-image: none; }#FakAcpqgcKNQe6mOHQ98GraXc4rJNnJL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FakAcpqgcKNQe6mOHQ98GraXc4rJNnJL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FakAcpqgcKNQe6mOHQ98GraXc4rJNnJL > .row .container > .video-iframe-container { display: none; }#FakAcpqgcKNQe6mOHQ98GraXc4rJNnJL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FakAcpqgcKNQe6mOHQ98GraXc4rJNnJL > .row > .video-iframe-container { display: none; }#FakAcpqgcKNQe6mOHQ98GraXc4rJNnJL > .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); }#FakAcpqgcKNQe6mOHQ98GraXc4rJNnJL > .row .container { border-width: 0; border-radius: 0; }#FakAcpqgcKNQe6mOHQ98GraXc4rJNnJL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FakAcpqgcKNQe6mOHQ98GraXc4rJNnJL > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#VPwyDU5FvR5bcOnfdkhUpKlRxdrqi7EU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(139deg, #2652b5, #307cbf);background-image: -moz-linear-gradient(139deg, #2652b5, #307cbf);background-image: -ms-linear-gradient(139deg, #2652b5, #307cbf);background-image: -o-linear-gradient(139deg, #2652b5, #307cbf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2652b5', endColorstr='#307cbf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2652b5', endColorstr='#307cbf' );";background-image: linear-gradient(139deg, #2652b5, #307cbf);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; }#VPwyDU5FvR5bcOnfdkhUpKlRxdrqi7EU > .row .container { background-color: transparent; background-image: none; }#VPwyDU5FvR5bcOnfdkhUpKlRxdrqi7EU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VPwyDU5FvR5bcOnfdkhUpKlRxdrqi7EU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VPwyDU5FvR5bcOnfdkhUpKlRxdrqi7EU > .row .container > .video-iframe-container { display: none; }#VPwyDU5FvR5bcOnfdkhUpKlRxdrqi7EU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VPwyDU5FvR5bcOnfdkhUpKlRxdrqi7EU > .row > .video-iframe-container { display: none; }#VPwyDU5FvR5bcOnfdkhUpKlRxdrqi7EU > .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); }#VPwyDU5FvR5bcOnfdkhUpKlRxdrqi7EU > .row .container { border-width: 0; border-radius: 0; }#VPwyDU5FvR5bcOnfdkhUpKlRxdrqi7EU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VPwyDU5FvR5bcOnfdkhUpKlRxdrqi7EU > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:75rem;position:relative;display:block; }#d749a7327091d7f8113eed16776db7be { color:#ffffff;display:block;width:39.9375rem;position:absolute;font-family:roboto;font-size:3.5rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:8.0625rem;left:0rem;height:8.4rem;font-style:normal;display:block; }
#d179815cfa14503632bcd5ae602c362f { color:#ffffff;display:block;width:40rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:18.125000715256rem;left:0rem;height:4.5rem;display:block; }
#cb088d87ddb0075aa9be31276093388b { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(91deg, #000000, rgba(0,0,0,0));background-image: -moz-linear-gradient(91deg, #000000, rgba(0,0,0,0));background-image: -ms-linear-gradient(91deg, #000000, rgba(0,0,0,0));background-image: -o-linear-gradient(91deg, #000000, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000' );";background-image: linear-gradient(91deg, #000000, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.1875rem;width:40.0625rem;top:27.5rem;left:0rem;display:block; }
#f8a37cb2e111cd46243de69a8758b804 { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:29.787502288818rem;left:2.5rem;height:1.4625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#V6fabb4da18f1b40d555e8d76a049a72 { color:#ffffff;display:block;width:15.875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:30rem;left:21.249999046326rem;height:1.4625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#gb41fa2569866dcd2f0045837733d386 { color:#ffffff;display:block;width:17.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:33.537501513958rem;left:2.5rem;height:1.4625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#badfb322e6bd2c91db34a7670e78f583 { color:#ffffff;display:block;width:16rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:33.537502288818rem;left:21.249999046326rem;height:1.4625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Zb0cfd30befd7827fea995a15954bc88 { position:absolute;display:block;z-index:15008;background-color:#1f41ac;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;height:36.875rem;width:26.1875rem;top:5.9359374046326rem;left:48.687500953674rem;display:block; }
#E49b45d442c1475791320492d3117e67 { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:8.0625rem;left:49.968750953674rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iRRz0BablESkO7cDOkTBHEgvweCb4wrz { box-sizing:content-box;height:4.25rem;width:38.625rem;position:absolute;display:block;z-index:14999;background-color:#f5ba2b;background-image:none;top:12.26171875rem;left:-0.01406192779541rem;display:block; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8 .widget-form-header {  }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8 .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:1rem;font-weight:400;color:#ffffff;width:21.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;overflow:hidden;font-style:normal;line-height:1.5; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8 .widget-input-text { border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;background-color:rgba(255,255,255,0.19);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #ffffff;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:21.8125rem;box-sizing:border-box;height:3.0625rem;color:#ffffff;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#wErG84QLEANlCS40Tl5u1eR65RLxTok8 .widget-textarea { border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;background-color:rgba(255,255,255,0.19);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #ffffff;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:21.8125rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8 .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:21.8125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:roboto;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#wErG84QLEANlCS40Tl5u1eR65RLxTok8 .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; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#wErG84QLEANlCS40Tl5u1eR65RLxTok8 .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:bold;color:#004522;width:21.8125rem;height:3.25rem;font-family:roboto;overflow:hidden;line-height:1.6; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8 [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:roboto;font-size:1rem; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8 [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:roboto;font-size:1rem; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8 [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:roboto;font-size:1rem; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8 [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:roboto;font-size:1rem; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8 .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:roboto;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:20.625rem;overflow:hidden;font-style:normal; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8 .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; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.125rem;vertical-align:middle;font-family:roboto;font-size:1rem;font-weight:300;color:rgba(255,255,255,0.61);overflow:hidden;font-style:normal;line-height:2.1; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8 .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8 .widget-container:first-of-type{padding-top:0;}#wErG84QLEANlCS40Tl5u1eR65RLxTok8 .widget-container:last-of-type{padding-bottom:0;}#wErG84QLEANlCS40Tl5u1eR65RLxTok8  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.371875286102rem;left:49.625rem; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.8125rem;display:block;vertical-align:top; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8 .widget-info-text { display:block;height:auto;font-family:roboto;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; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8 {display:block;}#wErG84QLEANlCS40Tl5u1eR65RLxTok8 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.371875286102rem;left:49.625rem; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8 #unoMw5qwCoHHGltVc1KxscZJIgxfWVeT { position:relative; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8 #Xc1oORFrbGJtWqFMPTp9wTATHpy8OmZo { position:relative;display:block; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8 #HR6svx9U3DqRpH0TZ5PNag7f6SoNnrQL { position:relative; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8 #speMwxkEImFUWWWTUNpJlrl6RMFUxoTE { position:relative; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8 #Upnu99ZO74360sRBweq1FW8XqHqAdTI5 { position:relative;display:block; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8 #XNzWR0TGeUV0XNDZt9eDxgkUlbm68FFv { position:relative; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8 #q6BuK6ycWvQMUvFIGlWQbQJlAgonhT5L { position:relative; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8 #OTSBMgCKP7gIv688fW2hIBIBqhg2xlSu { position:relative;display:block; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8 #D3kIEqskBfTfWdy9qGqsrPhQificOVnV { position:relative; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8 #TC0SItaPJWOD4N8n8BVaTkiT9aKuG9Uo { position:relative; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8 #SincZ2rrEWkwOe8bPVMMRzvHWRq1DpSZ { position:relative;display:block; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8 #TzSSUD5nltaltz5JagiJ8BpDoMKbrNR1 { position:relative; }
#IElNoB7E2KZCLNBKdaDlK0hcfoB8LX5C { position:relative;display:block; }
#Wb6Tr5QGUq2vc0X6X8egrsQWOf3gqoBI { position:relative;display:block; }
#JUPFCrrVtqqJTXGrPz2rW65aZ10R6KZM { position:relative;display:block; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8 #duxXpQTvmVik0gZ7NpWzkwXWvWDLWDT2 { position:relative; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8 #GErO0a36NubxbDreRzGrbBNnMqBHG8cV { position:relative; }
#gGqdH8gdJ3OLe0Po4fVzHoSLLQpnKTB1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gGqdH8gdJ3OLe0Po4fVzHoSLLQpnKTB1 > .row .container { background-color: transparent; background-image: none; }#gGqdH8gdJ3OLe0Po4fVzHoSLLQpnKTB1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGqdH8gdJ3OLe0Po4fVzHoSLLQpnKTB1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGqdH8gdJ3OLe0Po4fVzHoSLLQpnKTB1 > .row .container > .video-iframe-container { display: none; }#gGqdH8gdJ3OLe0Po4fVzHoSLLQpnKTB1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGqdH8gdJ3OLe0Po4fVzHoSLLQpnKTB1 > .row > .video-iframe-container { display: none; }#gGqdH8gdJ3OLe0Po4fVzHoSLLQpnKTB1 > .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); }#gGqdH8gdJ3OLe0Po4fVzHoSLLQpnKTB1 > .row .container { border-width: 0; border-radius: 0; }#gGqdH8gdJ3OLe0Po4fVzHoSLLQpnKTB1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gGqdH8gdJ3OLe0Po4fVzHoSLLQpnKTB1 > .row .container { font-size:0.875rem;font-family:arial;height:10.5rem;width:75rem;position:relative;display:block; }#VLKZ6RUkcx2GXpt8HHNngPW3IdTbhVmZ { color:#2c2c2c;display:block;width:44.5rem;position:absolute;font-family:"source sans pro";font-size:2.5rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.9375rem;left:15.25rem;height:6.5rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#czSPSxqrolfPrnio2Bgwerdu4ftUD1IV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#czSPSxqrolfPrnio2Bgwerdu4ftUD1IV > .row .container { background-color: transparent; background-image: none; }#czSPSxqrolfPrnio2Bgwerdu4ftUD1IV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czSPSxqrolfPrnio2Bgwerdu4ftUD1IV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czSPSxqrolfPrnio2Bgwerdu4ftUD1IV > .row .container > .video-iframe-container { display: none; }#czSPSxqrolfPrnio2Bgwerdu4ftUD1IV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czSPSxqrolfPrnio2Bgwerdu4ftUD1IV > .row > .video-iframe-container { display: none; }#czSPSxqrolfPrnio2Bgwerdu4ftUD1IV > .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); }#czSPSxqrolfPrnio2Bgwerdu4ftUD1IV > .row .container { border-width: 0; border-radius: 0; }#czSPSxqrolfPrnio2Bgwerdu4ftUD1IV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#czSPSxqrolfPrnio2Bgwerdu4ftUD1IV > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;position:relative;display:block; }#aOP8eTSC5ZwUNctkqvOaMeb2Srxlcsgg { color:#2c2c2c;display:block;width:53.5625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0867214202881rem;left:10.71875rem;height:3.575rem;text-align:center;text-align-last:center;display:block; }
#c1oxERbzVyFPTDTqcBLzw5tuFChaehb1 { position:relative;display:block; }#c1oxERbzVyFPTDTqcBLzw5tuFChaehb1 { background-color: transparent; background-image: none; }#c1oxERbzVyFPTDTqcBLzw5tuFChaehb1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c1oxERbzVyFPTDTqcBLzw5tuFChaehb1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c1oxERbzVyFPTDTqcBLzw5tuFChaehb1 > .row .container > .video-iframe-container { display: none; }#c1oxERbzVyFPTDTqcBLzw5tuFChaehb1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c1oxERbzVyFPTDTqcBLzw5tuFChaehb1 > .row > .video-iframe-container { display: none; }#c1oxERbzVyFPTDTqcBLzw5tuFChaehb1 > .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); }#c1oxERbzVyFPTDTqcBLzw5tuFChaehb1 { border-width: 0; border-radius: 0; }#c1oxERbzVyFPTDTqcBLzw5tuFChaehb1 > .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; }#c1oxERbzVyFPTDTqcBLzw5tuFChaehb1 > .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:55.5rem;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; }#fEnVnRc0TFB9t6rBBG6kL7tNKIONH510 { box-sizing:content-box;height:19.875rem;width:22.5rem;position:absolute;display:block;z-index:15001;background-color:#1f41ac;background-image:none;top:23.625001907349rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid #636363;border-left:0.0625rem solid #636363;border-right:0.0625rem solid #636363;border-bottom:0.0625rem solid #636363;display:block; }
#Eq1caX1WO4aLTD0tr7RNbPdTEmnmDSrK { box-sizing:content-box;height:19.9375rem;width:22.5rem;position:absolute;display:block;z-index:15002;background-color:#1f41ac;background-image:none;top:23.593749523163rem;left:26.200001716614rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid #636363;border-left:0.0625rem solid #636363;border-right:0.0625rem solid #636363;border-bottom:0.0625rem solid #636363;display:block; }
#Gmsesr7r3aSPdwTehxU6FBZGqNQqCJ8i { box-sizing:content-box;height:19.9375rem;width:22.5rem;position:absolute;display:block;z-index:15003;background-color:#1f41ac;background-image:none;top:23.625001907349rem;left:52.500000953674rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid #636363;border-left:0.0625rem solid #636363;border-right:0.0625rem solid #636363;border-bottom:0.0625rem solid #636363;display:block; }
#P9lfyGVJKHelGczE59rpxNaoK8CCuD6S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:2.3367176055908rem;left:9.737500190735rem; }
#m28puTT9DWRQxCbteGCxGwu63Zm76ui8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:2.3359375rem;left:35.937500953674rem; }
#BlD6vhQ4JqsTXx1iStTT2ImRmHBkpHPu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.3359375rem;left:62.237504005432rem; }
#vHqEvskhbKoVxiOCqqPNnEdKgV9ll09c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:25.8984375rem;left:9.737500190735rem; }
#ovsgXHCKV86aWSThwFlggPGJDqPHAa0N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:25.8984375rem;left:35.937500953674rem; }
#ZexTocwiHOrJuIHCBw4XNlb3VWCFCG0R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:25.8984375rem;left:62.237504005432rem; }
#Ll1xUxiU3iDfQhksz5DgzGzr0VOuTXCz { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:6.448437690735rem;left:3.8929681777954rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#TmRBxkxVpmaIhxVqGy8EtqwJUePkTDCG { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:6.448437690735rem;left:30.093750953674rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#lwbSkV9arsl3XZmScBSRCwp7CnCJMuiq { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:6.448437690735rem;left:56.393754005432rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#k1xSIxSfVXugFATCGGO6AKz4my18kRZT { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:9.8750004768369rem;left:2.5rem;height:7.8rem;text-align:center;text-align-last:center;display:block; }
#gmNAFmLynfGw1qGwRlrQhk0lB9vUQwyT { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:9.8750004768369rem;left:28.750000953674rem;height:7.8rem;text-align:center;text-align-last:center;display:block; }
#Ht353VrwBfA3nM5eepbDD5baL14SAPiQ { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:9.8750004768369rem;left:55.000000953674rem;height:7.8rem;text-align:center;text-align-last:center;display:block; }
#OuSZ7lf5bH6KeIsl4I3oRE6w8sumSK7a { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:30.424999237061rem;left:3.875rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#yQJDdDdWnGRzmJKhoRfelye15MNicxx8 { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:33.625000715256rem;left:2.5rem;height:5.2rem;text-align:center;text-align-last:center;display:block; }
#s0s36Er1zdzUlVTWDcJl8c66dr8AyFdy { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:30.424999237061rem;left:30.093750953674rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#t3SuTiWytZ4B3ZHMEx9C2VAziTlO6OCD { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:30.425002336502rem;left:56.393754005432rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#sPZMnFMnpspzu6tBVXqqe3kcT0qAA75u { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:33.625rem;left:28.768750190735rem;height:5.2rem;text-align:center;text-align-last:center;display:block; }
#r9LmpB4EiIugIXFxh5vHN64oklTTVasn { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:33.625rem;left:55.018754005432rem;height:5.2rem;text-align:center;text-align-last:center;display:block; }
#ld8sQhaToT0XnMoMz398nWiqPLe0pVoT { box-sizing:content-box;height:20.0625rem;width:22.5rem;position:absolute;display:block;z-index:15000;background-color:#1f41ac;background-image:none;top:0.5625rem;left:0rem;border-top:0.0625rem solid #636363;border-left:0.0625rem solid #636363;border-right:0.0625rem solid #636363;border-bottom:0.0625rem solid #636363;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#o1OdwqERlAKttq66z8H6GZ8Ks3oSGLxu { box-sizing:content-box;height:19.9375rem;width:22.5rem;position:absolute;display:block;z-index:15001;background-color:#1f41ac;background-image:none;top:0.625rem;left:26.200001716614rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid #636363;border-left:0.0625rem solid #636363;border-right:0.0625rem solid #636363;border-bottom:0.0625rem solid #636363;display:block; }
#c5hM3wnhCEnTesiTurvdGTs6LbC3AI6I { box-sizing:content-box;height:19.9375rem;width:22.5rem;position:absolute;display:block;z-index:15002;background-color:#1f41ac;background-image:none;top:0.625rem;left:52.399998664856rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid #636363;border-left:0.0625rem solid #636363;border-right:0.0625rem solid #636363;border-bottom:0.0625rem solid #636363;display:block; }
#UgO8dqkbTi35asc0hUoBygwymmDr3zQJ { background-color:#25d366;background-image:none;border-top:0.0625rem solid #004522;border-left:0.0625rem solid #004522;border-right:0.0625rem solid #004522;border-bottom:0.0625rem solid #004522;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:roboto;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.8125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:48.125001907349rem;left:28.125000953674rem;display:block; }
#o79vlQCUArMbOCFygbLCGwqEiJUF28Rl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ETLXPciTp3JyEDe7ufbOEOrs4NRbXzXD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ETLXPciTp3JyEDe7ufbOEOrs4NRbXzXD > .row .container { background-color: transparent; background-image: none; }#ETLXPciTp3JyEDe7ufbOEOrs4NRbXzXD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETLXPciTp3JyEDe7ufbOEOrs4NRbXzXD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETLXPciTp3JyEDe7ufbOEOrs4NRbXzXD > .row .container > .video-iframe-container { display: none; }#ETLXPciTp3JyEDe7ufbOEOrs4NRbXzXD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETLXPciTp3JyEDe7ufbOEOrs4NRbXzXD > .row > .video-iframe-container { display: none; }#ETLXPciTp3JyEDe7ufbOEOrs4NRbXzXD > .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); }#ETLXPciTp3JyEDe7ufbOEOrs4NRbXzXD > .row .container { border-width: 0; border-radius: 0; }#ETLXPciTp3JyEDe7ufbOEOrs4NRbXzXD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETLXPciTp3JyEDe7ufbOEOrs4NRbXzXD > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:75rem;position:relative;display:block; }#f7MBMqpyQEA1yNnq2SWUs2GBrSXJwHWZ { color:#2c2c2c;display:block;width:57.75rem;position:absolute;font-family:"source sans pro";font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.6242198944092rem;left:7.499218940735rem;height:3.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#KRPqZRwMb1c4svH5xwTgq5QwANg9gtid { color:#2c2c2c;display:block;width:53.5625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.125000238419rem;left:9.999218940735rem;height:5.3625rem;text-align:center;text-align-last:center;display:block; }
#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 > .row .container { background-color: transparent; background-image: none; }#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 > .row .container > .video-iframe-container { display: none; }#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 > .row > .video-iframe-container { display: none; }#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 > .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); }#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 > .row .container { border-width: 0; border-radius: 0; }#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 > .row .container { font-size:0.875rem;font-family:arial;height:56.6875rem;width:75rem;position:relative;display:block; }#cxaCc6TAnFZCmIolA9VnrsH9sIwSQbPW { position:absolute;display:block;z-index:15002;background-color:#0053bb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.5625rem;width:10.1875rem;top:0.0625rem;left:0rem;display:block; }
#st5wiaGZwVLdLA3eFctwZacpZ2k7OiCU { position:absolute;display:block;z-index:15005;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:32.9375rem;width:31.5625rem;top:6.6757202148438E-6rem;left:40.468750953674rem;overflow:hidden;display:block; }
#sLDffyHkRGKIaUgv9sMpS2DaLwdidDFK { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:0.69375038146975rem;left:28.218750953674rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#FZa3TvA83zJwwA9wFZthXyqKfko20N5X { color:#ffffff;display:block;width:4.25rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:15.693749547005rem;left:14.792187690735rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#SNticDc8WanEayGuoZBrwmTVF8aVdoXT { color:#ffffff;display:block;width:6.5625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:10.692969322204rem;left:14.311718940735rem;height:1.3rem;display:block; }
#vkZIANZiqHnE2E1VePTwvTaufbIk84qO { color:#ffffff;display:block;width:8.0625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:5.671875rem;left:13.561718940735rem;height:1.3rem;display:block; }
#ygvE062wABXKKV2TbUhGiXQAZM29tLzu { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:5.671875rem;left:1.40625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#iDh497kNc0yd93WL3fJx5ige8nwhfUuF { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:25.732811927796rem;left:0.71875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#nTi860g9Fze82feEWyyZqNqD3IugEbqB { color:#ffffff;display:block;width:5.1875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:30.693751454353rem;left:14.999218940735rem;height:1.3rem;display:block; }
#XhEx7TJMqPH5TKz2ggUm1qg9TmnMZsxw { position:absolute;display:block;z-index:15003;background-color:#0053bb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.5625rem;width:10.1875rem;top:0.0625rem;left:12.499218940735rem;display:block; }
#gIFLyoTWCE4BmqPaReAqOhvH3gFXt7rH { position:absolute;display:block;z-index:15004;background-color:#0053bb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.5625rem;width:10.1875rem;top:0.0625rem;left:25.000000953674rem;display:block; }
#glnJ5AaRXurtiLe8oTTu7OJf6IPATZXO { position:absolute;display:block;z-index:15003;background-color:#0053bb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.5625rem;width:10.1875rem;top:5.0625rem;left:0rem;display:block; }
#zFpd2ZR4JPbEhD5zbebkOvnTut8IycBS { position:absolute;display:block;z-index:15004;background-color:#0053bb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.5625rem;width:10.1875rem;top:5.0625rem;left:12.499218940735rem;display:block; }
#IrBDcNSsgbTLsO0068HHCOS9oG4pfhsJ { position:absolute;display:block;z-index:15005;background-color:#0053bb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.5625rem;width:10.1875rem;top:5.0625rem;left:25.000000953674rem;display:block; }
#rrsGmeUpx853kTTO5TQSZSM0iPQ678n9 { position:absolute;display:block;z-index:15003;background-color:#0053bb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.5625rem;width:10.1875rem;top:10.0625rem;left:0rem;display:block; }
#MKPqRStiFIRxbCNVbGu35vOJ8xSGtUEe { position:absolute;display:block;z-index:15004;background-color:#0053bb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.5625rem;width:10.1875rem;top:10.0625rem;left:12.311718940735rem;display:block; }
#p3Qgl2ViPoz4qy5kHUW8NTQRiUuUWKIW { position:absolute;display:block;z-index:15005;background-color:#0053bb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.5625rem;width:10.1875rem;top:10.0625rem;left:24.812500953674rem;display:block; }
#hkW8GBH4VBEgqgndgXI6fT47kPB59dAm { position:absolute;display:block;z-index:15006;background-color:#0053bb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.5625rem;width:10.1875rem;top:15.0625rem;left:0rem;display:block; }
#pH0QGTHn4CIkzxBhV1TOEEhh09V9VPvB { position:absolute;display:block;z-index:15007;background-color:#0053bb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.5625rem;width:10.1875rem;top:15.0625rem;left:12.499218940735rem;display:block; }
#rVKXrGy97fZ5N7eD3NiZmgd0bIUcx3gZ { position:absolute;display:block;z-index:15008;background-color:#0053bb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.5625rem;width:10.1875rem;top:15.0625rem;left:25.000000953674rem;display:block; }
#gmeHkJmpWxpVMOKQdbs3RdAOK2ygtd3T { position:absolute;display:block;z-index:15007;background-color:#0053bb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.5625rem;width:10.1875rem;top:20.0625rem;left:0rem;display:block; }
#VOPGeQShtMuETB9u4mV1a1iaKsEUNc13 { position:absolute;display:block;z-index:15008;background-color:#0053bb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.5625rem;width:10.1875rem;top:20.0625rem;left:12.499218940735rem;display:block; }
#mzKLWpo7RR1vaa4BkElCbNHiTu7IVWT9 { position:absolute;display:block;z-index:15009;background-color:#0053bb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.5625rem;width:10.1875rem;top:20.0625rem;left:24.812500953674rem;display:block; }
#gAGi4UrG7XzycBw5ZmErJmmamM3XzMEJ { position:absolute;display:block;z-index:15008;background-color:#0053bb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.5625rem;width:10.1875rem;top:25.0625rem;left:0rem;display:block; }
#sWCaTClXN9iiROIaud5295qBSs43PKhr { position:absolute;display:block;z-index:15009;background-color:#0053bb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.5625rem;width:10.1875rem;top:25.0625rem;left:12.311718940735rem;display:block; }
#UmndQlORfuqMPxdEB8zllRU9XbqVeMhJ { position:absolute;display:block;z-index:15010;background-color:#0053bb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.5625rem;width:10.1875rem;top:25.0625rem;left:24.812500953674rem;display:block; }
#GI3cZA0sI1A12uQuZ1wqOS8eSn5QwWTw { position:absolute;display:block;z-index:15011;background-color:#0053bb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.5625rem;width:10.1875rem;top:30.0625rem;left:0rem;display:block; }
#HF6OnN4tpupJIpda4DofISTlzVaPQFsS { position:absolute;display:block;z-index:15012;background-color:#0053bb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.5625rem;width:10.1875rem;top:30.0625rem;left:12.311718940735rem;display:block; }
#S7HJnyEUoQ6qk8ebW9uZI3AZRskc1sr3 { position:absolute;display:block;z-index:15013;background-color:#0053bb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.5625rem;width:10.1875rem;top:30.0625rem;left:25.000000953674rem;display:block; }
#x7dAiJTg9dliu4KiisbTZJbW8mbHChOP { color:#ffffff;display:block;width:7.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:0.69375038146975rem;left:1.4375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#V7byWCCMM8O0e2gE1TimvtSUCqBC7LFP { color:#ffffff;display:block;width:7.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:0.69375038146975rem;left:13.936718940735rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#vQmPAwHTCHo5L5UgLns7JTTmGJ3iZoV6 { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:5.671875rem;left:28.218750953674rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#XhVnRM9hTbZNiwCACWML12DUeTNC4MyS { color:#ffffff;display:block;width:6.5625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:10.692187309265rem;left:1.8125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#dTS2hImLwHUdPoCb3cah9XvJUPzpFu9D { color:#ffffff;display:block;width:9.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:15.692969322204rem;left:0.34375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#ZUXdORtDm3Li2QMfC2SaC5TmK5emxWVA { color:#ffffff;display:block;width:9.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:10.692969322204rem;left:25.156250953674rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#cxJnFT5QHKGVrumdPcZkEBDEOdyL77p0 { color:#ffffff;display:block;width:4.25rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:15.693749547005rem;left:27.781250953674rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#cLvn4fr7ZgS6iXFpuptA1us8AIemJtIn { color:#ffffff;display:block;width:4.25rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:20.693749547005rem;left:2.96875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#nAQPJAcB7vUFLUDFosx8bVJk6N45T90d { color:#ffffff;display:block;width:6.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:20.693749547005rem;left:14.342968940735rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#N5oZJGGCI5DpW0bJtNQfXbSr60DwWWQJ { color:#ffffff;display:block;width:4.25rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:20.693749547005rem;left:27.781250953674rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#DbZXOl9aGEXnhQtd89VMoV2p6LKGcp0n { color:#ffffff;display:block;width:9.9375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:25.732812047005rem;left:12.499218940735rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#bU27FCWzLBQIET90GNGxg7QDV7quP95m { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:25.732812047005rem;left:25.531250953674rem;height:1.3rem;display:block; }
#QOWr2It6ngU11K0zzE0Q2mCvWvxvaZyM { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:30.693751454353rem;left:1.53125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#GslUrqnaVTRyPKRw5zcFqN6tw5zVGz4a { color:#ffffff;display:block;width:5.1875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:30.693751454353rem;left:27.312500953674rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#S9qtbw9TGZIdpoZVUkQBbygOEzlPOOqp { box-sizing:content-box;height:7.4375rem;width:15.0625rem;position:absolute;display:block;z-index:15021;background-color:rgba(237,134,46,0.3);background-image:none;top:37.125rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#u3H95NrhLQhHgUywAZ9DXJmNvFc9FN6p { color:#000000;display:block;width:2.5625rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:38.375rem;left:6.2492189407349rem;height:3.25rem;display:block; }
#TtbXpK7Wt1Ktkn79gg9ZNrdXyfFr3wKH { color:#000000;display:block;width:7.5625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:41.75rem;left:3.75rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#uQrGLolIETx7uRPZSZ96gBCynkwahNCH { box-sizing:content-box;height:7.4375rem;width:15.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(237,134,46,0.3);background-image:none;top:37.125rem;left:19.937499046326rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#oNkee3UPkBVFnqgUOJvLiVXXbhHcaUOB { box-sizing:content-box;height:7.4375rem;width:15.0625rem;position:absolute;display:block;z-index:15023;background-color:rgba(237,134,46,0.3);background-image:none;top:37.125rem;left:40.000000953674rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#LV5W6OtoIARMhGiIHGsOyH0npTWZICkS { box-sizing:content-box;height:7.4375rem;width:15.0625rem;position:absolute;display:block;z-index:15024;background-color:rgba(237,134,46,0.3);background-image:none;top:37.125rem;left:59.937500953674rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#LiNSAWD8KR0oxtv2RZ0W7tBZfVoz1kZx { color:#000000;display:block;width:3rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:38.375rem;left:26.250000953674rem;height:3.25rem;display:block; }
#oZyX9n3tWVyUkmMTP5TN8IUiSqlHTCrs { color:#000000;display:block;width:4.25rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:38.375rem;left:45.750000953674rem;height:3.25rem;display:block; }
#LPbaFu8IskpurxOUhFbl93gv1n51QcfC { color:#000000;display:block;width:4.0625rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:38.375rem;left:65.000000953675rem;height:3.25rem;display:block; }
#dravEqz2sCKM8TJBMddhN6LUItmEU7He { color:#000000;display:block;width:15rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:41.75rem;left:20.000000953674rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#pleQiwaqotLycz8BHo9rpAmqCrEHKw7i { color:#000000;display:block;width:7.5625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:41.75rem;left:43.750000953674rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#PSQTkExOBU84GtRKLkbD6ZCXNR08JIzN { color:#000000;display:block;width:14.875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:41.75rem;left:60.000000953674rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Kp4lQFZlRw3OeW2IoGgdGJUotnc0N5y4 { background-color:#25d366;background-image:none;border-top:0.0625rem solid #004522;border-left:0.0625rem solid #004522;border-right:0.0625rem solid #004522;border-bottom:0.0625rem solid #004522;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:roboto;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.075rem;height:3.7625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:49.125001907349rem;left:28.750000953674rem;display:block; }
#ccb786190KNuZ4h5N5fQC06L77WCuEEn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OueZePt72NRiCgTdhmNBuyftiomzMEnK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#OueZePt72NRiCgTdhmNBuyftiomzMEnK > .row .container { background-color: transparent; background-image: none; }#OueZePt72NRiCgTdhmNBuyftiomzMEnK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OueZePt72NRiCgTdhmNBuyftiomzMEnK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OueZePt72NRiCgTdhmNBuyftiomzMEnK > .row .container > .video-iframe-container { display: none; }#OueZePt72NRiCgTdhmNBuyftiomzMEnK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OueZePt72NRiCgTdhmNBuyftiomzMEnK > .row > .video-iframe-container { display: none; }#OueZePt72NRiCgTdhmNBuyftiomzMEnK > .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); }#OueZePt72NRiCgTdhmNBuyftiomzMEnK > .row .container { border-width: 0; border-radius: 0; }#OueZePt72NRiCgTdhmNBuyftiomzMEnK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OueZePt72NRiCgTdhmNBuyftiomzMEnK > .row .container { font-size:0.875rem;font-family:arial;height:20.8125rem;width:75rem;position:relative;display:block; }#lnWX33U0XmG4LsNqWzk581szEgFJ0hyy { color:#2c2c2c;display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.5625rem;left:0rem;height:3.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ObkWSukJnb2yVDuPKdar6rUVgDGzlkWT { color:#2c2c2c;display:block;width:53.5625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.8125004768369rem;left:11.249218940735rem;height:7.15rem;text-align:center;text-align-last:center;display:block; }
#UH8ZhQT7st1xG3bbqoJXEc65uBqIrD3G { position:relative;display:block; }#UH8ZhQT7st1xG3bbqoJXEc65uBqIrD3G { background-color: transparent; background-image: none; }#UH8ZhQT7st1xG3bbqoJXEc65uBqIrD3G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UH8ZhQT7st1xG3bbqoJXEc65uBqIrD3G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UH8ZhQT7st1xG3bbqoJXEc65uBqIrD3G > .row .container > .video-iframe-container { display: none; }#UH8ZhQT7st1xG3bbqoJXEc65uBqIrD3G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UH8ZhQT7st1xG3bbqoJXEc65uBqIrD3G > .row > .video-iframe-container { display: none; }#UH8ZhQT7st1xG3bbqoJXEc65uBqIrD3G > .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); }#UH8ZhQT7st1xG3bbqoJXEc65uBqIrD3G { border-width: 0; border-radius: 0; }#UH8ZhQT7st1xG3bbqoJXEc65uBqIrD3G > .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; }#UH8ZhQT7st1xG3bbqoJXEc65uBqIrD3G > .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:55.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; }#vLs0qn86GxOp8V7UaECmFS01mEFRyX9y { box-sizing:content-box;height:19.875rem;width:22.5rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b8d80a53-b908-4235-8aed-6111c306cfc5/4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:23.625001907349rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid #636363;border-left:0.0625rem solid #636363;border-right:0.0625rem solid #636363;border-bottom:0.0625rem solid #636363;display:block; }#vLs0qn86GxOp8V7UaECmFS01mEFRyX9y.adaptive-delivery-prevent-bg, #vLs0qn86GxOp8V7UaECmFS01mEFRyX9y.lazyload, #vLs0qn86GxOp8V7UaECmFS01mEFRyX9y.lazyloading { background-image: none; }
#cmMJbuAKKhlnMOTkSZ1Ncm9bT2auriOC { box-sizing:content-box;height:19.9375rem;width:22.5rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5fa15c6f-950d-4b46-87e5-7a0363e44c88/5.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:23.625001907349rem;left:26.250000953674rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid #636363;border-left:0.0625rem solid #636363;border-right:0.0625rem solid #636363;border-bottom:0.0625rem solid #636363;display:block; }#cmMJbuAKKhlnMOTkSZ1Ncm9bT2auriOC.adaptive-delivery-prevent-bg, #cmMJbuAKKhlnMOTkSZ1Ncm9bT2auriOC.lazyload, #cmMJbuAKKhlnMOTkSZ1Ncm9bT2auriOC.lazyloading { background-image: none; }
#mhEsoSN0cibVVdoO0paMCs3GBd9PJX5X { box-sizing:content-box;height:19.9375rem;width:22.5rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8d316356-a909-40d2-9181-d65398aaa552/6.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:23.625001907349rem;left:52.500000953674rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid #636363;border-left:0.0625rem solid #636363;border-right:0.0625rem solid #636363;border-bottom:0.0625rem solid #636363;display:block; }#mhEsoSN0cibVVdoO0paMCs3GBd9PJX5X.adaptive-delivery-prevent-bg, #mhEsoSN0cibVVdoO0paMCs3GBd9PJX5X.lazyload, #mhEsoSN0cibVVdoO0paMCs3GBd9PJX5X.lazyloading { background-image: none; }
#fz7c4k50a54UqQv88MbcQ1l8wDQlFIq4 { box-sizing:content-box;height:20.0625rem;width:22.5rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8b8530f5-9571-49b2-9315-306bee0b102b/1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:0.5625rem;left:0rem;border-top:0.0625rem solid #636363;border-left:0.0625rem solid #636363;border-right:0.0625rem solid #636363;border-bottom:0.0625rem solid #636363;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }#fz7c4k50a54UqQv88MbcQ1l8wDQlFIq4.adaptive-delivery-prevent-bg, #fz7c4k50a54UqQv88MbcQ1l8wDQlFIq4.lazyload, #fz7c4k50a54UqQv88MbcQ1l8wDQlFIq4.lazyloading { background-image: none; }
#p302uUzTVv0lRli50LHdeUnUgF5D3VVr { box-sizing:content-box;height:19.9375rem;width:22.5rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/97697d6e-dbf8-4283-9ad3-6c9a991a5d1b/2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:0.625rem;left:26.200001716614rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid #636363;border-left:0.0625rem solid #636363;border-right:0.0625rem solid #636363;border-bottom:0.0625rem solid #636363;display:block; }#p302uUzTVv0lRli50LHdeUnUgF5D3VVr.adaptive-delivery-prevent-bg, #p302uUzTVv0lRli50LHdeUnUgF5D3VVr.lazyload, #p302uUzTVv0lRli50LHdeUnUgF5D3VVr.lazyloading { background-image: none; }
#uory8AQL9HMBpZrf2AoLfnTHhkEoT6Z6 { box-sizing:content-box;height:19.9375rem;width:22.5rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0aea314a-08d5-423e-96c3-6e18fb2acc21/3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:0.625rem;left:52.399998664856rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid #636363;border-left:0.0625rem solid #636363;border-right:0.0625rem solid #636363;border-bottom:0.0625rem solid #636363;display:block; }#uory8AQL9HMBpZrf2AoLfnTHhkEoT6Z6.adaptive-delivery-prevent-bg, #uory8AQL9HMBpZrf2AoLfnTHhkEoT6Z6.lazyload, #uory8AQL9HMBpZrf2AoLfnTHhkEoT6Z6.lazyloading { background-image: none; }
#UeUtD5C8vJiyVJhCGFmGcawKtyhd4pwV { background-color:#25d366;background-image:none;border-top:0.125rem solid #004522;border-left:0.125rem solid #004522;border-right:0.125rem solid #004522;border-bottom:0.125rem solid #004522;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:roboto;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.025rem;height:3.7125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:47.875rem;left:28.224999427796rem;display:block; }
#IFrWzncnKDiDwylZQT0aIpu0BzTk9GFL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UmoSVW12kA70XSIez0EpwEIGqxC7EM49 { position:relative;display:block; }#UmoSVW12kA70XSIez0EpwEIGqxC7EM49 { background-color: transparent; background-image: none; }#UmoSVW12kA70XSIez0EpwEIGqxC7EM49::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmoSVW12kA70XSIez0EpwEIGqxC7EM49 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmoSVW12kA70XSIez0EpwEIGqxC7EM49 > .row .container > .video-iframe-container { display: none; }#UmoSVW12kA70XSIez0EpwEIGqxC7EM49 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmoSVW12kA70XSIez0EpwEIGqxC7EM49 > .row > .video-iframe-container { display: none; }#UmoSVW12kA70XSIez0EpwEIGqxC7EM49 > .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); }#UmoSVW12kA70XSIez0EpwEIGqxC7EM49 { border-width: 0; border-radius: 0; }#UmoSVW12kA70XSIez0EpwEIGqxC7EM49 > .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; }#UmoSVW12kA70XSIez0EpwEIGqxC7EM49 > .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:43.875rem;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; }#RvR1fzeoXL9AsQAteHbAZI2IS55LoZvW { 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:35rem;width:31rem;top:3.75rem;left:0rem;overflow:hidden;display:block; }
#xAxOtgPuPg2crm1EJzadDiaK4d2vXTGP { color:#2c2c2c;display:block;width:37.5625rem;position:absolute;font-family:"source sans pro";font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.7499880790711rem;left:37.437500953674rem;height:6.5rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#W39zKFChLqoAZP8F547VpKs9bPiqNQyl { color:#2c2c2c;display:block;width:37.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11.249988555908rem;left:37.375000953674rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yA0Tsv8uRklc6nahSZx8zVVAn4mDJ4ls { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:17.75rem;left:37.75rem; }
#e0yenGDOBqXANgVT8e9IAQb6hsS3QWPy { box-sizing:content-box;height:2.0625rem;width:2.0625rem;position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;top:17.5rem;left:37.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.125rem solid rgba(237,134,46,0.5);border-left:0.125rem solid rgba(237,134,46,0.5);border-right:0.125rem solid rgba(237,134,46,0.5);border-bottom:0.125rem solid rgba(237,134,46,0.5);display:block; }
#tTIJIXC9JIopyM0y9kCiqsNTh7CRuIW7 { box-sizing:content-box;height:2.0625rem;width:2.0625rem;position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:none;top:32.5rem;left:37.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.125rem solid rgba(237,134,46,0.5);border-left:0.125rem solid rgba(237,134,46,0.5);border-right:0.125rem solid rgba(237,134,46,0.5);border-bottom:0.125rem solid rgba(237,134,46,0.5);display:block; }
#f0SGfpOmQKkEIaWKTfQKkx2SLIfmp5ky { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:32.75rem;left:37.75rem; }
#Q9qsCdcKob5NQZWTboDJeFAK2m4CvRwR { box-sizing:content-box;height:2.0625rem;width:2.0625rem;position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:none;top:25rem;left:37.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.125rem solid rgba(237,134,46,0.5);border-left:0.125rem solid rgba(237,134,46,0.5);border-right:0.125rem solid rgba(237,134,46,0.5);border-bottom:0.125rem solid rgba(237,134,46,0.5);display:block; }
#Xi9CfTn5T3wRxQNFzBeuuaKBmHJAtKqz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:25.1875rem;left:37.75rem; }
#Fu50NcRtBooeEe08vtozAHho89KLwFEB { box-sizing:content-box;height:2.0625rem;width:2.0625rem;position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;top:25rem;left:56.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.125rem solid rgba(237,134,46,0.5);border-left:0.125rem solid rgba(237,134,46,0.5);border-right:0.125rem solid rgba(237,134,46,0.5);border-bottom:0.125rem solid rgba(237,134,46,0.5);display:block; }
#n7eznUCrzt5AO0zgINmwp85UMRQ0tL4g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:25.1875rem;left:56.4375rem; }
#oBpMen4h35AywPLxkCEEIeBOTKb7Jozy { box-sizing:content-box;height:2.0625rem;width:2.0625rem;position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;top:17.5rem;left:56.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.125rem solid rgba(237,134,46,0.5);border-left:0.125rem solid rgba(237,134,46,0.5);border-right:0.125rem solid rgba(237,134,46,0.5);border-bottom:0.125rem solid rgba(237,134,46,0.5);display:block; }
#GElu1WaZk7SB6lX1akFWUkXkogJy2WNt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:17.75rem;left:56.5rem; }
#fp5Tf70TCPT8tgX75MQdBqboRMGKgtiC { box-sizing:content-box;height:2.0625rem;width:2.0625rem;position:absolute;display:block;z-index:15021;background-color:rgba(0,0,0,0);background-image:none;top:32.5rem;left:56.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.125rem solid rgba(237,134,46,0.5);border-left:0.125rem solid rgba(237,134,46,0.5);border-right:0.125rem solid rgba(237,134,46,0.5);border-bottom:0.125rem solid rgba(237,134,46,0.5);display:block; }
#zmkRbWMTIVkHdAXJtW8pGJaHrI5ftRzl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:32.6875rem;left:56.4375rem; }
#HC8vS2NvPNGFNOkkkPkDWLzIrOiZTXXO { color:#2c2c2c;display:block;width:7.625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:17.499988079071rem;left:41.250000953674rem;height:1.95rem;display:block; }
#biK25Hfdg8HtS9JypHLwy4nxD7T7N4SS { color:#2c2c2c;display:block;width:7.625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:17.499988079071rem;left:60.000000953674rem;height:1.95rem;display:block; }
#SzaSyvcGGXqB8xXM5kRNKa5ap5m9DWAC { color:#2c2c2c;display:block;width:7.625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:25rem;left:41.250000953674rem;height:1.95rem;display:block; }
#zJGL9bOCqdSv20ugSIteJ7Bz32VTHOxr { color:#2c2c2c;display:block;width:7.625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:25rem;left:60.000000953674rem;height:1.95rem;display:block; }
#eGbNeIeMqBNBuGI8RxBRu4LywOu2TZME { color:#2c2c2c;display:block;width:7.625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:32.500013351441rem;left:41.250000953674rem;height:1.95rem;display:block; }
#uBIOmAKp0HcPWCJGsaDwKBWhibOeJQ3a { color:#2c2c2c;display:block;width:7.625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:32.500013351441rem;left:59.875000953674rem;height:1.95rem;display:block; }
#KTvJuvTNM97P8lJhQONXBIy4eT30sMEe { color:#2c2c2c;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:20.637500286103rem;left:37.500000953674rem;height:2.6rem;display:block; }
#CUIGD9JxZJs6dRJfts44XDmwQisWPTg2 { color:#2c2c2c;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:20.637500286103rem;left:56.250000953674rem;height:2.6rem;display:block; }
#UHeMG6Sosx8qD84TA4gI1Vc16M5yd5hO { color:#2c2c2c;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:28.062501430511rem;left:37.500000953674rem;height:2.6rem;display:block; }
#mUshXTCDeVpsfIgXXwTt41VHFVNt8pPQ { color:#2c2c2c;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:28.062501430511rem;left:56.250000953674rem;height:2.6rem;display:block; }
#VKuOE4yOpH6Ms89Ayzye6OkwMT9sbuZn { color:#2c2c2c;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:35.625001430511rem;left:37.500000953674rem;height:1.3rem;display:block; }
#JV4zPZVRsDDuHsKrCyUIFJIk5rBD3LeT { color:#2c2c2c;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:35.625001430511rem;left:56.250000953674rem;height:2.6rem;display:block; }
#VzhQgA7ARbH1GngwUPtGHULdnvsJeJHD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VzhQgA7ARbH1GngwUPtGHULdnvsJeJHD > .row .container { background-color: transparent; background-image: none; }#VzhQgA7ARbH1GngwUPtGHULdnvsJeJHD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzhQgA7ARbH1GngwUPtGHULdnvsJeJHD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzhQgA7ARbH1GngwUPtGHULdnvsJeJHD > .row .container > .video-iframe-container { display: none; }#VzhQgA7ARbH1GngwUPtGHULdnvsJeJHD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzhQgA7ARbH1GngwUPtGHULdnvsJeJHD > .row > .video-iframe-container { display: none; }#VzhQgA7ARbH1GngwUPtGHULdnvsJeJHD > .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); }#VzhQgA7ARbH1GngwUPtGHULdnvsJeJHD > .row .container { border-width: 0; border-radius: 0; }#VzhQgA7ARbH1GngwUPtGHULdnvsJeJHD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VzhQgA7ARbH1GngwUPtGHULdnvsJeJHD > .row .container { font-size:0.875rem;font-family:arial;height:57.4375rem;width:75rem;position:relative;display:block; }#dLxFRPbGD3D7M7FI9ODLccPPEARmf4qh { color:#2c2c2c;display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:2.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.7500114440918rem;left:7.499218940735rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QWUQXUDv9XxT2upBXumzyieeTRyvs6gZ { color:#2c2c2c;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:9.9999880790712rem;left:0rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kMhFKQWikalEN2TLhTN1vX7rLFWivP2d { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:30.3125rem;width:19.9375rem;top:16.249999761581rem;left:2.5rem;display:block; }
#F69vVyTTqmDSu0R3svNPROeZyQggmwNZ { color:#808080;display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:18.75rem;left:3.75rem;height:16rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JbssJUWm12oilniuk6KXh1TtkSqQvNxI { color:#606060;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:40.6875rem;left:9.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I0WEqlTGr9uUacwawWIgoEmqVKdNbhKh { color:#b9b9b9;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:42.875rem;left:9.375rem;height:1.05625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o4Cd0XmaxRaQwAI02iaypfIaLyI4ywKH { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/28okDpmG/05.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:4.5625rem;width:4.5625rem;top:40rem;left:3.75rem;display:block; }#o4Cd0XmaxRaQwAI02iaypfIaLyI4ywKH.adaptive-delivery-prevent-bg, #o4Cd0XmaxRaQwAI02iaypfIaLyI4ywKH.lazyload, #o4Cd0XmaxRaQwAI02iaypfIaLyI4ywKH.lazyloading { background-image: none; }
#KQONbMcf8oICoRatgCX9VH9BdRoVrNpU { color:#606060;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:40.6875rem;left:34.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uTnD8E3TfQKFmZglMEETKxT8066GhtuK { color:#b9b9b9;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:42.875rem;left:34.375rem;height:1.05625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WiqNBkhLv3vuQrz3SrEyRP9KdeUDwEEb { color:#808080;display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:20rem;left:28.75rem;height:11.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f8tC2WccUdI19aTiR8rcNbX8HNzeSNPU { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/kbEa7dN4/06.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:4.5625rem;width:4.5625rem;top:40rem;left:28.75rem;display:block; }#f8tC2WccUdI19aTiR8rcNbX8HNzeSNPU.adaptive-delivery-prevent-bg, #f8tC2WccUdI19aTiR8rcNbX8HNzeSNPU.lazyload, #f8tC2WccUdI19aTiR8rcNbX8HNzeSNPU.lazyloading { background-image: none; }
#UqNEqnQ9c2nqPTIBwiagOUAIvbgHsS5f { color:#606060;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:40.6875rem;left:59.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HvIGeMwN7TrgmzXmHaI1fBqv880FwcHk { color:#b9b9b9;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:42.875rem;left:59.375rem;height:1.05625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cCcPmTfIJkk7RPkwtWqHc25wdkTfo3XP { color:#808080;display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:20rem;left:53.75rem;height:8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NsHERhqAPENmgEvsi2XK7T4QQMZ8TEhQ { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/ddY0kc3W/07.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:4.5625rem;width:4.5625rem;top:40rem;left:53.75rem;display:block; }#NsHERhqAPENmgEvsi2XK7T4QQMZ8TEhQ.adaptive-delivery-prevent-bg, #NsHERhqAPENmgEvsi2XK7T4QQMZ8TEhQ.lazyload, #NsHERhqAPENmgEvsi2XK7T4QQMZ8TEhQ.lazyloading { background-image: none; }
#pbq3TtscM9HoLbiFfaTeOpu299WfZIgN { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:30.25rem;width:19.9375rem;top:16.249999761581rem;left:27.500000953674rem;display:block; }
#wZrumLWKNTORf2WcVsVmf22gCVFsa1ol { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:30.3125rem;width:19.9375rem;top:16.249999761581rem;left:52.500000953674rem;display:block; }
#vihMT69mPda32K7TAlyvyKFMSeWb3MrO { background-color:#25d366;background-image:none;border-top:0.0625rem solid #004522;border-left:0.0625rem solid #004522;border-right:0.0625rem solid #004522;border-bottom:0.0625rem solid #004522;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:roboto;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.925rem;height:3.6125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:50.075000762939rem;left:28.750000953674rem;display:block; }
#hzKKocvFZO003af0XIObczW5fLHgLMv3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#smGe4iDBLcS03neNivpaP8BW0K0uROWu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f41ac;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; }#smGe4iDBLcS03neNivpaP8BW0K0uROWu > .row .container { background-color: transparent; background-image: none; }#smGe4iDBLcS03neNivpaP8BW0K0uROWu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#smGe4iDBLcS03neNivpaP8BW0K0uROWu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#smGe4iDBLcS03neNivpaP8BW0K0uROWu > .row .container > .video-iframe-container { display: none; }#smGe4iDBLcS03neNivpaP8BW0K0uROWu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#smGe4iDBLcS03neNivpaP8BW0K0uROWu > .row > .video-iframe-container { display: none; }#smGe4iDBLcS03neNivpaP8BW0K0uROWu > .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); }#smGe4iDBLcS03neNivpaP8BW0K0uROWu > .row .container { border-width: 0; border-radius: 0; }#smGe4iDBLcS03neNivpaP8BW0K0uROWu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#smGe4iDBLcS03neNivpaP8BW0K0uROWu > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;position:relative;display:block; }#AE9QhIVzNa0SDuleCHS1gslxHcLSHNHk { color:#ffffff;display:block;width:30.5625rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:6.774218559265rem;left:0rem;height:5.2rem;display:block; }
#ddhBzw70fenNo9Eidz29HHnagOZk9LIK { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.7250003814697rem;left:37.500000953674rem;height:1.4625rem;font-style:normal;display:block; }
#sJLcIVUJGnsPDGAR6K4dHthTn9za3k5p { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.625rem;left:37.5rem;height:1.4625rem;font-style:normal;display:block; }
#WeFQv2pccIbFe6bMuUEEid1SvLsxNJv2 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.9375rem;left:37.5rem;height:1.4625rem;font-style:normal;display:block; }
#Tx0BVCsAF5cr4mLoa4DQoHPNMLUaStE5 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.25rem;left:37.5rem;height:1.4625rem;font-style:normal;display:block; }
#lGmwiOFUgfUaIZ3Jwg9vQNq3NOKULX4P { color:#ffffff;display:block;width:10.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.7250003814697rem;left:55.000000953674rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#czgymoWa271FCakiTiTmCMfMFPyxC6Tw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:4.9375rem;left:53.750000953674rem; }
#cg7f06pP6MufEekn8xGHpTM6wyD7QQLz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:10.125rem;left:53.75rem; }
#iH9JqcF7DaT2keQKDgxKccQX6gC5tAnd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:12.625rem;left:53.75rem; }
#xJuOgcWVRABcyGT6w1R6uZwZVJGbch79 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15015;opacity:1;top:7.4375rem;left:53.75rem; }
#NO4VyHMrTPs7AgtMxHp9xtygdVb8yLWN { color:#ffffff;display:block;width:10.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:9.9375rem;left:55rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EuSK2xdkKbQ0nsKOFy0dB6T1LZzkpZJR { color:#ffffff;display:block;width:10.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:12.4375rem;left:55rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A9oBQnb4CC2Q4ixkAbB3JL994ukvEJCA { color:#ffffff;display:block;width:10.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.25rem;left:55rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v5SvlcCK74bXeIWvQzmWIVsAHr5aDNNu { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:17.386717796326rem;left:18.749218940735rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tUZmpp6uAgmXhC2OgQVaVZRl6vSybulz { display:block; }#tUZmpp6uAgmXhC2OgQVaVZRl6vSybulz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEThiliGxOMUWqCWGhaPmVf3kRW8Ha3i { top:2.1875rem;left:26.875rem;width:5.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWRNWIhg3N6ZTVkWHWKHZZkU4IDurwWI { top:2.1875rem;left:42.6875rem;width:4.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiQkKsWBkbOi3F7hpBgBTTLel7kS46Ir { top:2.1875rem;left:33.75rem;width:6.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJXpLVlPXLmceXflR8nZotGyTWCTaLrJ { top:3.1875rem;left:0rem;width:1rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhyQV9ZARp3W4p7lwG1lyyp70wNd0KUd { top:0rem;left:0rem;width:10.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sl6uASS1xvA5Q8FHI3ATBTmgEs7PaTR9 { top:0rem;left:0rem;width:7.9375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fbz77SrUOWwQs2VI61ZKJyqZbzSXtig6 { width:11.5625rem;height:3rem;top:1.3125rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kI2zKhSmx99sgsUVFr0Kgtm3oBN0PwBX { display:block; }
 }@media only screen and (max-width: 763px) { #FakAcpqgcKNQe6mOHQ98GraXc4rJNnJL { display:block; }#FakAcpqgcKNQe6mOHQ98GraXc4rJNnJL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPwyDU5FvR5bcOnfdkhUpKlRxdrqi7EU { display:block; }#VPwyDU5FvR5bcOnfdkhUpKlRxdrqi7EU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d749a7327091d7f8113eed16776db7be { width:39.9375rem;height:8.375rem;top:8.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d179815cfa14503632bcd5ae602c362f { width:40rem;height:4.5rem;top:18.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb088d87ddb0075aa9be31276093388b { width:40.0625rem;height:10.1875rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8a37cb2e111cd46243de69a8758b804 { top:29.75rem;left:0rem;width:17.3125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6fabb4da18f1b40d555e8d76a049a72 { top:30rem;left:7.6249990463256rem;width:15.875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb41fa2569866dcd2f0045837733d386 { top:33.5rem;left:0rem;width:17.0625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #badfb322e6bd2c91db34a7670e78f583 { top:33.5rem;left:7.6249990463256rem;width:16rem;height:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb0cfd30befd7827fea995a15954bc88 { width:26.1875rem;height:36.875rem;top:5.875rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E49b45d442c1475791320492d3117e67 { width:23.625rem;height:3.75rem;top:8.0625rem;left:24.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRRz0BablESkO7cDOkTBHEgvweCb4wrz { top:12.25rem;left:0rem;width:38.625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wErG84QLEANlCS40Tl5u1eR65RLxTok8 .widget-regular-label { width:21.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8 .widget-input-text { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#wErG84QLEANlCS40Tl5u1eR65RLxTok8 .widget-textarea { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8 .widget-input-select { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#wErG84QLEANlCS40Tl5u1eR65RLxTok8 .widget-input-button { width:14rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.8125rem; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8 .widget-checkbox-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8  { width:21.625rem;height:auto;top:14.8125rem;left:23.625rem; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8 .radio-container { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8 {display:block;}#wErG84QLEANlCS40Tl5u1eR65RLxTok8 { width:21.625rem;height:auto;top:14.8125rem;left:23.625rem; }
 }@media only screen and (max-width: 763px) { #wErG84QLEANlCS40Tl5u1eR65RLxTok8 #unoMw5qwCoHHGltVc1KxscZJIgxfWVeT {  }
 }@media only screen and (max-width: 763px) { #wErG84QLEANlCS40Tl5u1eR65RLxTok8 #Xc1oORFrbGJtWqFMPTp9wTATHpy8OmZo { display:block; }
 }@media only screen and (max-width: 763px) { #wErG84QLEANlCS40Tl5u1eR65RLxTok8 #HR6svx9U3DqRpH0TZ5PNag7f6SoNnrQL {  }
 }@media only screen and (max-width: 763px) { #wErG84QLEANlCS40Tl5u1eR65RLxTok8 #speMwxkEImFUWWWTUNpJlrl6RMFUxoTE {  }
 }@media only screen and (max-width: 763px) { #wErG84QLEANlCS40Tl5u1eR65RLxTok8 #Upnu99ZO74360sRBweq1FW8XqHqAdTI5 { display:block; }
 }@media only screen and (max-width: 763px) { #wErG84QLEANlCS40Tl5u1eR65RLxTok8 #XNzWR0TGeUV0XNDZt9eDxgkUlbm68FFv {  }
 }@media only screen and (max-width: 763px) { #wErG84QLEANlCS40Tl5u1eR65RLxTok8 #q6BuK6ycWvQMUvFIGlWQbQJlAgonhT5L {  }
 }@media only screen and (max-width: 763px) { #wErG84QLEANlCS40Tl5u1eR65RLxTok8 #OTSBMgCKP7gIv688fW2hIBIBqhg2xlSu { display:block; }
 }@media only screen and (max-width: 763px) { #wErG84QLEANlCS40Tl5u1eR65RLxTok8 #D3kIEqskBfTfWdy9qGqsrPhQificOVnV {  }
 }@media only screen and (max-width: 763px) { #wErG84QLEANlCS40Tl5u1eR65RLxTok8 #TC0SItaPJWOD4N8n8BVaTkiT9aKuG9Uo {  }
 }@media only screen and (max-width: 763px) { #wErG84QLEANlCS40Tl5u1eR65RLxTok8 #SincZ2rrEWkwOe8bPVMMRzvHWRq1DpSZ {  }
 }@media only screen and (max-width: 763px) { #wErG84QLEANlCS40Tl5u1eR65RLxTok8 #TzSSUD5nltaltz5JagiJ8BpDoMKbrNR1 {  }
 }@media only screen and (max-width: 763px) { #IElNoB7E2KZCLNBKdaDlK0hcfoB8LX5C { display:block; }
 }@media only screen and (max-width: 763px) { #Wb6Tr5QGUq2vc0X6X8egrsQWOf3gqoBI { display:block; }
 }@media only screen and (max-width: 763px) { #JUPFCrrVtqqJTXGrPz2rW65aZ10R6KZM { display:block; }
 }@media only screen and (max-width: 763px) { #wErG84QLEANlCS40Tl5u1eR65RLxTok8 #duxXpQTvmVik0gZ7NpWzkwXWvWDLWDT2 {  }
 }@media only screen and (max-width: 763px) { #wErG84QLEANlCS40Tl5u1eR65RLxTok8 #GErO0a36NubxbDreRzGrbBNnMqBHG8cV {  }
 }@media only screen and (max-width: 763px) { #gGqdH8gdJ3OLe0Po4fVzHoSLLQpnKTB1 { display:block; }#gGqdH8gdJ3OLe0Po4fVzHoSLLQpnKTB1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLKZ6RUkcx2GXpt8HHNngPW3IdTbhVmZ { width:44.5rem;height:6.5rem;top:2.9375rem;left:1.6249990463257rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #czSPSxqrolfPrnio2Bgwerdu4ftUD1IV { display:block; }#czSPSxqrolfPrnio2Bgwerdu4ftUD1IV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aOP8eTSC5ZwUNctkqvOaMeb2Srxlcsgg { width:47.75rem;height:3.5625rem;top:2.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1oxERbzVyFPTDTqcBLzw5tuFChaehb1 { display:block; }#c1oxERbzVyFPTDTqcBLzw5tuFChaehb1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fEnVnRc0TFB9t6rBBG6kL7tNKIONH510 { top:23.625rem;left:0rem;width:22.5rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq1caX1WO4aLTD0tr7RNbPdTEmnmDSrK { top:23.5625rem;left:12.575001716614rem;width:22.5rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gmsesr7r3aSPdwTehxU6FBZGqNQqCJ8i { top:23.625rem;left:25.25rem;width:22.5rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9lfyGVJKHelGczE59rpxNaoK8CCuD6S { top:2.3125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m28puTT9DWRQxCbteGCxGwu63Zm76ui8 { top:2.3125rem;left:22.312500953674rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlD6vhQ4JqsTXx1iStTT2ImRmHBkpHPu { top:2.3125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHqEvskhbKoVxiOCqqPNnEdKgV9ll09c { top:25.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovsgXHCKV86aWSThwFlggPGJDqPHAa0N { top:25.875rem;left:22.312500953674rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZexTocwiHOrJuIHCBw4XNlb3VWCFCG0R { top:25.875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll1xUxiU3iDfQhksz5DgzGzr0VOuTXCz { top:6.4375rem;left:0rem;width:14.8125rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmRBxkxVpmaIhxVqGy8EtqwJUePkTDCG { top:6.4375rem;left:16.468750953674rem;width:14.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwbSkV9arsl3XZmScBSRCwp7CnCJMuiq { top:6.4375rem;left:32.9375rem;width:14.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1xSIxSfVXugFATCGGO6AKz4my18kRZT { top:9.875rem;left:0rem;width:17.5625rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmNAFmLynfGw1qGwRlrQhk0lB9vUQwyT { top:9.875rem;left:15.125000953674rem;width:17.5625rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht353VrwBfA3nM5eepbDD5baL14SAPiQ { top:9.875rem;left:30.1875rem;width:17.5625rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuSZ7lf5bH6KeIsl4I3oRE6w8sumSK7a { top:30.375rem;left:0rem;width:14.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQJDdDdWnGRzmJKhoRfelye15MNicxx8 { top:33.625rem;left:0rem;width:17.5625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0s36Er1zdzUlVTWDcJl8c66dr8AyFdy { top:30.375rem;left:16.468750953674rem;width:14.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3SuTiWytZ4B3ZHMEx9C2VAziTlO6OCD { top:30.375rem;left:32.9375rem;width:14.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPZMnFMnpspzu6tBVXqqe3kcT0qAA75u { top:33.625rem;left:15.143750190735rem;width:17.5625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9LmpB4EiIugIXFxh5vHN64oklTTVasn { top:33.625rem;left:30.1875rem;width:17.5625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld8sQhaToT0XnMoMz398nWiqPLe0pVoT { top:0.5625rem;left:0rem;width:22.5rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1OdwqERlAKttq66z8H6GZ8Ks3oSGLxu { top:0.625rem;left:12.575001716614rem;width:22.5rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5hM3wnhCEnTesiTurvdGTs6LbC3AI6I { top:0.625rem;left:25.125rem;width:22.5rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgO8dqkbTi35asc0hUoBygwymmDr3zQJ { width:18.125rem;height:3.8125rem;top:48.125rem;left:14.500000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #o79vlQCUArMbOCFygbLCGwqEiJUF28Rl { display:block; }
 }@media only screen and (max-width: 763px) { #ETLXPciTp3JyEDe7ufbOEOrs4NRbXzXD { display:block; }#ETLXPciTp3JyEDe7ufbOEOrs4NRbXzXD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f7MBMqpyQEA1yNnq2SWUs2GBrSXJwHWZ { width:47.75rem;height:3.25rem;top:3.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRPqZRwMb1c4svH5xwTgq5QwANg9gtid { width:47.75rem;height:5.3125rem;top:11.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 { display:block; }#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxaCc6TAnFZCmIolA9VnrsH9sIwSQbPW { width:10.1875rem;height:2.5625rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #st5wiaGZwVLdLA3eFctwZacpZ2k7OiCU { width:31.5625rem;height:32.9375rem;top:0rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLDffyHkRGKIaUgv9sMpS2DaLwdidDFK { width:3.375rem;height:1.25rem;top:0.6875rem;left:20.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZa3TvA83zJwwA9wFZthXyqKfko20N5X { width:4.25rem;height:1.25rem;top:15.6875rem;left:7.979687690735rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNticDc8WanEayGuoZBrwmTVF8aVdoXT { width:6.5625rem;height:1.25rem;top:10.6875rem;left:7.499218940735rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkZIANZiqHnE2E1VePTwvTaufbIk84qO { width:8.0625rem;height:1.25rem;top:5.625rem;left:6.749218940735rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygvE062wABXKKV2TbUhGiXQAZM29tLzu { width:7.375rem;height:1.25rem;top:5.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDh497kNc0yd93WL3fJx5ige8nwhfUuF { width:8.75rem;height:1.25rem;top:25.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTi860g9Fze82feEWyyZqNqD3IugEbqB { width:5.1875rem;height:1.25rem;top:30.6875rem;left:8.186718940735rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhEx7TJMqPH5TKz2ggUm1qg9TmnMZsxw { width:10.1875rem;height:2.5625rem;top:0.0625rem;left:5.6867189407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIFLyoTWCE4BmqPaReAqOhvH3gFXt7rH { width:10.1875rem;height:2.5625rem;top:0.0625rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #glnJ5AaRXurtiLe8oTTu7OJf6IPATZXO { width:10.1875rem;height:2.5625rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFpd2ZR4JPbEhD5zbebkOvnTut8IycBS { width:10.1875rem;height:2.5625rem;top:5.0625rem;left:5.6867189407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrBDcNSsgbTLsO0068HHCOS9oG4pfhsJ { width:10.1875rem;height:2.5625rem;top:5.0625rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrsGmeUpx853kTTO5TQSZSM0iPQ678n9 { width:10.1875rem;height:2.5625rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKPqRStiFIRxbCNVbGu35vOJ8xSGtUEe { width:10.1875rem;height:2.5625rem;top:10.0625rem;left:5.4992189407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3Qgl2ViPoz4qy5kHUW8NTQRiUuUWKIW { width:10.1875rem;height:2.5625rem;top:10.0625rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkW8GBH4VBEgqgndgXI6fT47kPB59dAm { width:10.1875rem;height:2.5625rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH0QGTHn4CIkzxBhV1TOEEhh09V9VPvB { width:10.1875rem;height:2.5625rem;top:15.0625rem;left:5.6867189407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVKXrGy97fZ5N7eD3NiZmgd0bIUcx3gZ { width:10.1875rem;height:2.5625rem;top:15.0625rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmeHkJmpWxpVMOKQdbs3RdAOK2ygtd3T { width:10.1875rem;height:2.5625rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOPGeQShtMuETB9u4mV1a1iaKsEUNc13 { width:10.1875rem;height:2.5625rem;top:20.0625rem;left:5.6867189407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzKLWpo7RR1vaa4BkElCbNHiTu7IVWT9 { width:10.1875rem;height:2.5625rem;top:20.0625rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAGi4UrG7XzycBw5ZmErJmmamM3XzMEJ { width:10.1875rem;height:2.5625rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWCaTClXN9iiROIaud5295qBSs43PKhr { width:10.1875rem;height:2.5625rem;top:25.0625rem;left:5.4992189407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmndQlORfuqMPxdEB8zllRU9XbqVeMhJ { width:10.1875rem;height:2.5625rem;top:25.0625rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI3cZA0sI1A12uQuZ1wqOS8eSn5QwWTw { width:10.1875rem;height:2.5625rem;top:30.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF6OnN4tpupJIpda4DofISTlzVaPQFsS { width:10.1875rem;height:2.5625rem;top:30.0625rem;left:5.4992189407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7HJnyEUoQ6qk8ebW9uZI3AZRskc1sr3 { width:10.1875rem;height:2.5625rem;top:30.0625rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7dAiJTg9dliu4KiisbTZJbW8mbHChOP { width:7.3125rem;height:1.25rem;top:0.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7byWCCMM8O0e2gE1TimvtSUCqBC7LFP { width:7.3125rem;height:1.25rem;top:0.6875rem;left:7.124218940735rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQmPAwHTCHo5L5UgLns7JTTmGJ3iZoV6 { width:3.375rem;height:1.25rem;top:5.625rem;left:20.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhVnRM9hTbZNiwCACWML12DUeTNC4MyS { width:6.5625rem;height:1.25rem;top:10.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTS2hImLwHUdPoCb3cah9XvJUPzpFu9D { width:9.5rem;height:1.25rem;top:15.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUXdORtDm3Li2QMfC2SaC5TmK5emxWVA { width:9.5rem;height:1.25rem;top:10.6875rem;left:14.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxJnFT5QHKGVrumdPcZkEBDEOdyL77p0 { width:4.25rem;height:1.25rem;top:15.6875rem;left:19.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLvn4fr7ZgS6iXFpuptA1us8AIemJtIn { width:4.25rem;height:1.25rem;top:20.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAQPJAcB7vUFLUDFosx8bVJk6N45T90d { width:6.5rem;height:1.25rem;top:20.6875rem;left:7.530468940735rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5oZJGGCI5DpW0bJtNQfXbSr60DwWWQJ { width:4.25rem;height:1.25rem;top:20.6875rem;left:19.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbZXOl9aGEXnhQtd89VMoV2p6LKGcp0n { width:9.9375rem;height:1.25rem;top:25.6875rem;left:5.6867189407349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU27FCWzLBQIET90GNGxg7QDV7quP95m { width:8.75rem;height:1.25rem;top:25.6875rem;left:15.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOWr2It6ngU11K0zzE0Q2mCvWvxvaZyM { width:7.125rem;height:1.25rem;top:30.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GslUrqnaVTRyPKRw5zcFqN6tw5zVGz4a { width:5.1875rem;height:1.25rem;top:30.6875rem;left:18.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9qtbw9TGZIdpoZVUkQBbygOEzlPOOqp { top:37.125rem;left:0rem;width:15.0625rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3H95NrhLQhHgUywAZ9DXJmNvFc9FN6p { top:38.375rem;left:0rem;width:2.5625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtbXpK7Wt1Ktkn79gg9ZNrdXyfFr3wKH { top:41.75rem;left:0rem;width:7.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQrGLolIETx7uRPZSZ96gBCynkwahNCH { top:37.125rem;left:8.8125rem;width:15.0625rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNkee3UPkBVFnqgUOJvLiVXXbhHcaUOB { top:37.125rem;left:23.875rem;width:15.0625rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV5W6OtoIARMhGiIHGsOyH0npTWZICkS { top:37.125rem;left:32.6875rem;width:15.0625rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiNSAWD8KR0oxtv2RZ0W7tBZfVoz1kZx { top:38.375rem;left:19.437500953674rem;width:3rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZyX9n3tWVyUkmMTP5TN8IUiSqlHTCrs { top:38.375rem;left:25.312500953674rem;width:4.25rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPbaFu8IskpurxOUhFbl93gv1n51QcfC { top:38.375rem;left:43.6875rem;width:4.0625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dravEqz2sCKM8TJBMddhN6LUItmEU7He { top:41.75rem;left:8.875rem;width:15rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pleQiwaqotLycz8BHo9rpAmqCrEHKw7i { top:41.75rem;left:23.875rem;width:7.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSQTkExOBU84GtRKLkbD6ZCXNR08JIzN { top:41.75rem;left:32.875rem;width:14.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp4lQFZlRw3OeW2IoGgdGJUotnc0N5y4 { width:18.0625rem;height:3.75rem;top:49.125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccb786190KNuZ4h5N5fQC06L77WCuEEn { display:block; }
 }@media only screen and (max-width: 763px) { #OueZePt72NRiCgTdhmNBuyftiomzMEnK { display:block; }#OueZePt72NRiCgTdhmNBuyftiomzMEnK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lnWX33U0XmG4LsNqWzk581szEgFJ0hyy { width:47.75rem;height:3.25rem;top:3.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObkWSukJnb2yVDuPKdar6rUVgDGzlkWT { width:47.75rem;height:7.125rem;top:9.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UH8ZhQT7st1xG3bbqoJXEc65uBqIrD3G { display:block; }#UH8ZhQT7st1xG3bbqoJXEc65uBqIrD3G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vLs0qn86GxOp8V7UaECmFS01mEFRyX9y { top:23.625rem;left:0rem;width:22.5rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmMJbuAKKhlnMOTkSZ1Ncm9bT2auriOC { top:23.625rem;left:12.625000953674rem;width:22.5rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhEsoSN0cibVVdoO0paMCs3GBd9PJX5X { top:23.625rem;left:25.25rem;width:22.5rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fz7c4k50a54UqQv88MbcQ1l8wDQlFIq4 { top:0.5625rem;left:0rem;width:22.5rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p302uUzTVv0lRli50LHdeUnUgF5D3VVr { top:0.625rem;left:12.575001716614rem;width:22.5rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uory8AQL9HMBpZrf2AoLfnTHhkEoT6Z6 { top:0.625rem;left:25.125rem;width:22.5rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeUtD5C8vJiyVJhCGFmGcawKtyhd4pwV { width:18rem;height:3.6875rem;top:47.875rem;left:14.599999427796rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFrWzncnKDiDwylZQT0aIpu0BzTk9GFL { display:block; }
 }@media only screen and (max-width: 763px) { #UmoSVW12kA70XSIez0EpwEIGqxC7EM49 { display:block; }#UmoSVW12kA70XSIez0EpwEIGqxC7EM49 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RvR1fzeoXL9AsQAteHbAZI2IS55LoZvW { top:3.75rem;left:0rem;width:31rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAxOtgPuPg2crm1EJzadDiaK4d2vXTGP { width:37.5625rem;height:6.5rem;top:3.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W39zKFChLqoAZP8F547VpKs9bPiqNQyl { width:37.625rem;height:3.875rem;top:11.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA0Tsv8uRklc6nahSZx8zVVAn4mDJ4ls { top:17.75rem;left:23.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0yenGDOBqXANgVT8e9IAQb6hsS3QWPy { top:17.5rem;left:23.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTIJIXC9JIopyM0y9kCiqsNTh7CRuIW7 { top:32.5rem;left:23.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0SGfpOmQKkEIaWKTfQKkx2SLIfmp5ky { top:32.75rem;left:23.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9qsCdcKob5NQZWTboDJeFAK2m4CvRwR { top:25rem;left:23.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xi9CfTn5T3wRxQNFzBeuuaKBmHJAtKqz { top:25.1875rem;left:23.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fu50NcRtBooeEe08vtozAHho89KLwFEB { top:25rem;left:35.8125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7eznUCrzt5AO0zgINmwp85UMRQ0tL4g { top:25.1875rem;left:36rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBpMen4h35AywPLxkCEEIeBOTKb7Jozy { top:17.5rem;left:35.8125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GElu1WaZk7SB6lX1akFWUkXkogJy2WNt { top:17.75rem;left:36.0625rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fp5Tf70TCPT8tgX75MQdBqboRMGKgtiC { top:32.5rem;left:35.8125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmkRbWMTIVkHdAXJtW8pGJaHrI5ftRzl { top:32.6875rem;left:36rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HC8vS2NvPNGFNOkkkPkDWLzIrOiZTXXO { top:17.4375rem;left:23.875rem;width:7.625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #biK25Hfdg8HtS9JypHLwy4nxD7T7N4SS { top:17.4375rem;left:39.562500953674rem;width:7.625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzaSyvcGGXqB8xXM5kRNKa5ap5m9DWAC { top:25rem;left:23.875rem;width:7.625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJGL9bOCqdSv20ugSIteJ7Bz32VTHOxr { top:25rem;left:39.562500953674rem;width:7.625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGbNeIeMqBNBuGI8RxBRu4LywOu2TZME { top:32.5rem;left:23.875rem;width:7.625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBIOmAKp0HcPWCJGsaDwKBWhibOeJQ3a { top:32.5rem;left:39.437500953674rem;width:7.625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTvJuvTNM97P8lJhQONXBIy4eT30sMEe { top:20.625rem;left:23.875rem;width:12.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUIGD9JxZJs6dRJfts44XDmwQisWPTg2 { top:20.625rem;left:35.25rem;width:12.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHeMG6Sosx8qD84TA4gI1Vc16M5yd5hO { top:28.0625rem;left:23.875rem;width:12.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUshXTCDeVpsfIgXXwTt41VHFVNt8pPQ { top:28.0625rem;left:35.25rem;width:12.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKuOE4yOpH6Ms89Ayzye6OkwMT9sbuZn { top:35.625rem;left:23.875rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV4zPZVRsDDuHsKrCyUIFJIk5rBD3LeT { top:35.625rem;left:35.25rem;width:12.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzhQgA7ARbH1GngwUPtGHULdnvsJeJHD { display:block; }#VzhQgA7ARbH1GngwUPtGHULdnvsJeJHD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dLxFRPbGD3D7M7FI9ODLccPPEARmf4qh { width:47.75rem;height:3.25rem;top:3.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWUQXUDv9XxT2upBXumzyieeTRyvs6gZ { width:47.75rem;height:1.75rem;top:9.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMhFKQWikalEN2TLhTN1vX7rLFWivP2d { width:19.9375rem;height:30.3125rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F69vVyTTqmDSu0R3svNPROeZyQggmwNZ { width:17.5rem;height:16rem;top:18.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbssJUWm12oilniuk6KXh1TtkSqQvNxI { width:11.25rem;height:1.625rem;top:40.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0WEqlTGr9uUacwawWIgoEmqVKdNbhKh { width:11.25rem;height:1rem;top:42.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4Cd0XmaxRaQwAI02iaypfIaLyI4ywKH { width:4.5625rem;height:4.5625rem;top:40rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQONbMcf8oICoRatgCX9VH9BdRoVrNpU { width:11.25rem;height:1.625rem;top:40.6875rem;left:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTnD8E3TfQKFmZglMEETKxT8066GhtuK { width:11.25rem;height:1rem;top:42.875rem;left:20.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiqNBkhLv3vuQrz3SrEyRP9KdeUDwEEb { width:17.5rem;height:11.1875rem;top:20rem;left:15.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8tC2WccUdI19aTiR8rcNbX8HNzeSNPU { width:4.5625rem;height:4.5625rem;top:40rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqNEqnQ9c2nqPTIBwiagOUAIvbgHsS5f { width:11.25rem;height:1.625rem;top:40.6875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvIGeMwN7TrgmzXmHaI1fBqv880FwcHk { width:11.25rem;height:1rem;top:42.875rem;left:36.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCcPmTfIJkk7RPkwtWqHc25wdkTfo3XP { width:17.5rem;height:8rem;top:20rem;left:30.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsHERhqAPENmgEvsi2XK7T4QQMZ8TEhQ { width:4.5625rem;height:4.5625rem;top:40rem;left:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbq3TtscM9HoLbiFfaTeOpu299WfZIgN { width:19.9375rem;height:30.25rem;top:16.1875rem;left:13.875000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZrumLWKNTORf2WcVsVmf22gCVFsa1ol { width:19.9375rem;height:30.3125rem;top:16.1875rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vihMT69mPda32K7TAlyvyKFMSeWb3MrO { width:17.875rem;height:3.5625rem;top:50.0625rem;left:15.125000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzKKocvFZO003af0XIObczW5fLHgLMv3 { display:block; }
 }@media only screen and (max-width: 763px) { #smGe4iDBLcS03neNivpaP8BW0K0uROWu { display:block; }#smGe4iDBLcS03neNivpaP8BW0K0uROWu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AE9QhIVzNa0SDuleCHS1gslxHcLSHNHk { width:30.5625rem;height:5.1875rem;top:6.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddhBzw70fenNo9Eidz29HHnagOZk9LIK { top:4.6875rem;left:23.875rem;width:12.5rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJLcIVUJGnsPDGAR6K4dHthTn9za3k5p { top:12.625rem;left:23.875rem;width:12.5rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeFQv2pccIbFe6bMuUEEid1SvLsxNJv2 { top:9.9375rem;left:23.875rem;width:12.5rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx0BVCsAF5cr4mLoa4DQoHPNMLUaStE5 { top:7.25rem;left:23.875rem;width:12.5rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGmwiOFUgfUaIZ3Jwg9vQNq3NOKULX4P { top:4.6875rem;left:34.562500953674rem;width:10.25rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #czgymoWa271FCakiTiTmCMfMFPyxC6Tw { top:4.9375rem;left:33.312500953674rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg7f06pP6MufEekn8xGHpTM6wyD7QQLz { top:10.125rem;left:33.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH9JqcF7DaT2keQKDgxKccQX6gC5tAnd { top:12.625rem;left:33.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJuOgcWVRABcyGT6w1R6uZwZVJGbch79 { top:7.4375rem;left:33.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NO4VyHMrTPs7AgtMxHp9xtygdVb8yLWN { top:9.875rem;left:34.562500953674rem;width:10.25rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuSK2xdkKbQ0nsKOFy0dB6T1LZzkpZJR { top:12.4375rem;left:34.5625rem;width:10.25rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9oBQnb4CC2Q4ixkAbB3JL994ukvEJCA { top:7.25rem;left:34.5625rem;width:10.25rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5SvlcCK74bXeIWvQzmWIVsAHr5aDNNu { top:17.375rem;left:0rem;width:37.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tUZmpp6uAgmXhC2OgQVaVZRl6vSybulz { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#ffffff;background-image:none;display:block; }#tUZmpp6uAgmXhC2OgQVaVZRl6vSybulz > .row .container { background-color: transparent; background-image: none; }#tUZmpp6uAgmXhC2OgQVaVZRl6vSybulz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUZmpp6uAgmXhC2OgQVaVZRl6vSybulz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUZmpp6uAgmXhC2OgQVaVZRl6vSybulz > .row .container > .video-iframe-container { display: none; }#tUZmpp6uAgmXhC2OgQVaVZRl6vSybulz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUZmpp6uAgmXhC2OgQVaVZRl6vSybulz > .row > .video-iframe-container { display: none; }#tUZmpp6uAgmXhC2OgQVaVZRl6vSybulz > .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); }#tUZmpp6uAgmXhC2OgQVaVZRl6vSybulz > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEThiliGxOMUWqCWGhaPmVf3kRW8Ha3i { width:5.1875rem;height:auto;top:2.1875rem;left:7.375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qWRNWIhg3N6ZTVkWHWKHZZkU4IDurwWI { width:4.8125rem;height:auto;top:2.1875rem;left:7.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #eiQkKsWBkbOi3F7hpBgBTTLel7kS46Ir { width:6.6875rem;height:auto;top:2.1875rem;left:6.625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rJXpLVlPXLmceXflR8nZotGyTWCTaLrJ { width:0.625rem;height:0.625rem;top:6.3875002861025rem;left:11.250000357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #dhyQV9ZARp3W4p7lwG1lyyp70wNd0KUd { width:9rem;height:4.8125rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Sl6uASS1xvA5Q8FHI3ATBTmgEs7PaTR9 { width:7.9375rem;height:5.625rem;top:0.84375rem;left:12.062500536442rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Fbz77SrUOWwQs2VI61ZKJyqZbzSXtig6 { width:11.5625rem;height:3rem;top:7.71875rem;left:4.1875rem;font-size:1rem;border-top:0.0625rem solid #004522;border-left:0.0625rem solid #004522;border-right:0.0625rem solid #004522;border-bottom:0.0625rem solid #004522;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #kI2zKhSmx99sgsUVFr0Kgtm3oBN0PwBX { display:block; }
 }@media only screen and (max-width: 763px) { #FakAcpqgcKNQe6mOHQ98GraXc4rJNnJL { position:relative;z-index:auto;display:block; }#FakAcpqgcKNQe6mOHQ98GraXc4rJNnJL > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPwyDU5FvR5bcOnfdkhUpKlRxdrqi7EU { display:block; }#VPwyDU5FvR5bcOnfdkhUpKlRxdrqi7EU > .row .container { width:20rem;height:62.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d749a7327091d7f8113eed16776db7be { width:20rem;height:4.55rem;top:2.2617185115814rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #d179815cfa14503632bcd5ae602c362f { width:19.9375rem;height:3.375rem;top:8.4625005722044rem;left:0.061718702316284rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cb088d87ddb0075aa9be31276093388b { width:20rem;height:9rem;top:13.75rem;left:0rem;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8a37cb2e111cd46243de69a8758b804 { width:13.5rem;height:1.1375rem;top:14.6875rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V6fabb4da18f1b40d555e8d76a049a72 { width:12.6875rem;height:1.1375rem;top:16.625rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gb41fa2569866dcd2f0045837733d386 { width:9.1875rem;height:1.1375rem;top:18.375rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #badfb322e6bd2c91db34a7670e78f583 { width:14.125rem;height:1.1375rem;top:20.375rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Zb0cfd30befd7827fea995a15954bc88 { width:20rem;height:36.3125rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E49b45d442c1475791320492d3117e67 { width:20rem;height:2.7rem;top:26.250000953674rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iRRz0BablESkO7cDOkTBHEgvweCb4wrz { width:19.8125rem;height:2.1875rem;top:4.6734380722046rem;left:0.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wErG84QLEANlCS40Tl5u1eR65RLxTok8 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#wErG84QLEANlCS40Tl5u1eR65RLxTok8 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#wErG84QLEANlCS40Tl5u1eR65RLxTok8 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:1.75rem;margin-bottom:0.25rem;margin-left:0;height:3.5rem;font-size:1rem;overflow:hidden;font-family:ubuntu; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8  { width:19.25rem;height:auto;top:30.999998450279rem;left:0rem; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wErG84QLEANlCS40Tl5u1eR65RLxTok8 {display:block;}#wErG84QLEANlCS40Tl5u1eR65RLxTok8 { width:19.25rem;height:auto;top:30.999998450279rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wErG84QLEANlCS40Tl5u1eR65RLxTok8 #unoMw5qwCoHHGltVc1KxscZJIgxfWVeT {  }
 }@media only screen and (max-width: 763px) { #wErG84QLEANlCS40Tl5u1eR65RLxTok8 #Xc1oORFrbGJtWqFMPTp9wTATHpy8OmZo { display:block; }
 }@media only screen and (max-width: 763px) { #wErG84QLEANlCS40Tl5u1eR65RLxTok8 #HR6svx9U3DqRpH0TZ5PNag7f6SoNnrQL {  }
 }@media only screen and (max-width: 763px) { #wErG84QLEANlCS40Tl5u1eR65RLxTok8 #speMwxkEImFUWWWTUNpJlrl6RMFUxoTE {  }
 }@media only screen and (max-width: 763px) { #wErG84QLEANlCS40Tl5u1eR65RLxTok8 #Upnu99ZO74360sRBweq1FW8XqHqAdTI5 { display:block; }
 }@media only screen and (max-width: 763px) { #wErG84QLEANlCS40Tl5u1eR65RLxTok8 #XNzWR0TGeUV0XNDZt9eDxgkUlbm68FFv {  }
 }@media only screen and (max-width: 763px) { #wErG84QLEANlCS40Tl5u1eR65RLxTok8 #q6BuK6ycWvQMUvFIGlWQbQJlAgonhT5L {  }
 }@media only screen and (max-width: 763px) { #wErG84QLEANlCS40Tl5u1eR65RLxTok8 #OTSBMgCKP7gIv688fW2hIBIBqhg2xlSu { display:block; }
 }@media only screen and (max-width: 763px) { #wErG84QLEANlCS40Tl5u1eR65RLxTok8 #D3kIEqskBfTfWdy9qGqsrPhQificOVnV {  }
 }@media only screen and (max-width: 763px) { #wErG84QLEANlCS40Tl5u1eR65RLxTok8 #TC0SItaPJWOD4N8n8BVaTkiT9aKuG9Uo {  }
 }@media only screen and (max-width: 763px) { #wErG84QLEANlCS40Tl5u1eR65RLxTok8 #SincZ2rrEWkwOe8bPVMMRzvHWRq1DpSZ {  }
 }@media only screen and (max-width: 763px) { #wErG84QLEANlCS40Tl5u1eR65RLxTok8 #TzSSUD5nltaltz5JagiJ8BpDoMKbrNR1 {  }
 }@media only screen and (max-width: 763px) { #IElNoB7E2KZCLNBKdaDlK0hcfoB8LX5C { display:block; }
 }@media only screen and (max-width: 763px) { #Wb6Tr5QGUq2vc0X6X8egrsQWOf3gqoBI { display:block; }
 }@media only screen and (max-width: 763px) { #JUPFCrrVtqqJTXGrPz2rW65aZ10R6KZM { display:block; }
 }@media only screen and (max-width: 763px) { #wErG84QLEANlCS40Tl5u1eR65RLxTok8 #duxXpQTvmVik0gZ7NpWzkwXWvWDLWDT2 {  }
 }@media only screen and (max-width: 763px) { #wErG84QLEANlCS40Tl5u1eR65RLxTok8 #GErO0a36NubxbDreRzGrbBNnMqBHG8cV {  }
 }@media only screen and (max-width: 763px) { #gGqdH8gdJ3OLe0Po4fVzHoSLLQpnKTB1 { display:block; }#gGqdH8gdJ3OLe0Po4fVzHoSLLQpnKTB1 > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLKZ6RUkcx2GXpt8HHNngPW3IdTbhVmZ { width:20rem;height:3.7375rem;top:2.3367195129394rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #czSPSxqrolfPrnio2Bgwerdu4ftUD1IV { display:block; }#czSPSxqrolfPrnio2Bgwerdu4ftUD1IV > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aOP8eTSC5ZwUNctkqvOaMeb2Srxlcsgg { width:20rem;height:6.90625rem;top:1.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c1oxERbzVyFPTDTqcBLzw5tuFChaehb1 { display:block; }#c1oxERbzVyFPTDTqcBLzw5tuFChaehb1 > .row .container { width:20rem;height:134.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fEnVnRc0TFB9t6rBBG6kL7tNKIONH510 { width:19.875rem;height:19.875rem;top:64.74999809265rem;left:0.024218738079071rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq1caX1WO4aLTD0tr7RNbPdTEmnmDSrK { width:19.875rem;height:19.9375rem;top:86.00000190735rem;left:0.024218738079071rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gmsesr7r3aSPdwTehxU6FBZGqNQqCJ8i { width:19.875rem;height:19.9375rem;top:107.25000762939rem;left:0.024218738079071rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9lfyGVJKHelGczE59rpxNaoK8CCuD6S { display:flex;width:3.125rem;height:3.125rem;top:3.0234355926514rem;left:8.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #m28puTT9DWRQxCbteGCxGwu63Zm76ui8 { display:flex;width:3.125rem;height:3.125rem;top:24.310935974121rem;left:8.4874997735025rem; }
 }@media only screen and (max-width: 763px) { #BlD6vhQ4JqsTXx1iStTT2ImRmHBkpHPu { display:flex;width:3.125rem;height:3.125rem;top:45.375002861023rem;left:8.7500005364419rem; }
 }@media only screen and (max-width: 763px) { #vHqEvskhbKoVxiOCqqPNnEdKgV9ll09c { display:flex;width:3.125rem;height:3.125rem;top:66.625rem;left:8.7500005364419rem; }
 }@media only screen and (max-width: 763px) { #ovsgXHCKV86aWSThwFlggPGJDqPHAa0N { display:flex;width:3.125rem;height:3.125rem;top:87.87499809265rem;left:8.7500005364419rem; }
 }@media only screen and (max-width: 763px) { #ZexTocwiHOrJuIHCBw4XNlb3VWCFCG0R { display:flex;width:3.125rem;height:3.125rem;top:109.12500190735rem;left:8.7500005364419rem; }
 }@media only screen and (max-width: 763px) { #Ll1xUxiU3iDfQhksz5DgzGzr0VOuTXCz { width:14.8125rem;height:1.7875rem;top:7.13515663147rem;left:2.5937500596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmRBxkxVpmaIhxVqGy8EtqwJUePkTDCG { width:14.8125rem;height:1.95rem;top:28.485156536103rem;left:2.5937500596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwbSkV9arsl3XZmScBSRCwp7CnCJMuiq { width:14.8125rem;height:1.95rem;top:49.772657394409rem;left:2.5937500596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1xSIxSfVXugFATCGGO6AKz4my18kRZT { width:17.5625rem;height:7.8rem;top:9.7500019073488rem;left:1.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmNAFmLynfGw1qGwRlrQhk0lB9vUQwyT { width:17.5625rem;height:7.8rem;top:30.999998092651rem;left:1.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht353VrwBfA3nM5eepbDD5baL14SAPiQ { width:17.5625rem;height:7.8rem;top:52.25rem;left:1.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuSZ7lf5bH6KeIsl4I3oRE6w8sumSK7a { width:14.8125rem;height:1.95rem;top:70.999994277956rem;left:2.5000000596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQJDdDdWnGRzmJKhoRfelye15MNicxx8 { width:17.5625rem;height:5.2rem;top:73.50000190735rem;left:1.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0s36Er1zdzUlVTWDcJl8c66dr8AyFdy { width:14.8125rem;height:1.95rem;top:92.25000190735rem;left:2.5000000596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3SuTiWytZ4B3ZHMEx9C2VAziTlO6OCD { width:15.0625rem;height:1.95rem;top:113.50000190735rem;left:2.5000000596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPZMnFMnpspzu6tBVXqqe3kcT0qAA75u { width:17.5625rem;height:5.2rem;top:94.75000190735rem;left:1.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9LmpB4EiIugIXFxh5vHN64oklTTVasn { width:17.5625rem;height:5.2rem;top:116.00000190735rem;left:1.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld8sQhaToT0XnMoMz398nWiqPLe0pVoT { width:19.9375rem;height:19.75rem;top:1rem;left:-0.037500023841858rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1OdwqERlAKttq66z8H6GZ8Ks3oSGLxu { width:19.875rem;height:19.9375rem;top:22.250003814698rem;left:0.024218738079071rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5hM3wnhCEnTesiTurvdGTs6LbC3AI6I { width:19.875rem;height:19.9375rem;top:43.499995231628rem;left:0.024218738079071rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgO8dqkbTi35asc0hUoBygwymmDr3zQJ { width:10.8125rem;height:2.75rem;top:129.37499809265rem;left:4.5562501549721rem;font-size:1rem;border-top:0.0625rem solid #004522;border-left:0.0625rem solid #004522;border-right:0.0625rem solid #004522;border-bottom:0.0625rem solid #004522;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #o79vlQCUArMbOCFygbLCGwqEiJUF28Rl { display:block; }
 }@media only screen and (max-width: 763px) { #ETLXPciTp3JyEDe7ufbOEOrs4NRbXzXD { display:block; }#ETLXPciTp3JyEDe7ufbOEOrs4NRbXzXD > .row .container { width:20rem;height:19.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f7MBMqpyQEA1yNnq2SWUs2GBrSXJwHWZ { width:17.625rem;height:3.7375rem;top:2.4375rem;left:1.125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KRPqZRwMb1c4svH5xwTgq5QwANg9gtid { width:19.375rem;height:9.66875rem;top:7.25rem;left:0.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 { background-color:#f7f7f7;background-image:none;display:block; }#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 > .row .container { background-color: transparent; background-image: none; }#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 > .row .container > .video-iframe-container { display: none; }#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 > .row > .video-iframe-container { display: none; }#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 > .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); }#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 > .row .container { width:20rem;height:106.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxaCc6TAnFZCmIolA9VnrsH9sIwSQbPW { width:8.75rem;height:2.25rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #st5wiaGZwVLdLA3eFctwZacpZ2k7OiCU { width:17.5rem;height:18.3125rem;top:41.249992370606rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLDffyHkRGKIaUgv9sMpS2DaLwdidDFK { width:8rem;height:1.1375rem;top:4.4234371185303rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FZa3TvA83zJwwA9wFZthXyqKfko20N5X { width:3.625rem;height:1.1375rem;top:19.3125rem;left:2.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SNticDc8WanEayGuoZBrwmTVF8aVdoXT { width:7.375rem;height:1.1375rem;top:11.8125rem;left:11.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vkZIANZiqHnE2E1VePTwvTaufbIk84qO { width:7.3125rem;height:1.1375rem;top:8.0625rem;left:0.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ygvE062wABXKKV2TbUhGiXQAZM29tLzu { width:7.625rem;height:1.1375rem;top:4.3125rem;left:11.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iDh497kNc0yd93WL3fJx5ige8nwhfUuF { width:7rem;height:1.1375rem;top:26.8125rem;left:12.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nTi860g9Fze82feEWyyZqNqD3IugEbqB { width:5.9375rem;height:1.1375rem;top:34.3125rem;left:12.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XhEx7TJMqPH5TKz2ggUm1qg9TmnMZsxw { width:8.875rem;height:2.3125rem;top:0.1875rem;left:11.125000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIFLyoTWCE4BmqPaReAqOhvH3gFXt7rH { width:8.875rem;height:2.25rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #glnJ5AaRXurtiLe8oTTu7OJf6IPATZXO { width:8.875rem;height:2.25rem;top:3.75rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFpd2ZR4JPbEhD5zbebkOvnTut8IycBS { width:8.875rem;height:2.25rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrBDcNSsgbTLsO0068HHCOS9oG4pfhsJ { width:8.875rem;height:2.25rem;top:7.5rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrsGmeUpx853kTTO5TQSZSM0iPQ678n9 { width:8.875rem;height:2.25rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKPqRStiFIRxbCNVbGu35vOJ8xSGtUEe { width:8.875rem;height:2.25rem;top:11.25rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3Qgl2ViPoz4qy5kHUW8NTQRiUuUWKIW { width:8.875rem;height:2.25rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkW8GBH4VBEgqgndgXI6fT47kPB59dAm { width:8.875rem;height:2.25rem;top:15rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH0QGTHn4CIkzxBhV1TOEEhh09V9VPvB { width:8.875rem;height:2.25rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVKXrGy97fZ5N7eD3NiZmgd0bIUcx3gZ { width:8.875rem;height:2.25rem;top:18.75rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmeHkJmpWxpVMOKQdbs3RdAOK2ygtd3T { width:8.875rem;height:2.25rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOPGeQShtMuETB9u4mV1a1iaKsEUNc13 { width:8.875rem;height:2.25rem;top:22.5rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzKLWpo7RR1vaa4BkElCbNHiTu7IVWT9 { width:8.875rem;height:2.25rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAGi4UrG7XzycBw5ZmErJmmamM3XzMEJ { width:8.875rem;height:2.25rem;top:26.25rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWCaTClXN9iiROIaud5295qBSs43PKhr { width:8.875rem;height:2.25rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmndQlORfuqMPxdEB8zllRU9XbqVeMhJ { width:8.875rem;height:2.25rem;top:30rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI3cZA0sI1A12uQuZ1wqOS8eSn5QwWTw { width:8.875rem;height:2.25rem;top:33.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF6OnN4tpupJIpda4DofISTlzVaPQFsS { width:8.875rem;height:2.25rem;top:33.75rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7HJnyEUoQ6qk8ebW9uZI3AZRskc1sr3 { width:8.875rem;height:2.25rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7dAiJTg9dliu4KiisbTZJbW8mbHChOP { width:5.4375rem;height:1.05625rem;top:0.81484222412112rem;left:1.6562500596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7byWCCMM8O0e2gE1TimvtSUCqBC7LFP { width:7.3125rem;height:1.1375rem;top:0.77421760559081rem;left:11.906250536442rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQmPAwHTCHo5L5UgLns7JTTmGJ3iZoV6 { width:3.375rem;height:1.1375rem;top:8.0625rem;left:13.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhVnRM9hTbZNiwCACWML12DUeTNC4MyS { width:6.5625rem;height:1.1375rem;top:11.8125rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTS2hImLwHUdPoCb3cah9XvJUPzpFu9D { width:8.1875rem;height:1.1375rem;top:15.5625rem;left:11.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUXdORtDm3Li2QMfC2SaC5TmK5emxWVA { width:7.875rem;height:1.1375rem;top:15.5625rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxJnFT5QHKGVrumdPcZkEBDEOdyL77p0 { width:4.25rem;height:1.1375rem;top:19.3125rem;left:13.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLvn4fr7ZgS6iXFpuptA1us8AIemJtIn { width:4.25rem;height:1.1375rem;top:23.0625rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAQPJAcB7vUFLUDFosx8bVJk6N45T90d { width:6.5rem;height:1.1375rem;top:23.0625rem;left:12.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5oZJGGCI5DpW0bJtNQfXbSr60DwWWQJ { width:4.25rem;height:1.1375rem;top:26.8125rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbZXOl9aGEXnhQtd89VMoV2p6LKGcp0n { width:8.6875rem;height:1.1375rem;top:30.5625rem;left:0.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU27FCWzLBQIET90GNGxg7QDV7quP95m { width:8.1875rem;height:1.1375rem;top:30.5625rem;left:11.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOWr2It6ngU11K0zzE0Q2mCvWvxvaZyM { width:7.125rem;height:1.1375rem;top:34.3125rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GslUrqnaVTRyPKRw5zcFqN6tw5zVGz4a { width:5.1875rem;height:1.1375rem;top:38.0625rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9qtbw9TGZIdpoZVUkQBbygOEzlPOOqp { width:15.0625rem;height:7.4375rem;top:61.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3H95NrhLQhHgUywAZ9DXJmNvFc9FN6p { width:2.5625rem;height:2.6rem;top:62.625013351438rem;left:8.7187505364419rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtbXpK7Wt1Ktkn79gg9ZNrdXyfFr3wKH { width:7.5625rem;height:1.625rem;top:65.875rem;left:6.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQrGLolIETx7uRPZSZ96gBCynkwahNCH { width:15.0625rem;height:7.4375rem;top:71.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNkee3UPkBVFnqgUOJvLiVXXbhHcaUOB { width:15.0625rem;height:7.4375rem;top:81.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV5W6OtoIARMhGiIHGsOyH0npTWZICkS { width:15.0625rem;height:7.4375rem;top:91.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiNSAWD8KR0oxtv2RZ0W7tBZfVoz1kZx { width:3rem;height:2.6rem;top:72.375rem;left:8.5000005364419rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZyX9n3tWVyUkmMTP5TN8IUiSqlHTCrs { width:4.25rem;height:2.6rem;top:82.8125rem;left:7.8750005364419rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPbaFu8IskpurxOUhFbl93gv1n51QcfC { width:4.0625rem;height:2.6rem;top:92.56250190735rem;left:7.9687505364419rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dravEqz2sCKM8TJBMddhN6LUItmEU7He { width:15rem;height:1.625rem;top:75.875rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pleQiwaqotLycz8BHo9rpAmqCrEHKw7i { width:7.5625rem;height:1.625rem;top:85.875rem;left:6.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSQTkExOBU84GtRKLkbD6ZCXNR08JIzN { width:14.875rem;height:1.625rem;top:95.875rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp4lQFZlRw3OeW2IoGgdGJUotnc0N5y4 { width:10.8125rem;height:2.75rem;top:101.25001716614rem;left:4.5937500596046rem;font-size:1rem;border-top:0.0625rem solid #004522;border-left:0.0625rem solid #004522;border-right:0.0625rem solid #004522;border-bottom:0.0625rem solid #004522;text-align:center;text-align-last:center;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #ccb786190KNuZ4h5N5fQC06L77WCuEEn { display:block; }
 }@media only screen and (max-width: 763px) { #OueZePt72NRiCgTdhmNBuyftiomzMEnK { display:block; }#OueZePt72NRiCgTdhmNBuyftiomzMEnK > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lnWX33U0XmG4LsNqWzk581szEgFJ0hyy { width:17.5rem;height:3.7375rem;top:2.1875rem;left:1.25rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ObkWSukJnb2yVDuPKdar6rUVgDGzlkWT { width:18.3125rem;height:12.43125rem;top:7rem;left:0.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UH8ZhQT7st1xG3bbqoJXEc65uBqIrD3G { display:block; }#UH8ZhQT7st1xG3bbqoJXEc65uBqIrD3G > .row .container { width:20rem;height:134.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vLs0qn86GxOp8V7UaECmFS01mEFRyX9y { width:19.875rem;height:19.875rem;top:65.2375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmMJbuAKKhlnMOTkSZ1Ncm9bT2auriOC { width:19.875rem;height:19.9375rem;top:86.4625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhEsoSN0cibVVdoO0paMCs3GBd9PJX5X { width:19.875rem;height:19.9375rem;top:107.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fz7c4k50a54UqQv88MbcQ1l8wDQlFIq4 { width:19.875rem;height:20.0625rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p302uUzTVv0lRli50LHdeUnUgF5D3VVr { width:19.875rem;height:19.9375rem;top:22.6625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uory8AQL9HMBpZrf2AoLfnTHhkEoT6Z6 { width:19.875rem;height:19.9375rem;top:43.95rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeUtD5C8vJiyVJhCGFmGcawKtyhd4pwV { width:10.8125rem;height:2.75rem;top:129.87497711182rem;left:4.5937500596046rem;font-size:1rem;border-top:0.0625rem solid #004522;border-left:0.0625rem solid #004522;border-right:0.0625rem solid #004522;border-bottom:0.0625rem solid #004522;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #IFrWzncnKDiDwylZQT0aIpu0BzTk9GFL { display:block; }
 }@media only screen and (max-width: 763px) { #UmoSVW12kA70XSIez0EpwEIGqxC7EM49 { display:block; }#UmoSVW12kA70XSIez0EpwEIGqxC7EM49 > .row .container { width:20rem;height:78.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RvR1fzeoXL9AsQAteHbAZI2IS55LoZvW { width:20rem;height:22.5805rem;top:52.375001907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAxOtgPuPg2crm1EJzadDiaK4d2vXTGP { width:20rem;height:3.7375rem;top:2.375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W39zKFChLqoAZP8F547VpKs9bPiqNQyl { width:20rem;height:6.90625rem;top:7.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA0Tsv8uRklc6nahSZx8zVVAn4mDJ4ls { display:flex;width:1.8125rem;height:1.8125rem;top:16.35000038147rem;left:1.4749999642372rem; }
 }@media only screen and (max-width: 763px) { #e0yenGDOBqXANgVT8e9IAQb6hsS3QWPy { width:2.0625rem;height:2.0625rem;top:16.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTIJIXC9JIopyM0y9kCiqsNTh7CRuIW7 { width:2.0625rem;height:2.0625rem;top:41.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0SGfpOmQKkEIaWKTfQKkx2SLIfmp5ky { display:flex;width:1.8125rem;height:1.8125rem;top:41.375rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #Q9qsCdcKob5NQZWTboDJeFAK2m4CvRwR { width:2.0625rem;height:2.0625rem;top:28.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xi9CfTn5T3wRxQNFzBeuuaKBmHJAtKqz { display:flex;width:1.8125rem;height:1.8125rem;top:28.850011825561rem;left:1.4749999642372rem; }
 }@media only screen and (max-width: 763px) { #Fu50NcRtBooeEe08vtozAHho89KLwFEB { width:2.0625rem;height:2.0625rem;top:34.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7eznUCrzt5AO0zgINmwp85UMRQ0tL4g { display:flex;width:1.8125rem;height:1.8125rem;top:35.125rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #oBpMen4h35AywPLxkCEEIeBOTKb7Jozy { width:2.0625rem;height:2.0625rem;top:22.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GElu1WaZk7SB6lX1akFWUkXkogJy2WNt { display:flex;width:1.8125rem;height:1.8125rem;top:22.60000038147rem;left:1.4749999642372rem; }
 }@media only screen and (max-width: 763px) { #fp5Tf70TCPT8tgX75MQdBqboRMGKgtiC { width:2.0625rem;height:2.0625rem;top:47.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmkRbWMTIVkHdAXJtW8pGJaHrI5ftRzl { display:flex;width:1.8125rem;height:1.8125rem;top:47.625rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #HC8vS2NvPNGFNOkkkPkDWLzIrOiZTXXO { width:7.625rem;height:1.625rem;top:16.125rem;left:5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #biK25Hfdg8HtS9JypHLwy4nxD7T7N4SS { width:7.625rem;height:1.625rem;top:22.375rem;left:5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SzaSyvcGGXqB8xXM5kRNKa5ap5m9DWAC { width:7.625rem;height:1.625rem;top:28.625rem;left:5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zJGL9bOCqdSv20ugSIteJ7Bz32VTHOxr { width:7.625rem;height:1.625rem;top:34.875rem;left:5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eGbNeIeMqBNBuGI8RxBRu4LywOu2TZME { width:7.625rem;height:1.625rem;top:41.125rem;left:5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uBIOmAKp0HcPWCJGsaDwKBWhibOeJQ3a { width:7.625rem;height:1.625rem;top:47.375rem;left:5.0000000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KTvJuvTNM97P8lJhQONXBIy4eT30sMEe { width:12.8125rem;height:2.275rem;top:17.75rem;left:5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CUIGD9JxZJs6dRJfts44XDmwQisWPTg2 { width:10.3125rem;height:2.275rem;top:24rem;left:4.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UHeMG6Sosx8qD84TA4gI1Vc16M5yd5hO { width:12.5625rem;height:2.275rem;top:30.250001430511rem;left:5.0000000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mUshXTCDeVpsfIgXXwTt41VHFVNt8pPQ { width:13.25rem;height:2.275rem;top:36.5rem;left:5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VKuOE4yOpH6Ms89Ayzye6OkwMT9sbuZn { width:12.5rem;height:1.1375rem;top:42.487501144409rem;left:5.0000000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JV4zPZVRsDDuHsKrCyUIFJIk5rBD3LeT { width:13.375rem;height:1.1375rem;top:48.737501144409rem;left:5.0000000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VzhQgA7ARbH1GngwUPtGHULdnvsJeJHD { display:block; }#VzhQgA7ARbH1GngwUPtGHULdnvsJeJHD > .row .container { width:20rem;height:67.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dLxFRPbGD3D7M7FI9ODLccPPEARmf4qh { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWUQXUDv9XxT2upBXumzyieeTRyvs6gZ { width:20rem;height:1.21875rem;top:4.65625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMhFKQWikalEN2TLhTN1vX7rLFWivP2d { width:18.9375rem;height:18.75rem;top:7.0937652587887rem;left:0.49999994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #F69vVyTTqmDSu0R3svNPROeZyQggmwNZ { width:17.5rem;height:11.2rem;top:8.3750057220456rem;left:1.2500000596046rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbssJUWm12oilniuk6KXh1TtkSqQvNxI { width:10.125rem;height:1.3rem;top:20.825000762939rem;left:7.5000005364419rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0WEqlTGr9uUacwawWIgoEmqVKdNbhKh { width:10rem;height:1.1375rem;top:22.074987411499rem;left:7.5000000596044rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4Cd0XmaxRaQwAI02iaypfIaLyI4ywKH { width:3.625rem;height:3.625rem;top:20.87500667572rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQONbMcf8oICoRatgCX9VH9BdRoVrNpU { width:9.9375rem;height:1.3rem;top:38.375rem;left:7.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTnD8E3TfQKFmZglMEETKxT8066GhtuK { width:10.0625rem;height:1.1375rem;top:39.737500190735rem;left:7.5000005364419rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiqNBkhLv3vuQrz3SrEyRP9KdeUDwEEb { width:17.5rem;height:8.4rem;top:28.375000715256rem;left:1.2500000596046rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8tC2WccUdI19aTiR8rcNbX8HNzeSNPU { width:3.8125rem;height:3.8125rem;top:38.375000476837rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqNEqnQ9c2nqPTIBwiagOUAIvbgHsS5f { width:10rem;height:1.3rem;top:54.575000762939rem;left:7.4992190003394rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvIGeMwN7TrgmzXmHaI1fBqv880FwcHk { width:10.0625rem;height:1.1375rem;top:55.987501144409rem;left:7.5000005364419rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCcPmTfIJkk7RPkwtWqHc25wdkTfo3XP { width:17.5rem;height:7rem;top:45.875000953674rem;left:1.2500000596046rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsHERhqAPENmgEvsi2XK7T4QQMZ8TEhQ { width:3.9375rem;height:3.9375rem;top:54.624971389771rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbq3TtscM9HoLbiFfaTeOpu299WfZIgN { width:19.9375rem;height:16.1875rem;top:27.156250476837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZrumLWKNTORf2WcVsVmf22gCVFsa1ol { width:19.9375rem;height:15.125rem;top:44.625019073486rem;left:0.061718702316284rem;display:block; }
 }@media only screen and (max-width: 763px) { #vihMT69mPda32K7TAlyvyKFMSeWb3MrO { width:10.8125rem;height:2.75rem;top:62.562507629394rem;left:4.5937500596046rem;font-size:1rem;border-top:0.0625rem solid #004522;border-left:0.0625rem solid #004522;border-right:0.0625rem solid #004522;border-bottom:0.0625rem solid #004522;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #hzKKocvFZO003af0XIObczW5fLHgLMv3 { display:block; }
 }@media only screen and (max-width: 763px) { #smGe4iDBLcS03neNivpaP8BW0K0uROWu { display:block; }#smGe4iDBLcS03neNivpaP8BW0K0uROWu > .row .container { width:20rem;height:23.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AE9QhIVzNa0SDuleCHS1gslxHcLSHNHk { width:16.75rem;height:3.2rem;top:1.5rem;left:1.5500000119209rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ddhBzw70fenNo9Eidz29HHnagOZk9LIK { width:10rem;height:1.1375rem;top:6.3000011444094rem;left:10.000000536442rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sJLcIVUJGnsPDGAR6K4dHthTn9za3k5p { width:10.125rem;height:1.1375rem;top:13.800000190735rem;left:9.8750005364419rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WeFQv2pccIbFe6bMuUEEid1SvLsxNJv2 { width:10rem;height:1.1375rem;top:11.299999237061rem;left:10.000000536442rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tx0BVCsAF5cr4mLoa4DQoHPNMLUaStE5 { width:9.875rem;height:1.1375rem;top:8.8000011444094rem;left:10.125000536442rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lGmwiOFUgfUaIZ3Jwg9vQNq3NOKULX4P { width:6.75rem;height:1.1375rem;top:6.3000011444094rem;left:2.5000000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #czgymoWa271FCakiTiTmCMfMFPyxC6Tw { display:flex;width:1rem;height:1rem;top:6.3679695129394rem;left:1.5500000119209rem; }
 }@media only screen and (max-width: 763px) { #cg7f06pP6MufEekn8xGHpTM6wyD7QQLz { display:flex;width:1rem;height:1rem;top:11.367969512939rem;left:1.5500000119209rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #iH9JqcF7DaT2keQKDgxKccQX6gC5tAnd { display:flex;width:1rem;height:1rem;top:13.86874961853rem;left:1.5500000119209rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #xJuOgcWVRABcyGT6w1R6uZwZVJGbch79 { display:flex;width:1rem;height:1rem;top:8.8679695129394rem;left:1.5500000119209rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #NO4VyHMrTPs7AgtMxHp9xtygdVb8yLWN { width:6.75rem;height:1.1375rem;top:11.299999237061rem;left:2.5000000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EuSK2xdkKbQ0nsKOFy0dB6T1LZzkpZJR { width:6.75rem;height:1.1375rem;top:13.800000190735rem;left:2.5000000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A9oBQnb4CC2Q4ixkAbB3JL994ukvEJCA { width:6.75rem;height:1.1375rem;top:8.8000011444094rem;left:2.5000000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v5SvlcCK74bXeIWvQzmWIVsAHr5aDNNu { width:20rem;height:4.55rem;top:17.4375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }