.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCV856oSIdgiq4XK9HLWeIMbT1GoBKCX { border-top:0;border-left:0;border-right:0;border-bottom:0.5rem solid #ee3162;background-color:#53baf2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#gCV856oSIdgiq4XK9HLWeIMbT1GoBKCX > .row .container { background-color: transparent; background-image: none; }#gCV856oSIdgiq4XK9HLWeIMbT1GoBKCX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCV856oSIdgiq4XK9HLWeIMbT1GoBKCX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCV856oSIdgiq4XK9HLWeIMbT1GoBKCX > .row .container > .video-iframe-container { display: none; }#gCV856oSIdgiq4XK9HLWeIMbT1GoBKCX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCV856oSIdgiq4XK9HLWeIMbT1GoBKCX > .row > .video-iframe-container { display: none; }#gCV856oSIdgiq4XK9HLWeIMbT1GoBKCX > .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); }#gCV856oSIdgiq4XK9HLWeIMbT1GoBKCX > .row .container { border-width: 0; border-radius: 0; }#gCV856oSIdgiq4XK9HLWeIMbT1GoBKCX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gCV856oSIdgiq4XK9HLWeIMbT1GoBKCX > .row .container { font-size:0.875rem;font-family:arial;height:3.170454375rem;width:60rem;position:relative;display:block; }#MDM4iBUwD8fORlwrncgGE9fnF6MmXT6e { position:relative;display:block; }#MDM4iBUwD8fORlwrncgGE9fnF6MmXT6e { background-color: transparent; background-image: none; }#MDM4iBUwD8fORlwrncgGE9fnF6MmXT6e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDM4iBUwD8fORlwrncgGE9fnF6MmXT6e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDM4iBUwD8fORlwrncgGE9fnF6MmXT6e > .row .container > .video-iframe-container { display: none; }#MDM4iBUwD8fORlwrncgGE9fnF6MmXT6e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDM4iBUwD8fORlwrncgGE9fnF6MmXT6e > .row > .video-iframe-container { display: none; }#MDM4iBUwD8fORlwrncgGE9fnF6MmXT6e > .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); }#MDM4iBUwD8fORlwrncgGE9fnF6MmXT6e { border-width: 0; border-radius: 0; }#MDM4iBUwD8fORlwrncgGE9fnF6MmXT6e > .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; }#MDM4iBUwD8fORlwrncgGE9fnF6MmXT6e > .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:47rem;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; }#myTfzGFuBFR0rhPT4KxZcbrasqe0tA41 { color:#002d42;display:block;width:27.56125rem;position:absolute;font-family:jost;font-size:2.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:7.9991114139556rem;left:3.3709144592285rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SeFDJX8FbgSzMIa8CUTZvUEKiLqT1IMo { color:#002d42;display:block;width:22.5598125rem;position:absolute;font-family:jost;font-size:1.5625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:14.4970703125rem;left:5.869140625rem;height:10.15625rem;text-align:center;text-align-last:center;display:block; }
#GoypBIIQfXt35BkGszccsT3kmL7uHG2F { background-color:#e33e8e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:jost;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8743125rem;height:4.31196875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:27.93696808815rem;left:7.7166175842288rem;display:block; }
#QBGpsQhyuol3T5PMmBsEVoNs9Pfki1Jh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LZrfRc5TawqJ4vKvqvGN35FRTlNWMODT { 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:37.24875rem;width:59.0625rem;top:0rem;left:0.5rem;overflow:hidden;display:block; }
#Nwfk5pBt73CbQr6Ha7uSAnThIPBoTNtz { color:#002d42;display:block;width:22.5595625rem;position:absolute;font-family:jost;font-size:2.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:41.625rem;left:18.75rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MAXWURVRbUX7hF7T9kv4n9FA2h4ICQRM { 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:3.625rem;width:3.625rem;top:41.4375rem;left:15.125rem;overflow:hidden;display:block; }
#wrtPaEOvRQ0X2HgnuQ7RBU2GmSk90BTz { 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:3.625rem;width:3.625rem;top:41.4375rem;left:41.25rem;overflow:hidden;display:block; }
#B3k5gUGfGR3T9RS0TPHT9HyKX7InWDlE { 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:112.6875rem;width:59.9375rem;display:none; }
#KozfGDkFfebufaxpuzmWBVod6WRZLPRe { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#fkDfqwuwETsmBoPHJXnBCZJBfpIA4V0m { 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:3.4375rem;width:20.874rem;top:2.92236328125rem;left:6.712646484375rem;overflow:hidden;display:block; }
#KJiKwRd6bdWBxlZtQVDsPX1WSKGlgClE { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#Ut83o4mTD96oDXGuSzcMx5TAC39QGcJA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00b3c1;background-image:url("https://images.assets-landingi.com/uc/d57d7149-530d-4535-9d11-40919bf5a179/Zasb30.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#Ut83o4mTD96oDXGuSzcMx5TAC39QGcJA.adaptive-delivery-prevent-bg, #Ut83o4mTD96oDXGuSzcMx5TAC39QGcJA.lazyload, #Ut83o4mTD96oDXGuSzcMx5TAC39QGcJA.lazyloading { background-image: none; }#Ut83o4mTD96oDXGuSzcMx5TAC39QGcJA > .row .container { background-color: transparent; background-image: none; }#Ut83o4mTD96oDXGuSzcMx5TAC39QGcJA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ut83o4mTD96oDXGuSzcMx5TAC39QGcJA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ut83o4mTD96oDXGuSzcMx5TAC39QGcJA > .row .container > .video-iframe-container { display: none; }#Ut83o4mTD96oDXGuSzcMx5TAC39QGcJA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ut83o4mTD96oDXGuSzcMx5TAC39QGcJA > .row > .video-iframe-container { display: none; }#Ut83o4mTD96oDXGuSzcMx5TAC39QGcJA > .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); }#Ut83o4mTD96oDXGuSzcMx5TAC39QGcJA > .row .container { border-width: 0; border-radius: 0; }#Ut83o4mTD96oDXGuSzcMx5TAC39QGcJA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ut83o4mTD96oDXGuSzcMx5TAC39QGcJA > .row .container { font-size:0.875rem;font-family:arial;height:82.375rem;width:60rem;position:relative;display:block; }#BpdNkEFQ31zvHKGN5oODiU7SBDRrNTqE { position:absolute;display:block;z-index:15156;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.9375rem;width:29rem;top:13.5625rem;left:0rem;overflow:hidden;display:block; }
#kMJJc8iuIT3n20pQlXFOMmycgpRXFvUd { position:absolute;display:block;z-index:15078;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(0,0,0,0.5) ;height:50.5625rem;width:40.5rem;top:27.5rem;left:3.125rem;display:block; }
#pGqcpzeOUVfTEPcQrwzPCQnERnwWpWfs { color:#000000;display:block;width:5.9375rem;position:absolute;font-family:jost;font-size:1.5rem;font-weight:700;z-index:15107;line-height:1.1;letter-spacing:0;top:48.8125rem;left:45.75rem;height:1.6494125rem;font-style:normal;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;display:block; }
#nUiTwqPZszNp1XgSGpZF3vo4CBO1qBcG { color:#000000;display:block;width:5.125rem;position:absolute;font-family:jost;font-size:1.0625rem;font-weight:700;z-index:15094;line-height:1.1;letter-spacing:0;top:49.0625rem;left:52.125rem;height:1.16796875rem;font-style:normal;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;display:block; }
#yeHBrHOkvtGO7RqAqC3LeQUg55BD1FbC { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:jost;font-size:1.0625rem;font-weight:700;z-index:15108;line-height:1.1;letter-spacing:0;top:50.875rem;left:47rem;height:1.16796875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rmhauomdUMXyblpJRp0yzbc9yfxpA81G { background-color:transparent;background-image: -webkit-linear-gradient(3deg, #406427, #caf303);background-image: -moz-linear-gradient(3deg, #406427, #caf303);background-image: -ms-linear-gradient(3deg, #406427, #caf303);background-image: -o-linear-gradient(3deg, #406427, #caf303);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#406427', endColorstr='#caf303' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#406427', endColorstr='#caf303' );";background-image: linear-gradient(3deg, #406427, #caf303);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;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:hero;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.5rem;text-decoration:none;z-index:15096;text-align:center;text-align-last:center;top:76.399999618531rem;left:17.18593788147rem;display:none; }
#pBqKrUZzJxJ9ANro3lgMkab4cbe0QmJ7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XbvV9UMazq41iRqLHKG596Is98uxkWZF { color:#000000;display:block;width:7.4375rem;position:absolute;font-family:hero;font-size:1.0625rem;font-weight:700;z-index:15094;line-height:1.1;letter-spacing:0;top:126rem;left:50.5625rem;height:1.16875rem;font-style:normal;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;display:none; }
#UdANbElzfTy0TZ4qKT7MdDtOyHdxcQAZ { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:hero;font-size:1.0625rem;font-weight:700;z-index:15108;line-height:1.1;letter-spacing:0;top:127.375rem;left:46.8125rem;height:1.16875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#LyVs4zIwFAifteXfmgEbbTQTDzuSFD7X { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:jost;font-size:1.125rem;font-weight:400;z-index:15098;line-height:1.3;letter-spacing:0;top:36.374786376953rem;left:8.1868476867675rem;height:4.38574375rem;font-style:normal;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;display:block; }
#fU7DtTeQ50bCV5guLzSbkLl2kXfRFL3T { box-sizing:content-box;color:#328d2d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15107;top:69.8125rem;left:5.25rem;display:none; }
#toxP75LDH4w9UrLbx2xUrmxJSXx8OWBn { color:#000000;display:block;width:34.25rem;position:absolute;font-family:hero;font-size:1.125rem;font-weight:400;z-index:15110;line-height:1.3;letter-spacing:0;top:69.8125rem;left:7.5625rem;height:0;font-style:normal;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;display:none; }
#dcLtsIKPQBA54qaW18gTvi2G5wnrVLod { box-sizing:content-box;color:#ff005f;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15109;top:151.6875rem;left:5.3125rem;display:none; }
#SrtzoLNNx84Ib3vlk8QEBd3Qun5Jt5mA { color:#000000;display:block;width:34.25rem;position:absolute;font-family:hero;font-size:1.125rem;font-weight:400;z-index:15112;line-height:1.3;letter-spacing:0;top:151.6875rem;left:7.625rem;height:0;font-style:normal;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;display:none; }
#L4ezlDBFqBque48zgzB0aHTtRDln5Hos { color:#000000;display:block;width:8.125rem;position:absolute;font-family:jost;font-size:1.0625rem;font-weight:700;z-index:15096;line-height:1.1;letter-spacing:0;top:34.9375rem;left:47.5625rem;height:1.16861875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#shL8KVd67JwTLGqidZiKUMtTwVzw9tJJ { color:#000000;display:block;width:8.125rem;position:absolute;font-family:jost;font-size:1.8125rem;font-weight:700;z-index:15095;line-height:1.1;letter-spacing:0;top:32.5625rem;left:47.5625rem;height:1.9931625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Hb347MJ05XQsL86klXxUa2ZXKFCPLSDZ { color:#ffffff;display:block;width:46.9995rem;position:absolute;font-family:jost;font-size:2.8125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:2.141487121582rem;left:6.4973945617675rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OA2e0hFIinMcS5aZaEsby57qVMcg2XkW { position:absolute;display:block;z-index:14995;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:14.625rem;top:15.4375rem;left:18.5625rem;overflow:hidden;display:block; }
#ViBTFeA3i3h1P4TKPXii2F0NWvWiR2pG { position:absolute;display:block;z-index:15157;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:14.625rem;top:19.875rem;left:25.3125rem;overflow:hidden;display:block; }
#UBsXVNwNr4qvG8cC2i7kW1BWs5ZcvMiF { position:absolute;display:block;z-index:15158;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:14.625rem;top:24.125rem;left:30.1875rem;overflow:hidden;display:block; }
#ZBhntMSBJX24DMAg6CTM1hRaDQ3ODhr4 { color:#000000;display:block;width:31.25rem;position:absolute;font-family:jost;font-size:1.125rem;font-weight:400;z-index:15100;line-height:1.3;letter-spacing:0;top:41.937072753906rem;left:8.1868476867675rem;height:2.923825rem;font-style:normal;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;display:block; }
#tPTteuv5f2TaRb0cP55xBW39TMXrOeof { color:#000000;display:block;width:29.125rem;position:absolute;font-family:jost;font-size:1.125rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:45.75rem;left:8.1868476867675rem;height:2.923825rem;font-style:normal;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;display:block; }
#PMcKd6W5SWFSyTiRf5Bb3ZD8ITL0Xa2A { color:#000000;display:block;width:33.1875rem;position:absolute;font-family:jost;font-size:1.125rem;font-weight:400;z-index:15104;line-height:1.3;letter-spacing:0;top:50.249786376953rem;left:8.1868476867675rem;height:2.923825rem;font-style:normal;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;display:block; }
#STNDt1I7TpbhhO71vIBIskl1cSWMetnB { color:#000000;display:block;width:33.1875rem;position:absolute;font-family:jost;font-size:1.125rem;font-weight:400;z-index:15106;line-height:1.3;letter-spacing:0;top:54.25rem;left:8.1875rem;height:2.923825rem;font-style:normal;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;display:block; }
#ucrf6vxQ0ibwSrl1RdOFFxlmvBTw676t { color:#000000;display:block;width:29.375rem;position:absolute;font-family:jost;font-size:1.125rem;font-weight:400;z-index:15108;line-height:1.3;letter-spacing:0;top:58.43684387207rem;left:8.1868476867675rem;height:1.4619125rem;font-style:normal;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;display:block; }
#JOg5Hi0817n5yW2ohwpuqO0guEpCcsIV { color:#000000;display:block;width:33.186875rem;position:absolute;font-family:jost;font-size:1.125rem;font-weight:400;z-index:15110;line-height:1.3;letter-spacing:0;top:61.328340530396rem;left:8.1857643127444rem;height:2.923825rem;font-style:normal;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;display:block; }
#L5AKfFLUkz45itBTuO26nP3VNSgoGRp1 { 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.5rem solid #e33e8e;border-left:0.5rem solid #e33e8e;border-right:0;border-bottom:0.5rem solid #e33e8e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.375rem;width:23.3125rem;top:30.646484375rem;left:36.1875rem;display:block; }
#be3mpp3Uek96s6wyP9pbLotCGVgGHTFl { position:absolute;display:block;z-index:15013;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.5rem solid #e33e8e;border-left:0.5rem solid #e33e8e;border-right:0;border-bottom:0.5rem solid #e33e8e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.375rem;width:23.3125rem;top:46.75rem;left:36.1875rem;display:block; }
#SZv8wCw3gVZ2T2MLbWwulpKQQTJBTTvE { color:#ff4ae0;display:block;width:49.3115rem;position:absolute;font-family:jost;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:7.1102447509762rem;left:5.341796875rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DixgPrt46nozIRWMSm6JSAdBTepV6aC6 { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:jost;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:28.359375rem;left:44.3994140625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eZJReS68bXWrImR2MZwOWmvoSgp4QIK3 { position:absolute;display:block;z-index:15159;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:37.0625rem;left:5.25rem;overflow:hidden;display:block; }
#HseEzauJESpJDr1SgQ4GqGXxMSBJnHoq { position:absolute;display:block;z-index:15160;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:42.694442749024rem;left:5.3428802490234rem;overflow:hidden;display:block; }
#xuNCkfxNv1D2FZQLy5bhHagJb35DR08R { position:absolute;display:block;z-index:15161;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:46.605041503906rem;left:5.3428802490234rem;overflow:hidden;display:block; }
#vwHkhI3x95FmRIZIOSCXddRCHtwlFAeD { position:absolute;display:block;z-index:15162;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:50.926864624024rem;left:5.3428802490234rem;overflow:hidden;display:block; }
#vBISadhg2VCQ4nADGbFgixKiTWLDv64i { position:absolute;display:block;z-index:15163;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:54.9375rem;left:5.375rem;overflow:hidden;display:block; }
#XWqzllfva3lbr2pVxUTUN4SEoZ8s8uXB { position:absolute;display:block;z-index:15164;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:58.43684387207rem;left:5.3428802490234rem;overflow:hidden;display:block; }
#t7bOvOeRlEmbzwX4ukQNryRA3SxDy2BW { position:absolute;display:block;z-index:15165;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:62.074005126953rem;left:5.3428802490234rem;overflow:hidden;display:block; }
#ewhm3GyvBGPsr0CTcW3mJvs7wK6y3QTi { background-color:transparent;background-image: -webkit-linear-gradient(3deg, #4d7b2c, #caf303);background-image: -moz-linear-gradient(3deg, #4d7b2c, #caf303);background-image: -ms-linear-gradient(3deg, #4d7b2c, #caf303);background-image: -o-linear-gradient(3deg, #4d7b2c, #caf303);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d7b2c', endColorstr='#caf303' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d7b2c', endColorstr='#caf303' );";background-image: linear-gradient(3deg, #4d7b2c, #caf303);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;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:jost;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.625rem;text-decoration:none;z-index:15098;text-align:center;text-align-last:center;top:36.716796875rem;left:47.0986328125rem;display:block; }
#GZFkIoGHMxmSh3gBOix4gBSBGigBRDIK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w6rhbTJfceZm751G0ecuZqKakyc88mvV { background-color:transparent;background-image: -webkit-linear-gradient(3deg, #4d7b2c, #caf303);background-image: -moz-linear-gradient(3deg, #4d7b2c, #caf303);background-image: -ms-linear-gradient(3deg, #4d7b2c, #caf303);background-image: -o-linear-gradient(3deg, #4d7b2c, #caf303);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d7b2c', endColorstr='#caf303' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d7b2c', endColorstr='#caf303' );";background-image: linear-gradient(3deg, #4d7b2c, #caf303);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;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:jost;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.6875rem;text-decoration:none;z-index:15100;text-align:center;text-align-last:center;top:52.75rem;left:46.9375rem;display:block; }
#pUt31UV0XzhbuIXmGqcGvcf3qhQv8uqR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vOahKzyOGeCX6UtByTDRBiTlDb8bscBa { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:jost;font-size:1.125rem;font-weight:400;z-index:15111;line-height:1.3;letter-spacing:0;top:65.534500122069rem;left:8.1868476867675rem;height:2.923825rem;font-style:normal;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;display:block; }
#LMtp8VN6IoI9hyMVhS1ZZn7Q3MX7g6SP { position:absolute;display:block;z-index:15166;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:66.278427124025rem;left:5.3428802490234rem;overflow:hidden;display:block; }
#Wf8KazQJoupb5WXIk5b3FoT6Pt9HT7sq { position:absolute;display:block;z-index:15168;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:70.1875rem;left:5.3743476867676rem;overflow:hidden;display:block; }
#d4mFtGotTKPlmB5EToTqcmAhVlcH9EJA { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:jost;font-size:1.125rem;font-weight:400;z-index:15113;line-height:1.3;letter-spacing:0;top:70.062072753906rem;left:8.1868476867675rem;height:1.4619125rem;font-style:normal;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;display:block; }
#AbAKWDO0Q1WnbXf7BmqxJiBcF0mWhxIV { position:absolute;display:block;z-index:15170;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:74.186843872069rem;left:5.3743476867676rem;overflow:hidden;display:block; }
#nFNTM37MnmbPnoQFH5P8MLyrfueoludi { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:jost;font-size:1.125rem;font-weight:400;z-index:15115;line-height:1.3;letter-spacing:0;top:73.43728637695rem;left:8.1868476867675rem;height:2.923825rem;font-style:normal;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;display:block; }
#KPHN8CpzgDvGRRUA4h5Rhv3LlWs3BmLG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00b3c1;background-image:url("https://images.assets-landingi.com/uc/d57d7149-530d-4535-9d11-40919bf5a179/Zasb30.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#KPHN8CpzgDvGRRUA4h5Rhv3LlWs3BmLG.adaptive-delivery-prevent-bg, #KPHN8CpzgDvGRRUA4h5Rhv3LlWs3BmLG.lazyload, #KPHN8CpzgDvGRRUA4h5Rhv3LlWs3BmLG.lazyloading { background-image: none; }#KPHN8CpzgDvGRRUA4h5Rhv3LlWs3BmLG > .row .container { background-color: transparent; background-image: none; }#KPHN8CpzgDvGRRUA4h5Rhv3LlWs3BmLG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPHN8CpzgDvGRRUA4h5Rhv3LlWs3BmLG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPHN8CpzgDvGRRUA4h5Rhv3LlWs3BmLG > .row .container > .video-iframe-container { display: none; }#KPHN8CpzgDvGRRUA4h5Rhv3LlWs3BmLG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPHN8CpzgDvGRRUA4h5Rhv3LlWs3BmLG > .row > .video-iframe-container { display: none; }#KPHN8CpzgDvGRRUA4h5Rhv3LlWs3BmLG > .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); }#KPHN8CpzgDvGRRUA4h5Rhv3LlWs3BmLG > .row .container { border-width: 0; border-radius: 0; }#KPHN8CpzgDvGRRUA4h5Rhv3LlWs3BmLG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KPHN8CpzgDvGRRUA4h5Rhv3LlWs3BmLG > .row .container { font-size:0.875rem;font-family:arial;height:73.5rem;width:60rem;position:relative;display:block; }#k4xQT5Xpoz7xWFFF6MyP9cnqIMQXukZk { position:absolute;display:block;z-index:15156;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.9375rem;width:29rem;top:13.5625rem;left:0rem;overflow:hidden;display:block; }
#yitfgWdJmnLXCfTlilSqxFXRi8NfFvpc { position:absolute;display:block;z-index:15078;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(0,0,0,0.5) ;height:40.3125rem;width:40.5rem;top:27.562503814698rem;left:3.125rem;display:block; }
#vye8Ll7ulAEglN5yyF1CVMmvLF6mcZtU { color:#000000;display:block;width:6.1875rem;position:absolute;font-family:jost;font-size:1.5rem;font-weight:700;z-index:15107;line-height:1.1;letter-spacing:0;top:48.125rem;left:45.9375rem;height:1.6494125rem;font-style:normal;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;display:block; }
#eoI2q4ZgetHzCQqlPoUbDySSRu51XAvR { color:#000000;display:block;width:5.125rem;position:absolute;font-family:jost;font-size:1.0625rem;font-weight:700;z-index:15094;line-height:1.1;letter-spacing:0;top:48.375rem;left:52.375rem;height:1.16796875rem;font-style:normal;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;display:block; }
#n2ntGwyFhiZub4AkA0TTfO20XPtc1Tr4 { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:jost;font-size:1.0625rem;font-weight:700;z-index:15108;line-height:1.1;letter-spacing:0;top:50.1875rem;left:47rem;height:1.16796875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XVqfkRo61v24OLkIorVORTTQ6t8HlKeH { background-color:transparent;background-image: -webkit-linear-gradient(3deg, #4d7b2c, #caf303);background-image: -moz-linear-gradient(3deg, #4d7b2c, #caf303);background-image: -ms-linear-gradient(3deg, #4d7b2c, #caf303);background-image: -o-linear-gradient(3deg, #4d7b2c, #caf303);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d7b2c', endColorstr='#caf303' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d7b2c', endColorstr='#caf303' );";background-image: linear-gradient(3deg, #4d7b2c, #caf303);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;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:jost;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.98891375rem;height:2.68928875rem;text-decoration:none;z-index:15097;text-align:center;text-align-last:center;top:36.9375rem;left:47.125rem;display:block; }
#rZZI8EGTl81zXnZA3lULhPwwi15JGvA2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ba7lrtydBglyZBaIpr6LJIq00RpTtpU6 { background-color:transparent;background-image: -webkit-linear-gradient(3deg, #406427, #caf303);background-image: -moz-linear-gradient(3deg, #406427, #caf303);background-image: -ms-linear-gradient(3deg, #406427, #caf303);background-image: -o-linear-gradient(3deg, #406427, #caf303);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#406427', endColorstr='#caf303' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#406427', endColorstr='#caf303' );";background-image: linear-gradient(3deg, #406427, #caf303);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;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:hero;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.5rem;text-decoration:none;z-index:15096;text-align:center;text-align-last:center;top:76.399999618531rem;left:17.18593788147rem;display:none; }
#lUzlDMhska0dDUo3nLBFLDCDFaIKB4LW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TRwGOLxtzQntxdSoxl7fOZ3xiHrFci51 { background-color:transparent;background-image: -webkit-linear-gradient(3deg, #4d7b2c, #caf303);background-image: -moz-linear-gradient(3deg, #4d7b2c, #caf303);background-image: -ms-linear-gradient(3deg, #4d7b2c, #caf303);background-image: -o-linear-gradient(3deg, #4d7b2c, #caf303);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d7b2c', endColorstr='#caf303' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d7b2c', endColorstr='#caf303' );";background-image: linear-gradient(3deg, #4d7b2c, #caf303);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;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:jost;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3623125rem;height:2.6875rem;text-decoration:none;z-index:15099;text-align:center;text-align-last:center;top:52.125rem;left:46.9375rem;display:block; }
#b5zEphoc3QHJ66iCCfo6LedDMCs7C4yK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ApdlCubuKoV6bOayGdcokvSiwTtlOWtz { color:#000000;display:block;width:7.4375rem;position:absolute;font-family:hero;font-size:1.0625rem;font-weight:700;z-index:15094;line-height:1.1;letter-spacing:0;top:126rem;left:50.5625rem;height:1.16875rem;font-style:normal;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;display:none; }
#r8HturoUQL3htLI9Lzevav7AbvzTfuJU { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:hero;font-size:1.0625rem;font-weight:700;z-index:15108;line-height:1.1;letter-spacing:0;top:127.375rem;left:46.8125rem;height:1.16875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Uf7FupIsuEBN6h9LnxmRlzOqTypslqqF { color:#000000;display:block;width:28rem;position:absolute;font-family:jost;font-size:1.125rem;font-weight:400;z-index:15098;line-height:1.3;letter-spacing:0;top:37.250003814698rem;left:8.1868476867675rem;height:4.38574375rem;font-style:normal;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;display:block; }
#GFRCyuNarClNeU4E4TNybqWQkqI5sTXE { box-sizing:content-box;color:#328d2d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15107;top:69.8125rem;left:5.25rem;display:none; }
#or5wPU4Wp9gPm7MnCM4ovms5vTCwdflX { color:#000000;display:block;width:34.25rem;position:absolute;font-family:hero;font-size:1.125rem;font-weight:400;z-index:15110;line-height:1.3;letter-spacing:0;top:69.8125rem;left:7.5625rem;height:0;font-style:normal;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;display:none; }
#BtH70D8vV1TPL8DpTEmQrteE6BmWyfST { box-sizing:content-box;color:#ff005f;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15109;top:151.6875rem;left:5.3125rem;display:none; }
#oZueUdPCOxCbu5a7ZXeJofC2CalhH3NE { color:#000000;display:block;width:34.25rem;position:absolute;font-family:hero;font-size:1.125rem;font-weight:400;z-index:15112;line-height:1.3;letter-spacing:0;top:151.6875rem;left:7.625rem;height:0;font-style:normal;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;display:none; }
#a7PRbvRLu4QQfbVS4xg35wrZW3vgamP8 { color:#000000;display:block;width:8.125rem;position:absolute;font-family:jost;font-size:1.0625rem;font-weight:700;z-index:15096;line-height:1.1;letter-spacing:0;top:34.9375rem;left:47.5625rem;height:1.16861875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZR42c11O2F4ZOFzQJRHZkmQkq1weVTVC { color:#000000;display:block;width:8.125rem;position:absolute;font-family:jost;font-size:1.8125rem;font-weight:700;z-index:15095;line-height:1.1;letter-spacing:0;top:32.5625rem;left:47.5625rem;height:1.9931625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fDvLIy7O2ynM0AVTSMbz1n4DrOp1nZbZ { color:#ffffff;display:block;width:46.9995rem;position:absolute;font-family:jost;font-size:2.8125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:2.2037773132324rem;left:6.4984779357913rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Iyo8gh5MNEdH4nbBB2QxggXcup5CJ02k { position:absolute;display:block;z-index:14995;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:14.625rem;top:15.4375rem;left:18.5625rem;overflow:hidden;display:block; }
#Nv8L8i8oXsZyu4uFHeCy2hMva7WI4pCJ { position:absolute;display:block;z-index:15157;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:14.625rem;top:19.875rem;left:25.3125rem;overflow:hidden;display:block; }
#l8M07ubAqRUAeBADs1AERCDbIhhuEgmA { position:absolute;display:block;z-index:15158;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:14.625rem;top:24.125rem;left:30.1875rem;overflow:hidden;display:block; }
#KeufNFT3yIVre442OKgIGTelqmonkXwO { color:#000000;display:block;width:31.25rem;position:absolute;font-family:jost;font-size:1.125rem;font-weight:400;z-index:15100;line-height:1.3;letter-spacing:0;top:42.999782562256rem;left:8.1868476867675rem;height:2.923825rem;font-style:normal;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;display:block; }
#gWmX3Ino1tyrV3lTZdftdWteVne31aFc { color:#000000;display:block;width:33.1875rem;position:absolute;font-family:jost;font-size:1.125rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:46.874134063721rem;left:8.1868476867675rem;height:2.923825rem;font-style:normal;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;display:block; }
#towH3TX4Ua8QW2D2uytcd87CFZDwEkQa { color:#000000;display:block;width:33.1875rem;position:absolute;font-family:jost;font-size:1.125rem;font-weight:400;z-index:15104;line-height:1.3;letter-spacing:0;top:51.250003814698rem;left:8.1868476867675rem;height:2.923825rem;font-style:normal;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;display:block; }
#aydv873tcsd3ppxBT0TZIWrS2Oy5PKz2 { color:#000000;display:block;width:33.1875rem;position:absolute;font-family:jost;font-size:1.125rem;font-weight:400;z-index:15106;line-height:1.3;letter-spacing:0;top:55.562282562256rem;left:8.1868476867675rem;height:2.923825rem;font-style:normal;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;display:block; }
#UWuTMb3SIXsqS2aMifDlrpU1gcwMuW6U { color:#000000;display:block;width:29.375rem;position:absolute;font-family:jost;font-size:1.125rem;font-weight:400;z-index:15108;line-height:1.3;letter-spacing:0;top:59.999568939209rem;left:8.1868476867675rem;height:1.4619125rem;font-style:normal;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;display:block; }
#w5TzzthMLp1CfHihyUaHN5tBXLv2zTt2 { color:#000000;display:block;width:33.1875rem;position:absolute;font-family:jost;font-size:1.125rem;font-weight:400;z-index:15110;line-height:1.3;letter-spacing:0;top:62.999568939206rem;left:8.2497825622556rem;height:2.923825rem;font-style:normal;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;display:block; }
#rQ2sgLoO8RbeTp6REKqdRTieJwLpPXU9 { 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.5rem solid #e33e8e;border-left:0.5rem solid #e33e8e;border-right:0;border-bottom:0.5rem solid #e33e8e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.375rem;width:23.3125rem;top:30.646484375rem;left:36.1875rem;display:block; }
#eaksFqfJD8O57OC0gBGpBXJiaCNHcEP8 { position:absolute;display:block;z-index:15013;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.5rem solid #e33e8e;border-left:0.5rem solid #e33e8e;border-right:0;border-bottom:0.5rem solid #e33e8e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.375rem;width:23.3125rem;top:46.3125rem;left:36.1875rem;display:block; }
#ShWAwXb10Eg3JzW0vEZBFOL7SM3XK254 { color:#caf303;display:block;width:49.3115rem;position:absolute;font-family:jost;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:7.6723098754881rem;left:5.341796875rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MKhNN0TD1E3rJlZEx5nnVPpToB3w6War { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:jost;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:28.359375rem;left:44.3994140625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o5g8oKFh9WlpDyrbQwWEDpb2PH4RuB9z { position:absolute;display:block;z-index:15159;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:38.811847686767rem;left:5.2495651245117rem;overflow:hidden;display:block; }
#PKzf2Ch9XacfFIbnZkGh5ezBRP6VLoUG { position:absolute;display:block;z-index:15160;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:44.132595062256rem;left:5.3428802490234rem;overflow:hidden;display:block; }
#Oww3PZqvwEyThCXiK2KTqDA6K7hXi4dE { position:absolute;display:block;z-index:15161;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:47.792537689209rem;left:5.3428802490234rem;overflow:hidden;display:block; }
#n2DiZW3MhKa6fJl141JTii40QUO0iAkc { position:absolute;display:block;z-index:15162;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:51.989589691162rem;left:5.3428802490234rem;overflow:hidden;display:block; }
#xF044HFbpoM8oiuVNDZZgQdow1HW8B2y { position:absolute;display:block;z-index:15163;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:56.000003814698rem;left:5.3428802490234rem;overflow:hidden;display:block; }
#NdP1IFrVB5C13KIZqv1iBA5Qc5cZdPmq { position:absolute;display:block;z-index:15164;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:59.936634063721rem;left:5.3428802490234rem;overflow:hidden;display:block; }
#SdS2mBTaIzRXs92S73RVTmFVrQMyy9F2 { position:absolute;display:block;z-index:15165;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:63.761501312256rem;left:5.3428802490234rem;overflow:hidden;display:block; }
#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo { 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; }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row .container { background-color: transparent; background-image: none; }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row .container > .video-iframe-container { display: none; }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row > .video-iframe-container { display: none; }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .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); }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row .container { border-width: 0; border-radius: 0; }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:60rem;position:relative;display:block; }#FsBw5ieZBtvTDgBMTdvdCbZ4QhEsceFz { color:#3c3c3b;display:block;width:60rem;position:absolute;font-family:jost;font-size:1.75rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:2.2080078125rem;left:0rem;height:2.099825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XDokmPa8mRrXLB1wSuE9v2cq6dXxC80m { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:8.625rem;top:4.875rem;left:16rem;overflow:hidden;display:block; }
#OmSB8satOg8Zog0vOJklARikR4p9ybeQ { 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:4.875rem;width:8.125rem;top:5.5625rem;left:45rem;overflow:hidden;display:block; }
#AMRyhAv8UDNZvGmA1RsHSBM19mi4rTw0 { 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:3.4375rem;width:10.8125rem;top:6.3125rem;left:29.125rem;overflow:hidden;display:block; }
#b1eETzASTTM29PyCEZMoDNmzH21bUTGA { 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:5.8125rem;width:5.1875rem;top:5.125rem;left:6.875rem;overflow:hidden;display:block; }
#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr { 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; }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row .container { background-color: transparent; background-image: none; }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row .container > .video-iframe-container { display: none; }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row > .video-iframe-container { display: none; }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .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); }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row .container { border-width: 0; border-radius: 0; }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:60rem;position:relative;display:block; }#IUibWqCfJTD33FOxZThP6fLH37UCPVw5 { color:#3c3c3b;display:block;width:60rem;position:absolute;font-family:jost;font-size:1.75rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:0.95188140869138rem;left:0rem;height:2.099825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sF85SQV1Na56OM6SgIIpnaGi3QODAmUX { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:6.0625rem;top:5.3125rem;left:20.75rem;overflow:hidden;display:block; }
#Oi9krDE9A1Rfng7a36gkgO0P3Dvd5pC3 { 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:8.125rem;width:12.4375rem;top:3.1244506835938rem;left:28.624820709229rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gCV856oSIdgiq4XK9HLWeIMbT1GoBKCX { display:block; }#gCV856oSIdgiq4XK9HLWeIMbT1GoBKCX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MDM4iBUwD8fORlwrncgGE9fnF6MmXT6e { display:block; }#MDM4iBUwD8fORlwrncgGE9fnF6MmXT6e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #myTfzGFuBFR0rhPT4KxZcbrasqe0tA41 { top:7.9375rem;left:0rem;width:27.5rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeFDJX8FbgSzMIa8CUTZvUEKiLqT1IMo { top:14.4375rem;left:0rem;width:22.5rem;height:10.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoypBIIQfXt35BkGszccsT3kmL7uHG2F { width:18.8125rem;height:4.25rem;top:27.875rem;left:1.5916175842285rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBGpsQhyuol3T5PMmBsEVoNs9Pfki1Jh { display:block; }
 }@media only screen and (max-width: 763px) { #LZrfRc5TawqJ4vKvqvGN35FRTlNWMODT { top:0rem;left:0rem;width:47.75rem;height:30.114333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nwfk5pBt73CbQr6Ha7uSAnThIPBoTNtz { top:41.625rem;left:12.625rem;width:22.5rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAXWURVRbUX7hF7T9kv4n9FA2h4ICQRM { top:41.4375rem;left:9rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrtPaEOvRQ0X2HgnuQ7RBU2GmSk90BTz { top:41.4375rem;left:35.125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3k5gUGfGR3T9RS0TPHT9HyKX7InWDlE { width:47.6875rem;height:89.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KozfGDkFfebufaxpuzmWBVod6WRZLPRe { display:none; }
 }@media only screen and (max-width: 763px) { #fkDfqwuwETsmBoPHJXnBCZJBfpIA4V0m { top:2.875rem;left:0.587646484375rem;width:20.8125rem;height:3.4273722693303rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJiKwRd6bdWBxlZtQVDsPX1WSKGlgClE { display:none; }
 }@media only screen and (max-width: 763px) { #Ut83o4mTD96oDXGuSzcMx5TAC39QGcJA { display:block; }#Ut83o4mTD96oDXGuSzcMx5TAC39QGcJA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BpdNkEFQ31zvHKGN5oODiU7SBDRrNTqE { top:13.5625rem;left:0rem;width:29rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMJJc8iuIT3n20pQlXFOMmycgpRXFvUd { top:27.5rem;left:0rem;width:40.5rem;height:50.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGqcpzeOUVfTEPcQrwzPCQnERnwWpWfs { width:5.9375rem;height:1.625rem;top:48.8125rem;left:39.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUiTwqPZszNp1XgSGpZF3vo4CBO1qBcG { width:5.125rem;height:1.125rem;top:49.0625rem;left:42.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeHBrHOkvtGO7RqAqC3LeQUg55BD1FbC { width:9.1875rem;height:1.125rem;top:50.875rem;left:38.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmhauomdUMXyblpJRp0yzbc9yfxpA81G { width:9.375rem;height:3.5rem;top:76.375rem;left:11.06093788147rem;display:none; }
 }@media only screen and (max-width: 763px) { #pBqKrUZzJxJ9ANro3lgMkab4cbe0QmJ7 { display:block; }
 }@media only screen and (max-width: 763px) { #XbvV9UMazq41iRqLHKG596Is98uxkWZF { width:8.875rem;height:1.375rem;top:94.125rem;left:2.6875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UdANbElzfTy0TZ4qKT7MdDtOyHdxcQAZ { width:10.9375rem;height:1.125rem;top:95.4375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LyVs4zIwFAifteXfmgEbbTQTDzuSFD7X { width:27.625rem;height:4.375rem;top:36.3125rem;left:2.0607643127441rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fU7DtTeQ50bCV5guLzSbkLl2kXfRFL3T { top:69.8125rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #toxP75LDH4w9UrLbx2xUrmxJSXx8OWBn { width:34.25rem;height:4.3125rem;top:69.8125rem;left:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dcLtsIKPQBA54qaW18gTvi2G5wnrVLod { top:151.6875rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrtzoLNNx84Ib3vlk8QEBd3Qun5Jt5mA { width:34.25rem;height:4.3125rem;top:151.6875rem;left:1.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L4ezlDBFqBque48zgzB0aHTtRDln5Hos { width:8.125rem;height:1.125rem;top:34.9375rem;left:39.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #shL8KVd67JwTLGqidZiKUMtTwVzw9tJJ { width:8.125rem;height:1.9375rem;top:32.5625rem;left:39.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb347MJ05XQsL86klXxUa2ZXKFCPLSDZ { top:2.125rem;left:0.37239456176758rem;width:46.9375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OA2e0hFIinMcS5aZaEsby57qVMcg2XkW { top:15.4375rem;left:12.4375rem;width:14.625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViBTFeA3i3h1P4TKPXii2F0NWvWiR2pG { top:19.875rem;left:19.1875rem;width:14.625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBsXVNwNr4qvG8cC2i7kW1BWs5ZcvMiF { top:24.125rem;left:24.0625rem;width:14.625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBhntMSBJX24DMAg6CTM1hRaDQ3ODhr4 { width:31.25rem;height:2.875rem;top:41.875rem;left:2.0618476867676rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tPTteuv5f2TaRb0cP55xBW39TMXrOeof { width:29.125rem;height:2.9375rem;top:45.75rem;left:2.0618476867676rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PMcKd6W5SWFSyTiRf5Bb3ZD8ITL0Xa2A { width:33.1875rem;height:2.875rem;top:50.1875rem;left:2.0616321563721rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #STNDt1I7TpbhhO71vIBIskl1cSWMetnB { width:33.125rem;height:2.875rem;top:54.25rem;left:2.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ucrf6vxQ0ibwSrl1RdOFFxlmvBTw676t { width:29.375rem;height:1.4375rem;top:58.375rem;left:2.0618476867676rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JOg5Hi0817n5yW2ohwpuqO0guEpCcsIV { width:33.125rem;height:2.875rem;top:61.3125rem;left:2.0607643127441rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L5AKfFLUkz45itBTuO26nP3VNSgoGRp1 { top:30.625rem;left:23.9375rem;width:23.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #be3mpp3Uek96s6wyP9pbLotCGVgGHTFl { top:46.75rem;left:23.9375rem;width:23.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZv8wCw3gVZ2T2MLbWwulpKQQTJBTTvE { top:7.0625rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DixgPrt46nozIRWMSm6JSAdBTepV6aC6 { top:28.3125rem;left:33.3125rem;width:14.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZJReS68bXWrImR2MZwOWmvoSgp4QIK3 { top:37.0625rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HseEzauJESpJDr1SgQ4GqGXxMSBJnHoq { top:42.6875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuNCkfxNv1D2FZQLy5bhHagJb35DR08R { top:46.5625rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwHkhI3x95FmRIZIOSCXddRCHtwlFAeD { top:50.875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBISadhg2VCQ4nADGbFgixKiTWLDv64i { top:54.9375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWqzllfva3lbr2pVxUTUN4SEoZ8s8uXB { top:58.375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7bOvOeRlEmbzwX4ukQNryRA3SxDy2BW { top:62.0625rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewhm3GyvBGPsr0CTcW3mJvs7wK6y3QTi { width:9.375rem;height:2.625rem;top:36.6875rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZFkIoGHMxmSh3gBOix4gBSBGigBRDIK { display:block; }
 }@media only screen and (max-width: 763px) { #w6rhbTJfceZm751G0ecuZqKakyc88mvV { width:9.375rem;height:2.6875rem;top:52.75rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUt31UV0XzhbuIXmGqcGvcf3qhQv8uqR { display:block; }
 }@media only screen and (max-width: 763px) { #vOahKzyOGeCX6UtByTDRBiTlDb8bscBa { width:32.8125rem;height:2.875rem;top:65.5rem;left:2.0618476867676rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LMtp8VN6IoI9hyMVhS1ZZn7Q3MX7g6SP { top:66.25rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf8KazQJoupb5WXIk5b3FoT6Pt9HT7sq { top:70.1875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4mFtGotTKPlmB5EToTqcmAhVlcH9EJA { width:32.8125rem;height:1.4375rem;top:70rem;left:2.0618476867676rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AbAKWDO0Q1WnbXf7BmqxJiBcF0mWhxIV { top:74.125rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFNTM37MnmbPnoQFH5P8MLyrfueoludi { width:32.8125rem;height:2.875rem;top:73.375rem;left:2.0618476867676rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KPHN8CpzgDvGRRUA4h5Rhv3LlWs3BmLG { display:block; }#KPHN8CpzgDvGRRUA4h5Rhv3LlWs3BmLG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k4xQT5Xpoz7xWFFF6MyP9cnqIMQXukZk { top:13.5625rem;left:0rem;width:29rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yitfgWdJmnLXCfTlilSqxFXRi8NfFvpc { top:27.5625rem;left:0rem;width:40.5rem;height:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vye8Ll7ulAEglN5yyF1CVMmvLF6mcZtU { width:6.1875rem;height:1.625rem;top:48.125rem;left:39.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoI2q4ZgetHzCQqlPoUbDySSRu51XAvR { width:5.125rem;height:1.125rem;top:48.375rem;left:42.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2ntGwyFhiZub4AkA0TTfO20XPtc1Tr4 { width:9.1875rem;height:1.125rem;top:50.1875rem;left:38.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVqfkRo61v24OLkIorVORTTQ6t8HlKeH { width:8.9375rem;height:2.6875rem;top:36.9375rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZZI8EGTl81zXnZA3lULhPwwi15JGvA2 { display:block; }
 }@media only screen and (max-width: 763px) { #Ba7lrtydBglyZBaIpr6LJIq00RpTtpU6 { width:9.375rem;height:3.5rem;top:76.375rem;left:11.06093788147rem;display:none; }
 }@media only screen and (max-width: 763px) { #lUzlDMhska0dDUo3nLBFLDCDFaIKB4LW { display:block; }
 }@media only screen and (max-width: 763px) { #TRwGOLxtzQntxdSoxl7fOZ3xiHrFci51 { width:9.3125rem;height:2.6875rem;top:52.125rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5zEphoc3QHJ66iCCfo6LedDMCs7C4yK { display:block; }
 }@media only screen and (max-width: 763px) { #ApdlCubuKoV6bOayGdcokvSiwTtlOWtz { width:8.875rem;height:1.375rem;top:94.125rem;left:2.6875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #r8HturoUQL3htLI9Lzevav7AbvzTfuJU { width:10.9375rem;height:1.125rem;top:95.4375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uf7FupIsuEBN6h9LnxmRlzOqTypslqqF { width:28rem;height:4.375rem;top:37.25rem;left:2.0615234375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GFRCyuNarClNeU4E4TNybqWQkqI5sTXE { top:69.8125rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #or5wPU4Wp9gPm7MnCM4ovms5vTCwdflX { width:34.25rem;height:4.3125rem;top:69.8125rem;left:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BtH70D8vV1TPL8DpTEmQrteE6BmWyfST { top:151.6875rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZueUdPCOxCbu5a7ZXeJofC2CalhH3NE { width:34.25rem;height:4.3125rem;top:151.6875rem;left:1.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #a7PRbvRLu4QQfbVS4xg35wrZW3vgamP8 { width:8.125rem;height:1.125rem;top:34.9375rem;left:39.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZR42c11O2F4ZOFzQJRHZkmQkq1weVTVC { width:8.125rem;height:1.9375rem;top:32.5625rem;left:39.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDvLIy7O2ynM0AVTSMbz1n4DrOp1nZbZ { top:2.1875rem;left:0.37347793579101rem;width:46.9375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iyo8gh5MNEdH4nbBB2QxggXcup5CJ02k { top:15.4375rem;left:12.4375rem;width:14.625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nv8L8i8oXsZyu4uFHeCy2hMva7WI4pCJ { top:19.875rem;left:19.1875rem;width:14.625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8M07ubAqRUAeBADs1AERCDbIhhuEgmA { top:24.125rem;left:24.0625rem;width:14.625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeufNFT3yIVre442OKgIGTelqmonkXwO { width:31.25rem;height:2.875rem;top:42.9375rem;left:2.0618476867676rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gWmX3Ino1tyrV3lTZdftdWteVne31aFc { width:33.125rem;height:2.875rem;top:46.8125rem;left:2.0618476867676rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #towH3TX4Ua8QW2D2uytcd87CFZDwEkQa { width:33.125rem;height:2.875rem;top:51.25rem;left:2.0618476867676rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aydv873tcsd3ppxBT0TZIWrS2Oy5PKz2 { width:33.125rem;height:2.875rem;top:55.5rem;left:2.0618476867676rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UWuTMb3SIXsqS2aMifDlrpU1gcwMuW6U { width:29.375rem;height:1.4375rem;top:59.9375rem;left:2.0618476867676rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #w5TzzthMLp1CfHihyUaHN5tBXLv2zTt2 { width:33.125rem;height:2.875rem;top:62.9375rem;left:2.1247825622559rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rQ2sgLoO8RbeTp6REKqdRTieJwLpPXU9 { top:30.625rem;left:23.9375rem;width:23.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaksFqfJD8O57OC0gBGpBXJiaCNHcEP8 { top:46.3125rem;left:23.9375rem;width:23.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShWAwXb10Eg3JzW0vEZBFOL7SM3XK254 { top:7.625rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKhNN0TD1E3rJlZEx5nnVPpToB3w6War { top:28.3125rem;left:33.3125rem;width:14.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5g8oKFh9WlpDyrbQwWEDpb2PH4RuB9z { top:38.75rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKzf2Ch9XacfFIbnZkGh5ezBRP6VLoUG { top:44.125rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oww3PZqvwEyThCXiK2KTqDA6K7hXi4dE { top:47.75rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2DiZW3MhKa6fJl141JTii40QUO0iAkc { top:51.9375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xF044HFbpoM8oiuVNDZZgQdow1HW8B2y { top:56rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdP1IFrVB5C13KIZqv1iBA5Qc5cZdPmq { top:59.875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdS2mBTaIzRXs92S73RVTmFVrQMyy9F2 { top:63.75rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo { display:block; }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FsBw5ieZBtvTDgBMTdvdCbZ4QhEsceFz { width:47.75rem;height:2.0625rem;top:2.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDokmPa8mRrXLB1wSuE9v2cq6dXxC80m { top:4.875rem;left:9.875rem;width:8.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmSB8satOg8Zog0vOJklARikR4p9ybeQ { top:5.5625rem;left:38.875rem;width:8.125rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMRyhAv8UDNZvGmA1RsHSBM19mi4rTw0 { top:6.3125rem;left:23rem;width:10.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1eETzASTTM29PyCEZMoDNmzH21bUTGA { top:5.125rem;left:0.75rem;width:5.1875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr { display:block; }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IUibWqCfJTD33FOxZThP6fLH37UCPVw5 { width:47.75rem;height:2rem;top:0.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF85SQV1Na56OM6SgIIpnaGi3QODAmUX { top:5.3125rem;left:14.625rem;width:6.0625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi9krDE9A1Rfng7a36gkgO0P3Dvd5pC3 { top:3.0625rem;left:22.499820709229rem;width:12.4375rem;height:8.1253674789313rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gCV856oSIdgiq4XK9HLWeIMbT1GoBKCX { position:relative;z-index:auto;display:none; }#gCV856oSIdgiq4XK9HLWeIMbT1GoBKCX > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MDM4iBUwD8fORlwrncgGE9fnF6MmXT6e { display:block; }#MDM4iBUwD8fORlwrncgGE9fnF6MmXT6e > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #myTfzGFuBFR0rhPT4KxZcbrasqe0tA41 { width:18.75rem;height:2.03125rem;top:5.797119140625rem;left:0.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SeFDJX8FbgSzMIa8CUTZvUEKiLqT1IMo { width:19.4995rem;height:7.3095625rem;top:11.63330078125rem;left:0.2490234375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GoypBIIQfXt35BkGszccsT3kmL7uHG2F { width:16.8125rem;height:4.25rem;top:38.879989624024rem;left:1.5928819775581rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBGpsQhyuol3T5PMmBsEVoNs9Pfki1Jh { display:block; }
 }@media only screen and (max-width: 763px) { #LZrfRc5TawqJ4vKvqvGN35FRTlNWMODT { width:20rem;height:12.625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nwfk5pBt73CbQr6Ha7uSAnThIPBoTNtz { width:13.375rem;height:1.94965rem;top:47.562278747559rem;left:3.3116319775581rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MAXWURVRbUX7hF7T9kv4n9FA2h4ICQRM { width:2.4375rem;height:2.4375rem;top:47.311630249024rem;left:0.12478297948837rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrtPaEOvRQ0X2HgnuQ7RBU2GmSk90BTz { width:2.4375rem;height:2.4375rem;top:47.311630249024rem;left:17.374133408069rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3k5gUGfGR3T9RS0TPHT9HyKX7InWDlE { top:0rem;left:0.21701389551163rem;width:19.56175rem;height:36.9995rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KozfGDkFfebufaxpuzmWBVod6WRZLPRe { top:0rem;left:0rem;width:20rem;height:0.875rem;z-index:15022;background-color:#ffffff;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) { #fkDfqwuwETsmBoPHJXnBCZJBfpIA4V0m { width:14.561625rem;height:2.31228125rem;top:2.3717451095581rem;left:2.7191842198372rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJiKwRd6bdWBxlZtQVDsPX1WSKGlgClE { top:0rem;left:0rem;width:20rem;height:0.75rem;z-index:15023;background-color:#ffffff;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) { #Ut83o4mTD96oDXGuSzcMx5TAC39QGcJA { display:block; }#Ut83o4mTD96oDXGuSzcMx5TAC39QGcJA > .row .container { width:20rem;height:120.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BpdNkEFQ31zvHKGN5oODiU7SBDRrNTqE { width:18.93675rem;height:15rem;top:14.952392578125rem;left:0.52978515625rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #kMJJc8iuIT3n20pQlXFOMmycgpRXFvUd { width:20rem;height:68.25rem;top:25.562065124512rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #pGqcpzeOUVfTEPcQrwzPCQnERnwWpWfs { width:8.1875rem;height:1.9931625rem;top:111.8125rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUiTwqPZszNp1XgSGpZF3vo4CBO1qBcG { width:8.875rem;height:1.375rem;top:215.25rem;left:8.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yeHBrHOkvtGO7RqAqC3LeQUg55BD1FbC { width:17.5625rem;height:1.16875rem;top:216.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rmhauomdUMXyblpJRp0yzbc9yfxpA81G { width:11.125rem;height:3.5rem;top:65.337501525881rem;left:4.4374998807907rem;font-size:1.0625rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #pBqKrUZzJxJ9ANro3lgMkab4cbe0QmJ7 { display:block; }
 }@media only screen and (max-width: 763px) { #XbvV9UMazq41iRqLHKG596Is98uxkWZF { width:7.6865rem;height:1.375rem;top:112.125rem;left:9.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #UdANbElzfTy0TZ4qKT7MdDtOyHdxcQAZ { width:10.9375rem;height:1.16796875rem;top:114.25rem;left:4.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15109;display:block; }
 }@media only screen and (max-width: 763px) { #LyVs4zIwFAifteXfmgEbbTQTDzuSFD7X { width:18.936625rem;height:4.875rem;top:28.935765266419rem;left:0.5316841006279rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #fU7DtTeQ50bCV5guLzSbkLl2kXfRFL3T { width:1.875rem;height:1.875rem;top:71.399220466613rem;left:0.625rem;font-size:1.3125rem;z-index:15108;display:none; }
 }@media only screen and (max-width: 763px) { #toxP75LDH4w9UrLbx2xUrmxJSXx8OWBn { width:16.1875rem;height:7.2rem;top:71.125rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14991;display:none; }
 }@media only screen and (max-width: 763px) { #dcLtsIKPQBA54qaW18gTvi2G5wnrVLod { width:1.875rem;height:1.875rem;top:192.0625rem;left:0.625rem;font-size:1.3125rem;z-index:15108;display:none; }
 }@media only screen and (max-width: 763px) { #SrtzoLNNx84Ib3vlk8QEBd3Qun5Jt5mA { width:15.625rem;height:7.2rem;top:192.0625rem;left:3rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14991;display:none; }
 }@media only screen and (max-width: 763px) { #L4ezlDBFqBque48zgzB0aHTtRDln5Hos { width:8.125rem;height:1.1684rem;top:102.24153900146rem;left:5.9375002980232rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #shL8KVd67JwTLGqidZiKUMtTwVzw9tJJ { width:8.125rem;height:1.993275rem;top:100.32747650146rem;left:5.9375002980232rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb347MJ05XQsL86klXxUa2ZXKFCPLSDZ { width:17.875rem;height:2.35546875rem;top:3.25rem;left:1.0625rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OA2e0hFIinMcS5aZaEsby57qVMcg2XkW { width:14.625rem;height:9rem;top:121.9375rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ViBTFeA3i3h1P4TKPXii2F0NWvWiR2pG { width:14.625rem;height:9rem;top:132.1875rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UBsXVNwNr4qvG8cC2i7kW1BWs5ZcvMiF { width:14.625rem;height:9rem;top:142.4375rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZBhntMSBJX24DMAg6CTM1hRaDQ3ODhr4 { width:18.125rem;height:3.65625rem;top:36.249565124512rem;left:0.93750005960463rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #tPTteuv5f2TaRb0cP55xBW39TMXrOeof { width:16.0625rem;height:3.65625rem;top:42.499351501465rem;left:1.9997830986977rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #PMcKd6W5SWFSyTiRf5Bb3ZD8ITL0Xa2A { width:17.9375rem;height:2.4375rem;top:49.25rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #STNDt1I7TpbhhO71vIBIskl1cSWMetnB { width:12.875rem;height:4.875rem;top:54.561630249024rem;left:3.5622833371162rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #ucrf6vxQ0ibwSrl1RdOFFxlmvBTw676t { width:14.5625rem;height:2.4375rem;top:62.124565124512rem;left:2.7495661377907rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #JOg5Hi0817n5yW2ohwpuqO0guEpCcsIV { width:14.125rem;height:4.875rem;top:67.499137878419rem;left:2.9372830986977rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #L5AKfFLUkz45itBTuO26nP3VNSgoGRp1 { width:19.5rem;height:9.375rem;top:98.3125rem;left:0.24956601858139rem;border-top:0.5rem solid #e33e8e;border-left:0;border-right:0;border-bottom:0.5rem solid #e33e8e;display:block; }
 }@media only screen and (max-width: 763px) { #be3mpp3Uek96s6wyP9pbLotCGVgGHTFl { width:19.375rem;height:9.375rem;top:109.8125rem;left:0.3125rem;border-top:0.5rem solid #e33e8e;border-left:0;border-right:0;border-bottom:0.5rem solid #e33e8e;display:block; }
 }@media only screen and (max-width: 763px) { #SZv8wCw3gVZ2T2MLbWwulpKQQTJBTTvE { width:20rem;height:10.5rem;top:7.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DixgPrt46nozIRWMSm6JSAdBTepV6aC6 { width:14.4375rem;height:1.625rem;top:95.437072753906rem;left:2.8125000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eZJReS68bXWrImR2MZwOWmvoSgp4QIK3 { width:1.4375rem;height:1.4375rem;top:27.374782562256rem;left:9.3120663762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #HseEzauJESpJDr1SgQ4GqGXxMSBJnHoq { width:1.4375rem;height:1.4375rem;top:34.375rem;left:9.3120663762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuNCkfxNv1D2FZQLy5bhHagJb35DR08R { width:1.4375rem;height:1.4375rem;top:40.4375rem;left:9.3120663762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwHkhI3x95FmRIZIOSCXddRCHtwlFAeD { width:1.4375rem;height:1.4375rem;top:46.875rem;left:9.3120663762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBISadhg2VCQ4nADGbFgixKiTWLDv64i { width:1.4375rem;height:1.4375rem;top:52.3125rem;left:9.3120663762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWqzllfva3lbr2pVxUTUN4SEoZ8s8uXB { width:1.4375rem;height:1.4375rem;top:60rem;left:9.3120663762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7bOvOeRlEmbzwX4ukQNryRA3SxDy2BW { width:1.4375rem;height:1.4375rem;top:65.3125rem;left:9.3120663762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewhm3GyvBGPsr0CTcW3mJvs7wK6y3QTi { width:9.375rem;height:2.625rem;top:104.49957275391rem;left:5.3743494153022rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZFkIoGHMxmSh3gBOix4gBSBGigBRDIK { display:block; }
 }@media only screen and (max-width: 763px) { #w6rhbTJfceZm751G0ecuZqKakyc88mvV { width:9.375rem;height:2.6875rem;top:116.25rem;left:5.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUt31UV0XzhbuIXmGqcGvcf3qhQv8uqR { display:block; }
 }@media only screen and (max-width: 763px) { #vOahKzyOGeCX6UtByTDRBiTlDb8bscBa { width:14.749375rem;height:3.65625rem;top:75.248701095581rem;left:2.6247830986977rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #LMtp8VN6IoI9hyMVhS1ZZn7Q3MX7g6SP { width:1.4375rem;height:1.4375rem;top:72.9375rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf8KazQJoupb5WXIk5b3FoT6Pt9HT7sq { width:1.4375rem;height:1.4375rem;top:79.875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4mFtGotTKPlmB5EToTqcmAhVlcH9EJA { width:16.124125rem;height:2.4375rem;top:82.311422348025rem;left:1.9368491768837rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #AbAKWDO0Q1WnbXf7BmqxJiBcF0mWhxIV { width:1.4375rem;height:1.4375rem;top:85.875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFNTM37MnmbPnoQFH5P8MLyrfueoludi { width:20rem;height:3.65625rem;top:88.499137878419rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #KPHN8CpzgDvGRRUA4h5Rhv3LlWs3BmLG { display:block; }#KPHN8CpzgDvGRRUA4h5Rhv3LlWs3BmLG > .row .container { width:20rem;height:100rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k4xQT5Xpoz7xWFFF6MyP9cnqIMQXukZk { width:17.68675rem;height:13.999rem;top:15.953369140625rem;left:1.15478515625rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #yitfgWdJmnLXCfTlilSqxFXRi8NfFvpc { width:19.875rem;height:48rem;top:24.810111999512rem;left:0.061848998069763rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #vye8Ll7ulAEglN5yyF1CVMmvLF6mcZtU { width:8.1875rem;height:1.9931625rem;top:89.8125rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoI2q4ZgetHzCQqlPoUbDySSRu51XAvR { width:8.875rem;height:1.375rem;top:215.25rem;left:8.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #n2ntGwyFhiZub4AkA0TTfO20XPtc1Tr4 { width:17.5625rem;height:1.16875rem;top:216.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XVqfkRo61v24OLkIorVORTTQ6t8HlKeH { width:8.93847625rem;height:2.68847625rem;top:82.125rem;left:5.4991324543953rem;font-size:1.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(3deg, #4d7b2c, #caf303);background-image: -moz-linear-gradient(3deg, #4d7b2c, #caf303);background-image: -ms-linear-gradient(3deg, #4d7b2c, #caf303);background-image: -o-linear-gradient(3deg, #4d7b2c, #caf303);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d7b2c', endColorstr='#caf303' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d7b2c', endColorstr='#caf303' );";background-image: linear-gradient(3deg, #4d7b2c, #caf303);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #rZZI8EGTl81zXnZA3lULhPwwi15JGvA2 { display:block; }
 }@media only screen and (max-width: 763px) { #Ba7lrtydBglyZBaIpr6LJIq00RpTtpU6 { width:11.125rem;height:3.5rem;top:65.337501525881rem;left:4.4374998807907rem;font-size:1.0625rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #lUzlDMhska0dDUo3nLBFLDCDFaIKB4LW { display:block; }
 }@media only screen and (max-width: 763px) { #TRwGOLxtzQntxdSoxl7fOZ3xiHrFci51 { width:9.05075rem;height:2.80078125rem;top:94.0625rem;left:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5zEphoc3QHJ66iCCfo6LedDMCs7C4yK { display:block; }
 }@media only screen and (max-width: 763px) { #ApdlCubuKoV6bOayGdcokvSiwTtlOWtz { width:7.6865rem;height:1.375rem;top:90.125rem;left:9.75rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #r8HturoUQL3htLI9Lzevav7AbvzTfuJU { width:10.9375rem;height:1.16796875rem;top:92.25rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15109;display:block; }
 }@media only screen and (max-width: 763px) { #Uf7FupIsuEBN6h9LnxmRlzOqTypslqqF { width:18.75rem;height:4.875rem;top:28.757596969604rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #GFRCyuNarClNeU4E4TNybqWQkqI5sTXE { width:1.875rem;height:1.875rem;top:71.399220466613rem;left:0.625rem;font-size:1.3125rem;z-index:15108;display:none; }
 }@media only screen and (max-width: 763px) { #or5wPU4Wp9gPm7MnCM4ovms5vTCwdflX { width:16.1875rem;height:7.2rem;top:71.125rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14991;display:none; }
 }@media only screen and (max-width: 763px) { #BtH70D8vV1TPL8DpTEmQrteE6BmWyfST { width:1.875rem;height:1.875rem;top:192.0625rem;left:0.625rem;font-size:1.3125rem;z-index:15108;display:none; }
 }@media only screen and (max-width: 763px) { #oZueUdPCOxCbu5a7ZXeJofC2CalhH3NE { width:15.625rem;height:7.2rem;top:192.0625rem;left:3rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14991;display:none; }
 }@media only screen and (max-width: 763px) { #a7PRbvRLu4QQfbVS4xg35wrZW3vgamP8 { width:8.125rem;height:1.1684rem;top:80.25rem;left:5.9993494153022rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZR42c11O2F4ZOFzQJRHZkmQkq1weVTVC { width:8.125rem;height:1.993275rem;top:78.312065124513rem;left:5.9993494153022rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDvLIy7O2ynM0AVTSMbz1n4DrOp1nZbZ { width:17.875rem;height:2.35546875rem;top:3.2490234375rem;left:1.0625rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iyo8gh5MNEdH4nbBB2QxggXcup5CJ02k { width:14.625rem;height:9rem;top:121.9375rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nv8L8i8oXsZyu4uFHeCy2hMva7WI4pCJ { width:14.625rem;height:9rem;top:132.1875rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l8M07ubAqRUAeBADs1AERCDbIhhuEgmA { width:14.625rem;height:9rem;top:142.4375rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KeufNFT3yIVre442OKgIGTelqmonkXwO { width:18.125rem;height:3.65625rem;top:35.937065124512rem;left:0.93750005960463rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #gWmX3Ino1tyrV3lTZdftdWteVne31aFc { width:16.0625rem;height:3.65625rem;top:42.436847686767rem;left:1.9997830986977rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #towH3TX4Ua8QW2D2uytcd87CFZDwEkQa { width:17.37425rem;height:2.4375rem;top:49.060111999512rem;left:1.3107638955116rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #aydv873tcsd3ppxBT0TZIWrS2Oy5PKz2 { width:18.0620625rem;height:3.65625rem;top:54.811416625976rem;left:0.96788197755812rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #UWuTMb3SIXsqS2aMifDlrpU1gcwMuW6U { width:15.7486875rem;height:2.4375rem;top:61.809680938721rem;left:2.1245661377907rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #w5TzzthMLp1CfHihyUaHN5tBXLv2zTt2 { width:16.6873125rem;height:3.65625rem;top:67.811201095581rem;left:1.6558161377907rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #rQ2sgLoO8RbeTp6REKqdRTieJwLpPXU9 { width:19.5rem;height:9.375rem;top:76.374132156375rem;left:0.24956601858139rem;border-top:0.5rem solid #e33e8e;border-left:0;border-right:0;border-bottom:0.5rem solid #e33e8e;display:block; }
 }@media only screen and (max-width: 763px) { #eaksFqfJD8O57OC0gBGpBXJiaCNHcEP8 { width:19.5rem;height:9.375rem;top:87.8125rem;left:0.25rem;border-top:0.5rem solid #e33e8e;border-left:0;border-right:0;border-bottom:0.5rem solid #e33e8e;display:block; }
 }@media only screen and (max-width: 763px) { #ShWAwXb10Eg3JzW0vEZBFOL7SM3XK254 { width:20rem;height:10.5rem;top:7.7099609375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKhNN0TD1E3rJlZEx5nnVPpToB3w6War { width:14.4375rem;height:1.625rem;top:73.797964096069rem;left:2.9980469346046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o5g8oKFh9WlpDyrbQwWEDpb2PH4RuB9z { width:1.4375rem;height:1.4375rem;top:27.249778747559rem;left:9.3120663762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKzf2Ch9XacfFIbnZkGh5ezBRP6VLoUG { width:1.4375rem;height:1.4375rem;top:34.125rem;left:9.3120663762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oww3PZqvwEyThCXiK2KTqDA6K7hXi4dE { width:1.4375rem;height:1.4375rem;top:40.374565124512rem;left:9.3120663762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2DiZW3MhKa6fJl141JTii40QUO0iAkc { width:1.4375rem;height:1.4375rem;top:46.875rem;left:9.3120663762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #xF044HFbpoM8oiuVNDZZgQdow1HW8B2y { width:1.4375rem;height:1.4375rem;top:52.5rem;left:9.3120663762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdP1IFrVB5C13KIZqv1iBA5Qc5cZdPmq { width:1.43663125rem;height:1.43663125rem;top:59.4375rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdS2mBTaIzRXs92S73RVTmFVrQMyy9F2 { width:1.43663125rem;height:1.43663125rem;top:65.3125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo { display:block; }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FsBw5ieZBtvTDgBMTdvdCbZ4QhEsceFz { width:19.875rem;height:1.42480625rem;top:1.1865234375rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDokmPa8mRrXLB1wSuE9v2cq6dXxC80m { width:6.75rem;height:4.375rem;top:3.8374938964844rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmSB8satOg8Zog0vOJklARikR4p9ybeQ { width:6.0625rem;height:3.625rem;top:10.498959541321rem;left:2.6124992370606rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMRyhAv8UDNZvGmA1RsHSBM19mi4rTw0 { width:10.375rem;height:3.3125rem;top:4.2749938964844rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1eETzASTTM29PyCEZMoDNmzH21bUTGA { width:5.1875rem;height:5.8125rem;top:9.4052095413206rem;left:11.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr { display:block; }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IUibWqCfJTD33FOxZThP6fLH37UCPVw5 { width:19.8125rem;height:1.42480625rem;top:1.451416015625rem;left:0.0927734375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF85SQV1Na56OM6SgIIpnaGi3QODAmUX { width:6.125rem;height:3.6875rem;top:4.3624877929688rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi9krDE9A1Rfng7a36gkgO0P3Dvd5pC3 { width:10.3125rem;height:6.8125rem;top:2.7999954223633rem;left:8.90625rem;display:block; }
 }