.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;
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;top:0rem;left:0rem;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); }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f392e3b8-f2ec-46e2-b1b9-07387f714205/banerylp.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG.adaptive-delivery-prevent-bg, #mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG.lazyload, #mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG.lazyloading { background-image: none; }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG > .row .container { background-color: transparent; background-image: none; }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG > .row .container > .video-iframe-container { display: none; }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG > .row > .video-iframe-container { display: none; }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG > .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); }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG > .row .container { border-width: 0; border-radius: 0; }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:60rem;position:relative;display:block; }#gSoHb6DCiZAlcS9kHUk91zpJu9hG9Ul6 { color:#06720f;display:block;width:55.125rem;position:absolute;font-family:satoshi;font-size:3.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:2.81201171875rem;left:0rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WxPX6TvAunPfpNRSQUkR3DKdmnA7Mzuf { color:#1e2b50;display:block;width:49rem;position:absolute;font-family:satoshi;font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 0.0625rem rgba(0,0,0,0.5);top:21.39990234375rem;left:0rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KRqX9ymGDnKc0OsQr2pfx9zMlvsxFrJf { 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:33.75rem;width:32.8125rem;display:none; }
#bhE1TVidtiJoTghl9U2cSnqh893CRPEV { color:#06720f;display:block;width:55.125rem;position:absolute;font-family:satoshi;font-size:2.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:12.66162109375rem;left:0rem;height:6.1748rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a90f35;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; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { background-color: transparent; background-image: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container > .video-iframe-container { display: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row > .video-iframe-container { display: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .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); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { border-width: 0; border-radius: 0; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { font-size:0.875rem;font-family:arial;height:2.625rem;width:60rem;position:relative;display:block; }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 { 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; }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 > .row .container { background-color: transparent; background-image: none; }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 > .row .container > .video-iframe-container { display: none; }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 > .row > .video-iframe-container { display: none; }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 > .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); }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 > .row .container { border-width: 0; border-radius: 0; }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 > .row .container { font-size:0.875rem;font-family:arial;height:49rem;width:60rem;position:relative;display:block; }#AwwxZxKyonbwFumIBaEAytgynKCING4y { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.125rem solid #bebebe;border-left:0.125rem solid #bebebe;border-right:0.125rem solid #bebebe;border-bottom:0.125rem solid #bebebe;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.875rem;width:19rem;top:20.375rem;left:0rem;display:block; }
#ow3lysQTvoV72qlWLfzVrO7vrlwkgls0 { color:#696a6c;display:block;width:17.375rem;position:absolute;font-family:satoshi;font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:28.5rem;left:0.9375rem;height:12.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g8u3bWoabK6QtlJaaZi848NlJOS14HzL { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0.125rem solid #bebebe;border-left:0.125rem solid #bebebe;border-right:0.125rem solid #bebebe;border-bottom:0.125rem solid #bebebe;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.875rem;width:19rem;top:20.5rem;left:20.5625rem;display:block; }
#eZrBDm9WPcWln9Z4v7D9KfpUvXG6EfmD { color:#696a6c;display:block;width:17.75rem;position:absolute;font-family:satoshi;font-size:1.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:29.75rem;left:21.3125rem;height:14.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yGnrxK8k3oGTS8aZPZ8kPJg8T9NOIazQ { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;border-top:0.125rem solid #bebebe;border-left:0.125rem solid #bebebe;border-right:0.125rem solid #bebebe;border-bottom:0.125rem solid #bebebe;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.875rem;width:19rem;top:20.5rem;left:40.875rem;display:block; }
#POFQnTftwtS7Q317e5sTwE5wHvHbi2rh { color:#696a6c;display:block;width:16.5625rem;position:absolute;font-family:satoshi;font-size:1.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:29.125rem;left:42.25rem;height:17.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f5JCV4RxHD1zbTG52C37r0LoWEzJtupp { position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;border-top:0.125rem dashed #bebebe;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:40.625rem;top:16rem;left:9.6875rem;display:block; }
#xM8lLRTLbrHJpbkHBANAHIloe4Zh8THO { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;border-top:0;border-left:0.125rem dashed #bebebe;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:0.0625rem;top:16rem;left:9.6875rem;display:block; }
#a6oI5DgARfnrIS5iUaeO1vlTs8XoAKDn { position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;border-top:0;border-left:0.125rem dashed #bebebe;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:0.0625rem;top:16rem;left:29.9375rem;display:block; }
#HoIu5i6DIlPBUvuB0DWh3L85MPUDW0WC { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;border-top:0;border-left:0.125rem dashed #bebebe;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:0.0625rem;top:16.1875rem;left:50.5625rem;display:block; }
#ZnGgxxE1556GNpUbFCoEeuFe41ksFtnm { position:absolute;display:block;z-index:15023;background-color:#06720f;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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:15.6875rem;left:9.375rem;display:block; }
#h03nsficPLCgtg7fGl3UGuS0eZRFWBHs { position:absolute;display:block;z-index:15024;background-color:#06720f;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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:15.6875rem;left:29.625rem;display:block; }
#KSdEmBAZGvlPTNifE7yn0HZp3uiqeuh2 { position:absolute;display:block;z-index:15025;background-color:#06720f;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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:15.6875rem;left:50.25rem;display:block; }
#Zrc5ua8Qstiq3GRc0r77b82c1L5gP70g { color:#06720f;display:block;width:59.3125rem;position:absolute;font-family:satoshi;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:3.0625rem;left:0.6875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eeCZW02gd2VDb1HkRkrbz1TPiid91r9k { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:21.8125rem;left:7.125rem; }
#O4mgmDZqZP63Jd2lOVxZQ7seh07WTwAk { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:22.3125rem;left:28rem; }
#LpRTOwL9CiCtWyi7SAZcAIUIAzgH2v4V { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:22.3125rem;left:48rem; }
#MgkgSCGWhAgD7VDOqAW2PZABtJm4s5lN { color:#505050;display:block;width:56.3125rem;position:absolute;font-family:satoshi;font-size:1.6875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:9.375rem;left:3.6875rem;height:4.0498rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AeCMUwBi8SpbEllM4JtAJ80AZ1N0dueS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#AeCMUwBi8SpbEllM4JtAJ80AZ1N0dueS > .row .container { background-color: transparent; background-image: none; }#AeCMUwBi8SpbEllM4JtAJ80AZ1N0dueS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AeCMUwBi8SpbEllM4JtAJ80AZ1N0dueS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AeCMUwBi8SpbEllM4JtAJ80AZ1N0dueS > .row .container > .video-iframe-container { display: none; }#AeCMUwBi8SpbEllM4JtAJ80AZ1N0dueS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AeCMUwBi8SpbEllM4JtAJ80AZ1N0dueS > .row > .video-iframe-container { display: none; }#AeCMUwBi8SpbEllM4JtAJ80AZ1N0dueS > .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); }#AeCMUwBi8SpbEllM4JtAJ80AZ1N0dueS > .row .container { border-width: 0; border-radius: 0; }#AeCMUwBi8SpbEllM4JtAJ80AZ1N0dueS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AeCMUwBi8SpbEllM4JtAJ80AZ1N0dueS > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:60rem;position:relative;display:block; }#bslWUBISkP0EZctKhxFAENl8sgNekaav { box-sizing:content-box;height:19.3125rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(30deg, #06720f, rgba(6,114,15,0.85));background-image: -moz-linear-gradient(30deg, #06720f, rgba(6,114,15,0.85));background-image: -ms-linear-gradient(30deg, #06720f, rgba(6,114,15,0.85));background-image: -o-linear-gradient(30deg, #06720f, rgba(6,114,15,0.85));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06720f', endColorstr='#06720fd8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06720f', endColorstr='#06720fd8' );";background-image: linear-gradient(30deg, #06720f, rgba(6,114,15,0.85));background-size:auto !important;top:6rem;left:0rem;display:block; }
#wENnI7sGiGugQokhDRKL4R8hn2148RwZ { color:#eef1f3;display:block;width:17rem;position:absolute;font-family:satoshi;font-size:2.75rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:9.73583984375rem;left:3.9375rem;height:9.8994375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#r2hE6XTpqiGXJDV9bJwCGrGHnWgFXVo9 { box-sizing:content-box;height:19.125rem;width:59.75rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:6.6591796875rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #a90f35;border-left:0.125rem solid #a90f35;border-right:0.125rem solid #a90f35;border-bottom:0.125rem solid #a90f35;display:block; }
#gfC7a4FXTUMM97SnSfJ8yQQniMKetNo9 { background-color:#a90f35;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ededed;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.25rem;height:4.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:22.875rem;left:30.4375rem;display:block; }
#bkcABM8IJJ1igTbtTWpCTK6KMo03gRxN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yq5qXnr9cVXhNL2TnD6de3uLhLrsMS3q { box-sizing:content-box;height:3.8125rem;width:26rem;position:absolute;display:block;z-index:15019;background-color:#e7e3df;background-image:none;top:4.0966796875rem;left:29.5625rem;display:block; }
#XWcAD2zmMVERRPIlu5BXB6dcoq42AJeL { color:#8e1e1c;display:block;width:25.5rem;position:absolute;font-family:satoshi;font-size:1.9375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:4.9462890625rem;left:29.84375rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ededed;background-image:none;color:#6b4f3a;padding-top:0.68625rem;padding-right:0.661875rem;padding-bottom:0.68625rem;padding-left:0.661875rem;display:block;align-items:center;width:3.98rem;min-width:3.98rem;height:3.68625rem;position:relative;font-family:satoshi;font-size:2.745625rem;font-weight:700;line-height:58.98px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 .widget-text.counter-label { background-color:;background-image:none;color:#eef1f3;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.42875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.30625rem;height:1.455625rem;position:relative;font-family:satoshi;font-size:1.029375rem;font-weight:400;line-height:23.29px;text-align:center;text-align-last:center;text-transform:none;top:10%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:25.6875rem;height:6.9375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:12.34375rem;left:29.71875rem;z-index:15020; }
#iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 #AfaKHgtuuW9xEulcAVALGLPyzXSK9caM { display:flex;position:relative;top:0rem;left:0rem; }
#iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 #QOlpZmTTcc0HTAfHvD8g4TsRmuPiriTE { width:auto; }
#iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 #Uz9FzwP6f9I25kCXgMpq1MzKq9ieivx4 {  }
#iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 #p5x4Eg6t3t2tnoGxRrDSueML27aQlsxL { display:flex;position:relative;top:0rem;left:0rem; }
#iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 #fH5pQsKwSluumXDXaSrUsCbmJE3ph9lH {  }
#iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 #DzSx9gu5vchnnwxugPTr55hh1ITWFKdx {  }
#iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 #cD8dhlCy11vmUQw4IHCOcLh1MrkB4q9H { display:flex;position:relative;top:0rem;left:0rem; }
#iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 #TvUaTKIym9POuZiUxB9nGcdKMKeCqbJx {  }
#iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 #HFn08PUkzF2m3VmqKc4PnXErETaNEWTH {  }
#iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 #DThtKe0ilp3kDz2tvFJSPtmGEbH2S5nA { display:flex;position:relative;top:0rem;left:0rem; }
#iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 #x8t9TCrB2pPt7t3SGPVfME47DNxPc4kA {  }
#iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 #HMXFsP6JV4y1RdanpFVP3Vc2zF1b1RCl {  }
#yZS3i1tzXOogHFzPCbixkTyurSrnqu96 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b74b1f38-aa88-4eb5-a7e8-d5dc26ba0320/2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yZS3i1tzXOogHFzPCbixkTyurSrnqu96.adaptive-delivery-prevent-bg, #yZS3i1tzXOogHFzPCbixkTyurSrnqu96.lazyload, #yZS3i1tzXOogHFzPCbixkTyurSrnqu96.lazyloading { background-image: none; }#yZS3i1tzXOogHFzPCbixkTyurSrnqu96 > .row .container { background-color: transparent; background-image: none; }#yZS3i1tzXOogHFzPCbixkTyurSrnqu96::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZS3i1tzXOogHFzPCbixkTyurSrnqu96 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZS3i1tzXOogHFzPCbixkTyurSrnqu96 > .row .container > .video-iframe-container { display: none; }#yZS3i1tzXOogHFzPCbixkTyurSrnqu96 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZS3i1tzXOogHFzPCbixkTyurSrnqu96 > .row > .video-iframe-container { display: none; }#yZS3i1tzXOogHFzPCbixkTyurSrnqu96 > .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); }#yZS3i1tzXOogHFzPCbixkTyurSrnqu96 > .row .container { border-width: 0; border-radius: 0; }#yZS3i1tzXOogHFzPCbixkTyurSrnqu96 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yZS3i1tzXOogHFzPCbixkTyurSrnqu96 > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:60rem;position:relative;display:block; }#aabpXIpet25vJ4Sl5BTqgEGSuySUwEWz { color:#a90f35;display:block;width:51.8125rem;position:absolute;font-family:roboto;font-size:4.375rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:1.65625rem;left:0rem;height:6.125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aaI1lF042czouMp6twGHV2XnogJzXa0P { 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; }#aaI1lF042czouMp6twGHV2XnogJzXa0P > .row .container { background-color: transparent; background-image: none; }#aaI1lF042czouMp6twGHV2XnogJzXa0P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaI1lF042czouMp6twGHV2XnogJzXa0P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaI1lF042czouMp6twGHV2XnogJzXa0P > .row .container > .video-iframe-container { display: none; }#aaI1lF042czouMp6twGHV2XnogJzXa0P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaI1lF042czouMp6twGHV2XnogJzXa0P > .row > .video-iframe-container { display: none; }#aaI1lF042czouMp6twGHV2XnogJzXa0P > .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); }#aaI1lF042czouMp6twGHV2XnogJzXa0P > .row .container { border-width: 0; border-radius: 0; }#aaI1lF042czouMp6twGHV2XnogJzXa0P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aaI1lF042czouMp6twGHV2XnogJzXa0P > .row .container { font-size:0.875rem;font-family:arial;height:48.75rem;width:60rem;position:relative;display:block; }#B18WgW1vw3PEmHk5TgTbDVZnJ78zXpDQ { color:#ffffff;display:block;width:30rem;position:absolute;font-family:satoshi;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.25rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lb5aTIhN3VllWN9mWyHTZ6ZXDL0C5P89 { color:#f9f9f9;display:block;width:26rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:13.2373046875rem;left:4.0625rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VXtJQfaBQz8X9tUR43RBUJ022nv5312m { color:#585858;display:block;width:30.0625rem;position:absolute;font-family:satoshi;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.25rem;left:30rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Be4m1KbsDdbcTxRi0uObc0C6DKSUfAzx { position:absolute;display:block;z-index:14999;background-color:#a90f35;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.625rem;width:30.0625rem;top:1.5rem;left:0rem;display:block; }
#vTVrrRr2tgDgghNfvTsZ5x8uC67Is4vD { position:absolute;display:block;z-index:15000;background-color:#f9f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.625rem;width:30.0625rem;top:1.5rem;left:30rem;display:block; }
#NIGLaW4WILBTp2WIc2pXe8VrJ9V0VoTA { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:18.6875rem;top:1.068359375rem;left:5.65625rem;overflow:hidden;display:block; }
#PUuZNDPFGCFJDL43tJpC9QOi01ZN12ba { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:1.125rem;top:16.125rem;left:11.40625rem;overflow:hidden;display:block; }
#mtphWcCUz97xIuJtyqS8e5k18pf5JA8x { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:4.6875rem;top:13.2685546875rem;left:0rem;overflow:hidden;display:block; }
#JP1oaJOin8AMMxwrbOHbPVkQ5fKgystQ { color:#f9f9f9;display:block;width:26rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:18.03125rem;left:4.0625rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d63J8w7mHF8BE5kbZXK0TIQ01BZvNN99 { color:#f9f9f9;display:block;width:26.0625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:22.625rem;left:4rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TJ6ZdqtotINWWfCtB5CN2GqXdTQxwI57 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:4.6875rem;top:18.0625rem;left:0rem;overflow:hidden;display:block; }
#Nd2iQqVUNTV16JKmdPL3Lg5J4a0tZiVq { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:4.6875rem;top:23.53125rem;left:0rem;overflow:hidden;display:block; }
#GIs5tPyJgAtH7dDtB5FfWFxLwVPngQdq { color:#696a6c;display:block;width:26rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:19.4375rem;left:34rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HQzJe7lQVtbsnFig8owrrp47fhOamkzD { color:#696a6c;display:block;width:26rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:24.4375rem;left:34rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NB413hnyoK0OrHRFvozRfuITAtGZas1O { color:#686a6c;display:block;width:26rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:30.8125rem;left:34rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iaI4dQASUNynI2LQsIbZ4dKHEgbVZhy0 { color:#686a6c;display:block;width:56.4375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:41.625rem;left:2.625rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uJgyGBHcQ6qbkh0EtcdBF4PwaIlQz8Ob { color:#f9f9f9;display:block;width:26.0625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:28.3125rem;left:4rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TTLPbR4Q1Bedr5Wgb12OwaDfTTUs7srT { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:4.6875rem;top:29.75rem;left:0rem;overflow:hidden;display:block; }
#Trte9xPqXyQSM9PT3E9cakfcP48PHuef { color:#686a6c;display:block;width:26rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:13.2373046875rem;left:34rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zi4W4AO7Fv4uMEdEXepmAgCXo7Hz1GeO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:3.224609375rem;left:43.9375rem; }
#TdKQFboH8vV8QTzBLvVvAmh9hnts8qIW { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:14.0810546875rem;left:31.40625rem; }
#w8pESUZnkusTwM4q8uMV3mpc3RCaT9Ty { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:20.28125rem;left:31.40625rem; }
#w7TKKAKhapFXBw4dSmWc8ch6sJh2DbhZ { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:26rem;left:31.40625rem; }
#nIL1Nb8ZeSOyfNx9KNFKvHkaPTE8HbNW { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:31.65625rem;left:31.40625rem; }
#Js6WH9uyqK391puc1XR3ZWcDk1ZdsDLy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#06720f;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; }#Js6WH9uyqK391puc1XR3ZWcDk1ZdsDLy > .row .container { background-color: transparent; background-image: none; }#Js6WH9uyqK391puc1XR3ZWcDk1ZdsDLy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Js6WH9uyqK391puc1XR3ZWcDk1ZdsDLy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Js6WH9uyqK391puc1XR3ZWcDk1ZdsDLy > .row .container > .video-iframe-container { display: none; }#Js6WH9uyqK391puc1XR3ZWcDk1ZdsDLy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Js6WH9uyqK391puc1XR3ZWcDk1ZdsDLy > .row > .video-iframe-container { display: none; }#Js6WH9uyqK391puc1XR3ZWcDk1ZdsDLy > .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); }#Js6WH9uyqK391puc1XR3ZWcDk1ZdsDLy > .row .container { border-width: 0; border-radius: 0; }#Js6WH9uyqK391puc1XR3ZWcDk1ZdsDLy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Js6WH9uyqK391puc1XR3ZWcDk1ZdsDLy > .row .container { font-size:0.875rem;font-family:arial;height:0.875rem;width:60rem;position:relative;display:block; }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/082ce46c-7347-4293-b62d-86d33ead189c/image.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx.adaptive-delivery-prevent-bg, #On6p65INrUcaKGGviIXB8EbIv7HzVIhx.lazyload, #On6p65INrUcaKGGviIXB8EbIv7HzVIhx.lazyloading { background-image: none; }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row .container { background-color: transparent; background-image: none; }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row .container > .video-iframe-container { display: none; }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row > .video-iframe-container { display: none; }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .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); }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row .container { border-width: 0; border-radius: 0; }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:60rem;position:relative;display:block; }#I6XmzE2PxLHKC5PP180TAut0NIu1w3TG { color:#a90f35;display:block;width:54rem;position:absolute;font-family:satoshi;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2rem;left:-6.9375rem;height:12.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NV0x2GoG5pIXglwRuD6gsUfB2ZJcnZRK { color:#686a6c;display:block;width:40.3125rem;position:absolute;font-family:satoshi;font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:15.5rem;left:0rem;height:3.7373rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DOociWVOUwewsnvo21VfPWVuRUo3GOHp { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:4.6875rem;top:12.0625rem;left:1.5625rem;overflow:hidden;display:block; }
#EcDW8lh9k9KabpfWobw3Rkfd1awyQuM1 { color:#686a6c;display:block;width:47.125rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:20.1875rem;left:0.875rem;height:19.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BnzdnQkf8wvKgHmBxDuc6AP3adWcTRHg { color:#686a6c;display:block;width:38.75rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:41.5rem;left:1.625rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qtEOksiHJRre6rnlDuEZGtBlPrAAL7iC { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:20.5rem;left:-2.125rem; }
#fb7l6RoLlJLuZT1AW1eyqx0JgcPo6XtH { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:22.5625rem;left:-2.0625rem; }
#Q7kpgCAJNdyqEsrDhux9Zpmq4T4iX4mg { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:29rem;left:-2.0625rem; }
#CZLf8tUuR7F5ow4rEu4x4tMRSnGLpEMN { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:31.125rem;left:-2.0625rem; }
#pZ1PFX8S7BZKFtmkFLPCZWJlQpV9GGdQ { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:24.6875rem;left:-2.0625rem; }
#R98ETzyKQksUpGCTwa4KJv6yqRBZkyaU { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:26.8125rem;left:-2.0625rem; }
#OUDOGdph2AoqdbF75DWfN5E0AyqOwJTJ { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:33.3125rem;left:-2.0625rem; }
#T89Pq432MNq6pSuIurFibtiDIw5qG3Qf { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:35.4375rem;left:-2.0625rem; }
#TD8TREnopxrCTGukgtz3WvSCgNlLV6fB { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:37.4375rem;left:-2rem; }
#ZahWtAGgwQ9pTix0prTEgPTih8UFiEnZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a9dc8c65-fa52-4657-84a6-8b382aa2b841/IMG_05241.preview.mirror.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#ZahWtAGgwQ9pTix0prTEgPTih8UFiEnZ.adaptive-delivery-prevent-bg, #ZahWtAGgwQ9pTix0prTEgPTih8UFiEnZ.lazyload, #ZahWtAGgwQ9pTix0prTEgPTih8UFiEnZ.lazyloading { background-image: none; }#ZahWtAGgwQ9pTix0prTEgPTih8UFiEnZ > .row .container { background-color: transparent; background-image: none; }#ZahWtAGgwQ9pTix0prTEgPTih8UFiEnZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZahWtAGgwQ9pTix0prTEgPTih8UFiEnZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZahWtAGgwQ9pTix0prTEgPTih8UFiEnZ > .row .container > .video-iframe-container { display: none; }#ZahWtAGgwQ9pTix0prTEgPTih8UFiEnZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZahWtAGgwQ9pTix0prTEgPTih8UFiEnZ > .row > .video-iframe-container { display: none; }#ZahWtAGgwQ9pTix0prTEgPTih8UFiEnZ > .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); }#ZahWtAGgwQ9pTix0prTEgPTih8UFiEnZ > .row .container { border-width: 0; border-radius: 0; }#ZahWtAGgwQ9pTix0prTEgPTih8UFiEnZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZahWtAGgwQ9pTix0prTEgPTih8UFiEnZ > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:60rem;position:relative;display:block; }#EoafUl80VBpQlMDZHD9FM7pUElONEESP { color:#06720f;display:block;width:56.625rem;position:absolute;font-family:satoshi;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2rem;left:11.8125rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r9wHzM8SFAhMT3SNCNvdOAayBuxx2BNd { color:#686a6c;display:block;width:40.3125rem;position:absolute;font-family:satoshi;font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.03759765625rem;left:19.6875rem;height:3.7373rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#onTeSoUK85c9k2llSOL0loyz6vlNvNXG { color:#686a6c;display:block;width:42.625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:16.46875rem;left:22.5625rem;height:21.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yCbJJoyJCKTO8dGo1b88ikXyzpOZWwtN { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:16.8125rem;left:20.375rem; }
#rrgNmGX9EcVvhXOnQnBZimTbcXC15kBm { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:18.875rem;left:20.4375rem; }
#bSrGhn5uHPibW5eBp5n29NwhkSt9W6OK { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:25.3125rem;left:20.4375rem; }
#NhQ11TJs13CVM2Fp6tZ4t1auPRuxWDOO { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:27.4375rem;left:20.4375rem; }
#PlEqyLL5Rea7cBZXy19xUHzAc3MMCDef { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:21rem;left:20.4375rem; }
#x1kZCxd86rdWaPRdnfSv7R9zRi5c4mD7 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:23.125rem;left:20.4375rem; }
#oRqWxy90AkIUPCW2bFQbh6JlShLbQao9 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:29.625rem;left:20.4375rem; }
#MSgudMwPNGIrBg5MTfIzJGTmEm5kLPbQ { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:31.75rem;left:20.4375rem; }
#an6EpJ9qvgaovUPlHvz6UX0Ci8I6cUzB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#an6EpJ9qvgaovUPlHvz6UX0Ci8I6cUzB > .row .container { background-color: transparent; background-image: none; }#an6EpJ9qvgaovUPlHvz6UX0Ci8I6cUzB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#an6EpJ9qvgaovUPlHvz6UX0Ci8I6cUzB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#an6EpJ9qvgaovUPlHvz6UX0Ci8I6cUzB > .row .container > .video-iframe-container { display: none; }#an6EpJ9qvgaovUPlHvz6UX0Ci8I6cUzB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#an6EpJ9qvgaovUPlHvz6UX0Ci8I6cUzB > .row > .video-iframe-container { display: none; }#an6EpJ9qvgaovUPlHvz6UX0Ci8I6cUzB > .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); }#an6EpJ9qvgaovUPlHvz6UX0Ci8I6cUzB > .row .container { border-width: 0; border-radius: 0; }#an6EpJ9qvgaovUPlHvz6UX0Ci8I6cUzB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#an6EpJ9qvgaovUPlHvz6UX0Ci8I6cUzB > .row .container { font-size:0.875rem;font-family:arial;height:40.1875rem;width:60rem;position:relative;display:block; }#lcJVMDsN0oFWKTZeutgKFX8eqTFiFpuU { box-sizing:content-box;height:33.6875rem;width:54.5625rem;position:absolute;display:block;z-index:14996;background-color:#06720f;background-image:none;top:1.8125rem;left:2.75rem;box-shadow: 0.125rem 0.125rem 0.9375rem rgba(0,0,0,0.5) ;display:block; }
#iJztRPd5D6IViVD7dcO0R3TXibEIsHRq { color:#ededed;display:block;width:54.6875rem;position:absolute;font-family:satoshi;font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:3.625rem;left:5.3125rem;height:2.54980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#rlwi7RVOBqW6t5S27n8chtPUs5wncFEr { color:#e7e3df;display:block;width:50.9375rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:8.8310546875rem;left:5.3125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#rlwi7RVOBqW6t5S27n8chtPUs5wncFEr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rlwi7RVOBqW6t5S27n8chtPUs5wncFEr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c3a85164bbbfe5b9f2524d22e6e9fe085aeaafe5.svg); }
#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a90f35;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; }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row .container { background-color: transparent; background-image: none; }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row .container > .video-iframe-container { display: none; }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row > .video-iframe-container { display: none; }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .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); }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row .container { border-width: 0; border-radius: 0; }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:60rem;position:relative;display:block; }#KG2shWCVRDzqetbrex9IaDvc2IZIaEBP { color:#ffffff;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:3.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p1cA3Iw9QVtAZKpoRQRlx6OenXypwcZe { color:#ffffff;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:2.1875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4.75rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LHZmrbztbTN3AXqSl3qmACQR4CzN808a { 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; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row .container { background-color: transparent; background-image: none; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row .container > .video-iframe-container { display: none; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row > .video-iframe-container { display: none; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .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); }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row .container { border-width: 0; border-radius: 0; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row .container { font-size:0.875rem;font-family:arial;height:41.875rem;width:60rem;position:relative;display:block; }#tmNXFb1EN2mC691kSbiK9w6xmiEKOvqM { 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:38.25rem;width:25.375rem;top:0.9375rem;left:34.625rem;overflow:hidden;display:block; }
#vbvXRsCbTXaXaU8TwkTV7ALt8q6VEAGD { color:#686a6c;display:block;width:29.75rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:1.0625rem;left:0rem;height:38rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#06720f;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; }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr > .row .container { background-color: transparent; background-image: none; }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr > .row .container > .video-iframe-container { display: none; }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr > .row > .video-iframe-container { display: none; }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr > .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); }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr > .row .container { border-width: 0; border-radius: 0; }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:60rem;position:relative;display:block; }#PAfFphzcikpnpCUsuZHQNxGS2s4AaBwr { color:#ffffff;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T8XOKpwZVB6T9tLM0Cckfp9X7OVdTF7M { color:#ffffff;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:2rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4.73046875rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NxbPEvaxwTG3sd1ZGGZEN4GdypQCTSW5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#06720f;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; }#NxbPEvaxwTG3sd1ZGGZEN4GdypQCTSW5 > .row .container { background-color: transparent; background-image: none; }#NxbPEvaxwTG3sd1ZGGZEN4GdypQCTSW5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxbPEvaxwTG3sd1ZGGZEN4GdypQCTSW5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxbPEvaxwTG3sd1ZGGZEN4GdypQCTSW5 > .row .container > .video-iframe-container { display: none; }#NxbPEvaxwTG3sd1ZGGZEN4GdypQCTSW5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxbPEvaxwTG3sd1ZGGZEN4GdypQCTSW5 > .row > .video-iframe-container { display: none; }#NxbPEvaxwTG3sd1ZGGZEN4GdypQCTSW5 > .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); }#NxbPEvaxwTG3sd1ZGGZEN4GdypQCTSW5 > .row .container { border-width: 0; border-radius: 0; }#NxbPEvaxwTG3sd1ZGGZEN4GdypQCTSW5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NxbPEvaxwTG3sd1ZGGZEN4GdypQCTSW5 > .row .container { font-size:0.875rem;font-family:arial;height:19.75rem;width:60rem;position:relative;display:block; }#Fsr0Xn5uxt9G4hydBaPqXJ7bGZW6qElI { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:17.8125rem;width:18.25rem;top:0rem;left:0rem;display:block; }
#MOFyXw7L1svz6UCLbD2t90KQvibH6Hk8 { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:17.8125rem;width:18.25rem;top:0rem;left:20.875rem;display:block; }
#aSLpMvsSrLHKEMdKlTeHguPopwP8hW2l { color:#1d2b51;display:block;width:14.5625rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:5.10595703125rem;left:22.71875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d934i6BKhvmTRqnQS7n9pcayz2CrUOC6 { color:#1d2b51;display:block;width:14.5625rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:5.10595703125rem;left:1.84375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J9yFWsNlkK38WERgg30LaOnayAHLnlng { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:17.8125rem;width:18.25rem;top:0rem;left:41.75rem;display:block; }
#GdCDvNp9P040fIay2CvJIcPymorFvyFH { color:#1d2b51;display:block;width:14.5625rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:5.10595703125rem;left:43.59375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GeWTgMaSi7DULokDI2PX2Bu9mel7iWXw { color:#686a6c;display:block;width:14.1875rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:7.81884765625rem;left:22.78125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#afsIWPHgWnSn6glyk9qSlz78drUsQ0KT { color:#686a6c;display:block;width:15.125rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:7.4375rem;left:43.59375rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tiFTayu5s1gwElyTNa3u2i59I6zpbTfn { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:1.28125rem;left:43.625rem; }
#KLWR2xzgONC45X1AEHKpq6TuM5mMU4gg { 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:15027;opacity:1;top:1.4375rem;left:22.75rem; }
#DhDI18l3sLpsbSMbgDzqc54wSQitq76b { 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:15028;opacity:1;top:1.4375rem;left:1.84375rem; }
#oENkqZB0sTLyu2AtWXDXJrHZazAd7OoA { color:#686a6c;display:block;width:14.1875rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.26220703125rem;left:1.90625rem;height:9.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SMWylMsFx6VsHgww6hI6U5T91cQh5mnT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#06720f;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; }#SMWylMsFx6VsHgww6hI6U5T91cQh5mnT > .row .container { background-color: transparent; background-image: none; }#SMWylMsFx6VsHgww6hI6U5T91cQh5mnT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMWylMsFx6VsHgww6hI6U5T91cQh5mnT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMWylMsFx6VsHgww6hI6U5T91cQh5mnT > .row .container > .video-iframe-container { display: none; }#SMWylMsFx6VsHgww6hI6U5T91cQh5mnT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMWylMsFx6VsHgww6hI6U5T91cQh5mnT > .row > .video-iframe-container { display: none; }#SMWylMsFx6VsHgww6hI6U5T91cQh5mnT > .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); }#SMWylMsFx6VsHgww6hI6U5T91cQh5mnT > .row .container { border-width: 0; border-radius: 0; }#SMWylMsFx6VsHgww6hI6U5T91cQh5mnT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SMWylMsFx6VsHgww6hI6U5T91cQh5mnT > .row .container { font-size:0.875rem;font-family:arial;height:18.0625rem;width:60rem;position:relative;display:block; }#o5ZkWWs1XStfloZAoUfAHQhSdDh33REb { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:15.625rem;width:18.25rem;top:0rem;left:0rem;display:block; }
#aci94yrJdeoalbfM55f7FXk5ht3M1wm9 { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:15.625rem;width:18.25rem;top:0rem;left:20.875rem;display:block; }
#yJDxBeVGhlwVeoHIGsN6h4L1X3TXMLfm { color:#1d2b51;display:block;width:14.5625rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:4.984375rem;left:22.71875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H6069v1L84Qa3HmOe1v8it5APTxFITOc { color:#1d2b51;display:block;width:14.5625rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0.8125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uvFGcU5pRMo45bKZ5a3aqFnLfCTCDuEt { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:15.625rem;width:18.25rem;top:0rem;left:41.75rem;display:block; }
#TsLWn5T5m0IHSskPJ1v7X6gwXK0Qy2WZ { color:#686a6c;display:block;width:15.125rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:7.63134765625rem;left:22.71875rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cETMcg9r1PluyF3p0RBgBMPnyl5PdE38 { color:#1d2b51;display:block;width:14.5625rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:4.984375rem;left:43.59375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l6wlmmnW4GKJ0cO04c42eGGqcbNr4Pgk { color:#686a6c;display:block;width:16.25rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15025;line-height:1.2;letter-spacing:0;top:7.5625rem;left:43.59375rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qr57AHSlOdD5BHXDqvlsTCChtGKkk4ZK { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:1.28125rem;left:43.625rem; }
#xQvtR1zXtAKhpkzFWK6h9P0sT9iQT2AL { 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:15027;opacity:1;top:1.4375rem;left:22.75rem; }
#hv8TaxqkU9Ka4HMUkloHglk9BasJvDOE { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:1rem;left:0.8125rem; }
#HEXoTxz4oDUx0TeQpOiMZppIOKEoyHx2 { color:#686a6c;display:block;width:16.6875rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:8.21875rem;left:0.78125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WOgrovaTWvy8sXbVhdxQnLHf3VaFgbpN { position:relative;display:block; }#WOgrovaTWvy8sXbVhdxQnLHf3VaFgbpN { background-color: transparent; background-image: none; }#WOgrovaTWvy8sXbVhdxQnLHf3VaFgbpN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOgrovaTWvy8sXbVhdxQnLHf3VaFgbpN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOgrovaTWvy8sXbVhdxQnLHf3VaFgbpN > .row .container > .video-iframe-container { display: none; }#WOgrovaTWvy8sXbVhdxQnLHf3VaFgbpN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOgrovaTWvy8sXbVhdxQnLHf3VaFgbpN > .row > .video-iframe-container { display: none; }#WOgrovaTWvy8sXbVhdxQnLHf3VaFgbpN > .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); }#WOgrovaTWvy8sXbVhdxQnLHf3VaFgbpN { border-width: 0; border-radius: 0; }#WOgrovaTWvy8sXbVhdxQnLHf3VaFgbpN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WOgrovaTWvy8sXbVhdxQnLHf3VaFgbpN > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:43.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#yvX1u6QwEq1PhU6sMuWxdOUnAEtvHTTR { color:#010304;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:3rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:2rem;left:0rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zNTv1DO85AAkbHkVPICyNzuOz8MZtLXT { box-sizing:content-box;height:11.5625rem;width:18.8125rem;position:absolute;display:block;z-index:14999;background-color:#a90f35;background-image:none;top:9.1875rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#q5ml6XA1Qmt92cchWGUW2fA00qClD95b { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:11.25rem;left:1.1875rem; }
#zMceyiW90WcZVdLuBV4alvTdv6JrA4AV { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:10.9375rem;left:3.0625rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PCf28qpEFM0PD3asXEDICV2wzeIvArKD { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:15.625rem;left:0.9375rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JVsJbk7At1EQNe4VP1ikdiyBNmW5iKql { box-sizing:content-box;height:0.125rem;width:16.875rem;position:absolute;display:block;z-index:15013;background-color:rgba(255,255,255,0.7);background-image:none;top:14.375rem;left:0.875rem;display:block; }
#bt3kpQIaANt0W7ZReP32y1TCIReXsNbt { box-sizing:content-box;height:11.5625rem;width:18.8125rem;position:absolute;display:block;z-index:15004;background-color:#a90f35;background-image:none;top:9.1875rem;left:20.625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#G5Q76lFFxFJTZ5MxrEUw43FEnMlQ7gOm { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:15.625rem;left:21.5rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KIyOB7szyZFFre33vvxK6JcZLiF003n9 { box-sizing:content-box;height:0.125rem;width:16.875rem;position:absolute;display:block;z-index:15018;background-color:rgba(255,255,255,0.7);background-image:none;top:14.375rem;left:21.5rem;display:block; }
#y7liiTcPB9D7kKk74hotw2n3vbzXE3XS { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:10.9375rem;left:23.6875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AMUXt9ldG7ChMVA0DI39olV33lsKRIzg { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:11.25rem;left:21.8125rem; }
#bRxXrlSvTAMkq4f4hdkZ37dhTT0zwbbq { box-sizing:content-box;height:11.5625rem;width:18.8125rem;position:absolute;display:block;z-index:15009;background-color:#a90f35;background-image:none;top:9.1875rem;left:41.1875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#R7FGUoHqFqCi4UZSulFC83LBBrDet6Pt { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:15.5rem;left:42.1875rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tiai1CWz4iqvMgeTi4yG41VvfKCT2Edm { box-sizing:content-box;height:0.125rem;width:16.875rem;position:absolute;display:block;z-index:15023;background-color:rgba(255,255,255,0.7);background-image:none;top:14.375rem;left:42.0625rem;display:block; }
#edT1WnAhibLB0amBynpUaf9XcEsylpf0 { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:10.9375rem;left:44.25rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CIiMPTs4ZoGkCwdbJVLrWQxFNPrOc36p { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:11.25rem;left:42.375rem; }
#MzR0bhQ2RM8RLrmLVWazwQ6U10d9nGPO { box-sizing:content-box;height:15rem;width:18.8125rem;position:absolute;display:block;z-index:15014;background-color:#a90f35;background-image:none;top:24.1875rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#xcZeEVoldxxKFMlkKdWuv10nriTVcI2p { box-sizing:content-box;height:15rem;width:18.8125rem;position:absolute;display:block;z-index:15019;background-color:#a90f35;background-image:none;top:24.1875rem;left:20.625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#RusdnyZlVoH76dRST3kDm8sQDKrtwKLl { box-sizing:content-box;height:15rem;width:18.8125rem;position:absolute;display:block;z-index:15024;background-color:#a90f35;background-image:none;top:24.1875rem;left:41.1875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#f3A9ULagU24vy25kda8TJ9WrMgetZ1NP { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:30.625rem;left:0.9375rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hePCDys1AXFcCF3qgu0nuvbIWPPo1f0D { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:30.625rem;left:21.5rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hBDACXUu3VG0xbvqyEZsusn45VcVxTpu { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:300;z-index:15033;line-height:1.5;letter-spacing:0;top:30.5rem;left:42.1875rem;height:5.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B2K1SWMcrdvvyB89tEXkP1S4UlDhtbEv { box-sizing:content-box;height:0.125rem;width:16.875rem;position:absolute;display:block;z-index:15028;background-color:rgba(255,255,255,0.7);background-image:none;top:29.375rem;left:0.875rem;display:block; }
#QZ0FpI6nMWTZ0faEHQaxQD0HG0RdkGTa { box-sizing:content-box;height:0.125rem;width:16.875rem;position:absolute;display:block;z-index:15033;background-color:rgba(255,255,255,0.7);background-image:none;top:29.375rem;left:21.5rem;display:block; }
#HhCxDNKu2VnnRvt0riRzagcG8silM0ms { box-sizing:content-box;height:0.125rem;width:16.875rem;position:absolute;display:block;z-index:15038;background-color:rgba(255,255,255,0.7);background-image:none;top:29.375rem;left:42.0625rem;display:block; }
#leOmNOmudfpFQLMqlNL1TApHe2ft4cJB { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:25rem;left:3.0625rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zUJhCKDD6kJN91okKy1hggSf5gsnTOc8 { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:25.9375rem;left:23.6875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Nn8H4Hn8M2URsitmLO25XwkDmWSNANV0 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:26.25rem;left:21.8125rem; }
#sJTbH5TwZNeis7TSRCBBdwmIbdQIZld4 { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:700;z-index:15037;line-height:1.5;letter-spacing:0;top:25.9375rem;left:44.25rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hMHNy3vhOweFz8smm3hA7xXeWHPaFT8l { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:26.25rem;left:42.375rem; }
#EQtCb7EtoOAMD695Lwo6DRym0wm5nkDT { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:25.96875rem;left:1.1875rem; }
#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#06720f;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; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { background-color: transparent; background-image: none; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container > .video-iframe-container { display: none; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row > .video-iframe-container { display: none; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .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); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { border-width: 0; border-radius: 0; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:60rem;position:relative;display:block; }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW { 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; }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW > .row .container { background-color: transparent; background-image: none; }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW > .row .container > .video-iframe-container { display: none; }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW > .row > .video-iframe-container { display: none; }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW > .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); }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW > .row .container { border-width: 0; border-radius: 0; }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW > .row .container { font-size:0.875rem;font-family:arial;height:105.375rem;width:60rem;position:relative;display:block; }#UFS0MkTfucRcygG8n3eAa7GU5cLAPL1V { color:#686a6c;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.4375rem;left:0.0625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#nxPpzzJylNhcyvOfFvtp5TlJwnyarqUC { position:absolute;display:block;z-index:15011;background-color:#686a6c;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.125rem;width:2.5rem;top:14.125rem;left:28.75rem;display:block; }
#ot2f7mKL8IAdMEqPRynHbT5tAwTOCLsT { color:rgba(169,15,53,0.35);display:block;width:60rem;position:absolute;font-family:satoshi;font-size:5.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iDvHzcaQ8U2CEFicdedJvIJ5Rpyz8uxG { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:43.875rem;width:16.875rem;top:17.25rem;left:1.9375rem;display:block; }
#QsEVoBX20TeafSy0RaqHKESiJGlkVrap { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:22.625rem;width:14.375rem;top:17.25rem;left:3.1875rem;overflow:hidden;display:block; }
#CscczlCBAcRxx7hXom05Pmztb9c7LeOI { position:absolute;display:block;z-index:15013;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:20.25rem;width:14.375rem;top:40.125rem;left:3.1875rem;overflow:hidden;display:block; }
#CJdJ79AlqPJP7zlHqqr4N56ypWzHn0kt { position:absolute;display:block;z-index:15014;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:24.3125rem;width:15.625rem;top:17.75rem;left:21.8125rem;overflow:hidden;display:block; }
#HwzLUeZrKTkAX3r7cwX2R4PdTmpQqyK8 { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:26.0625rem;width:16.875rem;top:16.875rem;left:21.1875rem;display:block; }
#yvDJJdN7uMcGPuGHPBPifsNElSS27TGE { position:absolute;display:block;z-index:15015;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:9rem;width:15.625rem;top:49.75rem;left:21.8125rem;overflow:hidden;display:block; }
#UVA3BlOH2VezfEGFbAwbPpaIbs9tnUUs { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:13.375rem;width:16.875rem;top:47.8125rem;left:21.1875rem;display:block; }
#gZlqksbxJzpZIy5Fko0MgBeAD2pWOXkT { position:absolute;display:block;z-index:15016;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:19.0625rem;width:15.625rem;top:17.25rem;left:41.875rem;overflow:hidden;display:block; }
#inrSh4xuQkbuvAi3OaNOL6rPxfT2Isaw { position:absolute;display:block;z-index:15017;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:15.6875rem;width:15.625rem;top:36.3125rem;left:41.875rem;overflow:hidden;display:block; }
#BZTT0sbvSgRWeGEacCxUlG366Txi8cnn { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:38.4375rem;width:16.875rem;top:16.875rem;left:41.25rem;display:block; }
#zCDxUwSimu4oZCbpgTez96ISkoKK6LHp { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:14.5625rem;top:58.125rem;left:42.40625rem;overflow:hidden;display:block; }
#inVCaGnxf1HC75T3awvoo5ThFGwwWsW1 { position:absolute;display:block;z-index:15019;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:8rem;width:13.25rem;top:69rem;left:43.0625rem;overflow:hidden;display:block; }
#lDuMzb2fom2tz2zppWROVJdz2Ii20RXL { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:14.9375rem;top:64.375rem;left:3.9375rem;overflow:hidden;display:block; }
#Urf0FOrMJDeqH0paVLlrdrTz80MOgg8o { position:absolute;display:block;z-index:15021;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:9.1875rem;width:13.5rem;top:64.375rem;left:23.25rem;overflow:hidden;display:block; }
#xK1JdTDIVG6bgrBt6Ek1NDxLpSb3rDi4 { position:absolute;display:block;z-index:15022;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:19.5625rem;width:16.5rem;top:73.5625rem;left:3.1875rem;overflow:hidden;display:block; }
#u2tmXwauK4CBBAc9fQP52dlyfvQ2x3ZM { position:absolute;display:block;z-index:15023;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:7.125rem;width:14.375rem;top:77rem;left:23.5625rem;overflow:hidden;display:block; }
#XCWk7vcov14bwkc2PVkEFWc7UG2cKrfK { position:absolute;display:block;z-index:15024;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:9.8125rem;width:15rem;top:80.625rem;left:42.1875rem;overflow:hidden;display:block; }
#THCszonetJia8o5gIWdKl1FNB4FitAPS { background-color:#06720f;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:42.6875rem;height:3.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:97.6875rem;left:9.40625rem;display:block; }
#fDsvJo3LSwLi7PGRkVP54SKThzL8VIXG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xD6UTMSLGc0D8MaTmAuOpuaygZJMdosZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a90f35;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; }#xD6UTMSLGc0D8MaTmAuOpuaygZJMdosZ > .row .container { background-color: transparent; background-image: none; }#xD6UTMSLGc0D8MaTmAuOpuaygZJMdosZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xD6UTMSLGc0D8MaTmAuOpuaygZJMdosZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xD6UTMSLGc0D8MaTmAuOpuaygZJMdosZ > .row .container > .video-iframe-container { display: none; }#xD6UTMSLGc0D8MaTmAuOpuaygZJMdosZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xD6UTMSLGc0D8MaTmAuOpuaygZJMdosZ > .row > .video-iframe-container { display: none; }#xD6UTMSLGc0D8MaTmAuOpuaygZJMdosZ > .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); }#xD6UTMSLGc0D8MaTmAuOpuaygZJMdosZ > .row .container { border-width: 0; border-radius: 0; }#xD6UTMSLGc0D8MaTmAuOpuaygZJMdosZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xD6UTMSLGc0D8MaTmAuOpuaygZJMdosZ > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }#cTVfk4SPfv5hPIXPTgAVZNbzH8mCpqlt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#cTVfk4SPfv5hPIXPTgAVZNbzH8mCpqlt.adaptive-delivery-prevent-bg, #cTVfk4SPfv5hPIXPTgAVZNbzH8mCpqlt.lazyload, #cTVfk4SPfv5hPIXPTgAVZNbzH8mCpqlt.lazyloading { background-image: none; }#cTVfk4SPfv5hPIXPTgAVZNbzH8mCpqlt > .row .container { background-color: transparent; background-image: none; }#cTVfk4SPfv5hPIXPTgAVZNbzH8mCpqlt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTVfk4SPfv5hPIXPTgAVZNbzH8mCpqlt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTVfk4SPfv5hPIXPTgAVZNbzH8mCpqlt > .row .container > .video-iframe-container { display: none; }#cTVfk4SPfv5hPIXPTgAVZNbzH8mCpqlt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTVfk4SPfv5hPIXPTgAVZNbzH8mCpqlt > .row > .video-iframe-container { display: none; }#cTVfk4SPfv5hPIXPTgAVZNbzH8mCpqlt > .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); }#cTVfk4SPfv5hPIXPTgAVZNbzH8mCpqlt > .row .container { border-width: 0; border-radius: 0; }#cTVfk4SPfv5hPIXPTgAVZNbzH8mCpqlt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cTVfk4SPfv5hPIXPTgAVZNbzH8mCpqlt > .row .container { font-size:0.875rem;font-family:arial;height:37.3125rem;width:60rem;position:relative;display:block; }#rNHndATAPlmePPZRS0iwz3cFpl2QTMDX { color:#696a6c;display:block;width:40.875rem;position:absolute;font-family:satoshi;font-size:2.8125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.5rem;left:19.125rem;height:21.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FG3wGrhkeDq8BBtgRnyAqFrUvM4BinN8 { background-color:#a90f35;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.3125rem;height:3.875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:30.125rem;left:28.40625rem;display:block; }
#ZsoWDVueT7AB067C7m5RUh2rmtgCyMMv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PHwU5WxauQPCq56GKlFykThHJucgs7VD { position:absolute;display:block;z-index:14999;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:36.375rem;width:23.625rem;top:1.5rem;left:0rem;overflow:hidden;display:block; }
#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#06720f;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; }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM > .row .container { background-color: transparent; background-image: none; }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM > .row .container > .video-iframe-container { display: none; }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM > .row > .video-iframe-container { display: none; }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM > .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); }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM > .row .container { border-width: 0; border-radius: 0; }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:60rem;position:relative;display:block; }#cBZQQQeN0WkrpFCSG1KgA47yfn2qEtVA { color:#ffffff;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 { 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; }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 > .row .container { background-color: transparent; background-image: none; }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 > .row .container > .video-iframe-container { display: none; }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 > .row > .video-iframe-container { display: none; }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 > .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); }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 > .row .container { border-width: 0; border-radius: 0; }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 > .row .container { font-size:0.875rem;font-family:arial;height:41.875rem;width:60rem;position:relative;display:block; }#NpNVd9JMr4ERiyWiLEFqOyiilERuZQDT { color:#000000;display:block;width:15.625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.1875rem;left:3.25rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TRaW3EUcU6k5waTMpOhbOZkLicmtW0sa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:3.0625rem;left:0.75rem; }
#b1inQP7MIbkhxgXhkT620pphKkxmGf7g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:16.5625rem;left:0.75rem; }
#clbp868RaztZsgayHgf97U2VmB5V6q18 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:16.5625rem;left:3.25rem;height:11.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zhm9p0qkPTRCZQbyHfd589twr1XFTeo7 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:29rem;left:3.25rem;height:11.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lAIdrq2v6Uol2ycMnyLSz2EUAKfk4RDe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:29rem;left:0.75rem; }
#l973cJ0F9NLprdBGvcQhwHzkDPlRDb9e { color:#000000;display:block;width:15.625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7.5rem;left:22.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gnCuwOLdUUZuCvKl01DQ9O0gppOtHdaf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:7.5rem;left:20.375rem; }
#Io7CnkvIv8bq7SpgktyNASWqvT6spHyc { color:#000000;display:block;width:15.625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:15.0625rem;left:22.75rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QMU0EAOogkaJv6kLApqSlU6pb905TtNV { color:#000000;display:block;width:15.625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:3.0625rem;left:22.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iFPPVIqu1GMBievQGBI8kThmTnIxOvJV { color:#000000;display:block;width:15.625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:20.9375rem;left:22.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZsMmkeafDX4kVvWLFT9zX9XUP5SbkDup { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:14.9375rem;left:20.375rem; }
#mXNTueXDTNuf8RKPxOAyrZuZmDnFgXC7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:20.9375rem;left:20.375rem; }
#UUrFvUHrClAFUfTftMHfAD1rO1Sr3cLL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:3.0625rem;left:20.375rem; }
#m1gc5PBncahs0eMDFmT8G9TWXM7obZqu { color:#000000;display:block;width:15.625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.375rem;left:3.25rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hGHipZ9dyRuFXdhHFMX4onv1LsThIr4p { color:#000000;display:block;width:15.625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:30.1875rem;left:22.75rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fO0S8p2yqpBBRtNFN3aECvDwyxf9d3Sr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:30.0625rem;left:20.5rem; }
#ldFZ2uwdhOmy6I0pUZ151a8z3dxENiJK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:9.3125rem;left:0.75rem; }
#HaabbrFCAU5n8bazRFPR8zuTei3TogA7 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:35.5625rem;left:22.75rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sZV40OUbSTFUTWu63QuXqmzPrKAntCRS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:35.5rem;left:20.5rem; }
#g5IMVkAxyig95ZUfCBBoREH6mOo4gLSM { position:absolute;display:block;z-index:15006;background-color:#f8f8f8;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:3.5rem;border-top-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem;box-shadow: none;height:22.375rem;width:20rem;top:10.4375rem;left:40rem;display:block; }
#wlxl0LnoshKSeZTwOXt1JiKe4XV7WAM5 { position:absolute;display:block;z-index:15010;background-color:#f8f8f8;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:3.5rem;border-top-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem;box-shadow: none;height:22.375rem;width:20rem;top:9.75rem;left:40rem;display:block; }
#NTQT4R1qrrvNe10zFghnz8JXxt3hAdmu { position:absolute;display:block;z-index:15011;background-color:#06720f;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:6.3125rem;left:46.875rem;display:block; }
#bsV0O4KEKz09uExT3g4ipHIGgHgOBX36 { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:6.3125rem;left:46.875rem; }
#QJ2hVpS1EZTcgagrTwOT9I3dVXDzkJDo { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:satoshi;font-size:1.5rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:15.42578125rem;left:42.21875rem;height:15.597625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q6ORGRT3kwbCWEuTqAQ5v1LaCWz0cVrH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#Q6ORGRT3kwbCWEuTqAQ5v1LaCWz0cVrH > .row .container { background-color: transparent; background-image: none; }#Q6ORGRT3kwbCWEuTqAQ5v1LaCWz0cVrH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6ORGRT3kwbCWEuTqAQ5v1LaCWz0cVrH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6ORGRT3kwbCWEuTqAQ5v1LaCWz0cVrH > .row .container > .video-iframe-container { display: none; }#Q6ORGRT3kwbCWEuTqAQ5v1LaCWz0cVrH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6ORGRT3kwbCWEuTqAQ5v1LaCWz0cVrH > .row > .video-iframe-container { display: none; }#Q6ORGRT3kwbCWEuTqAQ5v1LaCWz0cVrH > .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); }#Q6ORGRT3kwbCWEuTqAQ5v1LaCWz0cVrH > .row .container { border-width: 0; border-radius: 0; }#Q6ORGRT3kwbCWEuTqAQ5v1LaCWz0cVrH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q6ORGRT3kwbCWEuTqAQ5v1LaCWz0cVrH > .row .container { font-size:0.875rem;font-family:arial;height:78.5rem;width:60rem;position:relative;display:block; }#TZKNnxCrpOJvkOwaeFKiN5RNyzRzq9NC { box-sizing:content-box;height:24.625rem;width:19.0625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:11.3125rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #b94c5f;border-left:0.125rem solid #b94c5f;border-right:0.125rem solid #b94c5f;border-bottom:0.125rem solid #b94c5f;display:block; }
#RLGRvnPumfCRGzrr1p535AMuBSZ23ppu { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:10.3125rem;left:29.6875rem; }
#cTUNXTVumMUgviTBLdayETL8TdqU2UBz { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(62deg, #b94c5f, rgba(185,76,95,0.85));background-image: -moz-linear-gradient(62deg, #b94c5f, rgba(185,76,95,0.85));background-image: -ms-linear-gradient(62deg, #b94c5f, rgba(185,76,95,0.85));background-image: -o-linear-gradient(62deg, #b94c5f, rgba(185,76,95,0.85));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b94c5f', endColorstr='#b94c5fd8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b94c5f', endColorstr='#b94c5fd8' );";background-image: linear-gradient(62deg, #b94c5f, rgba(185,76,95,0.85));background-size:auto !important;top:9.875rem;left:8.125rem;display:block; }
#WqpWifO5L2PZa0LTCaTzVfdwnPHNz7Ad { color:#023a4f;display:block;width:15.6875rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:16.9375rem;left:1.8125rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nNJlXydMC6r0XTgRVMxePhnhrTaCH7Mc { box-sizing:content-box;height:10.9375rem;width:17.5rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:11.3125rem;left:22rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #b94c5f;border-left:0.125rem solid #b94c5f;border-right:0.125rem solid #b94c5f;border-bottom:0.125rem solid #b94c5f;display:block; }
#nXmMfoxZ66rmI3T5yWF5obMoSn8g4lhF { color:#023a4f;display:block;width:14.9375rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:16.9375rem;left:23.375rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#B0wr7nALylhROMaTfPKh7n5UgnCiz8H2 { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:10.25rem;left:8.5rem; }
#ewgTAOa9F36EHwIsJcax8zFC22QRFNIU { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:10.3125rem;left:49.9375rem; }
#DnqTWhygBXghLlrKgwVyvTAGwMRIXrkT { color:#023a4f;display:block;width:19.4375rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14.25rem;left:0rem;height:2.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gUZPxAhLpMk7MCQdZ2Uew7R0Aaedud23 { color:#023a4f;display:block;width:17.625rem;position:absolute;font-family:satoshi;font-size:1.8125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:13.6875rem;left:22.0625rem;height:2.35595625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VW60DneId3cdLKexfvtai8EXGSE9m1M3 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9rem;width:12.125rem;top:25.59375rem;left:3.59375rem;overflow:hidden;display:block; }
#bMODH2o2gLS730CwwyQ4LrM1x9NlnvKO { box-sizing:content-box;height:10.9375rem;width:17.5rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;top:11.3125rem;left:42.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #b94c5f;border-left:0.125rem solid #b94c5f;border-right:0.125rem solid #b94c5f;border-bottom:0.125rem solid #b94c5f;display:block; }
#Gb8rKJTPeWhhHr55po3hR5hNlIVPnUxO { color:#023a4f;display:block;width:17.625rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.875rem;left:42.375rem;height:2.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#icFq6gMIOAO9BauTP3lNl6IiPnKxREob { color:#023a4f;display:block;width:14.9375rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:16.0625rem;left:43.75rem;height:5.84960625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gftxnOnJ7G6r164HfEIxhRf6DUl3k8C5 { box-sizing:content-box;height:10.9375rem;width:17.5rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;top:25.3125rem;left:22rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #b94c5f;border-left:0.125rem solid #b94c5f;border-right:0.125rem solid #b94c5f;border-bottom:0.125rem solid #b94c5f;display:block; }
#INaZh9hRcCOmKZK8yE7xt7fMozn8Q3G7 { box-sizing:content-box;height:10.9375rem;width:17.5rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;top:25.3125rem;left:42.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #b94c5f;border-left:0.125rem solid #b94c5f;border-right:0.125rem solid #b94c5f;border-bottom:0.125rem solid #b94c5f;display:block; }
#pG67vIx5IcKgHOdIQPqFZpfgfcDXzJzv { color:#023a4f;display:block;width:15.9375rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:30.375rem;left:22.875rem;height:4.38720625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NemopVclA7D0LmbNIvnNCu5dKmS8wZG6 { color:#023a4f;display:block;width:14.9375rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:30.130859375rem;left:43.625rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rqzUB1qCmiLLVrOmhEtNlwcXd7O1LFov { color:#023a4f;display:block;width:17.625rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:27.25rem;left:22.0625rem;height:2.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VH3VD3ckw9Z7upskEesQxbHeVNmTrldk { color:#023a4f;display:block;width:17.625rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:27.484375rem;left:42.375rem;height:2.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Fm7pFbJcGRuaPXf0AZRil6TQSLSquCzZ { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:24.3125rem;left:29.6875rem; }
#ObKDyshBrZD6laMlH7ZGylxL09uN1ZH4 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:24.3125rem;left:49.9375rem; }
#BwZ3ekefo7HSbJeoOCPbRaVIfuKWy7Fh { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(62deg, #b94c5f, rgba(185,76,95,0.85));background-image: -moz-linear-gradient(62deg, #b94c5f, rgba(185,76,95,0.85));background-image: -ms-linear-gradient(62deg, #b94c5f, rgba(185,76,95,0.85));background-image: -o-linear-gradient(62deg, #b94c5f, rgba(185,76,95,0.85));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b94c5f', endColorstr='#b94c5fd8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b94c5f', endColorstr='#b94c5fd8' );";background-image: linear-gradient(62deg, #b94c5f, rgba(185,76,95,0.85));background-size:auto !important;top:9.9375rem;left:29.3125rem;display:block; }
#BFx59rQNWarkuuoRMvQFSbGhXkDPrLlW { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(62deg, #b94c5f, rgba(185,76,95,0.85));background-image: -moz-linear-gradient(62deg, #b94c5f, rgba(185,76,95,0.85));background-image: -ms-linear-gradient(62deg, #b94c5f, rgba(185,76,95,0.85));background-image: -o-linear-gradient(62deg, #b94c5f, rgba(185,76,95,0.85));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b94c5f', endColorstr='#b94c5fd8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b94c5f', endColorstr='#b94c5fd8' );";background-image: linear-gradient(62deg, #b94c5f, rgba(185,76,95,0.85));background-size:auto !important;top:9.9375rem;left:49.5625rem;display:block; }
#H5LoxWv5WAfRPXubQTcHiwcHUcXF4sTf { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(62deg, #b94c5f, rgba(185,76,95,0.85));background-image: -moz-linear-gradient(62deg, #b94c5f, rgba(185,76,95,0.85));background-image: -ms-linear-gradient(62deg, #b94c5f, rgba(185,76,95,0.85));background-image: -o-linear-gradient(62deg, #b94c5f, rgba(185,76,95,0.85));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b94c5f', endColorstr='#b94c5fd8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b94c5f', endColorstr='#b94c5fd8' );";background-image: linear-gradient(62deg, #b94c5f, rgba(185,76,95,0.85));background-size:auto !important;top:23.9375rem;left:49.5625rem;display:block; }
#VNQdI8kokaP9FISfV5ikyq2OAoFW65hi { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(62deg, #b94c5f, rgba(185,76,95,0.85));background-image: -moz-linear-gradient(62deg, #b94c5f, rgba(185,76,95,0.85));background-image: -ms-linear-gradient(62deg, #b94c5f, rgba(185,76,95,0.85));background-image: -o-linear-gradient(62deg, #b94c5f, rgba(185,76,95,0.85));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b94c5f', endColorstr='#b94c5fd8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b94c5f', endColorstr='#b94c5fd8' );";background-image: linear-gradient(62deg, #b94c5f, rgba(185,76,95,0.85));background-size:auto !important;top:23.9375rem;left:29.3125rem;display:block; }
#iSzpA7NJaePxZ6EBBoHBbdI8oTcfh3IE { color:rgba(30,30,30,0.7);display:block;width:52.875rem;position:absolute;font-family:satoshi;font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:2.53125rem;left:4.40625rem;height:3.8496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ClUg1WuIoknPuVXnExQ7AcnrOpFR8W3X { color:#023a4f;display:block;width:15.6875rem;position:absolute;font-family:satoshi;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:20.71875rem;left:1.8125rem;height:3.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GPrdqnDd1Zm9FsBGdxMQgNCHSroszEcg { color:#06720f;display:block;width:32.8125rem;position:absolute;font-family:satoshi;font-size:2.1875rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;text-shadow:1.25rem 0rem 1.875rem #696a6c;top:39.3125rem;left:0rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PxITAZ6d7XQVCAKw82RA58WnzncV3rmN { position:absolute;display:block;z-index:15013;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:18.625rem;width:18.0625rem;top:45rem;left:3rem;overflow:hidden;display:block; }
#Ln3S5RXGrknPOPeu2QWwkxmEySVlGJSE { box-sizing:content-box;height:20.0625rem;width:19.6875rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;top:44.1875rem;left:2.125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.125rem solid #a90f35;border-left:0.125rem solid #a90f35;border-right:0.125rem solid #a90f35;border-bottom:0.125rem solid #a90f35;display:block; }
#E6UK8WrIgCfbd9STwivEG6WHvtFTZQQq { color:#ae411e;display:block;width:24.1875rem;position:absolute;font-family:satoshi;font-size:2.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:44.1875rem;left:25.8125rem;height:6.1494125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ARx0gwIKhyUP1kkZ9ixK2EnNgf6wHsWZ { color:#023a4f;display:block;width:25.125rem;position:absolute;font-family:satoshi;font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:51rem;left:27.125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#ARx0gwIKhyUP1kkZ9ixK2EnNgf6wHsWZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ARx0gwIKhyUP1kkZ9ixK2EnNgf6wHsWZ li:before{  }
#Wix7g4WdKpo5B6L3fF9qi7Dye0ztOS1a { background-color:#06720f;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:57.125rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:71.9375rem;left:1.15625rem;display:block; }
#CX3CeBsDGs9VCSQ7ZJb5uJJGoPTIWFc9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pnKx7iGtmsxe4RkWZuWBNuqP7wovKlha { 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; }#pnKx7iGtmsxe4RkWZuWBNuqP7wovKlha > .row .container { background-color: transparent; background-image: none; }#pnKx7iGtmsxe4RkWZuWBNuqP7wovKlha::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnKx7iGtmsxe4RkWZuWBNuqP7wovKlha > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnKx7iGtmsxe4RkWZuWBNuqP7wovKlha > .row .container > .video-iframe-container { display: none; }#pnKx7iGtmsxe4RkWZuWBNuqP7wovKlha > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnKx7iGtmsxe4RkWZuWBNuqP7wovKlha > .row > .video-iframe-container { display: none; }#pnKx7iGtmsxe4RkWZuWBNuqP7wovKlha > .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); }#pnKx7iGtmsxe4RkWZuWBNuqP7wovKlha > .row .container { border-width: 0; border-radius: 0; }#pnKx7iGtmsxe4RkWZuWBNuqP7wovKlha > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pnKx7iGtmsxe4RkWZuWBNuqP7wovKlha > .row .container { font-size:0.875rem;font-family:arial;height:99.375rem;width:60rem;position:relative;display:block; }#LOqJGleW63HLkZkxyGNZ9NaNEUmdzLrS { color:#06720f;display:block;width:6.3125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.41845703125rem;left:0.875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dzm2pdx7XXPwtpolLoJyG52EJz2c5yD6 { color:#686868;display:block;width:16.8125rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:13.125rem;left:21.0625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PI0bOTZSmTP80TfveMrSUxKSwPFZuOQV { color:#06720f;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OxhwKSDe6JQoz0TGuIUp60Vxg7iOQsth { position:absolute;display:block;z-index:15016;background-color:#686a6c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.5625rem;top:2.3125rem;left:27.21875rem;display:block; }
#MdZlADTDJ105cZoRofp1SVRBHpdALwnT { color:#ae411e;display:block;width:19.9375rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:41.375rem;left:19.25rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V7XSOrxPWGbaeLeU9FsXNEuJykr8r4r3 { color:#686868;display:block;width:17.3125rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.125rem;left:40.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dpw6Um4OisR0ntcDLQrov68imiN6wGg9 { color:#ae411e;display:block;width:19.9375rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:41.375rem;left:39.25rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a3laNKnL9fpFSP4zChVA4Heze9Z6aDW8 { color:#686868;display:block;width:17.0625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:49.5rem;left:41.5rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LHU7GAezHm3VD7GiiDnW7pTenvHrmV9H { color:#ae411e;display:block;width:19.9375rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:73.56201171875rem;left:40rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BdXXDFZRI9QpmUeL0fCCHxEwGNMflGuw { color:#686868;display:block;width:17.25rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:49.3125rem;left:21.875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nuOwCnTzHiT2Dn49bU6auQmWQueGixLK { color:#ae411e;display:block;width:19.9375rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:73.5615234375rem;left:19.25rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vdI43XuBaxxoO6k2gFUdEBIdrmanqmTH { color:#ae411e;display:block;width:19.9375rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:73.56201171875rem;left:0rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qv9dTOckBuCdOcoygirf9CSt0WyiV1mf { color:#ae411e;display:block;width:49.9375rem;position:absolute;font-family:satoshi;font-size:1.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:80.25rem;left:4.9375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ECOVZgiUihWohUGX06pUQRpnD8CMTX9r { color:#06720f;display:block;width:6.3125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.41845703125rem;left:20.96875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vrUA1HfKEEv542QVuo2qMDqkP8KyMSlB { color:#06720f;display:block;width:6.3125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.41845703125rem;left:41.21875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vtJFOTBWmFKxC3tSTMTVGkwVFtMQxKq4 { color:#06720f;display:block;width:6.3125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:46.625rem;left:0.875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A3H7O6ToDScxTwGtCTMtimofSm1NiTlV { color:#06720f;display:block;width:6.3125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:46.625rem;left:20.875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nNyngnEgXi4GVBegWmnXE5cnJ78VmmDO { color:#06720f;display:block;width:6.3125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:46.6875rem;left:41.25rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lheUhueJICd3JFCF2UsQFROSTS3QEcET { color:#ae411e;display:block;width:58.3125rem;position:absolute;font-family:satoshi;font-size:1.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:83.5625rem;left:0.875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTv8RPkVZmeFaollKTcpnzn9k3gahUZc { position:absolute;display:block;z-index:15017;background-color:#686a6c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.5625rem;top:18.875rem;left:26.5rem;display:block; }
#SHKC3itG9qC15r20kevnd8wQcGLVN9XA { position:absolute;display:block;z-index:15018;background-color:#686a6c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.5625rem;top:17.875rem;left:46.5rem;display:block; }
#ApyRyKS0AKm61C6SFXwir3pFCLLlQCuI { color:#686868;display:block;width:16.8125rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:19.9375rem;left:21.0625rem;height:11.69824375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eA6bRkFiUsKRxbMTToS7mQwAfswrKQL0 { color:#686868;display:block;width:16.8125rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:19.625rem;left:40.875rem;height:16.897475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eLxCvFiEKlIs36Mo9guIhnXCCcwERuUw { color:#686868;display:block;width:16.8125rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:57.4375rem;left:21.90625rem;height:14.29785625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vZB1XevdBMUVph6uLeqhlI3uzvdwKopv { color:#686868;display:block;width:16.8125rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:57.4375rem;left:41.59375rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XNo1nUZq9phJ1bMEtP2RbePGDQ7Tc5pT { position:absolute;display:block;z-index:15019;background-color:#686a6c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.5625rem;top:55.28125rem;left:27.21875rem;display:block; }
#Ug2Uw4CE1HEaIVOd0wF3ExPxOJfKaFMU { position:absolute;display:block;z-index:15020;background-color:#686a6c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.5625rem;top:55.28125rem;left:47.21875rem;display:block; }
#Q2KzJzigNWEChBiZpwTJT6X0FzBuqu5E { color:#686868;display:block;width:17.25rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:51.1875rem;left:0.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F9XSblPQtm1WTNmwPfURIkHhA56fcMMx { color:#686868;display:block;width:16.8125rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:57.625rem;left:1.4375rem;height:14.29785rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ICM531ABTIcTLcxTTAHgaF4uv1xE0wSy { position:absolute;display:block;z-index:15022;background-color:#686a6c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.5625rem;top:55.5rem;left:6.75rem;display:block; }
#pWfLuacAdRuAoNVKA8PgH8wWF0bb2z5D { color:#686868;display:block;width:16.8125rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:12.44970703125rem;left:1.59375rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pcl1Z6q2oFmEs3etAT4OQmBcQy9WMJuC { position:absolute;display:block;z-index:15021;background-color:#686a6c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.5625rem;top:21.9375rem;left:7.21875rem;display:block; }
#m3grSKRKaGcs6TdvCaeVdWATzSgQLETN { color:#686868;display:block;width:16.8125rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:23.5859375rem;left:1.59375rem;height:12.99805625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n4qlGIceRNBoTMTJf4g01yIggZoa2431 { color:#ae411e;display:block;width:19.9375rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:41.375rem;left:0rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dNwxvanMhbJbbyDbhA4hIf3lomzg82DS { background-color:#06720f;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.3125rem;height:3.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:89.8125rem;left:17.75rem;display:block; }
#xz6x6TGOKTtreMmJqCzFqZPL1MuxbeNc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R0992QpnzCeXv6Tm0PM6LNuxaDNksM3n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a90f35;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; }#R0992QpnzCeXv6Tm0PM6LNuxaDNksM3n > .row .container { background-color: transparent; background-image: none; }#R0992QpnzCeXv6Tm0PM6LNuxaDNksM3n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0992QpnzCeXv6Tm0PM6LNuxaDNksM3n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0992QpnzCeXv6Tm0PM6LNuxaDNksM3n > .row .container > .video-iframe-container { display: none; }#R0992QpnzCeXv6Tm0PM6LNuxaDNksM3n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0992QpnzCeXv6Tm0PM6LNuxaDNksM3n > .row > .video-iframe-container { display: none; }#R0992QpnzCeXv6Tm0PM6LNuxaDNksM3n > .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); }#R0992QpnzCeXv6Tm0PM6LNuxaDNksM3n > .row .container { border-width: 0; border-radius: 0; }#R0992QpnzCeXv6Tm0PM6LNuxaDNksM3n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R0992QpnzCeXv6Tm0PM6LNuxaDNksM3n > .row .container { font-size:0.875rem;font-family:arial;height:1.0625rem;width:60rem;position:relative;display:block; }#hTCwyfBAZmyGEx9u8UIqQSmZIsQ2EOyv { position:relative;display:block; }#hTCwyfBAZmyGEx9u8UIqQSmZIsQ2EOyv { background-color: transparent; background-image: none; }#hTCwyfBAZmyGEx9u8UIqQSmZIsQ2EOyv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTCwyfBAZmyGEx9u8UIqQSmZIsQ2EOyv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTCwyfBAZmyGEx9u8UIqQSmZIsQ2EOyv > .row .container > .video-iframe-container { display: none; }#hTCwyfBAZmyGEx9u8UIqQSmZIsQ2EOyv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTCwyfBAZmyGEx9u8UIqQSmZIsQ2EOyv > .row > .video-iframe-container { display: none; }#hTCwyfBAZmyGEx9u8UIqQSmZIsQ2EOyv > .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); }#hTCwyfBAZmyGEx9u8UIqQSmZIsQ2EOyv { border-width: 0; border-radius: 0; }#hTCwyfBAZmyGEx9u8UIqQSmZIsQ2EOyv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hTCwyfBAZmyGEx9u8UIqQSmZIsQ2EOyv > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:24.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#POn2KI08ZR9E4QiqaiJMUsHXld7c691q { color:#ffffff;display:block;width:15rem;position:absolute;font-family:satoshi;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6rem;left:33.75rem;height:12.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EVzOB3IhAS7qOvnkzFC5TtgdGydWvGe4 { position:absolute;display:block;z-index:14999;background-color:#a90f35;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;height:15.625rem;width:18.75rem;top:4.25rem;left:31.875rem;display:block; }
#pcdqFbb7htGM8AM4zeETqyuxx34oD4vd { position:absolute;display:block;z-index:15001;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:18.8125rem;width:18.8125rem;top:2.6875rem;left:9.4375rem;overflow:hidden;display:block; }
#iAHx8xZuCQVGyu65dN2hxr1KQE8fB5OW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a90f35;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; }#iAHx8xZuCQVGyu65dN2hxr1KQE8fB5OW > .row .container { background-color: transparent; background-image: none; }#iAHx8xZuCQVGyu65dN2hxr1KQE8fB5OW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAHx8xZuCQVGyu65dN2hxr1KQE8fB5OW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAHx8xZuCQVGyu65dN2hxr1KQE8fB5OW > .row .container > .video-iframe-container { display: none; }#iAHx8xZuCQVGyu65dN2hxr1KQE8fB5OW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAHx8xZuCQVGyu65dN2hxr1KQE8fB5OW > .row > .video-iframe-container { display: none; }#iAHx8xZuCQVGyu65dN2hxr1KQE8fB5OW > .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); }#iAHx8xZuCQVGyu65dN2hxr1KQE8fB5OW > .row .container { border-width: 0; border-radius: 0; }#iAHx8xZuCQVGyu65dN2hxr1KQE8fB5OW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iAHx8xZuCQVGyu65dN2hxr1KQE8fB5OW > .row .container { font-size:0.875rem;font-family:arial;height:1.0625rem;width:60rem;position:relative;display:block; }#VOD1BRvJ1muASX3qAeOLoT2eTT6Pn28D { 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; }#VOD1BRvJ1muASX3qAeOLoT2eTT6Pn28D > .row .container { background-color: transparent; background-image: none; }#VOD1BRvJ1muASX3qAeOLoT2eTT6Pn28D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOD1BRvJ1muASX3qAeOLoT2eTT6Pn28D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOD1BRvJ1muASX3qAeOLoT2eTT6Pn28D > .row .container > .video-iframe-container { display: none; }#VOD1BRvJ1muASX3qAeOLoT2eTT6Pn28D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOD1BRvJ1muASX3qAeOLoT2eTT6Pn28D > .row > .video-iframe-container { display: none; }#VOD1BRvJ1muASX3qAeOLoT2eTT6Pn28D > .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); }#VOD1BRvJ1muASX3qAeOLoT2eTT6Pn28D > .row .container { border-width: 0; border-radius: 0; }#VOD1BRvJ1muASX3qAeOLoT2eTT6Pn28D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VOD1BRvJ1muASX3qAeOLoT2eTT6Pn28D > .row .container { font-size:0.875rem;font-family:arial;height:94.875rem;width:60rem;position:relative;display:block; }#LQt8BToTwJHt8f2m3TmByzdovKI2FTcP { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #06720f;border-left:0.125rem solid #06720f;border-right:0.125rem solid #06720f;border-bottom:0.125rem solid #06720f;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(0,0,0,0.08) ;height:63.375rem;width:23.75rem;top:12.9375rem;left:31.0625rem;display:block; }
#Vu3FLQFTdZZe9RuPhP44CeoXa5Bl6t21 { color:#535353;display:block;width:20.625rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:26.875rem;left:32.75rem;height:40.4599375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Vu3FLQFTdZZe9RuPhP44CeoXa5Bl6t21 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Vu3FLQFTdZZe9RuPhP44CeoXa5Bl6t21 li:before{  }
#WnaU0TTQbZ6gk5T1MeMVVuoINTebkOlX { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(0,0,0,0.08) ;height:63.625rem;width:23.75rem;top:12.9375rem;left:4.8125rem;display:block; }
#TkHk4pmEbMO98PgVlP5W0pRCZg5Cw1gG { position:absolute;display:block;z-index:15019;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:18.75rem;top:30.9375rem;left:7.3125rem;display:block; }
#ROfXQAS3tTix0SOElnVZqyxnvJoAtIGs { color:#06720f;display:block;width:20.625rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:32.25rem;left:6.375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#ROfXQAS3tTix0SOElnVZqyxnvJoAtIGs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ROfXQAS3tTix0SOElnVZqyxnvJoAtIGs li:before{  }
#Zxl26cFLJQMasTWwrgq9sbtn8Z7z6VIP { position:absolute;display:block;z-index:15020;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:18.75rem;top:25.4375rem;left:33.6875rem;display:block; }
#ihRPClxW5Ow9UJviFNluATVuXm6DwI4A { color:#7da101;display:block;width:17.3125rem;position:absolute;font-family:satoshi;font-size:2.1875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:14.158203125rem;left:6.34375rem;height:2.84375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OkGsBcTkyrauTZyi9s0235XpCAr9itop { position:absolute;display:block;z-index:15010;background-color:#06720f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(33,33,33,0.1) ;height:2.3125rem;width:24rem;top:10.8125rem;left:31.0625rem;display:block; }
#oh2Hywb6ZVS7rSkQPSGU4RsOL85LFTdl { color:#ffffff;display:block;width:23.9375rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:11rem;left:31.125rem;height:2.0249rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FaJTMmmWNiUy6M2ibrw5sn8UQ3xNv09T { color:#06720f;display:block;width:14.5625rem;position:absolute;font-family:satoshi;font-size:2.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:13.57958984375rem;left:32.75rem;height:3.0874rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NXpqtwddUSbbNaL9K10UHVGRtsHkVcW7 { color:#06720f;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:3.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.63720703125rem;left:0rem;height:4.95605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M7dTxRTv67TTh5E5zkir6Gkpz7Mxzy3U { color:#ae411e;display:block;width:18.3125rem;position:absolute;font-family:satoshi;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:17.89453125rem;left:7.53125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nOVTNDqyHL5d00pgtJQFHwMnw7ctK1mL { color:#ae411e;display:block;width:20.5625rem;position:absolute;font-family:satoshi;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.2734375rem;left:33.28125rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BFPhiTkDewIs2eIvTiU4kssqGOJXuJd0 { color:#696a6c;display:block;width:20.4375rem;position:absolute;font-family:satoshi;font-size:0.8125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:16.83935546875rem;left:32.84375rem;height:1.05615rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EI76BuBxn6w24ZES3W21Q8KmC7KxcSmh { background-color:#06720f;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:70.25rem;left:35.25rem;display:block; }
#imkmXH1FbXTh7fuql6GOxaKWN33I3rDA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VTpk7vBBNDLX1Jd6MgCkngizzfFp1dCv { color:#686a6c;display:block;width:23.625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:23.875rem;left:4.875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Asch1xULEBkdXPQNlKh5GRfOuU87Ii5b { color:#ae411e;display:block;width:23.8125rem;position:absolute;font-family:satoshi;font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:63.875rem;left:4.78125rem;height:4.63036875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r8C07TBzgvvtDU84sSaoZuCbWtx162OO { background-color:#7da101;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:70.875rem;left:8.875rem;display:block; }
#X6ZIBNMLFcdI636PWQxMD3NPhdOlWRpE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hk2cbJ3UsUlVbzORDIbwwffXTN5ysXCb { color:#7da101;display:block;width:19.875rem;position:absolute;font-family:satoshi;font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.76220703125rem;left:6.75rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KpiP7TX1Mt14gTa1UdhXafX5ChUNq4MX { color:#06720f;display:block;width:21.125rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:21.0791015625rem;left:33rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kKh8NrdIs4b4egkn7RJVQZTuGFtH140h { background-color:#a90f35;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:7.5rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:26.375rem;left:8.3125rem;display:block; }
#xTW3PWDTFAEQLriUXEzbMPwtf2FuxxxW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VQQiptAqLxIm5Ok9qOcZQ42DLOd1elqU { color:#ae411e;display:block;width:59.125rem;position:absolute;font-family:satoshi;font-size:1.875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:83.9375rem;left:0.875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rz2k5mdKJ5pJGphvVNT9rlw91CcgRyDP { color:#696a6c;display:block;width:59.125rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:88.1875rem;left:0.875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A0x7UkfS1eHfc6oswlAGQS9pAp9Ke337 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.875rem;width:7.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:8.03125rem;left:50.875rem; }
#ssV83ElSMcZxzK0yfGyL4MAFgmtfL1zA { color:#ffffff;display:block;width:6.625rem;position:absolute;font-family:satoshi;font-size:1.0625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:9.8408203125rem;left:51.625rem;height:4.142575rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ySbWdVaq8zy9NDQpFk9QUz8A7TZQ3iAO { background-color:#a90f35;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:7.5rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:26.375rem;left:17.25rem;display:block; }
#CHqx95r4Ul45Rhxa6xE8LLV9vr9pZWT3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DkragBOSsfE4mSV0UHPSyGVRDXW8VMzI { background-color:#06720f;background-image:none;z-index:;position:relative;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#DkragBOSsfE4mSV0UHPSyGVRDXW8VMzI > .row .container { background-color: transparent; background-image: none; }#DkragBOSsfE4mSV0UHPSyGVRDXW8VMzI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkragBOSsfE4mSV0UHPSyGVRDXW8VMzI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkragBOSsfE4mSV0UHPSyGVRDXW8VMzI > .row .container > .video-iframe-container { display: none; }#DkragBOSsfE4mSV0UHPSyGVRDXW8VMzI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkragBOSsfE4mSV0UHPSyGVRDXW8VMzI > .row > .video-iframe-container { display: none; }#DkragBOSsfE4mSV0UHPSyGVRDXW8VMzI > .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); }#DkragBOSsfE4mSV0UHPSyGVRDXW8VMzI > .row .container { border-width: 0; border-radius: 0; }#DkragBOSsfE4mSV0UHPSyGVRDXW8VMzI > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DkragBOSsfE4mSV0UHPSyGVRDXW8VMzI > .row .container { font-size:0.875rem;font-family:arial;height:18.5rem;width:60rem;position:relative;display:block; }#lkgAZeDCcUhJIxS1wUZ3lODTwsOvmx1I { display:block;width:27.75rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.2;top:10.375rem;left:1.25rem;background-color:transparent;background-image:none;height:1.5rem;text-align:center;text-align-last:center;color:#f9f9f9;display:block; }
#W4azVdBDlVpMCMfk4tyTmkINKRzd2AC7 { display:block;width:27.75rem;position:absolute;font-family:satoshi;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.4;top:12.6875rem;left:1.25rem;background-color:transparent;background-image:none;height:3.9375rem;text-align:center;text-align-last:center;color:#f9f9f9;font-style:normal;display:block; }
#TXtbp133W2h01HrqULJeMKlKqLJum2UC { background-color:#ccd4db;background-image:none;height:9.8125rem;width:0.125rem;position:absolute;display:block;z-index:15006;top:6rem;left:29.625rem;display:block; }
#dmTdQyRlQGQ58S06TXUuAyGp4lC62WqR { display:block;width:27.75rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.2;top:10.375rem;left:31.0625rem;background-color:transparent;background-image:none;height:1.5rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#RBMLQdoVkrkK4qa4cio6ho1WcEVTclhR { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;top:6.4375rem;left:43.6875rem; }
#FAruABq66eW68MhQptskHzcKmvdkMe1n { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;top:6.4375rem;left:13.875rem; }
#qE3P48ZpzDReibTWn4Hl5OmtPRwBNgC2 { display:block;width:27.75rem;position:absolute;font-family:satoshi;font-size:1.9375rem;font-weight:normal;z-index:15008;line-height:1.2;top:1.75rem;left:15.25rem;background-color:transparent;background-image:none;height:2.32470625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg { position:relative;display:block; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg { background-color: transparent; background-image: none; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .row .container > .video-iframe-container { display: none; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .row > .video-iframe-container { display: none; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .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); }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg { border-width: 0; border-radius: 0; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .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; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .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:4.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iDteoGrWnLFe3ROgrzt03Wxk6Eaibed7 { color:#000000;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.662109375rem;left:0.15625rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b8f9457f-0c72-465f-942f-3617844ca692/IMG_03941.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG.adaptive-delivery-prevent-bg, #mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG.lazyload, #mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG.lazyloading { background-image: none; }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG > .row .container { background-color: transparent; background-image: none; }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG > .row .container > .video-iframe-container { display: none; }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG > .row > .video-iframe-container { display: none; }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG > .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); }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG > .row .container { width:47.75rem;height:27.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #gSoHb6DCiZAlcS9kHUk91zpJu9hG9Ul6 { top:2rem;left:19.625rem;width:28.125rem;height:13.4057375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #WxPX6TvAunPfpNRSQUkR3DKdmnA7Mzuf { top:16.8125rem;left:21.875rem;width:25.375rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #KRqX9ymGDnKc0OsQr2pfx9zMlvsxFrJf { width:26.0625rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 959px) { #bhE1TVidtiJoTghl9U2cSnqh893CRPEV { top:2rem;left:19.625rem;width:28.125rem;height:13.4057375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { display:block; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 { display:block; }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #AwwxZxKyonbwFumIBaEAytgynKCING4y { width:14.375rem;height:25rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #ow3lysQTvoV72qlWLfzVrO7vrlwkgls0 { width:13.125rem;height:9.34325rem;top:27.375rem;left:0.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #g8u3bWoabK6QtlJaaZi848NlJOS14HzL { width:14.375rem;height:25rem;top:17.1875rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #eZrBDm9WPcWln9Z4v7D9KfpUvXG6EfmD { width:13.6875rem;height:9.3432625rem;top:28.5771484375rem;left:17.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #yGnrxK8k3oGTS8aZPZ8kPJg8T9NOIazQ { width:14.375rem;height:25rem;top:17.1875rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #POFQnTftwtS7Q317e5sTwE5wHvHbi2rh { width:13.6875rem;height:11.2119375rem;top:27.375rem;left:34.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #f5JCV4RxHD1zbTG52C37r0LoWEzJtupp { width:40.625rem;height:0.0625rem;top:16rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #xM8lLRTLbrHJpbkHBANAHIloe4Zh8THO { width:0.0625rem;height:3.625rem;top:16rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #a6oI5DgARfnrIS5iUaeO1vlTs8XoAKDn { width:0.0625rem;height:3.625rem;top:16rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #HoIu5i6DIlPBUvuB0DWh3L85MPUDW0WC { width:0.0625rem;height:3.625rem;top:16.1875rem;left:44.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZnGgxxE1556GNpUbFCoEeuFe41ksFtnm { width:0.8125rem;height:0.8125rem;top:15.6875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #h03nsficPLCgtg7fGl3UGuS0eZRFWBHs { width:0.8125rem;height:0.8125rem;top:15.6875rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #KSdEmBAZGvlPTNifE7yn0HZp3uiqeuh2 { width:0.8125rem;height:0.8125rem;top:15.6875rem;left:44.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Zrc5ua8Qstiq3GRc0r77b82c1L5gP70g { top:3.0625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #eeCZW02gd2VDb1HkRkrbz1TPiid91r9k { width:5rem;height:5rem;top:19.0625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #O4mgmDZqZP63Jd2lOVxZQ7seh07WTwAk { width:5rem;height:5rem;top:19.0625rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #LpRTOwL9CiCtWyi7SAZcAIUIAzgH2v4V { width:5rem;height:5rem;top:19.0625rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #MgkgSCGWhAgD7VDOqAW2PZABtJm4s5lN { top:9.375rem;left:0rem;width:47.75rem;height:4rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #AeCMUwBi8SpbEllM4JtAJ80AZ1N0dueS { display:block; }#AeCMUwBi8SpbEllM4JtAJ80AZ1N0dueS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #bslWUBISkP0EZctKhxFAENl8sgNekaav { width:47.75rem;height:19.3125rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #wENnI7sGiGugQokhDRKL4R8hn2148RwZ { width:17rem;height:9.875rem;top:9.6875rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #r2hE6XTpqiGXJDV9bJwCGrGHnWgFXVo9 { width:47.5rem;height:19.125rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #gfC7a4FXTUMM97SnSfJ8yQQniMKetNo9 { width:24.25rem;height:4.4375rem;top:22.875rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #bkcABM8IJJ1igTbtTWpCTK6KMo03gRxN { display:block; }
 }@media only screen and (max-width: 959px) { #yq5qXnr9cVXhNL2TnD6de3uLhLrsMS3q { width:26rem;height:3.8125rem;top:4.0625rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #XWcAD2zmMVERRPIlu5BXB6dcoq42AJeL { width:25.5rem;height:2.5rem;top:4.9375rem;left:22.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 { display:flex;width:18rem;height:5.0625rem;top:4.125rem;left:17.0625rem; }
 }@media only screen and (max-width: 959px) { #iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 #AfaKHgtuuW9xEulcAVALGLPyzXSK9caM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 #QOlpZmTTcc0HTAfHvD8g4TsRmuPiriTE {  }
 }@media only screen and (max-width: 959px) { #iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 #Uz9FzwP6f9I25kCXgMpq1MzKq9ieivx4 {  }
 }@media only screen and (max-width: 959px) { #iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 #p5x4Eg6t3t2tnoGxRrDSueML27aQlsxL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 #fH5pQsKwSluumXDXaSrUsCbmJE3ph9lH {  }
 }@media only screen and (max-width: 959px) { #iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 #DzSx9gu5vchnnwxugPTr55hh1ITWFKdx {  }
 }@media only screen and (max-width: 959px) { #iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 #cD8dhlCy11vmUQw4IHCOcLh1MrkB4q9H { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 #TvUaTKIym9POuZiUxB9nGcdKMKeCqbJx {  }
 }@media only screen and (max-width: 959px) { #iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 #HFn08PUkzF2m3VmqKc4PnXErETaNEWTH {  }
 }@media only screen and (max-width: 959px) { #iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 #DThtKe0ilp3kDz2tvFJSPtmGEbH2S5nA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 #x8t9TCrB2pPt7t3SGPVfME47DNxPc4kA {  }
 }@media only screen and (max-width: 959px) { #iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 #HMXFsP6JV4y1RdanpFVP3Vc2zF1b1RCl {  }
 }@media only screen and (max-width: 959px) { #yZS3i1tzXOogHFzPCbixkTyurSrnqu96 { display:block; }#yZS3i1tzXOogHFzPCbixkTyurSrnqu96 > .row .container { width:47.75rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #aabpXIpet25vJ4Sl5BTqgEGSuySUwEWz { width:47.75rem;height:6.125rem;top:1.625rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #aaI1lF042czouMp6twGHV2XnogJzXa0P { display:block; }#aaI1lF042czouMp6twGHV2XnogJzXa0P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #B18WgW1vw3PEmHk5TgTbDVZnJ78zXpDQ { width:23.25rem;height:2.4375rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Lb5aTIhN3VllWN9mWyHTZ6ZXDL0C5P89 { width:19.3125rem;height:4.38720625rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #VXtJQfaBQz8X9tUR43RBUJ022nv5312m { width:24.0625rem;height:2.4375rem;top:9.25rem;left:23.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Be4m1KbsDdbcTxRi0uObc0C6DKSUfAzx { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #vTVrrRr2tgDgghNfvTsZ5x8uC67Is4vD { top:0.5625rem;left:23.5rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #NIGLaW4WILBTp2WIc2pXe8VrJ9V0VoTA { width:18.6875rem;height:10.4375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #PUuZNDPFGCFJDL43tJpC9QOi01ZN12ba { width:1.125rem;height:0.625rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #mtphWcCUz97xIuJtyqS8e5k18pf5JA8x { width:4.6875rem;height:3.4375rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #JP1oaJOin8AMMxwrbOHbPVkQ5fKgystQ { width:19.375rem;height:4.38720625rem;top:18rem;left:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #d63J8w7mHF8BE5kbZXK0TIQ01BZvNN99 { width:19.4375rem;height:4.38720625rem;top:22.625rem;left:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #TJ6ZdqtotINWWfCtB5CN2GqXdTQxwI57 { width:4.6875rem;height:3.4375rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #Nd2iQqVUNTV16JKmdPL3Lg5J4a0tZiVq { width:4.6875rem;height:3.4375rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #GIs5tPyJgAtH7dDtB5FfWFxLwVPngQdq { width:20.5625rem;height:2.9248rem;top:13.51220703125rem;left:27.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #HQzJe7lQVtbsnFig8owrrp47fhOamkzD { width:20.4375rem;height:4.3872rem;top:18rem;left:27.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #NB413hnyoK0OrHRFvozRfuITAtGZas1O { width:20.375rem;height:2.761725rem;top:23.4375rem;left:27.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #iaI4dQASUNynI2LQsIbZ4dKHEgbVZhy0 { width:47.75rem;height:6.3369375rem;top:39.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #uJgyGBHcQ6qbkh0EtcdBF4PwaIlQz8Ob { width:19.5rem;height:7.312rem;top:28.3125rem;left:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #TTLPbR4Q1Bedr5Wgb12OwaDfTTUs7srT { width:4.6875rem;height:3.4375rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #Trte9xPqXyQSM9PT3E9cakfcP48PHuef { width:20.1875rem;height:4.38720625rem;top:28.3125rem;left:27.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #zi4W4AO7Fv4uMEdEXepmAgCXo7Hz1GeO { width:4.875rem;height:4.875rem;top:3.1875rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #TdKQFboH8vV8QTzBLvVvAmh9hnts8qIW { width:1.5625rem;height:1.5625rem;top:14.0625rem;left:25.21875rem;display:block; }
 }@media only screen and (max-width: 959px) { #w8pESUZnkusTwM4q8uMV3mpc3RCaT9Ty { width:1.5625rem;height:1.5625rem;top:20.25rem;left:25.21875rem;display:block; }
 }@media only screen and (max-width: 959px) { #w7TKKAKhapFXBw4dSmWc8ch6sJh2DbhZ { width:1.5625rem;height:1.5625rem;top:26rem;left:25.21875rem;display:block; }
 }@media only screen and (max-width: 959px) { #nIL1Nb8ZeSOyfNx9KNFKvHkaPTE8HbNW { width:1.5625rem;height:1.5625rem;top:31.625rem;left:25.21875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Js6WH9uyqK391puc1XR3ZWcDk1ZdsDLy { display:block; }#Js6WH9uyqK391puc1XR3ZWcDk1ZdsDLy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #On6p65INrUcaKGGviIXB8EbIv7HzVIhx { background-color:transparent;background-image:none;display:block; }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row .container { background-color: transparent; background-image: none; }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row .container > .video-iframe-container { display: none; }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row > .video-iframe-container { display: none; }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .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); }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row .container { width:47.75rem;height:47.3125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #I6XmzE2PxLHKC5PP180TAut0NIu1w3TG { top:2rem;left:0rem;width:47.75rem;height:12.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #NV0x2GoG5pIXglwRuD6gsUfB2ZJcnZRK { top:15.5rem;left:3.71875rem;width:40.3125rem;height:3.7373rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #DOociWVOUwewsnvo21VfPWVuRUo3GOHp { width:4.6875rem;height:3.4375rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #EcDW8lh9k9KabpfWobw3Rkfd1awyQuM1 { top:20.1875rem;left:2.75rem;width:45rem;height:21.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #BnzdnQkf8wvKgHmBxDuc6AP3adWcTRHg { top:43.375rem;left:4.5rem;width:38.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #qtEOksiHJRre6rnlDuEZGtBlPrAAL7iC { width:1.5625rem;height:1.5625rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #fb7l6RoLlJLuZT1AW1eyqx0JgcPo6XtH { width:1.5625rem;height:1.5625rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #Q7kpgCAJNdyqEsrDhux9Zpmq4T4iX4mg { width:1.5625rem;height:1.5625rem;top:29rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #CZLf8tUuR7F5ow4rEu4x4tMRSnGLpEMN { width:1.5625rem;height:1.5625rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #pZ1PFX8S7BZKFtmkFLPCZWJlQpV9GGdQ { width:1.5625rem;height:1.5625rem;top:24.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #R98ETzyKQksUpGCTwa4KJv6yqRBZkyaU { width:1.5625rem;height:1.5625rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #OUDOGdph2AoqdbF75DWfN5E0AyqOwJTJ { width:1.5625rem;height:1.5625rem;top:33.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #T89Pq432MNq6pSuIurFibtiDIw5qG3Qf { width:1.5625rem;height:1.5625rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #TD8TREnopxrCTGukgtz3WvSCgNlLV6fB { width:1.5625rem;height:1.5625rem;top:37.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZahWtAGgwQ9pTix0prTEgPTih8UFiEnZ { background-color:transparent;background-image:none;display:block; }#ZahWtAGgwQ9pTix0prTEgPTih8UFiEnZ > .row .container { background-color: transparent; background-image: none; }#ZahWtAGgwQ9pTix0prTEgPTih8UFiEnZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZahWtAGgwQ9pTix0prTEgPTih8UFiEnZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZahWtAGgwQ9pTix0prTEgPTih8UFiEnZ > .row .container > .video-iframe-container { display: none; }#ZahWtAGgwQ9pTix0prTEgPTih8UFiEnZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZahWtAGgwQ9pTix0prTEgPTih8UFiEnZ > .row > .video-iframe-container { display: none; }#ZahWtAGgwQ9pTix0prTEgPTih8UFiEnZ > .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); }#ZahWtAGgwQ9pTix0prTEgPTih8UFiEnZ > .row .container { width:47.75rem;height:47.3125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #EoafUl80VBpQlMDZHD9FM7pUElONEESP { top:2rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #r9wHzM8SFAhMT3SNCNvdOAayBuxx2BNd { top:15.5rem;left:3.71875rem;width:40.3125rem;height:3.7373rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #onTeSoUK85c9k2llSOL0loyz6vlNvNXG { top:20.1875rem;left:2.75rem;width:45rem;height:21.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #yCbJJoyJCKTO8dGo1b88ikXyzpOZWwtN { width:1.5625rem;height:1.5625rem;top:16.8125rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #rrgNmGX9EcVvhXOnQnBZimTbcXC15kBm { width:1.5625rem;height:1.5625rem;top:18.875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #bSrGhn5uHPibW5eBp5n29NwhkSt9W6OK { width:1.5625rem;height:1.5625rem;top:25.3125rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #NhQ11TJs13CVM2Fp6tZ4t1auPRuxWDOO { width:1.5625rem;height:1.5625rem;top:27.4375rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #PlEqyLL5Rea7cBZXy19xUHzAc3MMCDef { width:1.5625rem;height:1.5625rem;top:21rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #x1kZCxd86rdWaPRdnfSv7R9zRi5c4mD7 { width:1.5625rem;height:1.5625rem;top:23.125rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #oRqWxy90AkIUPCW2bFQbh6JlShLbQao9 { width:1.5625rem;height:1.5625rem;top:29.625rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #MSgudMwPNGIrBg5MTfIzJGTmEm5kLPbQ { width:1.5625rem;height:1.5625rem;top:31.75rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #an6EpJ9qvgaovUPlHvz6UX0Ci8I6cUzB { display:block; }#an6EpJ9qvgaovUPlHvz6UX0Ci8I6cUzB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #lcJVMDsN0oFWKTZeutgKFX8eqTFiFpuU { width:47.75rem;height:33.6875rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #iJztRPd5D6IViVD7dcO0R3TXibEIsHRq { width:47.75rem;height:2.5rem;top:3.625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #rlwi7RVOBqW6t5S27n8chtPUs5wncFEr { width:47.75rem;height:;top:8.8125rem;left:0rem;font-size:1rem;display:block; }#rlwi7RVOBqW6t5S27n8chtPUs5wncFEr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c3a85164bbbfe5b9f2524d22e6e9fe085aeaafe5.svg); }
 }@media only screen and (max-width: 959px) { #NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb { display:block; }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #KG2shWCVRDzqetbrex9IaDvc2IZIaEBP { top:0.9375rem;left:0rem;width:47.75rem;height:4.46875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #p1cA3Iw9QVtAZKpoRQRlx6OenXypwcZe { top:4.75rem;left:0rem;width:47.75rem;height:2.84375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #LHZmrbztbTN3AXqSl3qmACQR4CzN808a { display:block; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #tmNXFb1EN2mC691kSbiK9w6xmiEKOvqM { top:1.59375rem;left:23.875rem;width:23.875rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #vbvXRsCbTXaXaU8TwkTV7ALt8q6VEAGD { top:2.4375rem;left:0.84375rem;width:22.1875rem;height:35.693875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr { display:block; }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #PAfFphzcikpnpCUsuZHQNxGS2s4AaBwr { top:0.8125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #T8XOKpwZVB6T9tLM0Cckfp9X7OVdTF7M { top:4.6875rem;left:0rem;width:47.75rem;height:1.94970625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #NxbPEvaxwTG3sd1ZGGZEN4GdypQCTSW5 { display:block; }#NxbPEvaxwTG3sd1ZGGZEN4GdypQCTSW5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Fsr0Xn5uxt9G4hydBaPqXJ7bGZW6qElI { top:0rem;left:0rem;width:15rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #MOFyXw7L1svz6UCLbD2t90KQvibH6Hk8 { top:0rem;left:16.375rem;width:15rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #aSLpMvsSrLHKEMdKlTeHguPopwP8hW2l { top:5.0625rem;left:17.3330078125rem;width:14.5625rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #d934i6BKhvmTRqnQS7n9pcayz2CrUOC6 { top:5.0625rem;left:0.6767578125rem;width:14.5625rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #J9yFWsNlkK38WERgg30LaOnayAHLnlng { top:0rem;left:32.75rem;width:15rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #GdCDvNp9P040fIay2CvJIcPymorFvyFH { top:5.0625rem;left:34.54150390625rem;width:10.5rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #GeWTgMaSi7DULokDI2PX2Bu9mel7iWXw { top:7.09375rem;left:0.8642578125rem;width:13.375rem;height:5.84960625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #afsIWPHgWnSn6glyk9qSlz78drUsQ0KT { top:7.8125rem;left:17.3330078125rem;width:13.4375rem;height:4.38720625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #tiFTayu5s1gwElyTNa3u2i59I6zpbTfn { width:3.4375rem;height:3.4375rem;top:1.6875rem;left:34.3017578125rem;display:block; }
 }@media only screen and (max-width: 959px) { #KLWR2xzgONC45X1AEHKpq6TuM5mMU4gg { width:3.125rem;height:3.125rem;top:1.6875rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #DhDI18l3sLpsbSMbgDzqc54wSQitq76b { width:3.125rem;height:3.125rem;top:1.4375rem;left:0.6767578125rem;display:block; }
 }@media only screen and (max-width: 959px) { #oENkqZB0sTLyu2AtWXDXJrHZazAd7OoA { top:7.09375rem;left:0.8642578125rem;width:13.375rem;height:5.84960625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #SMWylMsFx6VsHgww6hI6U5T91cQh5mnT { display:block; }#SMWylMsFx6VsHgww6hI6U5T91cQh5mnT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #o5ZkWWs1XStfloZAoUfAHQhSdDh33REb { top:0rem;left:0rem;width:15rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #aci94yrJdeoalbfM55f7FXk5ht3M1wm9 { top:0rem;left:16.375rem;width:15rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #yJDxBeVGhlwVeoHIGsN6h4L1X3TXMLfm { top:4.9375rem;left:17.34375rem;width:14.5625rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #H6069v1L84Qa3HmOe1v8it5APTxFITOc { top:5.125rem;left:0.8125rem;width:14.5625rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #uvFGcU5pRMo45bKZ5a3aqFnLfCTCDuEt { top:0rem;left:32.75rem;width:15rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #TsLWn5T5m0IHSskPJ1v7X6gwXK0Qy2WZ { top:7.625rem;left:17.34375rem;width:12.3125rem;height:4.38720625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #cETMcg9r1PluyF3p0RBgBMPnyl5PdE38 { top:4.9375rem;left:33.875rem;width:14.5625rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #l6wlmmnW4GKJ0cO04c42eGGqcbNr4Pgk { top:7.5625rem;left:33.875rem;width:12.875rem;height:6.7480625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #qr57AHSlOdD5BHXDqvlsTCChtGKkk4ZK { width:3.4375rem;height:3.4375rem;top:1.25rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #xQvtR1zXtAKhpkzFWK6h9P0sT9iQT2AL { width:3.125rem;height:3.125rem;top:1.4375rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #hv8TaxqkU9Ka4HMUkloHglk9BasJvDOE { width:3.75rem;height:3.75rem;top:1.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #HEXoTxz4oDUx0TeQpOiMZppIOKEoyHx2 { top:7.8125rem;left:34.53125rem;width:12.8125rem;height:5.8496125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #WOgrovaTWvy8sXbVhdxQnLHf3VaFgbpN { display:block; }#WOgrovaTWvy8sXbVhdxQnLHf3VaFgbpN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #yvX1u6QwEq1PhU6sMuWxdOUnAEtvHTTR { top:2rem;left:0rem;width:47.75rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 959px) { #zNTv1DO85AAkbHkVPICyNzuOz8MZtLXT { top:9.1875rem;left:0rem;width:18.8125rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #q5ml6XA1Qmt92cchWGUW2fA00qClD95b { top:11.25rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #zMceyiW90WcZVdLuBV4alvTdv6JrA4AV { top:10.9375rem;left:0rem;width:14.375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #PCf28qpEFM0PD3asXEDICV2wzeIvArKD { top:15.625rem;left:0rem;width:17.5rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #JVsJbk7At1EQNe4VP1ikdiyBNmW5iKql { top:14.375rem;left:0rem;width:16.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #bt3kpQIaANt0W7ZReP32y1TCIReXsNbt { top:9.1875rem;left:14.5rem;width:18.8125rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #G5Q76lFFxFJTZ5MxrEUw43FEnMlQ7gOm { top:15.625rem;left:15.375rem;width:17.5rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #KIyOB7szyZFFre33vvxK6JcZLiF003n9 { top:14.375rem;left:15.375rem;width:16.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #y7liiTcPB9D7kKk74hotw2n3vbzXE3XS { top:10.9375rem;left:17.5625rem;width:14.375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #AMUXt9ldG7ChMVA0DI39olV33lsKRIzg { top:11.25rem;left:15.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #bRxXrlSvTAMkq4f4hdkZ37dhTT0zwbbq { top:9.1875rem;left:28.9375rem;width:18.8125rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #R7FGUoHqFqCi4UZSulFC83LBBrDet6Pt { top:15.5rem;left:30.25rem;width:17.5rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #tiai1CWz4iqvMgeTi4yG41VvfKCT2Edm { top:14.375rem;left:30.875rem;width:16.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #edT1WnAhibLB0amBynpUaf9XcEsylpf0 { top:10.9375rem;left:33.375rem;width:14.375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #CIiMPTs4ZoGkCwdbJVLrWQxFNPrOc36p { top:11.25rem;left:36.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #MzR0bhQ2RM8RLrmLVWazwQ6U10d9nGPO { top:24.1875rem;left:0rem;width:18.8125rem;height:15rem;display:block; }
 }@media only screen and (max-width: 959px) { #xcZeEVoldxxKFMlkKdWuv10nriTVcI2p { top:24.1875rem;left:14.5rem;width:18.8125rem;height:15rem;display:block; }
 }@media only screen and (max-width: 959px) { #RusdnyZlVoH76dRST3kDm8sQDKrtwKLl { top:24.1875rem;left:28.9375rem;width:18.8125rem;height:15rem;display:block; }
 }@media only screen and (max-width: 959px) { #f3A9ULagU24vy25kda8TJ9WrMgetZ1NP { top:30.625rem;left:0rem;width:17.5rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #hePCDys1AXFcCF3qgu0nuvbIWPPo1f0D { top:30.625rem;left:15.375rem;width:17.5rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #hBDACXUu3VG0xbvqyEZsusn45VcVxTpu { top:30.5rem;left:30.25rem;width:17.5rem;height:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #B2K1SWMcrdvvyB89tEXkP1S4UlDhtbEv { top:29.375rem;left:0rem;width:16.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #QZ0FpI6nMWTZ0faEHQaxQD0HG0RdkGTa { top:29.375rem;left:15.375rem;width:16.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #HhCxDNKu2VnnRvt0riRzagcG8silM0ms { top:29.375rem;left:30.875rem;width:16.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #leOmNOmudfpFQLMqlNL1TApHe2ft4cJB { top:25rem;left:0rem;width:14.375rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #zUJhCKDD6kJN91okKy1hggSf5gsnTOc8 { top:25.9375rem;left:17.5625rem;width:14.375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #Nn8H4Hn8M2URsitmLO25XwkDmWSNANV0 { top:26.25rem;left:15.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #sJTbH5TwZNeis7TSRCBBdwmIbdQIZld4 { top:25.9375rem;left:33.375rem;width:14.375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #hMHNy3vhOweFz8smm3hA7xXeWHPaFT8l { top:26.25rem;left:36.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #EQtCb7EtoOAMD695Lwo6DRym0wm5nkDT { top:25.9375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ { display:block; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW { display:block; }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #UFS0MkTfucRcygG8n3eAa7GU5cLAPL1V { width:47.75rem;height:1.29980625rem;top:8.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #nxPpzzJylNhcyvOfFvtp5TlJwnyarqUC { width:2.5rem;height:0.125rem;top:14.125rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ot2f7mKL8IAdMEqPRynHbT5tAwTOCLsT { width:47.75rem;height:7.3125rem;top:3.4375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #iDvHzcaQ8U2CEFicdedJvIJ5Rpyz8uxG { width:16.875rem;height:43.875rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #QsEVoBX20TeafSy0RaqHKESiJGlkVrap { width:14.375rem;height:22.625rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #CscczlCBAcRxx7hXom05Pmztb9c7LeOI { width:14.375rem;height:20.25rem;top:40.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #CJdJ79AlqPJP7zlHqqr4N56ypWzHn0kt { width:15.625rem;height:24.3125rem;top:17.75rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #HwzLUeZrKTkAX3r7cwX2R4PdTmpQqyK8 { width:16.875rem;height:26.0625rem;top:16.875rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #yvDJJdN7uMcGPuGHPBPifsNElSS27TGE { width:15.625rem;height:9rem;top:49.75rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #UVA3BlOH2VezfEGFbAwbPpaIbs9tnUUs { width:16.875rem;height:13.375rem;top:47.8125rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #gZlqksbxJzpZIy5Fko0MgBeAD2pWOXkT { width:15.625rem;height:19.0625rem;top:17.25rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #inrSh4xuQkbuvAi3OaNOL6rPxfT2Isaw { width:15.625rem;height:15.6875rem;top:36.3125rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #BZTT0sbvSgRWeGEacCxUlG366Txi8cnn { width:16.875rem;height:38.4375rem;top:16.875rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #zCDxUwSimu4oZCbpgTez96ISkoKK6LHp { width:14.5625rem;height:6.25rem;top:58.125rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #inVCaGnxf1HC75T3awvoo5ThFGwwWsW1 { width:13.25rem;height:8rem;top:69rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #lDuMzb2fom2tz2zppWROVJdz2Ii20RXL { width:14.9375rem;height:6.9375rem;top:64.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #Urf0FOrMJDeqH0paVLlrdrTz80MOgg8o { width:13.5rem;height:9.1875rem;top:64.375rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #xK1JdTDIVG6bgrBt6Ek1NDxLpSb3rDi4 { width:16.5rem;height:19.5625rem;top:73.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #u2tmXwauK4CBBAc9fQP52dlyfvQ2x3ZM { width:14.375rem;height:7.125rem;top:77rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #XCWk7vcov14bwkc2PVkEFWc7UG2cKrfK { width:15rem;height:9.8125rem;top:80.625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #THCszonetJia8o5gIWdKl1FNB4FitAPS { width:42.6875rem;height:3.875rem;top:97.6875rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 959px) { #fDsvJo3LSwLi7PGRkVP54SKThzL8VIXG { display:block; }
 }@media only screen and (max-width: 959px) { #xD6UTMSLGc0D8MaTmAuOpuaygZJMdosZ { display:block; }#xD6UTMSLGc0D8MaTmAuOpuaygZJMdosZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #cTVfk4SPfv5hPIXPTgAVZNbzH8mCpqlt { display:block; }#cTVfk4SPfv5hPIXPTgAVZNbzH8mCpqlt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #rNHndATAPlmePPZRS0iwz3cFpl2QTMDX { top:3.5rem;left:6.875rem;width:40.875rem;height:21.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #FG3wGrhkeDq8BBtgRnyAqFrUvM4BinN8 { width:22.3125rem;height:3.875rem;top:30.125rem;left:22.28125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZsoWDVueT7AB067C7m5RUh2rmtgCyMMv { display:block; }
 }@media only screen and (max-width: 959px) { #PHwU5WxauQPCq56GKlFykThHJucgs7VD { width:23.625rem;height:36.375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM { display:block; }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #cBZQQQeN0WkrpFCSG1KgA47yfn2qEtVA { top:1.1875rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 { display:block; }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #NpNVd9JMr4ERiyWiLEFqOyiilERuZQDT { width:15.625rem;height:4.875rem;top:3.1875rem;left:0.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #TRaW3EUcU6k5waTMpOhbOZkLicmtW0sa { width:1.875rem;height:1.875rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #b1inQP7MIbkhxgXhkT620pphKkxmGf7g { width:1.875rem;height:1.875rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #clbp868RaztZsgayHgf97U2VmB5V6q18 { width:15.625rem;height:;top:16.5625rem;left:0.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #zhm9p0qkPTRCZQbyHfd589twr1XFTeo7 { width:15.625rem;height:;top:29rem;left:0.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #lAIdrq2v6Uol2ycMnyLSz2EUAKfk4RDe { width:1.875rem;height:1.875rem;top:29rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #l973cJ0F9NLprdBGvcQhwHzkDPlRDb9e { width:15.625rem;height:;top:7.5rem;left:16.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #gnCuwOLdUUZuCvKl01DQ9O0gppOtHdaf { width:1.875rem;height:1.875rem;top:7.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Io7CnkvIv8bq7SpgktyNASWqvT6spHyc { width:15.625rem;height:4.875rem;top:15.0625rem;left:16.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #QMU0EAOogkaJv6kLApqSlU6pb905TtNV { width:15.625rem;height:;top:3.0625rem;left:16.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #iFPPVIqu1GMBievQGBI8kThmTnIxOvJV { width:15.625rem;height:;top:20.9375rem;left:16.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZsMmkeafDX4kVvWLFT9zX9XUP5SbkDup { width:1.875rem;height:1.875rem;top:14.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #mXNTueXDTNuf8RKPxOAyrZuZmDnFgXC7 { width:1.875rem;height:1.875rem;top:20.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #UUrFvUHrClAFUfTftMHfAD1rO1Sr3cLL { width:1.875rem;height:1.875rem;top:3.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #m1gc5PBncahs0eMDFmT8G9TWXM7obZqu { width:15.625rem;height:6.5rem;top:9.375rem;left:0.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #hGHipZ9dyRuFXdhHFMX4onv1LsThIr4p { width:15.625rem;height:;top:30.1875rem;left:16.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #fO0S8p2yqpBBRtNFN3aECvDwyxf9d3Sr { width:1.875rem;height:1.875rem;top:30.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ldFZ2uwdhOmy6I0pUZ151a8z3dxENiJK { width:1.875rem;height:1.875rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #HaabbrFCAU5n8bazRFPR8zuTei3TogA7 { width:15.625rem;height:3.25rem;top:35.5625rem;left:16.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #sZV40OUbSTFUTWu63QuXqmzPrKAntCRS { width:1.875rem;height:1.875rem;top:35.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #g5IMVkAxyig95ZUfCBBoREH6mOo4gLSM { width:11.5625rem;height:15.125rem;top:34.6875rem;left:32.90625rem;display:block; }
 }@media only screen and (max-width: 959px) { #wlxl0LnoshKSeZTwOXt1JiKe4XV7WAM5 { width:11.5625rem;height:15.125rem;top:34.6875rem;left:32.90625rem;display:block; }
 }@media only screen and (max-width: 959px) { #NTQT4R1qrrvNe10zFghnz8JXxt3hAdmu { width:6.25rem;height:6.25rem;top:6.3125rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #bsV0O4KEKz09uExT3g4ipHIGgHgOBX36 { width:6.25rem;height:6.25rem;top:6.3125rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #QJ2hVpS1EZTcgagrTwOT9I3dVXDzkJDo { width:11.25rem;height:8.125rem;top:10.625rem;left:4.78125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Q6ORGRT3kwbCWEuTqAQ5v1LaCWz0cVrH { display:block; }#Q6ORGRT3kwbCWEuTqAQ5v1LaCWz0cVrH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #TZKNnxCrpOJvkOwaeFKiN5RNyzRzq9NC { width:19.0625rem;height:24.625rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #RLGRvnPumfCRGzrr1p535AMuBSZ23ppu { width:2.3125rem;height:2.3125rem;top:10.3125rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #cTUNXTVumMUgviTBLdayETL8TdqU2UBz { width:3.125rem;height:3.125rem;top:9.875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #WqpWifO5L2PZa0LTCaTzVfdwnPHNz7Ad { width:15.6875rem;height:3.25rem;top:16.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #nNJlXydMC6r0XTgRVMxePhnhrTaCH7Mc { width:17.5rem;height:10.9375rem;top:11.3125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #nXmMfoxZ66rmI3T5yWF5obMoSn8g4lhF { width:14.9375rem;height:3.25rem;top:16.9375rem;left:17.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #B0wr7nALylhROMaTfPKh7n5UgnCiz8H2 { width:2.375rem;height:2.375rem;top:10.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #ewgTAOa9F36EHwIsJcax8zFC22QRFNIU { width:2.3125rem;height:2.3125rem;top:10.3125rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #DnqTWhygBXghLlrKgwVyvTAGwMRIXrkT { width:19.4375rem;height:2rem;top:14.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #gUZPxAhLpMk7MCQdZ2Uew7R0Aaedud23 { width:17.625rem;height:2.3125rem;top:13.6875rem;left:15.9375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #VW60DneId3cdLKexfvtai8EXGSE9m1M3 { top:25.5625rem;left:0rem;width:12.125rem;height:9rem;display:block; }
 }@media only screen and (max-width: 959px) { #bMODH2o2gLS730CwwyQ4LrM1x9NlnvKO { width:17.5rem;height:10.9375rem;top:11.3125rem;left:30rem;display:block; }
 }@media only screen and (max-width: 959px) { #Gb8rKJTPeWhhHr55po3hR5hNlIVPnUxO { width:17.625rem;height:2rem;top:13.875rem;left:30.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #icFq6gMIOAO9BauTP3lNl6IiPnKxREob { width:14.9375rem;height:5.8125rem;top:16.0625rem;left:32.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #gftxnOnJ7G6r164HfEIxhRf6DUl3k8C5 { width:17.5rem;height:10.9375rem;top:25.3125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #INaZh9hRcCOmKZK8yE7xt7fMozn8Q3G7 { width:17.5rem;height:10.9375rem;top:25.3125rem;left:30rem;display:block; }
 }@media only screen and (max-width: 959px) { #pG67vIx5IcKgHOdIQPqFZpfgfcDXzJzv { width:15.9375rem;height:4.375rem;top:30.375rem;left:16.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #NemopVclA7D0LmbNIvnNCu5dKmS8wZG6 { width:14.9375rem;height:4.875rem;top:30.125rem;left:32.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #rqzUB1qCmiLLVrOmhEtNlwcXd7O1LFov { width:17.625rem;height:2rem;top:27.25rem;left:15.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #VH3VD3ckw9Z7upskEesQxbHeVNmTrldk { width:17.625rem;height:2rem;top:27.4375rem;left:30.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Fm7pFbJcGRuaPXf0AZRil6TQSLSquCzZ { width:2.3125rem;height:2.3125rem;top:24.3125rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ObKDyshBrZD6laMlH7ZGylxL09uN1ZH4 { width:2.3125rem;height:2.3125rem;top:24.3125rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #BwZ3ekefo7HSbJeoOCPbRaVIfuKWy7Fh { width:3.125rem;height:3.125rem;top:9.9375rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #BFx59rQNWarkuuoRMvQFSbGhXkDPrLlW { width:3.125rem;height:3.125rem;top:9.9375rem;left:43.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #H5LoxWv5WAfRPXubQTcHiwcHUcXF4sTf { width:3.125rem;height:3.125rem;top:23.9375rem;left:43.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #VNQdI8kokaP9FISfV5ikyq2OAoFW65hi { width:3.125rem;height:3.125rem;top:23.9375rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #iSzpA7NJaePxZ6EBBoHBbdI8oTcfh3IE { width:47.75rem;height:3.8125rem;top:2.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #ClUg1WuIoknPuVXnExQ7AcnrOpFR8W3X { width:15.6875rem;height:3.625rem;top:20.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #GPrdqnDd1Zm9FsBGdxMQgNCHSroszEcg { width:32.8125rem;height:2.625rem;top:39.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #PxITAZ6d7XQVCAKw82RA58WnzncV3rmN { top:45rem;left:0rem;width:18.0625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Ln3S5RXGrknPOPeu2QWwkxmEySVlGJSE { width:19.6875rem;height:20.0625rem;top:44.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #E6UK8WrIgCfbd9STwivEG6WHvtFTZQQq { width:24.1875rem;height:6.125rem;top:44.1875rem;left:19.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #ARx0gwIKhyUP1kkZ9ixK2EnNgf6wHsWZ { width:25.125rem;height:;top:51rem;left:21rem;font-size:0.8125rem;display:block; }#ARx0gwIKhyUP1kkZ9ixK2EnNgf6wHsWZ li:before{  }
 }@media only screen and (max-width: 959px) { #Wix7g4WdKpo5B6L3fF9qi7Dye0ztOS1a { width:46.75rem;height:3.75rem;top:71.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #CX3CeBsDGs9VCSQ7ZJb5uJJGoPTIWFc9 { display:block; }
 }@media only screen and (max-width: 959px) { #pnKx7iGtmsxe4RkWZuWBNuqP7wovKlha { display:block; }#pnKx7iGtmsxe4RkWZuWBNuqP7wovKlha > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #LOqJGleW63HLkZkxyGNZ9NaNEUmdzLrS { width:6.3125rem;height:2rem;top:10.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #dzm2pdx7XXPwtpolLoJyG52EJz2c5yD6 { width:16.8125rem;height:4.875rem;top:13.125rem;left:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #PI0bOTZSmTP80TfveMrSUxKSwPFZuOQV { width:47.75rem;height:3.25rem;top:3.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #OxhwKSDe6JQoz0TGuIUp60Vxg7iOQsth { top:2.3125rem;left:21.03125rem;width:5.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #MdZlADTDJ105cZoRofp1SVRBHpdALwnT { width:19.9375rem;height:1.4375rem;top:41.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #V7XSOrxPWGbaeLeU9FsXNEuJykr8r4r3 { width:17.3125rem;height:3.25rem;top:13.125rem;left:30.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #Dpw6Um4OisR0ntcDLQrov68imiN6wGg9 { width:19.9375rem;height:1.4375rem;top:41.375rem;left:11.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #a3laNKnL9fpFSP4zChVA4Heze9Z6aDW8 { width:17.0625rem;height:3.25rem;top:49.5rem;left:30.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #LHU7GAezHm3VD7GiiDnW7pTenvHrmV9H { width:19.9375rem;height:1.4375rem;top:73.5rem;left:27.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #BdXXDFZRI9QpmUeL0fCCHxEwGNMflGuw { width:17.25rem;height:3.25rem;top:49.3125rem;left:14.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #nuOwCnTzHiT2Dn49bU6auQmWQueGixLK { width:19.9375rem;height:1.29980625rem;top:73.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #vdI43XuBaxxoO6k2gFUdEBIdrmanqmTH { width:19.9375rem;height:1.4375rem;top:73.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #qv9dTOckBuCdOcoygirf9CSt0WyiV1mf { width:47.75rem;height:2.4375rem;top:80.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ECOVZgiUihWohUGX06pUQRpnD8CMTX9r { width:6.3125rem;height:2rem;top:10.375rem;left:15.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #vrUA1HfKEEv542QVuo2qMDqkP8KyMSlB { width:6.3125rem;height:2rem;top:10.375rem;left:31.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #vtJFOTBWmFKxC3tSTMTVGkwVFtMQxKq4 { width:6.3125rem;height:2rem;top:46.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #A3H7O6ToDScxTwGtCTMtimofSm1NiTlV { width:6.3125rem;height:2rem;top:46.625rem;left:15.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #nNyngnEgXi4GVBegWmnXE5cnJ78VmmDO { width:6.3125rem;height:2rem;top:46.6875rem;left:31.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #lheUhueJICd3JFCF2UsQFROSTS3QEcET { width:47.75rem;height:2.4375rem;top:83.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #TTv8RPkVZmeFaollKTcpnzn9k3gahUZc { top:18.875rem;left:20.3125rem;width:5.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #SHKC3itG9qC15r20kevnd8wQcGLVN9XA { top:17.875rem;left:36.1875rem;width:5.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ApyRyKS0AKm61C6SFXwir3pFCLLlQCuI { width:16.8125rem;height:11.6875rem;top:19.9375rem;left:14.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #eA6bRkFiUsKRxbMTToS7mQwAfswrKQL0 { width:16.8125rem;height:16.875rem;top:19.625rem;left:30.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #eLxCvFiEKlIs36Mo9guIhnXCCcwERuUw { width:16.8125rem;height:14.25rem;top:57.4375rem;left:14.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #vZB1XevdBMUVph6uLeqhlI3uzvdwKopv { width:16.8125rem;height:3.875rem;top:57.4375rem;left:30.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #XNo1nUZq9phJ1bMEtP2RbePGDQ7Tc5pT { top:55.25rem;left:21.03125rem;width:5.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Ug2Uw4CE1HEaIVOd0wF3ExPxOJfKaFMU { top:55.25rem;left:36.90625rem;width:5.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Q2KzJzigNWEChBiZpwTJT6X0FzBuqu5E { width:17.25rem;height:1.625rem;top:51.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #F9XSblPQtm1WTNmwPfURIkHhA56fcMMx { width:16.8125rem;height:14.25rem;top:57.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ICM531ABTIcTLcxTTAHgaF4uv1xE0wSy { top:55.5rem;left:4.6875rem;width:5.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #pWfLuacAdRuAoNVKA8PgH8wWF0bb2z5D { width:16.8125rem;height:8.125rem;top:12.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #pcl1Z6q2oFmEs3etAT4OQmBcQy9WMJuC { top:21.9375rem;left:5.15625rem;width:5.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #m3grSKRKaGcs6TdvCaeVdWATzSgQLETN { width:16.8125rem;height:12.9375rem;top:23.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #n4qlGIceRNBoTMTJf4g01yIggZoa2431 { width:19.9375rem;height:1.4375rem;top:41.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #dNwxvanMhbJbbyDbhA4hIf3lomzg82DS { width:22.3125rem;height:3.875rem;top:89.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #xz6x6TGOKTtreMmJqCzFqZPL1MuxbeNc { display:block; }
 }@media only screen and (max-width: 959px) { #R0992QpnzCeXv6Tm0PM6LNuxaDNksM3n { display:block; }#R0992QpnzCeXv6Tm0PM6LNuxaDNksM3n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #hTCwyfBAZmyGEx9u8UIqQSmZIsQ2EOyv { display:block; }#hTCwyfBAZmyGEx9u8UIqQSmZIsQ2EOyv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #POn2KI08ZR9E4QiqaiJMUsHXld7c691q { width:15rem;height:12.1875rem;top:6rem;left:27.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #EVzOB3IhAS7qOvnkzFC5TtgdGydWvGe4 { top:4.25rem;left:25.75rem;width:18.75rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #pcdqFbb7htGM8AM4zeETqyuxx34oD4vd { width:18.8125rem;height:18.8125rem;top:2.6875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #iAHx8xZuCQVGyu65dN2hxr1KQE8fB5OW { display:block; }#iAHx8xZuCQVGyu65dN2hxr1KQE8fB5OW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #VOD1BRvJ1muASX3qAeOLoT2eTT6Pn28D { display:block; }#VOD1BRvJ1muASX3qAeOLoT2eTT6Pn28D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #LQt8BToTwJHt8f2m3TmByzdovKI2FTcP { top:12.9375rem;left:23.75rem;width:23.75rem;height:63.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Vu3FLQFTdZZe9RuPhP44CeoXa5Bl6t21 { width:20.625rem;height:40.4375rem;top:26.875rem;left:23.875rem;font-size:1rem;display:block; }#Vu3FLQFTdZZe9RuPhP44CeoXa5Bl6t21 li:before{  }
 }@media only screen and (max-width: 959px) { #WnaU0TTQbZ6gk5T1MeMVVuoINTebkOlX { top:12.9375rem;left:0.125rem;width:23.75rem;height:63.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #TkHk4pmEbMO98PgVlP5W0pRCZg5Cw1gG { top:30.9375rem;left:4.25rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ROfXQAS3tTix0SOElnVZqyxnvJoAtIGs { width:20.625rem;height:;top:32.25rem;left:3.25rem;font-size:1rem;display:block; }#ROfXQAS3tTix0SOElnVZqyxnvJoAtIGs li:before{  }
 }@media only screen and (max-width: 959px) { #Zxl26cFLJQMasTWwrgq9sbtn8Z7z6VIP { top:25.4375rem;left:24.5rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ihRPClxW5Ow9UJviFNluATVuXm6DwI4A { width:17.3125rem;height:2.8125rem;top:14.125rem;left:3.28125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #OkGsBcTkyrauTZyi9s0235XpCAr9itop { width:24rem;height:2.3125rem;top:10.8125rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #oh2Hywb6ZVS7rSkQPSGU4RsOL85LFTdl { width:23.9375rem;height:2rem;top:11rem;left:23.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #FaJTMmmWNiUy6M2ibrw5sn8UQ3xNv09T { width:14.5625rem;height:3.0625rem;top:13.5625rem;left:23.875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #NXpqtwddUSbbNaL9K10UHVGRtsHkVcW7 { top:2.625rem;left:0rem;width:47.75rem;height:4.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #M7dTxRTv67TTh5E5zkir6Gkpz7Mxzy3U { top:17.875rem;left:4.46875rem;width:18.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #nOVTNDqyHL5d00pgtJQFHwMnw7ctK1mL { top:19.25rem;left:24.09375rem;width:20.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #BFPhiTkDewIs2eIvTiU4kssqGOJXuJd0 { width:20.4375rem;height:1rem;top:16.8125rem;left:23.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #EI76BuBxn6w24ZES3W21Q8KmC7KxcSmh { width:15.625rem;height:3.875rem;top:70.25rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #imkmXH1FbXTh7fuql6GOxaKWN33I3rDA { display:block; }
 }@media only screen and (max-width: 959px) { #VTpk7vBBNDLX1Jd6MgCkngizzfFp1dCv { top:23.875rem;left:0.25rem;width:23.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #Asch1xULEBkdXPQNlKh5GRfOuU87Ii5b { width:23.8125rem;height:4.625rem;top:63.875rem;left:0.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #r8C07TBzgvvtDU84sSaoZuCbWtx162OO { width:15.625rem;height:3.875rem;top:70.875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #X6ZIBNMLFcdI636PWQxMD3NPhdOlWRpE { display:block; }
 }@media only screen and (max-width: 959px) { #Hk2cbJ3UsUlVbzORDIbwwffXTN5ysXCb { top:19.75rem;left:3.6875rem;width:19.875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #KpiP7TX1Mt14gTa1UdhXafX5ChUNq4MX { top:21.0625rem;left:23.875rem;width:21.125rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #kKh8NrdIs4b4egkn7RJVQZTuGFtH140h { width:7.5rem;height:3.125rem;top:26.375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #xTW3PWDTFAEQLriUXEzbMPwtf2FuxxxW { display:block; }
 }@media only screen and (max-width: 959px) { #VQQiptAqLxIm5Ok9qOcZQ42DLOd1elqU { width:47.75rem;height:2.4375rem;top:83.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Rz2k5mdKJ5pJGphvVNT9rlw91CcgRyDP { width:47.75rem;height:4.0625rem;top:88.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #A0x7UkfS1eHfc6oswlAGQS9pAp9Ke337 { width:7.875rem;height:7.875rem;top:8rem;left:39.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ssV83ElSMcZxzK0yfGyL4MAFgmtfL1zA { width:6.625rem;height:;top:9.8125rem;left:41.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ySbWdVaq8zy9NDQpFk9QUz8A7TZQ3iAO { width:7.5rem;height:3.125rem;top:26.375rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #CHqx95r4Ul45Rhxa6xE8LLV9vr9pZWT3 { display:block; }
 }@media only screen and (max-width: 959px) { #DkragBOSsfE4mSV0UHPSyGVRDXW8VMzI { display:block; }#DkragBOSsfE4mSV0UHPSyGVRDXW8VMzI { background-color: transparent; background-image: none; }#DkragBOSsfE4mSV0UHPSyGVRDXW8VMzI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkragBOSsfE4mSV0UHPSyGVRDXW8VMzI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkragBOSsfE4mSV0UHPSyGVRDXW8VMzI > .row .container > .video-iframe-container { display: none; }#DkragBOSsfE4mSV0UHPSyGVRDXW8VMzI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkragBOSsfE4mSV0UHPSyGVRDXW8VMzI > .row > .video-iframe-container { display: none; }#DkragBOSsfE4mSV0UHPSyGVRDXW8VMzI > .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); }#DkragBOSsfE4mSV0UHPSyGVRDXW8VMzI > .row .container { width:47.5rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 959px) { #lkgAZeDCcUhJIxS1wUZ3lODTwsOvmx1I { top:5.875rem;left:4.1875rem;width:12.5rem;height:1.79980625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #W4azVdBDlVpMCMfk4tyTmkINKRzd2AC7 { top:9.125rem;left:-0.0625rem;width:19.8125rem;height:4.72411875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #TXtbp133W2h01HrqULJeMKlKqLJum2UC { left:25.25rem;top:0.625rem;background-color:#ccd4db;background-image:none;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #dmTdQyRlQGQ58S06TXUuAyGp4lC62WqR { top:5.8125rem;left:31.9375rem;width:13.3125rem;height:1.79980625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #RBMLQdoVkrkK4qa4cio6ho1WcEVTclhR { top:6.4375rem;left:37.5625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #FAruABq66eW68MhQptskHzcKmvdkMe1n { top:6.4375rem;left:7.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #qE3P48ZpzDReibTWn4Hl5OmtPRwBNgC2 { top:5.8125rem;left:31.9375rem;width:13.3125rem;height:1.79980625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg { display:block; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #iDteoGrWnLFe3ROgrzt03Wxk6Eaibed7 { width:47.75rem;height:1.5rem;top:1.625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG { display:block; }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG { background-color: transparent; background-image: none; }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG > .row .container > .video-iframe-container { display: none; }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG > .row > .video-iframe-container { display: none; }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG > .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); }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG { border-width: 0; border-radius: 0; }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mBaofMCLb3wzzWsfdqZNGS1LcoowPkgG > .row .container { width:20rem;height:45.125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gSoHb6DCiZAlcS9kHUk91zpJu9hG9Ul6 { width:18.75rem;height:3.0869125rem;top:1.25rem;left:0.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WxPX6TvAunPfpNRSQUkR3DKdmnA7Mzuf { width:20rem;height:2.4375rem;top:8.2978515625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KRqX9ymGDnKc0OsQr2pfx9zMlvsxFrJf { top:14.40966796875rem;left:0rem;width:19.875rem;height:20.4375rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bhE1TVidtiJoTghl9U2cSnqh893CRPEV { width:20rem;height:7.79883125rem;top:36.09716796875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { display:block; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { width:20rem;height:2rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 { display:block; }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 > .row .container { width:20rem;height:66.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwwxZxKyonbwFumIBaEAytgynKCING4y { width:15.625rem;height:12.5rem;top:11.796875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow3lysQTvoV72qlWLfzVrO7vrlwkgls0 { width:12.625rem;height:6.9043rem;top:17.46533203125rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8u3bWoabK6QtlJaaZi848NlJOS14HzL { width:15.625rem;height:12.5rem;top:25.796875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZrBDm9WPcWln9Z4v7D9KfpUvXG6EfmD { width:11.6875rem;height:6.90429375rem;top:31.7490234375rem;left:4.15625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGnrxK8k3oGTS8aZPZ8kPJg8T9NOIazQ { width:15.625rem;height:12.5rem;top:39.546875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #POFQnTftwtS7Q317e5sTwE5wHvHbi2rh { width:14.25rem;height:5.5234375rem;top:44.671875rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5JCV4RxHD1zbTG52C37r0LoWEzJtupp { width:20rem;height:0.0625rem;top:16rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xM8lLRTLbrHJpbkHBANAHIloe4Zh8THO { width:0.0625rem;height:3.625rem;top:16rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a6oI5DgARfnrIS5iUaeO1vlTs8XoAKDn { width:0.0625rem;height:3.625rem;top:16rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HoIu5i6DIlPBUvuB0DWh3L85MPUDW0WC { width:0.0625rem;height:3.625rem;top:16.1875rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZnGgxxE1556GNpUbFCoEeuFe41ksFtnm { width:0.8125rem;height:0.8125rem;top:15.6875rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h03nsficPLCgtg7fGl3UGuS0eZRFWBHs { width:0.8125rem;height:0.8125rem;top:15.6875rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KSdEmBAZGvlPTNifE7yn0HZp3uiqeuh2 { width:0.8125rem;height:0.8125rem;top:15.6875rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zrc5ua8Qstiq3GRc0r77b82c1L5gP70g { width:20rem;height:6.5rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eeCZW02gd2VDb1HkRkrbz1TPiid91r9k { display:flex;width:3.75rem;height:3.75rem;top:12.796875rem;left:8.125rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #O4mgmDZqZP63Jd2lOVxZQ7seh07WTwAk { display:flex;width:3.75rem;height:3.75rem;top:26.921875rem;left:8.125rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #LpRTOwL9CiCtWyi7SAZcAIUIAzgH2v4V { display:flex;width:3.125rem;height:3.125rem;top:40.484375rem;left:8.125rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #MgkgSCGWhAgD7VDOqAW2PZABtJm4s5lN { width:20rem;height:12.14943125rem;top:53.546875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AeCMUwBi8SpbEllM4JtAJ80AZ1N0dueS { display:block; }#AeCMUwBi8SpbEllM4JtAJ80AZ1N0dueS > .row .container { width:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bslWUBISkP0EZctKhxFAENl8sgNekaav { width:20rem;height:22.875rem;top:3.875rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #wENnI7sGiGugQokhDRKL4R8hn2148RwZ { width:15.9375rem;height:6.75rem;top:5.8623046875rem;left:2.03125rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #r2hE6XTpqiGXJDV9bJwCGrGHnWgFXVo9 { width:18.0625rem;height:22.8125rem;top:4.7216796875rem;left:0.84375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #gfC7a4FXTUMM97SnSfJ8yQQniMKetNo9 { width:15.25rem;height:3.4375rem;top:35.9375rem;left:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkcABM8IJJ1igTbtTWpCTK6KMo03gRxN { display:block; }
 }@media only screen and (max-width: 763px) { #yq5qXnr9cVXhNL2TnD6de3uLhLrsMS3q { width:16.6875rem;height:3.8125rem;top:14.3466796875rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWcAD2zmMVERRPIlu5BXB6dcoq42AJeL { width:16.3125rem;height:1.625rem;top:15.6845703125rem;left:1.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 .widget-text.counter-number { padding-top:0.333125rem;padding-right:0.296875rem;padding-bottom:0.333125rem;padding-left:0.296875rem;width:1.781875rem;min-width:1.781875rem;height:1.791875rem;font-size:1.333125rem;line-height:28.67px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.208125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.375625rem;height:0.708125rem;font-size:0.5rem;line-height:11.33px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 { display:flex;width:13.5rem;height:3.374375rem;top:20.50048828125rem;left:3.25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 #AfaKHgtuuW9xEulcAVALGLPyzXSK9caM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 #QOlpZmTTcc0HTAfHvD8g4TsRmuPiriTE {  }
 }@media only screen and (max-width: 763px) { #iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 #Uz9FzwP6f9I25kCXgMpq1MzKq9ieivx4 {  }
 }@media only screen and (max-width: 763px) { #iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 #p5x4Eg6t3t2tnoGxRrDSueML27aQlsxL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 #fH5pQsKwSluumXDXaSrUsCbmJE3ph9lH {  }
 }@media only screen and (max-width: 763px) { #iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 #DzSx9gu5vchnnwxugPTr55hh1ITWFKdx {  }
 }@media only screen and (max-width: 763px) { #iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 #cD8dhlCy11vmUQw4IHCOcLh1MrkB4q9H { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 #TvUaTKIym9POuZiUxB9nGcdKMKeCqbJx {  }
 }@media only screen and (max-width: 763px) { #iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 #HFn08PUkzF2m3VmqKc4PnXErETaNEWTH {  }
 }@media only screen and (max-width: 763px) { #iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 #DThtKe0ilp3kDz2tvFJSPtmGEbH2S5nA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 #x8t9TCrB2pPt7t3SGPVfME47DNxPc4kA {  }
 }@media only screen and (max-width: 763px) { #iuU0zkX66odgZTuFLT7UyeIzU1kh1c35 #HMXFsP6JV4y1RdanpFVP3Vc2zF1b1RCl {  }
 }@media only screen and (max-width: 763px) { #yZS3i1tzXOogHFzPCbixkTyurSrnqu96 { display:block; }#yZS3i1tzXOogHFzPCbixkTyurSrnqu96 > .row .container { width:20rem;height:18.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aabpXIpet25vJ4Sl5BTqgEGSuySUwEWz { width:20rem;height:7.5244375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaI1lF042czouMp6twGHV2XnogJzXa0P { display:block; }#aaI1lF042czouMp6twGHV2XnogJzXa0P > .row .container { width:20rem;height:69.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B18WgW1vw3PEmHk5TgTbDVZnJ78zXpDQ { width:19.8125rem;height:2.03125rem;top:6.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb5aTIhN3VllWN9mWyHTZ6ZXDL0C5P89 { width:16.4375rem;height:3.65625rem;top:10.375rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXtJQfaBQz8X9tUR43RBUJ022nv5312m { width:18.75rem;height:2.03125rem;top:37.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be4m1KbsDdbcTxRi0uObc0C6DKSUfAzx { width:20rem;height:29.8125rem;top:1.78125rem;left:0rem;background-color:#06720f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vTVrrRr2tgDgghNfvTsZ5x8uC67Is4vD { width:20rem;height:28.875rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIGLaW4WILBTp2WIc2pXe8VrJ9V0VoTA { width:12.5rem;height:6.9375rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUuZNDPFGCFJDL43tJpC9QOi01ZN12ba { width:1.125rem;height:0.625rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtphWcCUz97xIuJtyqS8e5k18pf5JA8x { width:3.5rem;height:2.5625rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JP1oaJOin8AMMxwrbOHbPVkQ5fKgystQ { width:17rem;height:3.65625rem;top:14.0625rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d63J8w7mHF8BE5kbZXK0TIQ01BZvNN99 { width:16.75rem;height:3.65625rem;top:18.4375rem;left:2.9375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ6ZdqtotINWWfCtB5CN2GqXdTQxwI57 { width:3.5rem;height:2.5625rem;top:14.03125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd2iQqVUNTV16JKmdPL3Lg5J4a0tZiVq { width:3.5rem;height:2.5625rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIs5tPyJgAtH7dDtB5FfWFxLwVPngQdq { width:17.1875rem;height:2.4375rem;top:40.5rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQzJe7lQVtbsnFig8owrrp47fhOamkzD { width:16.75rem;height:3.41161875rem;top:44.125rem;left:2.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB413hnyoK0OrHRFvozRfuITAtGZas1O { width:16.9375rem;height:3.41161875rem;top:49.84375rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaI4dQASUNynI2LQsIbZ4dKHEgbVZhy0 { width:20rem;height:5.19921875rem;top:63.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJgyGBHcQ6qbkh0EtcdBF4PwaIlQz8Ob { width:16.25rem;height:7.3125rem;top:22.875rem;left:3rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTLPbR4Q1Bedr5Wgb12OwaDfTTUs7srT { width:3.5rem;height:2.5625rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trte9xPqXyQSM9PT3E9cakfcP48PHuef { width:14.75rem;height:4.875rem;top:54.375rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi4W4AO7Fv4uMEdEXepmAgCXo7Hz1GeO { display:flex;width:4.875rem;height:4.875rem;top:32.25rem;left:7.5625rem; }
 }@media only screen and (max-width: 763px) { #TdKQFboH8vV8QTzBLvVvAmh9hnts8qIW { display:flex;width:1.5625rem;height:1.5625rem;top:40.625rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #w8pESUZnkusTwM4q8uMV3mpc3RCaT9Ty { display:flex;width:1.5625rem;height:1.5625rem;top:44.125rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #w7TKKAKhapFXBw4dSmWc8ch6sJh2DbhZ { display:flex;width:1.5625rem;height:1.5625rem;top:49.84375rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #nIL1Nb8ZeSOyfNx9KNFKvHkaPTE8HbNW { display:flex;width:1.5625rem;height:1.5625rem;top:54.375rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #Js6WH9uyqK391puc1XR3ZWcDk1ZdsDLy { display:block; }#Js6WH9uyqK391puc1XR3ZWcDk1ZdsDLy > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #On6p65INrUcaKGGviIXB8EbIv7HzVIhx { background-color:rgba(0,0,0,0);background-image:none;display:block; }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row .container { background-color: transparent; background-image: none; }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row .container > .video-iframe-container { display: none; }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row > .video-iframe-container { display: none; }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .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); }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row .container { width:20rem;height:44.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I6XmzE2PxLHKC5PP180TAut0NIu1w3TG { width:20rem;height:8.125rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NV0x2GoG5pIXglwRuD6gsUfB2ZJcnZRK { width:20rem;height:4.63036875rem;top:10.40966796875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DOociWVOUwewsnvo21VfPWVuRUo3GOHp { width:4.6875rem;height:3.4375rem;top:13.36376953125rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcDW8lh9k9KabpfWobw3Rkfd1awyQuM1 { width:17.5rem;height:21.67335rem;top:16.48876953125rem;left:2.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BnzdnQkf8wvKgHmBxDuc6AP3adWcTRHg { width:20rem;height:2.8125rem;top:40.55078125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qtEOksiHJRre6rnlDuEZGtBlPrAAL7iC { display:flex;width:0.9375rem;height:0.9375rem;top:16.73876953125rem;left:0.875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #fb7l6RoLlJLuZT1AW1eyqx0JgcPo6XtH { display:flex;width:0.9375rem;height:0.9375rem;top:19.0625rem;left:0.875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #Q7kpgCAJNdyqEsrDhux9Zpmq4T4iX4mg { display:flex;width:0.9375rem;height:0.9375rem;top:24.25rem;left:0.875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #CZLf8tUuR7F5ow4rEu4x4tMRSnGLpEMN { display:flex;width:0.9375rem;height:0.9375rem;top:26.9375rem;left:0.875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #pZ1PFX8S7BZKFtmkFLPCZWJlQpV9GGdQ { display:flex;width:0.9375rem;height:0.9375rem;top:20.4375rem;left:0.875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #R98ETzyKQksUpGCTwa4KJv6yqRBZkyaU { display:flex;width:0.9375rem;height:0.9375rem;top:21.8125rem;left:0.875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #OUDOGdph2AoqdbF75DWfN5E0AyqOwJTJ { display:flex;width:0.9375rem;height:0.9375rem;top:29.6875rem;left:0.875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #T89Pq432MNq6pSuIurFibtiDIw5qG3Qf { display:flex;width:0.9375rem;height:0.9375rem;top:31.875rem;left:0.875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #TD8TREnopxrCTGukgtz3WvSCgNlLV6fB { display:flex;width:0.9375rem;height:0.9375rem;top:34.5rem;left:0.875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #ZahWtAGgwQ9pTix0prTEgPTih8UFiEnZ { background-color:rgba(0,0,0,0);background-image:none;display:block; }#ZahWtAGgwQ9pTix0prTEgPTih8UFiEnZ > .row .container { background-color: transparent; background-image: none; }#ZahWtAGgwQ9pTix0prTEgPTih8UFiEnZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZahWtAGgwQ9pTix0prTEgPTih8UFiEnZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZahWtAGgwQ9pTix0prTEgPTih8UFiEnZ > .row .container > .video-iframe-container { display: none; }#ZahWtAGgwQ9pTix0prTEgPTih8UFiEnZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZahWtAGgwQ9pTix0prTEgPTih8UFiEnZ > .row > .video-iframe-container { display: none; }#ZahWtAGgwQ9pTix0prTEgPTih8UFiEnZ > .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); }#ZahWtAGgwQ9pTix0prTEgPTih8UFiEnZ > .row .container { width:20rem;height:36.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EoafUl80VBpQlMDZHD9FM7pUElONEESP { width:20rem;height:6.09375rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r9wHzM8SFAhMT3SNCNvdOAayBuxx2BNd { width:20rem;height:4.63036875rem;top:10.75rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #onTeSoUK85c9k2llSOL0loyz6vlNvNXG { width:16.5625rem;height:16.3583875rem;top:17.2666015625rem;left:2.9375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yCbJJoyJCKTO8dGo1b88ikXyzpOZWwtN { display:flex;width:0.9375rem;height:0.9375rem;top:17.3125rem;left:1.25rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #rrgNmGX9EcVvhXOnQnBZimTbcXC15kBm { display:flex;width:0.9375rem;height:0.9375rem;top:18.4375rem;left:1.25rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #bSrGhn5uHPibW5eBp5n29NwhkSt9W6OK { display:flex;width:0.9375rem;height:0.9375rem;top:26.8125rem;left:1.25rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #NhQ11TJs13CVM2Fp6tZ4t1auPRuxWDOO { display:flex;width:0.9375rem;height:0.9375rem;top:27.75rem;left:1.25rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #PlEqyLL5Rea7cBZXy19xUHzAc3MMCDef { display:flex;width:0.9375rem;height:0.9375rem;top:21.9375rem;left:1.25rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #x1kZCxd86rdWaPRdnfSv7R9zRi5c4mD7 { display:flex;width:0.9375rem;height:0.9375rem;top:24.125rem;left:1.25rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #oRqWxy90AkIUPCW2bFQbh6JlShLbQao9 { display:flex;width:0.9375rem;height:0.9375rem;top:29.0625rem;left:1.25rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #MSgudMwPNGIrBg5MTfIzJGTmEm5kLPbQ { display:flex;width:0.9375rem;height:0.9375rem;top:19.6875rem;left:1.25rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #an6EpJ9qvgaovUPlHvz6UX0Ci8I6cUzB { display:block; }#an6EpJ9qvgaovUPlHvz6UX0Ci8I6cUzB > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lcJVMDsN0oFWKTZeutgKFX8eqTFiFpuU { width:20rem;height:43.5625rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJztRPd5D6IViVD7dcO0R3TXibEIsHRq { width:15.9375rem;height:4.19921875rem;top:4.3125rem;left:2.0625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rlwi7RVOBqW6t5S27n8chtPUs5wncFEr { width:18.5rem;height:32.985375rem;top:9.9375rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }#rlwi7RVOBqW6t5S27n8chtPUs5wncFEr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c3a85164bbbfe5b9f2524d22e6e9fe085aeaafe5.svg); }
 }@media only screen and (max-width: 763px) { #NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb { display:block; }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KG2shWCVRDzqetbrex9IaDvc2IZIaEBP { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p1cA3Iw9QVtAZKpoRQRlx6OenXypwcZe { width:20rem;height:1.94970625rem;top:5.0996125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LHZmrbztbTN3AXqSl3qmACQR4CzN808a { display:block; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row .container { width:20rem;height:56.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tmNXFb1EN2mC691kSbiK9w6xmiEKOvqM { width:11.5625rem;height:17.375rem;top:37.6909375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbvXRsCbTXaXaU8TwkTV7ALt8q6VEAGD { width:20rem;height:35.191375rem;top:1.25rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr { display:block; }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PAfFphzcikpnpCUsuZHQNxGS2s4AaBwr { width:20rem;height:5.19921875rem;top:2.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T8XOKpwZVB6T9tLM0Cckfp9X7OVdTF7M { width:20rem;height:1.94970625rem;top:7.69921875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NxbPEvaxwTG3sd1ZGGZEN4GdypQCTSW5 { display:block; }#NxbPEvaxwTG3sd1ZGGZEN4GdypQCTSW5 > .row .container { width:20rem;height:39.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fsr0Xn5uxt9G4hydBaPqXJ7bGZW6qElI { width:18.25rem;height:12.5625rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOFyXw7L1svz6UCLbD2t90KQvibH6Hk8 { width:18.25rem;height:10.625rem;top:15.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSLpMvsSrLHKEMdKlTeHguPopwP8hW2l { width:14.5625rem;height:1.625rem;top:18.9375rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d934i6BKhvmTRqnQS7n9pcayz2CrUOC6 { width:14.5625rem;height:1.625rem;top:5.1875rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9yFWsNlkK38WERgg30LaOnayAHLnlng { width:18.25rem;height:10.625rem;top:27.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdCDvNp9P040fIay2CvJIcPymorFvyFH { width:14.5625rem;height:1.625rem;top:32.3125rem;left:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeWTgMaSi7DULokDI2PX2Bu9mel7iWXw { width:16.8125rem;height:2.4375rem;top:21.3125rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #afsIWPHgWnSn6glyk9qSlz78drUsQ0KT { width:15.125rem;height:2.4375rem;top:33.9375rem;left:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiFTayu5s1gwElyTNa3u2i59I6zpbTfn { display:flex;width:3.125rem;height:3.125rem;top:28.3125rem;left:1.8125rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #KLWR2xzgONC45X1AEHKpq6TuM5mMU4gg { display:flex;width:2.5rem;height:2.5rem;top:16.5rem;left:1.8125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #DhDI18l3sLpsbSMbgDzqc54wSQitq76b { display:flex;width:2.5rem;height:2.5rem;top:2.6875rem;left:1.5517578125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #oENkqZB0sTLyu2AtWXDXJrHZazAd7OoA { width:16.5625rem;height:6.09375rem;top:6.8125rem;left:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMWylMsFx6VsHgww6hI6U5T91cQh5mnT { display:block; }#SMWylMsFx6VsHgww6hI6U5T91cQh5mnT > .row .container { width:20rem;height:36.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o5ZkWWs1XStfloZAoUfAHQhSdDh33REb { width:18.25rem;height:10.625rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aci94yrJdeoalbfM55f7FXk5ht3M1wm9 { width:18.25rem;height:10.625rem;top:12.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJDxBeVGhlwVeoHIGsN6h4L1X3TXMLfm { width:14.5625rem;height:1.625rem;top:16.9375rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6069v1L84Qa3HmOe1v8it5APTxFITOc { width:14.5625rem;height:1.625rem;top:5.375rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvFGcU5pRMo45bKZ5a3aqFnLfCTCDuEt { width:18.25rem;height:10.625rem;top:24.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsLWn5T5m0IHSskPJ1v7X6gwXK0Qy2WZ { width:16.5rem;height:2.4375rem;top:19rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cETMcg9r1PluyF3p0RBgBMPnyl5PdE38 { width:14.5625rem;height:1.625rem;top:28.75rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6wlmmnW4GKJ0cO04c42eGGqcbNr4Pgk { width:16.25rem;height:2.25rem;top:30.6875rem;left:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr57AHSlOdD5BHXDqvlsTCChtGKkk4ZK { display:flex;width:3.125rem;height:3.125rem;top:25.1875rem;left:2.1875rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #xQvtR1zXtAKhpkzFWK6h9P0sT9iQT2AL { display:flex;width:2.5rem;height:2.5rem;top:14.125rem;left:1.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #hv8TaxqkU9Ka4HMUkloHglk9BasJvDOE { display:flex;width:3.125rem;height:3.125rem;top:1.875rem;left:1.84375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #HEXoTxz4oDUx0TeQpOiMZppIOKEoyHx2 { width:16rem;height:1.21875rem;top:7.8125rem;left:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOgrovaTWvy8sXbVhdxQnLHf3VaFgbpN { display:block; }#WOgrovaTWvy8sXbVhdxQnLHf3VaFgbpN > .row .container { width:20rem;height:96.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yvX1u6QwEq1PhU6sMuWxdOUnAEtvHTTR { width:20rem;height:4rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zNTv1DO85AAkbHkVPICyNzuOz8MZtLXT { width:20rem;height:14.8125rem;top:6.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5ml6XA1Qmt92cchWGUW2fA00qClD95b { display:flex;width:1.25rem;height:1.25rem;top:9.3125rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #zMceyiW90WcZVdLuBV4alvTdv6JrA4AV { width:14.375rem;height:1.5rem;top:9.1875rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCf28qpEFM0PD3asXEDICV2wzeIvArKD { width:17.5rem;height:2.625rem;top:12.9375rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVsJbk7At1EQNe4VP1ikdiyBNmW5iKql { width:16.25rem;height:0.0625rem;top:11.6875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt3kpQIaANt0W7ZReP32y1TCIReXsNbt { width:18.8125rem;height:11.5625rem;top:22.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5Q76lFFxFJTZ5MxrEUw43FEnMlQ7gOm { width:17.5rem;height:2.625rem;top:29rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIyOB7szyZFFre33vvxK6JcZLiF003n9 { width:16.875rem;height:0.125rem;top:27.75rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7liiTcPB9D7kKk74hotw2n3vbzXE3XS { width:14.375rem;height:1.5rem;top:24.3125rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMUXt9ldG7ChMVA0DI39olV33lsKRIzg { display:flex;width:1.25rem;height:1.25rem;top:24.625rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #bRxXrlSvTAMkq4f4hdkZ37dhTT0zwbbq { width:18.8125rem;height:11.5625rem;top:35.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7FGUoHqFqCi4UZSulFC83LBBrDet6Pt { width:17.5rem;height:3rem;top:41.6875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiai1CWz4iqvMgeTi4yG41VvfKCT2Edm { width:16.875rem;height:0.125rem;top:40.5625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #edT1WnAhibLB0amBynpUaf9XcEsylpf0 { width:14.375rem;height:1.5rem;top:37.125rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIiMPTs4ZoGkCwdbJVLrWQxFNPrOc36p { display:flex;width:1.25rem;height:1.25rem;top:37.25rem;left:3.125rem; }
 }@media only screen and (max-width: 763px) { #MzR0bhQ2RM8RLrmLVWazwQ6U10d9nGPO { width:18.8125rem;height:15rem;top:48.0625rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcZeEVoldxxKFMlkKdWuv10nriTVcI2p { width:18.8125rem;height:15rem;top:64.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RusdnyZlVoH76dRST3kDm8sQDKrtwKLl { width:18.8125rem;height:15rem;top:80.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3A9ULagU24vy25kda8TJ9WrMgetZ1NP { width:17.5rem;height:5.25rem;top:54.5625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hePCDys1AXFcCF3qgu0nuvbIWPPo1f0D { width:17.5rem;height:3.9375rem;top:70.875rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBDACXUu3VG0xbvqyEZsusn45VcVxTpu { width:17.5rem;height:4.21875rem;top:87rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2K1SWMcrdvvyB89tEXkP1S4UlDhtbEv { width:16.875rem;height:0.125rem;top:53.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ0FpI6nMWTZ0faEHQaxQD0HG0RdkGTa { width:16.875rem;height:0.125rem;top:69.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhCxDNKu2VnnRvt0riRzagcG8silM0ms { width:16.875rem;height:0.125rem;top:85.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #leOmNOmudfpFQLMqlNL1TApHe2ft4cJB { width:14.375rem;height:3rem;top:49.0625rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUJhCKDD6kJN91okKy1hggSf5gsnTOc8 { width:14.375rem;height:1.5rem;top:66.1875rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn8H4Hn8M2URsitmLO25XwkDmWSNANV0 { display:flex;width:1.25rem;height:1.25rem;top:66.5rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #sJTbH5TwZNeis7TSRCBBdwmIbdQIZld4 { width:14.375rem;height:1.5rem;top:82.4375rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMHNy3vhOweFz8smm3hA7xXeWHPaFT8l { display:flex;width:1.25rem;height:1.25rem;top:82.5625rem;left:3.125rem; }
 }@media only screen and (max-width: 763px) { #EQtCb7EtoOAMD695Lwo6DRym0wm5nkDT { display:flex;width:1.25rem;height:1.25rem;top:49.9375rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ { display:block; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW { display:block; }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW > .row .container { width:20rem;height:219.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UFS0MkTfucRcygG8n3eAa7GU5cLAPL1V { width:20rem;height:2.4375rem;top:5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxPpzzJylNhcyvOfFvtp5TlJwnyarqUC { width:2.5rem;height:0.125rem;top:60rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot2f7mKL8IAdMEqPRynHbT5tAwTOCLsT { width:20rem;height:2.35595625rem;top:3.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDvHzcaQ8U2CEFicdedJvIJ5Rpyz8uxG { width:16.875rem;height:44.375rem;top:8.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsEVoBX20TeafSy0RaqHKESiJGlkVrap { width:14.375rem;height:22.625rem;top:9.6875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CscczlCBAcRxx7hXom05Pmztb9c7LeOI { width:14.375rem;height:20.25rem;top:32.3125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJdJ79AlqPJP7zlHqqr4N56ypWzHn0kt { width:15.625rem;height:24.3125rem;top:55.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwzLUeZrKTkAX3r7cwX2R4PdTmpQqyK8 { width:16.875rem;height:26.0625rem;top:54.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvDJJdN7uMcGPuGHPBPifsNElSS27TGE { width:15.625rem;height:9rem;top:83.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVA3BlOH2VezfEGFbAwbPpaIbs9tnUUs { width:16.875rem;height:13.375rem;top:81.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZlqksbxJzpZIy5Fko0MgBeAD2pWOXkT { width:15.625rem;height:19.0625rem;top:96.6875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #inrSh4xuQkbuvAi3OaNOL6rPxfT2Isaw { width:15.625rem;height:15.6875rem;top:115.75rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZTT0sbvSgRWeGEacCxUlG366Txi8cnn { width:16.875rem;height:38.4375rem;top:96.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCDxUwSimu4oZCbpgTez96ISkoKK6LHp { width:14.5625rem;height:6.25rem;top:136rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #inVCaGnxf1HC75T3awvoo5ThFGwwWsW1 { width:13.25rem;height:8rem;top:182.9375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDuMzb2fom2tz2zppWROVJdz2Ii20RXL { width:14.9375rem;height:6.9375rem;top:143.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Urf0FOrMJDeqH0paVLlrdrTz80MOgg8o { width:13.5rem;height:9.1875rem;top:151.6875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xK1JdTDIVG6bgrBt6Ek1NDxLpSb3rDi4 { width:16.5rem;height:19.5625rem;top:162.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2tmXwauK4CBBAc9fQP52dlyfvQ2x3ZM { width:14.375rem;height:7.125rem;top:192.1875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCWk7vcov14bwkc2PVkEFWc7UG2cKrfK { width:15rem;height:9.8125rem;top:200.5625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #THCszonetJia8o5gIWdKl1FNB4FitAPS { width:19rem;height:3.875rem;top:211.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDsvJo3LSwLi7PGRkVP54SKThzL8VIXG { display:block; }
 }@media only screen and (max-width: 763px) { #xD6UTMSLGc0D8MaTmAuOpuaygZJMdosZ { display:block; }#xD6UTMSLGc0D8MaTmAuOpuaygZJMdosZ > .row .container { width:20rem;height:2.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTVfk4SPfv5hPIXPTgAVZNbzH8mCpqlt { background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#cTVfk4SPfv5hPIXPTgAVZNbzH8mCpqlt.adaptive-delivery-prevent-bg, #cTVfk4SPfv5hPIXPTgAVZNbzH8mCpqlt.lazyload, #cTVfk4SPfv5hPIXPTgAVZNbzH8mCpqlt.lazyloading { background-image: none; }#cTVfk4SPfv5hPIXPTgAVZNbzH8mCpqlt > .row .container { background-color: transparent; background-image: none; }#cTVfk4SPfv5hPIXPTgAVZNbzH8mCpqlt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTVfk4SPfv5hPIXPTgAVZNbzH8mCpqlt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTVfk4SPfv5hPIXPTgAVZNbzH8mCpqlt > .row .container > .video-iframe-container { display: none; }#cTVfk4SPfv5hPIXPTgAVZNbzH8mCpqlt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTVfk4SPfv5hPIXPTgAVZNbzH8mCpqlt > .row > .video-iframe-container { display: none; }#cTVfk4SPfv5hPIXPTgAVZNbzH8mCpqlt > .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); }#cTVfk4SPfv5hPIXPTgAVZNbzH8mCpqlt > .row .container { width:20rem;height:41.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rNHndATAPlmePPZRS0iwz3cFpl2QTMDX { width:16.5rem;height:16.25rem;top:18.75rem;left:1.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FG3wGrhkeDq8BBtgRnyAqFrUvM4BinN8 { width:19rem;height:3.875rem;top:36.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsoWDVueT7AB067C7m5RUh2rmtgCyMMv { display:block; }
 }@media only screen and (max-width: 763px) { #PHwU5WxauQPCq56GKlFykThHJucgs7VD { width:10.625rem;height:16.25rem;top:1.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM { display:block; }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cBZQQQeN0WkrpFCSG1KgA47yfn2qEtVA { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 { display:block; }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 > .row .container { width:20rem;height:112.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NpNVd9JMr4ERiyWiLEFqOyiilERuZQDT { width:15.625rem;height:4.142575rem;top:3.1875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRaW3EUcU6k5waTMpOhbOZkLicmtW0sa { display:flex;width:1.875rem;height:1.875rem;top:8.0625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #b1inQP7MIbkhxgXhkT620pphKkxmGf7g { display:flex;width:1.875rem;height:1.875rem;top:77.8125rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #clbp868RaztZsgayHgf97U2VmB5V6q18 { width:15.625rem;height:8.285125rem;top:17.625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhm9p0qkPTRCZQbyHfd589twr1XFTeo7 { width:15.625rem;height:8.285125rem;top:29.5625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAIdrq2v6Uol2ycMnyLSz2EUAKfk4RDe { display:flex;width:1.875rem;height:1.875rem;top:15.75rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #l973cJ0F9NLprdBGvcQhwHzkDPlRDb9e { width:15.625rem;height:5.5234375rem;top:47.9375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnCuwOLdUUZuCvKl01DQ9O0gppOtHdaf { display:flex;width:1.875rem;height:1.875rem;top:39rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #Io7CnkvIv8bq7SpgktyNASWqvT6spHyc { width:15.625rem;height:2.76171875rem;top:56.8125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMU0EAOogkaJv6kLApqSlU6pb905TtNV { width:15.625rem;height:2.76171875rem;top:40.875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFPPVIqu1GMBievQGBI8kThmTnIxOvJV { width:15.625rem;height:6.9043125rem;top:62.4375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsMmkeafDX4kVvWLFT9zX9XUP5SbkDup { display:flex;width:1.875rem;height:1.875rem;top:46.0625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #mXNTueXDTNuf8RKPxOAyrZuZmDnFgXC7 { display:flex;width:1.875rem;height:1.875rem;top:54.9375rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #UUrFvUHrClAFUfTftMHfAD1rO1Sr3cLL { display:flex;width:1.875rem;height:1.875rem;top:27.6875rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #m1gc5PBncahs0eMDFmT8G9TWXM7obZqu { width:15.625rem;height:4.142575rem;top:9.9375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGHipZ9dyRuFXdhHFMX4onv1LsThIr4p { width:15.625rem;height:2.76171875rem;top:73.125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fO0S8p2yqpBBRtNFN3aECvDwyxf9d3Sr { display:flex;width:1.875rem;height:1.875rem;top:60.5625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #ldFZ2uwdhOmy6I0pUZ151a8z3dxENiJK { display:flex;width:1.875rem;height:1.875rem;top:1.375rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #HaabbrFCAU5n8bazRFPR8zuTei3TogA7 { width:15.625rem;height:2.76171875rem;top:79.6875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZV40OUbSTFUTWu63QuXqmzPrKAntCRS { display:flex;width:1.875rem;height:1.875rem;top:71.25rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #g5IMVkAxyig95ZUfCBBoREH6mOo4gLSM { width:20rem;height:22.375rem;top:84.98291015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlxl0LnoshKSeZTwOXt1JiKe4XV7WAM5 { width:20rem;height:22.375rem;top:84.98291015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTQT4R1qrrvNe10zFghnz8JXxt3hAdmu { width:6.25rem;height:6.25rem;top:104.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsV0O4KEKz09uExT3g4ipHIGgHgOBX36 { display:flex;width:6.25rem;height:6.25rem;top:104.375rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #QJ2hVpS1EZTcgagrTwOT9I3dVXDzkJDo { width:15.5625rem;height:15.597625rem;top:87.294921875rem;left:2.21875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6ORGRT3kwbCWEuTqAQ5v1LaCWz0cVrH { display:block; }#Q6ORGRT3kwbCWEuTqAQ5v1LaCWz0cVrH > .row .container { width:20rem;height:123.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZKNnxCrpOJvkOwaeFKiN5RNyzRzq9NC { width:17.5rem;height:13.3125rem;top:15.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLGRvnPumfCRGzrr1p535AMuBSZ23ppu { display:flex;width:2.3125rem;height:2.3125rem;top:32.375rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #cTUNXTVumMUgviTBLdayETL8TdqU2UBz { width:3.125rem;height:3.125rem;top:13.9375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqpWifO5L2PZa0LTCaTzVfdwnPHNz7Ad { width:11.6875rem;height:2.5996125rem;top:20.32470703125rem;left:4.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNJlXydMC6r0XTgRVMxePhnhrTaCH7Mc { width:17.5625rem;height:6.9375rem;top:33.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXmMfoxZ66rmI3T5yWF5obMoSn8g4lhF { width:17.875rem;height:1.29980625rem;top:38.1875rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0wr7nALylhROMaTfPKh7n5UgnCiz8H2 { display:flex;width:2.375rem;height:2.375rem;top:14.3125rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #ewgTAOa9F36EHwIsJcax8zFC22QRFNIU { display:flex;width:2.3125rem;height:2.3125rem;top:42.4375rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #DnqTWhygBXghLlrKgwVyvTAGwMRIXrkT { width:19.4375rem;height:1.625rem;top:17.9228515625rem;left:0.28125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gUZPxAhLpMk7MCQdZ2Uew7R0Aaedud23 { width:19.4375rem;height:1.625rem;top:35.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VW60DneId3cdLKexfvtai8EXGSE9m1M3 { width:11.5625rem;height:8.625rem;top:28.2983125rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bMODH2o2gLS730CwwyQ4LrM1x9NlnvKO { width:17.5rem;height:10.9375rem;top:43.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb8rKJTPeWhhHr55po3hR5hNlIVPnUxO { width:13.9375rem;height:1.625rem;top:46rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #icFq6gMIOAO9BauTP3lNl6IiPnKxREob { width:14.9375rem;height:5.5234375rem;top:48.1875rem;left:3.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gftxnOnJ7G6r164HfEIxhRf6DUl3k8C5 { width:17.5rem;height:10.9375rem;top:57.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #INaZh9hRcCOmKZK8yE7xt7fMozn8Q3G7 { width:17.5rem;height:10.9375rem;top:72.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pG67vIx5IcKgHOdIQPqFZpfgfcDXzJzv { width:15.9375rem;height:4.38720625rem;top:62.625rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NemopVclA7D0LmbNIvnNCu5dKmS8wZG6 { width:14.9375rem;height:4.875rem;top:77.0625rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqzUB1qCmiLLVrOmhEtNlwcXd7O1LFov { width:17.625rem;height:2.03125rem;top:59.5rem;left:1.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH3VD3ckw9Z7upskEesQxbHeVNmTrldk { width:17.625rem;height:2.03125rem;top:74.4375rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm7pFbJcGRuaPXf0AZRil6TQSLSquCzZ { display:flex;width:2.3125rem;height:2.3125rem;top:56.5625rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #ObKDyshBrZD6laMlH7ZGylxL09uN1ZH4 { display:flex;width:2.3125rem;height:2.3125rem;top:70.9375rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #BwZ3ekefo7HSbJeoOCPbRaVIfuKWy7Fh { width:3.125rem;height:3.125rem;top:32rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFx59rQNWarkuuoRMvQFSbGhXkDPrLlW { width:3.125rem;height:3.125rem;top:42.0625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5LoxWv5WAfRPXubQTcHiwcHUcXF4sTf { width:3.125rem;height:3.125rem;top:70.5625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNQdI8kokaP9FISfV5ikyq2OAoFW65hi { width:3.125rem;height:3.125rem;top:56.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSzpA7NJaePxZ6EBBoHBbdI8oTcfh3IE { width:20rem;height:11.548825rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClUg1WuIoknPuVXnExQ7AcnrOpFR8W3X { width:15.6875rem;height:3.65625rem;top:23.7978515625rem;left:2.15625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPrdqnDd1Zm9FsBGdxMQgNCHSroszEcg { width:20rem;height:1.94970625rem;top:84.6875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #PxITAZ6d7XQVCAKw82RA58WnzncV3rmN { width:8.6875rem;height:8.9375rem;top:90.1875rem;left:3.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #Ln3S5RXGrknPOPeu2QWwkxmEySVlGJSE { width:11.3125rem;height:8.4375rem;top:89.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6UK8WrIgCfbd9STwivEG6WHvtFTZQQq { width:20rem;height:3.2998rem;top:100.75rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ARx0gwIKhyUP1kkZ9ixK2EnNgf6wHsWZ { width:20rem;height:8.8979375rem;top:107.0625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }#ARx0gwIKhyUP1kkZ9ixK2EnNgf6wHsWZ li:before{  }
 }@media only screen and (max-width: 763px) { #Wix7g4WdKpo5B6L3fF9qi7Dye0ztOS1a { width:19rem;height:3.75rem;top:118.12548125rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CX3CeBsDGs9VCSQ7ZJb5uJJGoPTIWFc9 { display:block; }
 }@media only screen and (max-width: 763px) { #pnKx7iGtmsxe4RkWZuWBNuqP7wovKlha { display:block; }#pnKx7iGtmsxe4RkWZuWBNuqP7wovKlha > .row .container { width:20rem;height:168.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOqJGleW63HLkZkxyGNZ9NaNEUmdzLrS { width:7.5625rem;height:2.4375rem;top:12.8984375rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzm2pdx7XXPwtpolLoJyG52EJz2c5yD6 { width:19.9375rem;height:2.5996125rem;top:39.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI0bOTZSmTP80TfveMrSUxKSwPFZuOQV { width:19.125rem;height:6.8246875rem;top:1.75rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxhwKSDe6JQoz0TGuIUp60Vxg7iOQsth { width:4.9375rem;height:0.125rem;top:115.49755859375rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdZlADTDJ105cZoRofp1SVRBHpdALwnT { width:19.9375rem;height:1.29980625rem;top:61.416015625rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7XSOrxPWGbaeLeU9FsXNEuJykr8r4r3 { width:17.3125rem;height:2.5996125rem;top:67.5625rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dpw6Um4OisR0ntcDLQrov68imiN6wGg9 { width:19.9375rem;height:1.29980625rem;top:86.6787109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3laNKnL9fpFSP4zChVA4Heze9Z6aDW8 { width:17.0625rem;height:2.5996125rem;top:136.5rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHU7GAezHm3VD7GiiDnW7pTenvHrmV9H { width:19.9375rem;height:1.29980625rem;top:146.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdXXDFZRI9QpmUeL0fCCHxEwGNMflGuw { width:17.25rem;height:2.5996125rem;top:111.37695625rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuOwCnTzHiT2Dn49bU6auQmWQueGixLK { width:19.9375rem;height:1.29980625rem;top:128.8251953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdI43XuBaxxoO6k2gFUdEBIdrmanqmTH { width:19.9375rem;height:1.29980625rem;top:106.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv9dTOckBuCdOcoygirf9CSt0WyiV1mf { width:20rem;height:4.0625rem;top:149.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECOVZgiUihWohUGX06pUQRpnD8CMTX9r { width:7.75rem;height:2.4375rem;top:37.25rem;left:6.125rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrUA1HfKEEv542QVuo2qMDqkP8KyMSlB { width:20rem;height:2.4375rem;top:64.24755859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtJFOTBWmFKxC3tSTMTVGkwVFtMQxKq4 { width:20rem;height:2.4375rem;top:88.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3H7O6ToDScxTwGtCTMtimofSm1NiTlV { width:20rem;height:2.4375rem;top:108.302734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNyngnEgXi4GVBegWmnXE5cnJ78VmmDO { width:20rem;height:2.4375rem;top:132.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lheUhueJICd3JFCF2UsQFROSTS3QEcET { width:20rem;height:4.0625rem;top:154.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTv8RPkVZmeFaollKTcpnzn9k3gahUZc { width:5.5625rem;height:0.125rem;top:44.5625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHKC3itG9qC15r20kevnd8wQcGLVN9XA { width:5.5625rem;height:0.125rem;top:70.9375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApyRyKS0AKm61C6SFXwir3pFCLLlQCuI { width:16.8125rem;height:7.3930625rem;top:45.875rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA6bRkFiUsKRxbMTToS7mQwAfswrKQL0 { width:16.8125rem;height:13.729975rem;top:72rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLxCvFiEKlIs36Mo9guIhnXCCcwERuUw { width:16.8125rem;height:10.56151875rem;top:116.91259765625rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZB1XevdBMUVph6uLeqhlI3uzvdwKopv { width:16.8125rem;height:3.16845625rem;top:141.9375rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNo1nUZq9phJ1bMEtP2RbePGDQ7Tc5pT { width:5.5625rem;height:0.125rem;top:140.5625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ug2Uw4CE1HEaIVOd0wF3ExPxOJfKaFMU { width:5.5625rem;height:0.125rem;top:22.13330078125rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2KzJzigNWEChBiZpwTJT6X0FzBuqu5E { width:17.25rem;height:1.29980625rem;top:92.6875rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9XSblPQtm1WTNmwPfURIkHhA56fcMMx { width:16.8125rem;height:8.449225rem;top:96.625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICM531ABTIcTLcxTTAHgaF4uv1xE0wSy { width:5.5625rem;height:0.125rem;top:95.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWfLuacAdRuAoNVKA8PgH8wWF0bb2z5D { width:16.8125rem;height:5.19921875rem;top:15.875rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcl1Z6q2oFmEs3etAT4OQmBcQy9WMJuC { width:5.5625rem;height:0.125rem;top:10.07421875rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3grSKRKaGcs6TdvCaeVdWATzSgQLETN { width:16.8125rem;height:9.50536875rem;top:23.6875rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4qlGIceRNBoTMTJf4g01yIggZoa2431 { width:19.9375rem;height:1.29980625rem;top:33.89111328125rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNwxvanMhbJbbyDbhA4hIf3lomzg82DS { width:19rem;height:3.875rem;top:160.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xz6x6TGOKTtreMmJqCzFqZPL1MuxbeNc { display:block; }
 }@media only screen and (max-width: 763px) { #R0992QpnzCeXv6Tm0PM6LNuxaDNksM3n { display:block; }#R0992QpnzCeXv6Tm0PM6LNuxaDNksM3n > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTCwyfBAZmyGEx9u8UIqQSmZIsQ2EOyv { display:block; }#hTCwyfBAZmyGEx9u8UIqQSmZIsQ2EOyv > .row .container { width:20rem;height:38.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #POn2KI08ZR9E4QiqaiJMUsHXld7c691q { width:15rem;height:12.1875rem;top:23rem;left:2.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVzOB3IhAS7qOvnkzFC5TtgdGydWvGe4 { width:18.75rem;height:15.625rem;top:21.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcdqFbb7htGM8AM4zeETqyuxx34oD4vd { width:18.8125rem;height:18.8125rem;top:1.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAHx8xZuCQVGyu65dN2hxr1KQE8fB5OW { display:block; }#iAHx8xZuCQVGyu65dN2hxr1KQE8fB5OW > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VOD1BRvJ1muASX3qAeOLoT2eTT6Pn28D { display:block; }#VOD1BRvJ1muASX3qAeOLoT2eTT6Pn28D > .row .container { width:20rem;height:161.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LQt8BToTwJHt8f2m3TmByzdovKI2FTcP { width:19.75rem;height:64.125rem;top:80.76513671875rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #Vu3FLQFTdZZe9RuPhP44CeoXa5Bl6t21 { width:17.3125rem;height:42.125rem;top:94.89013671875rem;left:1.34375rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;display:block; }#Vu3FLQFTdZZe9RuPhP44CeoXa5Bl6t21 li:before{  }
 }@media only screen and (max-width: 763px) { #WnaU0TTQbZ6gk5T1MeMVVuoINTebkOlX { width:20rem;height:62.375rem;top:6.3125rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #TkHk4pmEbMO98PgVlP5W0pRCZg5Cw1gG { width:15.625rem;height:0.125rem;top:24.3125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROfXQAS3tTix0SOElnVZqyxnvJoAtIGs { width:17.3125rem;height:31.6875rem;top:25.625rem;left:1.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;display:block; }#ROfXQAS3tTix0SOElnVZqyxnvJoAtIGs li:before{  }
 }@media only screen and (max-width: 763px) { #Zxl26cFLJQMasTWwrgq9sbtn8Z7z6VIP { width:15.625rem;height:0.125rem;top:93.26513671875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihRPClxW5Ow9UJviFNluATVuXm6DwI4A { width:14.5625rem;height:2.51855625rem;top:7.5rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:1.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #OkGsBcTkyrauTZyi9s0235XpCAr9itop { width:20rem;height:2.3125rem;top:78.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oh2Hywb6ZVS7rSkQPSGU4RsOL85LFTdl { width:20rem;height:1.79980625rem;top:78.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #FaJTMmmWNiUy6M2ibrw5sn8UQ3xNv09T { width:14.5625rem;height:2.5996125rem;top:81.45263671875rem;left:1.5rem;text-align:left;text-align-last:left;font-size:2rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #NXpqtwddUSbbNaL9K10UHVGRtsHkVcW7 { width:20rem;height:2.84375rem;top:1.25rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M7dTxRTv67TTh5E5zkir6Gkpz7Mxzy3U { width:18.3125rem;height:1.625rem;top:11.5625rem;left:0.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nOVTNDqyHL5d00pgtJQFHwMnw7ctK1mL { width:18.25rem;height:1.54345625rem;top:87.884765625rem;left:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFPhiTkDewIs2eIvTiU4kssqGOJXuJd0 { width:16.4375rem;height:2.11230625rem;top:84.71533203125rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #EI76BuBxn6w24ZES3W21Q8KmC7KxcSmh { width:15.625rem;height:3.875rem;top:139.37744140625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #imkmXH1FbXTh7fuql6GOxaKWN33I3rDA { display:block; }
 }@media only screen and (max-width: 763px) { #VTpk7vBBNDLX1Jd6MgCkngizzfFp1dCv { width:20rem;height:1.625rem;top:17.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Asch1xULEBkdXPQNlKh5GRfOuU87Ii5b { width:20rem;height:3.41161875rem;top:58.40478515625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8C07TBzgvvtDU84sSaoZuCbWtx162OO { width:15.625rem;height:3.875rem;top:63.3662109375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6ZIBNMLFcdI636PWQxMD3NPhdOlWRpE { display:block; }
 }@media only screen and (max-width: 763px) { #Hk2cbJ3UsUlVbzORDIbwwffXTN5ysXCb { width:18.3125rem;height:1.94970625rem;top:13.75rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KpiP7TX1Mt14gTa1UdhXafX5ChUNq4MX { width:18.4375rem;height:1.7871125rem;top:89.64013671875rem;left:0.78125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKh8NrdIs4b4egkn7RJVQZTuGFtH140h { width:7.5rem;height:3.125rem;top:19.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTW3PWDTFAEQLriUXEzbMPwtf2FuxxxW { display:block; }
 }@media only screen and (max-width: 763px) { #VQQiptAqLxIm5Ok9qOcZQ42DLOd1elqU { width:20rem;height:3.73730625rem;top:146.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz2k5mdKJ5pJGphvVNT9rlw91CcgRyDP { width:20rem;height:6.5rem;top:152.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0x7UkfS1eHfc6oswlAGQS9pAp9Ke337 { display:flex;width:5.9375rem;height:5.9375rem;top:75.57763671875rem;left:13.28125rem; }
 }@media only screen and (max-width: 763px) { #ssV83ElSMcZxzK0yfGyL4MAFgmtfL1zA { width:6.625rem;height:3.16845625rem;top:76.96240234375rem;left:12.59375rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #ySbWdVaq8zy9NDQpFk9QUz8A7TZQ3iAO { width:7.5rem;height:3.125rem;top:19.75rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHqx95r4Ul45Rhxa6xE8LLV9vr9pZWT3 { display:block; }
 }@media only screen and (max-width: 763px) { #DkragBOSsfE4mSV0UHPSyGVRDXW8VMzI { background-color:#1e2b50;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DkragBOSsfE4mSV0UHPSyGVRDXW8VMzI > .row .container { background-color: transparent; background-image: none; }#DkragBOSsfE4mSV0UHPSyGVRDXW8VMzI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkragBOSsfE4mSV0UHPSyGVRDXW8VMzI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkragBOSsfE4mSV0UHPSyGVRDXW8VMzI > .row .container > .video-iframe-container { display: none; }#DkragBOSsfE4mSV0UHPSyGVRDXW8VMzI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkragBOSsfE4mSV0UHPSyGVRDXW8VMzI > .row > .video-iframe-container { display: none; }#DkragBOSsfE4mSV0UHPSyGVRDXW8VMzI > .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); }#DkragBOSsfE4mSV0UHPSyGVRDXW8VMzI > .row .container { border-width: 0; border-radius: 0; }#DkragBOSsfE4mSV0UHPSyGVRDXW8VMzI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DkragBOSsfE4mSV0UHPSyGVRDXW8VMzI > .row .container { width:20rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lkgAZeDCcUhJIxS1wUZ3lODTwsOvmx1I { left:0rem;background-color:transparent;background-image:none;top:9.0625rem;width:20.125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4azVdBDlVpMCMfk4tyTmkINKRzd2AC7 { left:0rem;background-color:transparent;background-image:none;top:11.375rem;width:19.8125rem;height:4.1997rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXtbp133W2h01HrqULJeMKlKqLJum2UC { left:6.9375rem;background-color:#ccd4db;background-image:none;top:16.875rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmTdQyRlQGQ58S06TXUuAyGp4lC62WqR { left:0.125rem;background-color:transparent;background-image:none;top:23rem;width:20.0625rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBMLQdoVkrkK4qa4cio6ho1WcEVTclhR { width:2.5rem;height:2.5rem;top:19.375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAruABq66eW68MhQptskHzcKmvdkMe1n { width:2.5rem;height:2.5rem;top:5.125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qE3P48ZpzDReibTWn4Hl5OmtPRwBNgC2 { left:0rem;background-color:transparent;background-image:none;top:0.9990234375rem;width:20rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg { display:block; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDteoGrWnLFe3ROgrzt03Wxk6Eaibed7 { width:20rem;height:0.89355625rem;top:1.25rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }