.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SvOw6IJsVmTiItC7U9Qh2CC191iWvBT0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5b055f;background-image:none;position:relative;display:block; }#SvOw6IJsVmTiItC7U9Qh2CC191iWvBT0 > .row .container { background-color: transparent; background-image: none; }#SvOw6IJsVmTiItC7U9Qh2CC191iWvBT0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SvOw6IJsVmTiItC7U9Qh2CC191iWvBT0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SvOw6IJsVmTiItC7U9Qh2CC191iWvBT0 > .row .container > .video-iframe-container { display: none; }#SvOw6IJsVmTiItC7U9Qh2CC191iWvBT0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SvOw6IJsVmTiItC7U9Qh2CC191iWvBT0 > .row > .video-iframe-container { display: none; }#SvOw6IJsVmTiItC7U9Qh2CC191iWvBT0 > .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); }#SvOw6IJsVmTiItC7U9Qh2CC191iWvBT0 > .row .container { border-width: 0; border-radius: 0; }#SvOw6IJsVmTiItC7U9Qh2CC191iWvBT0 > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:block; }#GMxmyy9ftByMCh2LKCOTxlCtGSExre55 { color:#ffffff;display:block;width:57.8125rem;position:absolute;font-family:ubuntu;font-size:2.0625rem;font-weight:700;z-index:100002;line-height:1.1;letter-spacing:0;top:0.896484375rem;left:8.59375rem;height:2.33105625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PqL9wrmdeTPLvUICf1Brcre4XgZiMwWR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c0325;background-image:url("https://images.assets-landingi.com/uc/018c30b9-614b-43a1-a766-e7d1528f0dc1/download.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#PqL9wrmdeTPLvUICf1Brcre4XgZiMwWR.adaptive-delivery-prevent-bg, #PqL9wrmdeTPLvUICf1Brcre4XgZiMwWR.lazyload, #PqL9wrmdeTPLvUICf1Brcre4XgZiMwWR.lazyloading { background-image: none; }#PqL9wrmdeTPLvUICf1Brcre4XgZiMwWR > .row .container { background-color: transparent; background-image: none; }#PqL9wrmdeTPLvUICf1Brcre4XgZiMwWR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PqL9wrmdeTPLvUICf1Brcre4XgZiMwWR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PqL9wrmdeTPLvUICf1Brcre4XgZiMwWR > .row .container > .video-iframe-container { display: none; }#PqL9wrmdeTPLvUICf1Brcre4XgZiMwWR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PqL9wrmdeTPLvUICf1Brcre4XgZiMwWR > .row > .video-iframe-container { display: none; }#PqL9wrmdeTPLvUICf1Brcre4XgZiMwWR > .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); }#PqL9wrmdeTPLvUICf1Brcre4XgZiMwWR > .row .container { border-width: 0; border-radius: 0; }#PqL9wrmdeTPLvUICf1Brcre4XgZiMwWR > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:75rem;position:relative;display:block; }#i24bbzG0M3vQ4e9XdmubBkFTONHKtKJu { position:absolute;display:block;z-index:99999;background-color:rgba(255,255,255,0.85);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.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;height:19.25rem;width:62.25rem;top:5.6875rem;left:6.375rem;display:block; }
#J1JLtPm7BdakW5uBwGbf2xGRU1oTRoDS { color:#eb5e0e;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.0625rem;font-weight:700;z-index:100001;line-height:1.1;letter-spacing:0;top:1.1875rem;left:0rem;height:4.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zq83VrpzwITfBCmIvfGiux4fdGaHuUdN { color:#ff0000;display:block;width:47.75rem;position:absolute;font-family:mavenpro;font-size:1.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:9.5rem;left:13.625rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UfQOOh5A3mkCyptMBBc6bKvB8GqA0fpH { color:#454b54;display:block;width:54.125rem;position:absolute;font-family:mavenpro;font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:12.4375rem;left:10.4375rem;height:10.3618125rem;text-align:center;text-align-last:center;display:block; }
#G8SKdhfPJHPqAfdTeAhBJyD935ZDeetq { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.875rem;width:4.875rem;top:5.4375rem;left:26.5625rem;overflow:hidden;display:block; }
#wH5V7ksp8cVeTyM9s7ww6RG7VZ0lvrys { color:#0392d6;display:block;width:21.1875rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:6.8125rem;left:30.5625rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LaB8TWhyaXk9pHhZBkaDTyDI9FsnFyLX { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:"muli black";font-size:1.25rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:26.625rem;left:19.5625rem;height:1.625rem;display:block; }
#BHALMJNIifA36WFWV4J4834UsmyceoHt { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.75rem;width:4.75rem;top:24.9375rem;left:14.0625rem;overflow:hidden;display:block; }
#XfkO7H626CM5Gos8e4rnwbJxGeHBlNEZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/IsBNpoCC/01.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#XfkO7H626CM5Gos8e4rnwbJxGeHBlNEZ.adaptive-delivery-prevent-bg, #XfkO7H626CM5Gos8e4rnwbJxGeHBlNEZ.lazyload, #XfkO7H626CM5Gos8e4rnwbJxGeHBlNEZ.lazyloading { background-image: none; }#XfkO7H626CM5Gos8e4rnwbJxGeHBlNEZ > .row .container { background-color: transparent; background-image: none; }#XfkO7H626CM5Gos8e4rnwbJxGeHBlNEZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3); }#XfkO7H626CM5Gos8e4rnwbJxGeHBlNEZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XfkO7H626CM5Gos8e4rnwbJxGeHBlNEZ > .row .container > .video-iframe-container { display: none; }#XfkO7H626CM5Gos8e4rnwbJxGeHBlNEZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3); }#XfkO7H626CM5Gos8e4rnwbJxGeHBlNEZ > .row > .video-iframe-container { display: none; }#XfkO7H626CM5Gos8e4rnwbJxGeHBlNEZ > .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); }#XfkO7H626CM5Gos8e4rnwbJxGeHBlNEZ > .row .container { border-width: 0; border-radius: 0; }#XfkO7H626CM5Gos8e4rnwbJxGeHBlNEZ > .row .container { font-size:0.875rem;font-family:arial;height:54.875rem;width:75rem;position:relative;display:block; }#ZL74BSGgnOQwKMoaHR17tXccBTgnQO6C { color:#ffffff;display:block;width:34.5rem;position:absolute;font-family:mavenpro;font-size:1.3125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:34rem;left:31.375rem;height:1.76855625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c79yN4iZXdkpTpr3DWlyDmn79XueEvW9 { color:#454b54;display:block;width:64.1875rem;position:absolute;font-family:ubuntu;font-size:2.375rem;font-weight:300;z-index:99968;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:19.3125rem;left:5.4375rem;height:9.974125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nAR4FqiZoudUlzeJ41W5UQQLfruNkTgU { color:#000000;display:block;width:56.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100023;line-height:1.1;letter-spacing:0;top:30.1875rem;left:7.4375rem;height:11.13575625rem;text-align:center;text-align-last:center;display:block; }
#B4ywRAllTOeBQUmfXoBT4LKeTCg0ex8K { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.1875rem;width:12.3125rem;top:2.59375rem;left:29.6875rem;overflow:hidden;display:block; }
#HIJvsVX1pfegVdqkK2JoAAxNW74GDD8s { z-index:100001;top:44.6875rem;left:17.125rem;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(253,0,66,0.41) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.4375rem;height:5.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#S0IeBJB9xvyrDIK3qrbHQXMP7RVGSErb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Xy2wvxv28MEb9gGVx7cWZTwNthe2n8sM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/DxpVdu4I/15.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#Xy2wvxv28MEb9gGVx7cWZTwNthe2n8sM.adaptive-delivery-prevent-bg, #Xy2wvxv28MEb9gGVx7cWZTwNthe2n8sM.lazyload, #Xy2wvxv28MEb9gGVx7cWZTwNthe2n8sM.lazyloading { background-image: none; }#Xy2wvxv28MEb9gGVx7cWZTwNthe2n8sM > .row .container { background-color: transparent; background-image: none; }#Xy2wvxv28MEb9gGVx7cWZTwNthe2n8sM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#Xy2wvxv28MEb9gGVx7cWZTwNthe2n8sM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xy2wvxv28MEb9gGVx7cWZTwNthe2n8sM > .row .container > .video-iframe-container { display: none; }#Xy2wvxv28MEb9gGVx7cWZTwNthe2n8sM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#Xy2wvxv28MEb9gGVx7cWZTwNthe2n8sM > .row > .video-iframe-container { display: none; }#Xy2wvxv28MEb9gGVx7cWZTwNthe2n8sM > .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); }#Xy2wvxv28MEb9gGVx7cWZTwNthe2n8sM > .row .container { border-width: 0; border-radius: 0; }#Xy2wvxv28MEb9gGVx7cWZTwNthe2n8sM > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:75rem;position:relative;display:block; }#FK0AMrTkzoUS4hX478UE7AwJ17xKLfVO { color:#000000;display:block;width:36.25rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:5.8125rem;left:28.0625rem;height:17.86131875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Nesblw1aUSxgVK59v6wR1S62MAlfZkzM { box-sizing:content-box;color:#f4c987;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:5.5625rem;left:26.5rem;display:block; }
#sTr1OaBt11ccl5FP9PyavldV8Pg8TVNp { box-sizing:content-box;color:#f4c987;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:9.875rem;left:26.4375rem;display:block; }
#Zi355mnHEtFUhgKuOskfgWQAasNov2mJ { box-sizing:content-box;color:#f4c987;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:14.3125rem;left:26.375rem;display:block; }
#WrPzHkb128TLXmlQ90IEt0DGSm8WkFVe { box-sizing:content-box;color:#f4c987;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:18.625rem;left:26.375rem;display:block; }
#wHes3XWCsZrFRM6xf10IiW7z7QiMIzR4 { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;height:12.5rem;width:12.5rem;display:none; }
#TQPcfPTdm9G3el4XTrfmmTsH49xzMqyR { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.1875rem;width:25.375rem;top:2.9375033378601rem;left:6.0625rem;overflow:hidden;display:none; }
#KvzZVnZ6qZa9HSv5RbZJmxDTcSZGmsqg { box-sizing:content-box;color:#f4c987;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:21.6875rem;left:26.3125rem;display:block; }
#JNmem7AfbAVa143CsfwyMP3xdAtLnnFD { color:#ffffff;display:block;width:37.3125rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:100011;line-height:1.2;letter-spacing:0;top:31.750003814698rem;left:0.1875rem;height:2.3636375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ILDouTv0ACfg2wGT6QM5AmfwEztFNc2z { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.125rem;width:17.8125rem;top:2.4375rem;left:7.0625rem;overflow:hidden;display:block; }
#TtSUvKfoJPonkPTGsCJPVpncTI6cxh3m { color:#ffffff;display:block;width:37.3125rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:100012;line-height:1.2;letter-spacing:0;top:1.625rem;left:26.9375rem;height:2.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BLNmnWt8zxkVuOB4TgloV39Q9UHryktk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8f8;background-image:url("https://images.assets-landingi.com/ZikOJpfa/333.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#BLNmnWt8zxkVuOB4TgloV39Q9UHryktk.adaptive-delivery-prevent-bg, #BLNmnWt8zxkVuOB4TgloV39Q9UHryktk.lazyload, #BLNmnWt8zxkVuOB4TgloV39Q9UHryktk.lazyloading { background-image: none; }#BLNmnWt8zxkVuOB4TgloV39Q9UHryktk > .row .container { background-color: transparent; background-image: none; }#BLNmnWt8zxkVuOB4TgloV39Q9UHryktk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BLNmnWt8zxkVuOB4TgloV39Q9UHryktk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BLNmnWt8zxkVuOB4TgloV39Q9UHryktk > .row .container > .video-iframe-container { display: none; }#BLNmnWt8zxkVuOB4TgloV39Q9UHryktk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BLNmnWt8zxkVuOB4TgloV39Q9UHryktk > .row > .video-iframe-container { display: none; }#BLNmnWt8zxkVuOB4TgloV39Q9UHryktk > .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); }#BLNmnWt8zxkVuOB4TgloV39Q9UHryktk > .row .container { border-width: 0; border-radius: 0; }#BLNmnWt8zxkVuOB4TgloV39Q9UHryktk > .row .container { font-size:0.875rem;font-family:arial;height:34.875rem;width:75rem;position:relative;display:block; }#fVLQ8SfCHz3M5Eoi34AWivoGoMJe0PVv { display:block;width:24.125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:25.206249237061rem;left:40.5rem;height:4.78125rem;font-style:normal;color:#2c2c3f;text-align:left;text-align-last:left;display:block; }
#kBsCAQXUUIhueTFvaE2xMCyuRVufxWfi { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:3.875rem;top:25.5rem;left:35.5625rem;overflow:hidden;display:block; }
#TpsfuHuru3hTylo2TcXuWuZszITLf1dD { display:block;width:19.9375rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:400;z-index:100010;line-height:1.5;letter-spacing:0;top:23.9375rem;left:12.625rem;height:6.375rem;font-style:normal;color:#353232;text-align:justify;text-align-last:initial;display:block; }
#S7gScbvcuIuyC0pevMcrp7dNXpG3PFwI { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:3.9375rem;top:25.0625rem;left:7.875rem;overflow:hidden;display:block; }
#r9obBkyZNI1IrNibeckBbAT8dbhrSwLs { position:absolute;display:block;z-index:100003;background-color:rgba(255,255,255,0.68);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f6c4a3;border-left:0.0625rem solid #f6c4a3;border-right:0.0625rem solid #f6c4a3;border-bottom:0.0625rem solid #f6c4a3;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;height:8.9375rem;width:28.5rem;top:22.5625rem;left:37.375rem;display:block; }
#htvBpJE8ItnCyuJyVwHtHkKWs531lwWE { position:absolute;display:block;z-index:100002;background-color:rgba(255,255,255,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f6c4a3;border-left:0.0625rem solid #f6c4a3;border-right:0.0625rem solid #f6c4a3;border-bottom:0.0625rem solid #f6c4a3;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;height:8.625rem;width:23.9375rem;top:22.5625rem;left:9.9375rem;display:block; }
#OluKuFzZywXxV8prQZINGXUNMrJui49Z { color:#ffffff;display:block;width:57.25rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:400;z-index:100010;line-height:1.2;letter-spacing:0;top:2.4999952316284rem;left:7.875rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T9qLWymMxEDepoGAzwkvP3fwVvrLe9rf { position:absolute;display:block;z-index:100001;background-color:rgba(255,255,255,0.52);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f6c4a3;border-left:0.0625rem solid #f6c4a3;border-right:0.0625rem solid #f6c4a3;border-bottom:0.0625rem solid #f6c4a3;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;height:10.1875rem;width:23.5rem;top:8.8125rem;left:9.9375rem;display:block; }
#dNL4l7twV76dCAKh4T8wSN6B80xkZiWt { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:3.875rem;top:11.4375rem;left:7.875rem;overflow:hidden;display:block; }
#JeKxee7bnwVq9rwuiEqKWzmLbUpAvskT { display:block;width:19.9375rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:11.125rem;left:12.625rem;height:6.375rem;font-style:normal;color:#0e0e2a;text-align:justify;text-align-last:initial;display:block; }
#Qy97vTxVF8vUGbaPhCJvP9GvrLIn6gFz { position:absolute;display:block;z-index:100022;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #0e9ae5, #9c6cea);background-image: -moz-linear-gradient(200deg, #0e9ae5, #9c6cea);background-image: -ms-linear-gradient(200deg, #0e9ae5, #9c6cea);background-image: -o-linear-gradient(200deg, #0e9ae5, #9c6cea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e9ae5', endColorstr='#9c6cea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e9ae5', endColorstr='#9c6cea' );";background-image: linear-gradient(200deg, #0e9ae5, #9c6cea);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.4375rem;width:9.375rem;top:1.4375rem;left:34rem;display:block; }
#sQTLywiMbn9SWxpg7dI92qGdqFoP7h5z { display:block;width:24.875rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:10.375rem;left:40.1875rem;height:7.96875rem;font-style:normal;color:#2c2c3f;text-align:left;text-align-last:left;display:block; }
#g2B79XBMHDdNFWiZJ7g9it5isFQ7HfRH { position:absolute;display:block;z-index:100004;background-color:rgba(255,255,255,0.81);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f6c4a3;border-left:0.0625rem solid #f6c4a3;border-right:0.0625rem solid #f6c4a3;border-bottom:0.0625rem solid #f6c4a3;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;height:10.125rem;width:28rem;top:9.125rem;left:37.5rem;display:block; }
#gNme3gA2aOSVJv6yT6TRhWZCtlWoNnCy { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:3.75rem;top:11.4375rem;left:35.4375rem;overflow:hidden;display:block; }
#LCNvk9mJqGaKatn7wbyRmKTkPrLGoWDf { position:absolute;display:block;z-index:100004;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.0625rem dotted #b0b0b0;border-left:0.0625rem dotted #b0b0b0;border-right:0.0625rem dotted #b0b0b0;border-bottom:0.0625rem dotted #b0b0b0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;height:8.5rem;width:27.4375rem;top:48.125rem;left:38.6875rem;display:none; }
#k470u2x6KukN46RyS4lEFmaoau1TVzl5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/EciTQ8wv/menor.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#k470u2x6KukN46RyS4lEFmaoau1TVzl5.adaptive-delivery-prevent-bg, #k470u2x6KukN46RyS4lEFmaoau1TVzl5.lazyload, #k470u2x6KukN46RyS4lEFmaoau1TVzl5.lazyloading { background-image: none; }#k470u2x6KukN46RyS4lEFmaoau1TVzl5 > .row .container { background-color: transparent; background-image: none; }#k470u2x6KukN46RyS4lEFmaoau1TVzl5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(58,11,90,0.64); }#k470u2x6KukN46RyS4lEFmaoau1TVzl5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#k470u2x6KukN46RyS4lEFmaoau1TVzl5 > .row .container > .video-iframe-container { display: none; }#k470u2x6KukN46RyS4lEFmaoau1TVzl5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(58,11,90,0.64); }#k470u2x6KukN46RyS4lEFmaoau1TVzl5 > .row > .video-iframe-container { display: none; }#k470u2x6KukN46RyS4lEFmaoau1TVzl5 > .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); }#k470u2x6KukN46RyS4lEFmaoau1TVzl5 > .row .container { border-width: 0; border-radius: 0; }#k470u2x6KukN46RyS4lEFmaoau1TVzl5 > .row .container { font-size:0.875rem;font-family:arial;height:86.5625rem;width:75rem;position:relative;display:block; }#ZLXe0RvDGmcFS2eBsGmE4hgJZSJoPfkq { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#z6GsrSnpnAKD50Dq1yUIB2gQbJixdwBy { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#O7c572yy5xtcQ8soLGKA6Fp70mXGNnIb { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#hQftDyZeSO6xHpcJ0sbHZnBWtpXDpllm { position:absolute;display:block;z-index:100048;background-color:#f8b15c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;height:2.4375rem;width:37.5rem;top:10.625rem;left:0rem;display:none; }
#RmNaGxK9XGP8T49LpCrVl3UNxkK2QbIf { position:absolute;display:block;z-index:100048;background-color:#f8b15c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;height:2.4375rem;width:37.5rem;top:10.625rem;left:0rem;display:none; }
#uakQEf9CETyzEJpFDzxaZomVLnGTAdMx { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#B8ORsz0vdoTsUSebTMgrnkmplwcbIMTV { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#GNfbbH7TAWZDUrqZPgvTccAJv6CxudOP { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#nBNkI1euCHHI9D4slKHsUSG9RwphHPOD { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#XvDncicTN3TzUfUsZsVrKvE9sQpN9XSw { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#uVe1voVWs9UTdkW3Xd66ndIhAZECwUSN { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#mzdsnvxTe4PzUO6Drb27DxzFuLLe4ecO { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#E1GiSL8AW85vW1lETCpqIb5KTAQicynL { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#zt9h2StII3qnt7VH8cAMx70bVWp99BC6 { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#TlZ8eSie3THiwZMgK8Ou2ErNsmMwBwOz { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#uttztJUF50pyKiUBpmDu1xp6DnHWsqqK { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#PUGbbmfumqwT1RJCVbPcmq6m4HMUM47B { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#ew6UGCQh2ITpTT9TZZ8F2e6VW98Rq0r6 { position:absolute;display:block;z-index:100061;background-color:#f8b15c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;height:2.4375rem;width:57.25rem;top:10.5625rem;left:8.1875rem;display:block; }
#fpAsVgfCuCRfVBPDiSG3MFUym0Rzk7d9 { position:absolute;display:block;z-index:100027;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.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;height:14.625rem;width:57.25rem;top:12.9375rem;left:8rem;display:block; }
#UQgQS05GrPBelibCMkLnbB428CRIT76b { color:#000000;display:block;width:54.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100042;line-height:1.3;letter-spacing:0;top:14.375rem;left:10.75rem;height:6.9482375rem;text-align:justify;text-align-last:initial;display:block; }
#xDNr7KM3NUctadsB8Ez6vdstTonhCMnM { color:#000000;display:block;width:50.375rem;position:absolute;font-family:ubuntu;font-size:1.625rem;font-weight:normal;z-index:100062;line-height:1.3;letter-spacing:0;top:2.875rem;left:10.75rem;height:4.225rem;text-align:center;text-align-last:center;display:block; }
#JUH59TbF0bvJE2oUSt2rnqufa6QaTGMr { color:#000000;display:block;width:50.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100028;line-height:1.6;letter-spacing:0;top:21.9375rem;left:10.75rem;height:5.7871rem;text-align:left;text-align-last:left;display:block; }
#c1AmzVGtA974PL26vC2k4T9y7MQZ3Idm { color:#000000;display:block;width:20.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:100064;line-height:1.3;letter-spacing:0;top:11rem;left:11.875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#xt2xMSIbpFZx5PTwRMfUD5rcUhorb0kd { position:absolute;display:block;z-index:100063;background-color:#f8b15c;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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;height:3.9375rem;width:3.8125rem;top:9.8125rem;left:6.9375rem;display:block; }
#xb9tZSTLpNVKbwlzt8zrVmMTVrqNkT6c { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:block; }
#QHU5qxnz9hpNvZ2TZwTXucGSHe70ttG7 { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100054;top:16.4375rem;left:9.375rem;display:block; }
#T9z6vznenpAWXKGIURTNOfJnQFEw8PxF { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100055;top:18.75rem;left:9.3125rem;display:block; }
#f2ACRbTeUuE7rFbvCWWXTa4KhHiyDlV0 { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100056;top:21.8125rem;left:9.375rem;display:block; }
#c2skyM7c3xvKubhDswVB3cPNTcTi5i5Z { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100057;top:24.625rem;left:9.3125rem;display:block; }
#ye5dE4CkPqshUovAdBoP3cBOGLVcT5UU { color:#000000;display:block;width:3.5625rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:normal;z-index:100065;line-height:1.3;letter-spacing:0;top:10.625rem;left:6.9375rem;height:2.35625rem;text-align:center;text-align-last:center;display:block; }
#NRTdXnVbbDab0RagOHLX7KI9lEgI3nTI { position:absolute;display:block;z-index:100041;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.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;height:12.9375rem;width:57.0625rem;top:32.4375rem;left:8.1875rem;display:block; }
#E5BfRlNclD5NCFr6Ztnu8HWr8hAbqrMC { color:#000000;display:block;width:52.75rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:100056;line-height:1.3;letter-spacing:0;top:33.6875rem;left:10.9375rem;height:9.28515rem;text-align:justify;text-align-last:initial;display:block; }
#Zqp5xoTiWcOGfkXmfDDHrN36gKoBF2k2 { position:absolute;display:block;z-index:100075;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;height:2.4375rem;width:57.125rem;top:29.875rem;left:7rem;display:block; }
#nxXlI80MnyLyUb5w7HEmsggRJFCZhEsB { position:absolute;display:block;z-index:100060;background-color:#d7903b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;height:2.4375rem;width:57.25rem;top:30rem;left:8.25rem;display:block; }
#xVvoFICIabD4fUnmM76Tf8TSEtcm9Wd9 { color:#000000;display:block;width:20.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:100078;line-height:1.3;letter-spacing:0;top:30.3125rem;left:10.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#k9ZmOMM0PO8JFDRGzHbL2TeCW8XL15SW { position:absolute;display:block;z-index:100077;background-color:#d7903b;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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;height:3.9375rem;width:3.8125rem;top:29.125rem;left:7rem;display:block; }
#ZmHAKWDVe1adEkfuGXMElcq2bymmGnd7 { color:#000000;display:block;width:3.5625rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:normal;z-index:100079;line-height:1.3;letter-spacing:0;top:29.9375rem;left:7rem;height:2.35625rem;text-align:center;text-align-last:center;display:block; }
#TsGkoT8r3bI1UtWBBbvyzI0kz04Nakol { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100067;top:33.6875rem;left:9.4375rem;display:block; }
#s5ZzTsS2vGk2A9LV0s0hVPyZTRlFnhGR { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100068;top:35.8125rem;left:9.4375rem;display:block; }
#IvAn9burABHVlSQGetFiqLz9uCi2KKnt { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100069;top:39.1875rem;left:9.4375rem;display:block; }
#IZvabThH8d4PVc1JJ7T1AthyBJIP0kds { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100070;top:41.4375rem;left:9.4375rem;display:block; }
#rkd25KnNFELwV8wyqqrd2EZKN32BIh5l { position:absolute;display:block;z-index:100042;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.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;height:12.9375rem;width:57.0625rem;top:50.5625rem;left:8.1875rem;display:block; }
#Vydu6Wkmff1HppmGEaSleZawS3GOzsOW { color:#000000;display:block;width:53.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100084;line-height:1.3;letter-spacing:0;top:51.625rem;left:11rem;height:12.75926875rem;text-align:justify;text-align-last:initial;display:block; }
#ugtxVFikd8zSFO2u3kJGZ7m1lUScX3cT { position:absolute;display:block;z-index:100079;background-color:#d055e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;height:2.4375rem;width:57.3125rem;top:48.125rem;left:8.1875rem;display:block; }
#GbdXeebGKQDTOBorVoLzQvP2zzf2P7bh { color:#000000;display:block;width:27.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:100082;line-height:1.3;letter-spacing:0;top:48.5625rem;left:10.4375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#cPp0y3bxkOoJe0OsVSg3T9ICu3WeA63a { position:absolute;display:block;z-index:100081;background-color:#d055e1;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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;height:3.9375rem;width:3.8125rem;top:47.375rem;left:7rem;display:block; }
#rCmgdm8tRTwKoK4tZszOEdzpBqrg1c6H { color:#000000;display:block;width:3.5625rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:normal;z-index:100083;line-height:1.3;letter-spacing:0;top:48.1875rem;left:7rem;height:2.35625rem;text-align:center;text-align-last:center;display:block; }
#M6iOfNx1MB4qvSeQncMRHhgmObPIdvmU { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100071;top:51.625rem;left:9.4375rem;display:block; }
#P1DNbG8LKZK5Dkn2wx5UsUuOhqo5oldE { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100072;top:53.8125rem;left:9.5rem;display:block; }
#EWKDeJLgTsRHQ7P2zIyzD1w4CJ3e53pl { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100073;top:56.0625rem;left:9.5rem;display:block; }
#Dth5pvmRHKkf3eyyJaDteZyQZiNgRMDh { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100074;top:58.25rem;left:9.4375rem;display:block; }
#Q4cVd9p0bpwMGe5f608dd0LQeuxZVXJS { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100075;top:60.5625rem;left:9.5rem;display:block; }
#AqsdblFAOEzpAKDSwDv0osuqLygxMp2R { position:absolute;display:block;z-index:100054;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.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;height:16.5625rem;width:57rem;top:67.5625rem;left:7.875rem;display:block; }
#B7vcu6228LRToOJTnFgCm7FvvPO9XzWi { color:#000000;display:block;width:53.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100096;line-height:1.3;letter-spacing:0;top:68.625rem;left:10.5rem;height:16.2333875rem;text-align:justify;text-align-last:initial;display:block; }
#zUTsMwp2JOvWWvnhV97rPM3SDnJa3Wy1 { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100084;top:70.8125rem;left:9.1875rem;display:block; }
#NL2oktKz92G0sRkchsa65DkDKOXZCOGx { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100085;top:73.0625rem;left:9.1875rem;display:block; }
#tsiIP2iZwvIKSbATFPhsfmd1IAlFgpyz { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100087;top:77.5625rem;left:9.1875rem;display:block; }
#aBTmULScI7c7qTRz4T4vHetPbfgRP80P { position:absolute;display:block;z-index:100093;background-color:#a839b9;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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;height:3.9375rem;width:3.8125rem;top:64.375rem;left:6.6875rem;display:block; }
#OcxFmrgybrBX2NeD2LOsDrLHJZSOu1qm { position:absolute;display:block;z-index:100091;background-color:#a839b9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;height:2.4375rem;width:57.3125rem;top:65.125rem;left:7.875rem;display:block; }
#AJLT4ge1cLusZut6Oh625FxbWz1DftZI { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100086;top:75.25rem;left:9.125rem;display:block; }
#xH3rIOTGOmWt7vVxwwDarVJcTRHgkUlp { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100083;top:68.625rem;left:9.125rem;display:block; }
#UwJTglb2d2k62pdZzIQdF2honPJTkCJy { color:#000000;display:block;width:3.5625rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:normal;z-index:100095;line-height:1.3;letter-spacing:0;top:65.1875rem;left:6.6875rem;height:2.35625rem;text-align:center;text-align-last:center;display:block; }
#Us4ARanmTNK5onWKfgXTCyRLvzBKKy74 { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:100094;line-height:1.3;letter-spacing:0;top:65.6875rem;left:10.5rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#I2cOLFMQawIhzkIhss7L2betBdSaaKnf { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100088;top:81rem;left:9.125rem;display:block; }
#sz7P8IZJX5yQMOHDdrRa9cIXqaLCOznC { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#FmtVO1tmiiwEUphl3U7VAoOqBqsGLrs7 { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#HFdD2ZLbINlkgyTQRQzmZeGnWEDAyfSt { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#OSqhhETIczW51rbtVP3s2PGT9O5oZBLe { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#lQsRQu9SN5ksP8tW31uXvlo906tovRQ4 { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#DET7Cp3daXCGFcO1Xfr0m7Pzkyh915ui { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#KcVquHhleuaTEHAesGIeCk5T077z9XoS { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#iqbGgKL4TnVGDqZ9IGkKkT7wWZxaPtuM { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#KBXtVTGEfGHgzpQd9CZoXZt3xno3oKVa { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#HCbuRBrcpPxZXEnNzDsL1bzrxkDfu5FH { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#xWT6MALE43hLbJ11Tg9SytTA8ayvvBAW { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#M1TqX0AMBSfcsptv1P7vEl8fLAz7wn3C { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#aPHlbbrx5CFT7Q0qIAPldfdcn9OhR4v7 { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#BTx1U35QgfW07UvlNBRaO9eI0GNl0dwF { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#pQzU9aC8JM1AkKQQnOQ3pOvRAZAW0P7o { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#KWVsf9IvxwevPf7LTIqo7uvdzve5sPae { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#byty7GxdTIWyTKwkV6KBicvSPuT5VAiu { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#evamUcK3ZrNBPHGhShZgNb5BHUT2JAbu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/IsBNpoCC/01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#evamUcK3ZrNBPHGhShZgNb5BHUT2JAbu.adaptive-delivery-prevent-bg, #evamUcK3ZrNBPHGhShZgNb5BHUT2JAbu.lazyload, #evamUcK3ZrNBPHGhShZgNb5BHUT2JAbu.lazyloading { background-image: none; }#evamUcK3ZrNBPHGhShZgNb5BHUT2JAbu > .row .container { background-color: transparent; background-image: none; }#evamUcK3ZrNBPHGhShZgNb5BHUT2JAbu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(58,48,51,0.51); }#evamUcK3ZrNBPHGhShZgNb5BHUT2JAbu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#evamUcK3ZrNBPHGhShZgNb5BHUT2JAbu > .row .container > .video-iframe-container { display: none; }#evamUcK3ZrNBPHGhShZgNb5BHUT2JAbu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(58,48,51,0.51); }#evamUcK3ZrNBPHGhShZgNb5BHUT2JAbu > .row > .video-iframe-container { display: none; }#evamUcK3ZrNBPHGhShZgNb5BHUT2JAbu > .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); }#evamUcK3ZrNBPHGhShZgNb5BHUT2JAbu > .row .container { border-width: 0; border-radius: 0; }#evamUcK3ZrNBPHGhShZgNb5BHUT2JAbu > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#vW91wTx4wW1uZ42CDbDghLQWpuup78Wg { color:#ffffff;display:block;width:41rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:100001;line-height:1.8;letter-spacing:0;top:4.3110795021057rem;left:18.3125rem;height:4.05rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WWQD2o40vJHNo1oFUA1dSWeDgsxBxPcE { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.4375rem;width:15.5625rem;top:10.5rem;left:31.0625rem;display:block; }
#L16wzogK805EK0UTEaJJDtmU8kg8C8vg { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.4375rem;width:15.5625rem;top:10.5rem;left:7.5rem;display:block; }
#sTtPO3qEbP4B6wwGmMS7v9WBgvGXhVoc { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.4375rem;width:15.5625rem;top:10.5rem;left:51.9375rem;display:block; }
#moTUpEVId6euNgz1hGGhv2NDzGfTg90q { color:#ffffff;display:block;width:36.3125rem;position:absolute;font-family:raleway;font-size:1.8125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.1825275421143rem;left:20.375rem;height:2.35625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cnoz8RmqGxqU0VrusZXmczhc3hcw5LmE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/iaPcqQRG/certoo2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#cnoz8RmqGxqU0VrusZXmczhc3hcw5LmE.adaptive-delivery-prevent-bg, #cnoz8RmqGxqU0VrusZXmczhc3hcw5LmE.lazyload, #cnoz8RmqGxqU0VrusZXmczhc3hcw5LmE.lazyloading { background-image: none; }#cnoz8RmqGxqU0VrusZXmczhc3hcw5LmE > .row .container { background-color: transparent; background-image: none; }#cnoz8RmqGxqU0VrusZXmczhc3hcw5LmE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.79); }#cnoz8RmqGxqU0VrusZXmczhc3hcw5LmE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cnoz8RmqGxqU0VrusZXmczhc3hcw5LmE > .row .container > .video-iframe-container { display: none; }#cnoz8RmqGxqU0VrusZXmczhc3hcw5LmE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.79); }#cnoz8RmqGxqU0VrusZXmczhc3hcw5LmE > .row > .video-iframe-container { display: none; }#cnoz8RmqGxqU0VrusZXmczhc3hcw5LmE > .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); }#cnoz8RmqGxqU0VrusZXmczhc3hcw5LmE > .row .container { border-width: 0; border-radius: 0; }#cnoz8RmqGxqU0VrusZXmczhc3hcw5LmE > .row .container { font-size:0.875rem;font-family:arial;height:51rem;width:75rem;position:relative;display:block; }#fsiPr8O6ByKTUGRVavKPGgAobbtAZmQq { color:#ffffff;display:block;width:58.875rem;position:absolute;font-family:mavenpro;font-size:1.875rem;font-weight:700;z-index:100013;line-height:1.1;letter-spacing:0;top:2.2679686546326rem;left:6.8125019073488rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dpgb4CRezmQ1kiNqwTLvqlqNmUzplQW0 { color:#ffffff;display:block;width:25rem;position:absolute;font-family:mavenpro;font-size:2.5rem;font-weight:700;z-index:100014;line-height:1.1;letter-spacing:0;top:5.3945417404175rem;left:25.000001907349rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XI82kTy4O5ElLePVPVLiKHZkiTuBbQE1 { position:absolute;display:block;z-index:100127;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.3125rem;width:11.4375rem;top:10.9375rem;left:6.8125rem;overflow:hidden;display:block; }
#IIgTLSnKJp4fFUcidp943tKzWmxTqu10 { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:35.3125rem;width:20rem;top:13rem;left:2.5rem;display:block; }
#H3J32yxqRRqskLgRBcNpbEOOay9AX0Mp { color:#000000;display:block;width:16.375rem;position:absolute;font-family:mavenpro;font-size:1.375rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:26.0625rem;left:4.3125rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iCSWffnSO4FTKd9PaKQIHrvgg6qgRgfJ { position:absolute;display:block;z-index:100023;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #0cb9d7, #fff846);background-image: -moz-linear-gradient(200deg, #0cb9d7, #fff846);background-image: -ms-linear-gradient(200deg, #0cb9d7, #fff846);background-image: -o-linear-gradient(200deg, #0cb9d7, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cb9d7', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cb9d7', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #0cb9d7, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.375rem;width:7.375rem;top:28.625rem;left:8.8125rem;display:block; }
#FCTO8gWNaFQeyQctEQVZratQlLPTnpNv { color:#411962;display:block;width:17.875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:100013;line-height:1.2;letter-spacing:0;top:30.5625rem;left:3.5625rem;height:3.59911875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e6SRDQBHd34FVWSbhoSHD7IWVZxiH90D { color:#585858;display:block;width:16.625rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:100032;line-height:1.3;letter-spacing:0;top:35.10227394104rem;left:4.1875rem;height:10.234875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Oa5yFvPMTbqmnhlKgvmJ9XZDpduRX8Tb { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:35.8125rem;width:19.9375rem;top:13rem;left:27.5rem;display:block; }
#aFVHwbaLBaExPzR0ZZIM5FCnxpRTmDB2 { color:#411962;display:block;width:17.75rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:100013;line-height:1.2;letter-spacing:0;top:30.855115890503rem;left:28.625rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Seuzo55nahbmgLA9eZaDJ9TFmmbS3ev1 { color:#000000;display:block;width:16.375rem;position:absolute;font-family:mavenpro;font-size:1.375rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:25.687500953674rem;left:29.3125rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Po3qi5y11iDFlXXk6cyikN76AOxqvqK1 { position:absolute;display:block;z-index:100127;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.3125rem;width:11.375rem;top:10.187501192093rem;left:31.75rem;overflow:hidden;display:block; }
#LuoA3EIl5OdsP63rDEoHLrAeTylJ7qmF { position:absolute;display:block;z-index:100023;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #18b9f4, #fff846);background-image: -moz-linear-gradient(200deg, #18b9f4, #fff846);background-image: -ms-linear-gradient(200deg, #18b9f4, #fff846);background-image: -o-linear-gradient(200deg, #18b9f4, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#18b9f4', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#18b9f4', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #18b9f4, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.375rem;width:7.375rem;top:28.625000953674rem;left:33.5625rem;display:block; }
#q8eQMq7RWFxCGMaZhfGTD4gMrixa1yew { color:#585858;display:block;width:16.5625rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:100032;line-height:1.3;letter-spacing:0;top:37.57386636734rem;left:29.5rem;height:6.82325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M8uNPaq6nVI8kWQTzkSmIK7TILgyaviP { position:absolute;display:block;z-index:100127;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.3125rem;width:11.4375rem;top:9.125rem;left:56.781248092651rem;overflow:hidden;display:block; }
#JTNaLXZyDsl17B6Wh3m8PILti3GSUHGw { position:absolute;display:block;z-index:100023;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #18b9f4, #fff846);background-image: -moz-linear-gradient(200deg, #18b9f4, #fff846);background-image: -ms-linear-gradient(200deg, #18b9f4, #fff846);background-image: -o-linear-gradient(200deg, #18b9f4, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#18b9f4', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#18b9f4', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #18b9f4, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.375rem;width:7.375rem;top:28.625000953674rem;left:58.75rem;display:block; }
#A1Wrqidg3x7JuH8qDNhDudOifVwhxAgB { color:#000000;display:block;width:16.375rem;position:absolute;font-family:mavenpro;font-size:1.375rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:26.062500953674rem;left:54.25rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G9lpTgOOl5v3A2OE6q8zTbsLpATBcrTS { color:#282828;display:block;width:17.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:100031;line-height:1;letter-spacing:0;top:30.5625rem;left:54.3125rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yAUClg6Sf8hbmy5O8NaT5hZX07QaCsvr { color:#637084;display:block;width:18.125rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:100040;line-height:1.3;letter-spacing:0;top:36.301137924194rem;left:53.375rem;height:9.097625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZxNb26SrN3lomKUwelff4ezX2B07FeFH { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:42.375rem;width:20rem;top:13rem;left:2.5rem;display:none; }
#CufOhg5BLED34zx42XeRGBNNrZufa2Nd { z-index:100132;top:69.4999961853rem;left:36.375rem;background-color:transparent;background-image:none;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#TW3SGU8GnBFAgG4IsioHSz6yTs1TvUzt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XRQcUyxMq5eUz73wUFdO1oGn9SBDwqe6 { color:#000000;display:block;width:16.375rem;position:absolute;font-family:mavenpro;font-size:1.375rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:25.687500953674rem;left:29.3125rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#on150TpIbk0CDH5zeDAuD5tfpvsrPUMv { position:absolute;display:block;z-index:100023;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #18b9f4, #fff846);background-image: -moz-linear-gradient(200deg, #18b9f4, #fff846);background-image: -ms-linear-gradient(200deg, #18b9f4, #fff846);background-image: -o-linear-gradient(200deg, #18b9f4, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#18b9f4', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#18b9f4', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #18b9f4, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.375rem;width:7.375rem;top:28.625000953674rem;left:33.5625rem;display:none; }
#G8TSzCRiENLyJ6y3RJraWdTxtErlmpHN { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:35.8125rem;width:19.9375rem;top:13rem;left:52.531248092651rem;display:block; }
#weP2OLEwTAq1BgJb7NccEPsBGWyXUxqJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(174deg, #ffffff, #f1d1f1);background-image: -moz-linear-gradient(174deg, #ffffff, #f1d1f1);background-image: -ms-linear-gradient(174deg, #ffffff, #f1d1f1);background-image: -o-linear-gradient(174deg, #ffffff, #f1d1f1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1d1f1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1d1f1' );";background-image: linear-gradient(174deg, #ffffff, #f1d1f1);background-size:auto !important;position:relative;display:block; }#weP2OLEwTAq1BgJb7NccEPsBGWyXUxqJ > .row .container { background-color: transparent; background-image: none; }#weP2OLEwTAq1BgJb7NccEPsBGWyXUxqJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#weP2OLEwTAq1BgJb7NccEPsBGWyXUxqJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#weP2OLEwTAq1BgJb7NccEPsBGWyXUxqJ > .row .container > .video-iframe-container { display: none; }#weP2OLEwTAq1BgJb7NccEPsBGWyXUxqJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#weP2OLEwTAq1BgJb7NccEPsBGWyXUxqJ > .row > .video-iframe-container { display: none; }#weP2OLEwTAq1BgJb7NccEPsBGWyXUxqJ > .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); }#weP2OLEwTAq1BgJb7NccEPsBGWyXUxqJ > .row .container { border-width: 0; border-radius: 0; }#weP2OLEwTAq1BgJb7NccEPsBGWyXUxqJ > .row .container { font-size:0.875rem;font-family:arial;height:93.3125rem;width:75rem;position:relative;display:block; }#ENEePe57QI5uC66QxLBacpHKiy5t7bur { position:absolute;display:block;z-index:100013;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:18.6875rem;width:27.875rem;top:9rem;left:39.75rem;display:block; }
#ocG9tox34emuliaJSPm1NTV5w0FSKOUh { color:#ffffff;display:block;width:59.5625rem;position:absolute;font-family:mavenpro;font-size:2.5rem;font-weight:700;z-index:100015;line-height:1.1;letter-spacing:0;top:3.4375rem;left:7.75rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LvU0TCKTN2laatgPognNWeyNu2TkPU7B { position:absolute;display:block;z-index:100128;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5rem;width:11.25rem;top:11.6875rem;left:37.1875rem;overflow:hidden;display:block; }
#krc1dm8xMzKtQc8gkIhPNoJQPNyLzAnX { position:absolute;display:block;z-index:100022;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #eb9852, #fff846);background-image: -moz-linear-gradient(200deg, #eb9852, #fff846);background-image: -ms-linear-gradient(200deg, #eb9852, #fff846);background-image: -o-linear-gradient(200deg, #eb9852, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #eb9852, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.4375rem;width:14.75rem;top:0.875rem;left:30.125rem;display:block; }
#S6iTidhas8fzzUPV78mbGgNrKTdOamVA { color:#000000;display:block;width:16.375rem;position:absolute;font-family:mavenpro;font-size:1.375rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:10.4375rem;left:49.375rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TrfxeSUpd6JfVaBGxeuwUyBvSydf7uRm { position:absolute;display:block;z-index:100025;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #eb9852, #fff846);background-image: -moz-linear-gradient(200deg, #eb9852, #fff846);background-image: -ms-linear-gradient(200deg, #eb9852, #fff846);background-image: -o-linear-gradient(200deg, #eb9852, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #eb9852, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.375rem;width:7.375rem;top:12.5rem;left:49.375rem;display:block; }
#Pc3RZBnuUPuElIJaCghEKpcSTsd2rexv { color:#282828;display:block;width:16.625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:100037;line-height:1;letter-spacing:0;top:13.5rem;left:49.3125rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eswzD7e2Xk1MIda7zbE9Fd7lJGBvIghm { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:18.125rem;width:26.625rem;top:9.625rem;left:8.4375rem;display:block; }
#KUT3FFVuoyyWOlkKzEulHy43TXNK47rT { color:#000000;display:block;width:16.375rem;position:absolute;font-family:mavenpro;font-size:1.375rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:11.125rem;left:19.8125rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cHnOi3JpiEJZtPtucQPHaxbMoDg8BgZy { color:#411962;display:block;width:15.0625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:100013;line-height:1.2;letter-spacing:0;top:14.0625rem;left:19.625rem;height:2.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PO3T44SyXfIk1hF2MXfuTLWg1XM7FBl0 { color:#637084;display:block;width:17.25rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:100046;line-height:1.3;letter-spacing:0;top:16.1875rem;left:49.375rem;height:9.097625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#K6IhhBuSuV20v3P998TERTpWAtVIJkpr { color:#585858;display:block;width:14.75rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:100032;line-height:1.3;letter-spacing:0;top:18.3125rem;left:19.8125rem;height:5.6860375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mIyb5A7yTrq9Skqn8xDoc8KrbOPQXMbL { position:absolute;display:block;z-index:100127;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.3125rem;width:12.5625rem;top:11.6875rem;left:7.5rem;overflow:hidden;display:block; }
#SGnCHCxSIece07JSl5xXFUfvHzqRgcni { position:absolute;display:block;z-index:100023;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #eb9852, #fff846);background-image: -moz-linear-gradient(200deg, #eb9852, #fff846);background-image: -ms-linear-gradient(200deg, #eb9852, #fff846);background-image: -o-linear-gradient(200deg, #eb9852, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #eb9852, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.375rem;width:7.375rem;top:13.125rem;left:19.8125rem;display:block; }
#gT4VUvTFkoILPIuEwfdQ1ATWL0mlmig4 { position:absolute;display:block;z-index:100027;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:19.3125rem;width:27.875rem;top:28.9375rem;left:8.4375rem;display:block; }
#dsBmo88rcJsV6rLllgm1g4oQLxWRxMHP { position:absolute;display:block;z-index:100142;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.3125rem;width:11.8125rem;top:31.3125rem;left:7.5rem;overflow:hidden;display:block; }
#r4G6AZh3ba8gMKbskRahSETLUZqpvdIN { color:#282828;display:block;width:16.625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:100045;line-height:1;letter-spacing:0;top:34.5625rem;left:18.875rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Bts5Zs04D4pSL6qZC6y9Bg0bEOKpRP3U { position:absolute;display:block;z-index:100039;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #eb9852, #fff846);background-image: -moz-linear-gradient(200deg, #eb9852, #fff846);background-image: -ms-linear-gradient(200deg, #eb9852, #fff846);background-image: -o-linear-gradient(200deg, #eb9852, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #eb9852, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.375rem;width:7.375rem;top:33.625rem;left:18.9375rem;display:block; }
#XvcSquUiykT739vu6BZwCWSAyNRMotoA { color:#000000;display:block;width:16.375rem;position:absolute;font-family:mavenpro;font-size:1.375rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:31.3125rem;left:19rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#S3sKXbqtqnHc6MEItv2L7mmzBaIi8Hma { color:#637084;display:block;width:15.625rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:100054;line-height:1.3;letter-spacing:0;top:38.562506258488rem;left:19.125rem;height:5.6860375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RypPJQZTv7wQP2BmHcE8HWZl1Zepi5s1 { position:absolute;display:block;z-index:100034;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:19.375rem;width:27.875rem;top:28.9375rem;left:39.625rem;display:block; }
#EUXATheak302wiEwIxBzJwxDKSXdRS4I { color:#637084;display:block;width:16.75rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:100061;line-height:1.3;letter-spacing:0;top:37.993609428406rem;left:49.1875rem;height:6.82325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#grpHKV17ATQX34SoswKUnHdGRoTQAPU2 { color:#282828;display:block;width:17.625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:100052;line-height:1;letter-spacing:0;top:35.125rem;left:49.1875rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eL2rnMdiNE3mO10xwigaBuV4V3TJiFGa { position:absolute;display:block;z-index:100046;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #eb9852, #fff846);background-image: -moz-linear-gradient(200deg, #eb9852, #fff846);background-image: -ms-linear-gradient(200deg, #eb9852, #fff846);background-image: -o-linear-gradient(200deg, #eb9852, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #eb9852, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.375rem;width:7.375rem;top:33.25rem;left:49.375rem;display:block; }
#nL0EDsCSPxaZEIHfHk5TgbHs6xw1wnrI { position:absolute;display:block;z-index:100149;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.375rem;width:12.25rem;top:30.625rem;left:36.6875rem;overflow:hidden;display:block; }
#zdSmTH7dkdxFh4kmDxJNxnEWwPobvOcm { color:#000000;display:block;width:16.375rem;position:absolute;font-family:mavenpro;font-size:1.375rem;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;top:31.125rem;left:49.375rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uOguXT3hhWMIbixvcOXi0eTQb8Do71Ug { position:absolute;display:block;z-index:100034;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:19.875rem;width:27.875rem;top:50.25rem;left:8.4375rem;display:block; }
#x2be5mQratGRzrMakiChP6XhZGMfr6RE { position:absolute;display:block;z-index:100149;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14rem;width:11.1875rem;top:53.834484100342rem;left:7.5rem;overflow:hidden;display:block; }
#ewwyLmAUkyqFiTTBshUOybcuSkwKc1vt { color:#637084;display:block;width:16.25rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:100061;line-height:1.3;letter-spacing:0;top:59rem;left:19.0625rem;height:5.6860375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#trye9b98UeiTh3ltTux0HKfa45TpEGnl { color:#282828;display:block;width:16.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100052;line-height:1;letter-spacing:0;top:55.5625rem;left:18.875rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hAvyCgNNwvKMwHIcWpBMGVmbv6O8hidC { position:absolute;display:block;z-index:100046;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #eb9852, #fff846);background-image: -moz-linear-gradient(200deg, #eb9852, #fff846);background-image: -ms-linear-gradient(200deg, #eb9852, #fff846);background-image: -o-linear-gradient(200deg, #eb9852, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #eb9852, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.375rem;width:7.375rem;top:54.3125rem;left:18.9375rem;display:block; }
#KebuuNG0FPSpSkVSFMAvEqykOf48qL0K { color:#000000;display:block;width:16.375rem;position:absolute;font-family:mavenpro;font-size:1.375rem;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;top:52.0625rem;left:19rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Bgxxy2phhaLTz4t6rnSZg6006mEbnNoH { position:absolute;display:block;z-index:100156;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.5625rem;width:12.6875rem;top:51.906251907349rem;left:36.4375rem;overflow:hidden;display:block; }
#AtgcJsTXhPTzNs0D7ZPPZViAFpBTm0VL { position:absolute;display:block;z-index:100041;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:20.0625rem;width:27.875rem;top:50.25rem;left:39.625rem;display:block; }
#kXHPwAb02hi1q1NWklnM097m7dda5ETp { color:#637084;display:block;width:16.75rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:100068;line-height:1.3;letter-spacing:0;top:61.125rem;left:48.625rem;height:5.6860375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fs5oCSH3z3LtEkmfVP4XNXqyQIgXawJz { position:absolute;display:block;z-index:100053;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #eb9852, #fff846);background-image: -moz-linear-gradient(200deg, #eb9852, #fff846);background-image: -ms-linear-gradient(200deg, #eb9852, #fff846);background-image: -o-linear-gradient(200deg, #eb9852, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #eb9852, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.375rem;width:7.375rem;top:55rem;left:48.5625rem;display:block; }
#gmqw1MVO5sPLGaRuWpaF32Vq75M7s30R { color:#282828;display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100059;line-height:1;letter-spacing:0;top:55.875rem;left:48.5625rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T0QTASF7dIH9WehVBKRKtuh7NwVRh6iC { color:#000000;display:block;width:16.375rem;position:absolute;font-family:mavenpro;font-size:1.375rem;font-weight:700;z-index:100047;line-height:1.3;letter-spacing:0;top:52.6875rem;left:48.6875rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sehVotJNaWnXIdTSO3LRyFHZF1ultha7 { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:17.9375rem;width:58.875rem;top:72.25rem;left:8.5625rem;display:block; }
#KpWKXzbTVACNRANhOmz1Ia6C4crEsQV4 { position:absolute;display:block;z-index:100135;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.9375rem;width:13.5rem;top:73.3125rem;left:13.75rem;overflow:hidden;display:block; }
#WMxuDso4WpMZd7s68kcstHFWdkQfCKiV { position:absolute;display:block;z-index:100135;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.6875rem;width:11.625rem;top:75.4375rem;left:10.875rem;overflow:hidden;display:block; }
#DWTdR5LihFVo8g8uILaXGq714qx46hJx { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:mavenpro;font-size:1.375rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:74.6875rem;left:28.375rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JM3xoL7J8b5xSWVawKm3Tlm4NOz7yHcE { position:absolute;display:block;z-index:100031;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #eb9852, #fff846);background-image: -moz-linear-gradient(200deg, #eb9852, #fff846);background-image: -ms-linear-gradient(200deg, #eb9852, #fff846);background-image: -o-linear-gradient(200deg, #eb9852, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #eb9852, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.375rem;width:30.9375rem;top:76.8125rem;left:28.375rem;display:block; }
#o0BiT6kotQeOCNTorpPpaB8o0W9FRCSv { color:#282828;display:block;width:36.625rem;position:absolute;font-family:mavenpro;font-size:1.125rem;font-weight:700;z-index:100038;line-height:1;letter-spacing:0;top:77.4375rem;left:28.375rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qZhVnZiUWSpZskDfQeLnTinr5T9QMmpZ { color:#000000;display:block;width:25.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100137;line-height:1.3;letter-spacing:0;top:78.875rem;left:28.5625rem;height:1.3rem;display:block; }
#vaBCnniz9HSbTdyqrJC3HQfOKbAE66dm { color:#637084;display:block;width:34.875rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:100047;line-height:1.3;letter-spacing:0;top:81.625rem;left:28.0625rem;height:5.6860375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#grpO7AzTFDnKFM3DxPpNpyHWacSs2BqS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5b055f;background-image:none;position:relative;display:block; }#grpO7AzTFDnKFM3DxPpNpyHWacSs2BqS > .row .container { background-color: transparent; background-image: none; }#grpO7AzTFDnKFM3DxPpNpyHWacSs2BqS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#grpO7AzTFDnKFM3DxPpNpyHWacSs2BqS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#grpO7AzTFDnKFM3DxPpNpyHWacSs2BqS > .row .container > .video-iframe-container { display: none; }#grpO7AzTFDnKFM3DxPpNpyHWacSs2BqS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#grpO7AzTFDnKFM3DxPpNpyHWacSs2BqS > .row > .video-iframe-container { display: none; }#grpO7AzTFDnKFM3DxPpNpyHWacSs2BqS > .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); }#grpO7AzTFDnKFM3DxPpNpyHWacSs2BqS > .row .container { border-width: 0; border-radius: 0; }#grpO7AzTFDnKFM3DxPpNpyHWacSs2BqS > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#uwQ4DHSi8pMtl1kFxl7QdzG3cqsHVaki { color:#f8f6f6;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.3880208730698rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#S5NQ7EH4JaXbrVnSN1qu41yvot9yl5MI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#S5NQ7EH4JaXbrVnSN1qu41yvot9yl5MI > .row .container { background-color: transparent; background-image: none; }#S5NQ7EH4JaXbrVnSN1qu41yvot9yl5MI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S5NQ7EH4JaXbrVnSN1qu41yvot9yl5MI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S5NQ7EH4JaXbrVnSN1qu41yvot9yl5MI > .row .container > .video-iframe-container { display: none; }#S5NQ7EH4JaXbrVnSN1qu41yvot9yl5MI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S5NQ7EH4JaXbrVnSN1qu41yvot9yl5MI > .row > .video-iframe-container { display: none; }#S5NQ7EH4JaXbrVnSN1qu41yvot9yl5MI > .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); }#S5NQ7EH4JaXbrVnSN1qu41yvot9yl5MI > .row .container { border-width: 0; border-radius: 0; }#S5NQ7EH4JaXbrVnSN1qu41yvot9yl5MI > .row .container { font-size:0.875rem;font-family:arial;height:55.25rem;width:75rem;position:relative;display:block; }#mc6Fqq9Wi9oMikTEQLL9FpVeNWqip5vn { background-color:transparent;background-image: -webkit-linear-gradient(160deg, #00ff86, #0f7953);background-image: -moz-linear-gradient(160deg, #00ff86, #0f7953);background-image: -ms-linear-gradient(160deg, #00ff86, #0f7953);background-image: -o-linear-gradient(160deg, #00ff86, #0f7953);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );";background-image: linear-gradient(160deg, #00ff86, #0f7953);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.12) ;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.8125rem;height:3.8125rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:40.400000572204rem;left:39.6875rem;display:none; }
#Gz4wqLccgDVRX6M1mROS8bDasHo3HM05 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PzlQxlRTfqFMZ14s8ErL7FRM9tTqPrtQ { color:#ffffff;display:block;width:15rem;position:absolute;font-family:mavenpro;font-size:0.875rem;font-weight:700;z-index:100095;line-height:1.2;letter-spacing:0;top:22rem;left:28.6875rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#u7HdsARETf2IRIqgaiyIIQgmt9BcslSc { position:absolute;display:block;z-index:99965;background-color:transparent;background-image:none;border-top:0.0625rem dotted rgba(178,178,178,0.77);border-left:0.0625rem dotted rgba(178,178,178,0.77);border-right:0.0625rem dotted rgba(178,178,178,0.77);border-bottom:0.0625rem dotted rgba(178,178,178,0.77);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:32.0625rem;width:29.9375rem;top:12.4375rem;left:20.562501907349rem;display:block; }
#LmEHhppL9zvpcrwrT6E60JJG91dC4F4s { position:absolute;display:block;z-index:99993;background-color:#867e73;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.6875rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:7.875rem;width:30rem;top:10.5625rem;left:20.5625rem;display:block; }
#Be40BPusfN8AgV9hQXUCUU7PxSQBNtvL { position:absolute;display:block;z-index:100058;background-color:#f3bf00;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:7.125rem;border-top-right-radius:7.125rem;border-bottom-left-radius:7.125rem;border-bottom-right-radius:7.125rem;height:4.75rem;width:4.75rem;top:12.125rem;left:44.749219894409rem;display:block; }
#kxnozfhvpMItVwrqgHpOVKwWZbA1PA2b { position:absolute;display:block;z-index:100059;background-color:#f3bf00;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:7.125rem;border-top-right-radius:7.125rem;border-bottom-left-radius:7.125rem;border-bottom-right-radius:7.125rem;height:4.75rem;width:4.75rem;top:12.125rem;left:22.187501907349rem;display:block; }
#KWdvqkWBr04GyBHSLWfp79KFZZn5orsR { color:#000000;display:block;width:4.9375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:100060;line-height:1.3;letter-spacing:0;top:13.450000286102rem;left:22.875001907349rem;height:2.1125rem;display:block; }
#WtnnZqB7tBvAyHeVNqkG0NLQlg4vlRbc { color:#ff0000;display:block;width:26.8125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:100035;line-height:1.1;letter-spacing:0;top:19.25rem;left:22.1875rem;height:2.886725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qEIFihXC2eP8reZu1ORTX6Cb8dMvpkse { color:#2ee681;display:block;width:17rem;position:absolute;font-family:montserrat;font-size:8.625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:22rem;left:27.75rem;height:11.274875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CM6yGeTh9TVOma2v1AVTdGCevFn7yreW { color:#5d5d5d;display:block;width:3.375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:26.625rem;left:24.875rem;height:1.95rem;font-style:normal;display:block; }
#NkniscZoNLqNFQHVw9Cayf8eOVCN2GTW { color:#2ee681;display:block;width:3.1875rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:100055;line-height:1.3;letter-spacing:0;top:28.1875rem;left:44.375rem;height:2.58105625rem;font-style:normal;display:block; }
#trWsCE6dEOBZFqHMNrBApsVxfdo6Zqrd { color:#5d5d5d;display:block;width:2.0625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:100052;line-height:1.3;letter-spacing:0;top:28.5625rem;left:25.125rem;height:1.95rem;font-style:normal;display:block; }
#qveVwQyPukyqMCSVfrdgztDKnqazBHP6 { color:#ff5151;display:block;width:23.8125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:100055;line-height:1.3;letter-spacing:0;top:32.1875rem;left:24.0625rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aCg5bfOK0iPAPNNusSPMTt63iFXk0mmU { position:absolute;display:block;z-index:100004;background-color:transparent;background-image:none;border-top:0.0625rem solid #ff5b5b;border-left:0.0625rem solid #ff5b5b;border-right:0.0625rem solid #ff5b5b;border-bottom:0.0625rem solid #ff5b5b;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:2.5rem;width:24.1875rem;top:31.5625rem;left:24.1875rem;display:block; }
#s1uJHR58oHUxbUMgCXIkdT0RLOpk1Itf { background-color:transparent;background-image: -webkit-linear-gradient(160deg, #00ff86, #0f7953);background-image: -moz-linear-gradient(160deg, #00ff86, #0f7953);background-image: -ms-linear-gradient(160deg, #00ff86, #0f7953);background-image: -o-linear-gradient(160deg, #00ff86, #0f7953);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );";background-image: linear-gradient(160deg, #00ff86, #0f7953);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 1rem #8dffc1 ;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.8125rem;height:3.8125rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:36.3125rem;left:22.25rem;display:none; }
#NNEFT989dTeIm57Lq45qvRs6OR4AfR7y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MMzBzg0LLhoadVulp7yuxxtlM5UdN34I { color:#5b5b5b;display:block;width:5.5625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100034;line-height:1.3;letter-spacing:0;top:40.625rem;left:43.625rem;height:2.1125rem;font-style:italic;display:block; }
#rOfd09tDXSTiMtHTg6HJzzx268sZ8yTO { box-sizing:content-box;color:#ff7f00;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100037;top:40.25rem;left:41.375rem;display:block; }
#yZWew0vaxIZBZOtnPzXwpdqOVEIvyMkW { color:#585858;display:block;width:9.625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100033;line-height:1.3;letter-spacing:0;top:40.625rem;left:32.5rem;height:2.1125rem;font-style:italic;display:block; }
#TcFBh3UPTRsxrLPCgbbHfTEm8OVQeUkp { box-sizing:content-box;color:#ff7f00;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100036;top:40.25rem;left:29.8125rem;display:block; }
#W1cHFGN7UWgKTZ29b51LR00UKrgERgrt { color:#5a5a5a;display:block;width:4.75rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100032;line-height:1.3;letter-spacing:0;top:40.625rem;left:25.9375rem;height:2.1125rem;font-style:italic;display:block; }
#NmNkNH1axTaXCXV546rbmWU2rnarEfZ6 { box-sizing:content-box;color:#ff7f00;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100035;top:40.25rem;left:23.1875rem;display:block; }
#WxsLpbRTdCAo3uyoOPXkJgksAg1plfNC { color:#000000;display:block;width:58.9375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100056;line-height:1.3;letter-spacing:0;top:6.4070320129394rem;left:7.5rem;height:2.03125rem;display:block; }
#dMIPlpltWMFc2EZt7WzlCT5kkUTCLBFA { color:#ff9400;display:block;width:54.3125rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:300;z-index:99969;line-height:1.5;letter-spacing:0;top:1.8828129768372rem;left:9.125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v3V0AKuwEqcH25TxGy48HyEcbe9EwdLn { background-color:transparent;background-image: -webkit-linear-gradient(160deg, #00ff86, #0f7953);background-image: -moz-linear-gradient(160deg, #00ff86, #0f7953);background-image: -ms-linear-gradient(160deg, #00ff86, #0f7953);background-image: -o-linear-gradient(160deg, #00ff86, #0f7953);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );";background-image: linear-gradient(160deg, #00ff86, #0f7953);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 1rem #8dffc1 ;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.8125rem;height:3.8125rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:36.625rem;left:8rem;display:none; }
#iA6zezEW9OdzF8k92mm5oJSmX3be8XWk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Es2pk25UXHQqy9ZMe9ofnhrwxAswyfAf { background-color:transparent;background-image: -webkit-linear-gradient(160deg, #00ff86, #0f7953);background-image: -moz-linear-gradient(160deg, #00ff86, #0f7953);background-image: -ms-linear-gradient(160deg, #00ff86, #0f7953);background-image: -o-linear-gradient(160deg, #00ff86, #0f7953);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );";background-image: linear-gradient(160deg, #00ff86, #0f7953);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.12) ;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.8125rem;height:3.8125rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:21.843751907349rem;left:23.25rem;display:none; }
#Lz66KTlNtBKP5JO9VU0XKoKKbMQHkPQC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qCg3z8XIBTRBsTR8DMqtIDhWHNLJ12NQ { color:#000000;display:block;width:4.9375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:100061;line-height:1.3;letter-spacing:0;top:13.450000762939rem;left:45.749219894409rem;height:2.1125rem;display:block; }
#bNFDnf1hnHfxb6lQIkErJ2HkGitIk2lr { position:absolute;display:block;z-index:99967;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;height:2.9375rem;width:25.4375rem;top:40.125rem;left:23.25rem;display:block; }
#mAu7yaBSezeyZykm2zKPtmEwmwK48Gxe { z-index:100001;top:35.312502264976rem;left:22.250001907349rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #12cc94, #11a77d);background-image: -moz-linear-gradient(45deg, #12cc94, #11a77d);background-image: -ms-linear-gradient(45deg, #12cc94, #11a77d);background-image: -o-linear-gradient(45deg, #12cc94, #11a77d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc94', endColorstr='#11a77d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc94', endColorstr='#11a77d' );";background-image: linear-gradient(45deg, #12cc94, #11a77d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#h5JZu3WryFu2SaaF54T8NgVClTxr6VTx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wZ9TBWKw7s07JLpTB3Acy0oHqn1p0Hyu { color:#ffffff;display:block;width:17.25rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:100048;line-height:1.1;letter-spacing:0;top:13rem;left:27.562501907349rem;height:3.0869125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T6Bc5Qr2KNwI1gJ7I0VIlc3Bm5tk1CfP { z-index:100004;top:47.875rem;left:21.65625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #11a77d;border-left:0.125rem solid #11a77d;border-right:0.125rem solid #11a77d;border-bottom:0.125rem solid #11a77d;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-sizing:border-box;color:#11a77d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rCMwwkVBa6PAa3enXvh6sTozITlq2qPp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Vk53UHibEbT96W1277f8Ti3F9tnC4dsg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Vk53UHibEbT96W1277f8Ti3F9tnC4dsg > .row .container { background-color: transparent; background-image: none; }#Vk53UHibEbT96W1277f8Ti3F9tnC4dsg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Vk53UHibEbT96W1277f8Ti3F9tnC4dsg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Vk53UHibEbT96W1277f8Ti3F9tnC4dsg > .row .container > .video-iframe-container { display: none; }#Vk53UHibEbT96W1277f8Ti3F9tnC4dsg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Vk53UHibEbT96W1277f8Ti3F9tnC4dsg > .row > .video-iframe-container { display: none; }#Vk53UHibEbT96W1277f8Ti3F9tnC4dsg > .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); }#Vk53UHibEbT96W1277f8Ti3F9tnC4dsg > .row .container { border-width: 0; border-radius: 0; }#Vk53UHibEbT96W1277f8Ti3F9tnC4dsg > .row .container { font-size:0.875rem;font-family:arial;height:19.5rem;width:75rem;position:relative;display:block; }#hLDzBxVPTgTSRLXyZ0qOn1ZSdP1XrLus { color:#000000;display:block;width:36.9375rem;position:absolute;font-family:mavenpro;font-size:1.3125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:7.8039779663088rem;left:30.5625rem;height:8.59275rem;text-align:left;text-align-last:left;display:block; }
#gSXf3G9gr9R0SE5A9T5furisiRvhRZ31 { color:#282828;display:block;width:29.5625rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.4992904663086rem;left:30.5625rem;height:5.19921875rem;font-style:normal;display:block; }
#yRkfVN5Q7uLXkiTIyRKFFnKJOUlvscfZ { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.625rem;width:20.3125rem;top:0rem;left:8.375rem;overflow:hidden;display:block; }
#h4emaA204F6kSv5wu81qfELGSTxu8lKk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#h4emaA204F6kSv5wu81qfELGSTxu8lKk > .row .container { background-color: transparent; background-image: none; }#h4emaA204F6kSv5wu81qfELGSTxu8lKk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#h4emaA204F6kSv5wu81qfELGSTxu8lKk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#h4emaA204F6kSv5wu81qfELGSTxu8lKk > .row .container > .video-iframe-container { display: none; }#h4emaA204F6kSv5wu81qfELGSTxu8lKk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#h4emaA204F6kSv5wu81qfELGSTxu8lKk > .row > .video-iframe-container { display: none; }#h4emaA204F6kSv5wu81qfELGSTxu8lKk > .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); }#h4emaA204F6kSv5wu81qfELGSTxu8lKk > .row .container { border-width: 0; border-radius: 0; }#h4emaA204F6kSv5wu81qfELGSTxu8lKk > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:75rem;position:relative;display:block; }#VnflCih9b2TfBpcOhmwOlToONgN3OmRH { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.76171875rem;left:9.5625rem;height:5.0375rem;font-style:normal;display:block; }
#eSZLA31aafahxAzy9lxwfnQ4PAP1lqTg { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:14.875rem;top:1.79296875rem;left:32.9375rem;overflow:hidden;display:block; }
#C1KqhCD9ee0FnIEmUhbT63aPRkHnrt2F { color:#ffffff;display:block;width:31.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:8.9375rem;left:9.5625rem;height:6rem;display:block; }
#oOXVia0fTkarsbPQ4qPXzXMhQnbQd1rO { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.625rem;width:25.4375rem;top:2.76171875rem;left:42rem;overflow:hidden;display:block; }
#xZslXbdcU8g6hQy5nB7iXTtewE0B0KD6 { z-index:100002;top:17.5625rem;left:9.5625rem;background-color:rgba(255,255,255,0.98);background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.4375rem;height:4.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bRyd2uEcl7HmrMyLtadzV5lR1OiiQB0V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LxC1fpnCkBcKRxUTNzUrFTe8LWWVKRa3 { color:#ef3535;display:block;width:8.9375rem;position:absolute;font-family:"muli black";font-size:0.6875rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:1rem;left:55.0625rem;height:0.8888875rem;text-align:center;text-align-last:center;display:none; }
#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 > .row .container { background-color: transparent; background-image: none; }#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 > .row .container > .video-iframe-container { display: none; }#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 > .row > .video-iframe-container { display: none; }#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 > .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); }#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 > .row .container { border-width: 0; border-radius: 0; }#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SvOw6IJsVmTiItC7U9Qh2CC191iWvBT0 { display:block; }#SvOw6IJsVmTiItC7U9Qh2CC191iWvBT0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GMxmyy9ftByMCh2LKCOTxlCtGSExre55 { width:47.75rem;height:2.3125rem;top:0.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqL9wrmdeTPLvUICf1Brcre4XgZiMwWR { display:block; }#PqL9wrmdeTPLvUICf1Brcre4XgZiMwWR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i24bbzG0M3vQ4e9XdmubBkFTONHKtKJu { width:47.75rem;height:19.25rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1JLtPm7BdakW5uBwGbf2xGRU1oTRoDS { width:47.75rem;height:4.5625rem;top:1.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zq83VrpzwITfBCmIvfGiux4fdGaHuUdN { width:47.75rem;height:1.9375rem;top:9.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfQOOh5A3mkCyptMBBc6bKvB8GqA0fpH { width:47.75rem;height:10.3125rem;top:12.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8SKdhfPJHPqAfdTeAhBJyD935ZDeetq { width:4.875rem;height:4.875rem;top:5.4375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH5V7ksp8cVeTyM9s7ww6RG7VZ0lvrys { width:21.1875rem;height:2.1875rem;top:6.8125rem;left:16.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaB8TWhyaXk9pHhZBkaDTyDI9FsnFyLX { width:36.4375rem;height:1.625rem;top:26.625rem;left:5.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHALMJNIifA36WFWV4J4834UsmyceoHt { width:4.75rem;height:4.75rem;top:24.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfkO7H626CM5Gos8e4rnwbJxGeHBlNEZ { display:block; }#XfkO7H626CM5Gos8e4rnwbJxGeHBlNEZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZL74BSGgnOQwKMoaHR17tXccBTgnQO6C { width:34.5rem;height:1.75rem;top:34rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c79yN4iZXdkpTpr3DWlyDmn79XueEvW9 { width:47.75rem;height:9.9375rem;top:19.3125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAR4FqiZoudUlzeJ41W5UQQLfruNkTgU { width:47.75rem;height:11.125rem;top:30.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4ywRAllTOeBQUmfXoBT4LKeTCg0ex8K { width:12.3125rem;height:14.1875rem;top:2.5625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIJvsVX1pfegVdqkK2JoAAxNW74GDD8s { top:44.6875rem;left:3.5rem;width:37.4375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0IeBJB9xvyrDIK3qrbHQXMP7RVGSErb { display:block; }
 }@media only screen and (max-width: 763px) { #Xy2wvxv28MEb9gGVx7cWZTwNthe2n8sM { display:block; }#Xy2wvxv28MEb9gGVx7cWZTwNthe2n8sM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FK0AMrTkzoUS4hX478UE7AwJ17xKLfVO { width:36.25rem;height:17.375rem;top:5.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nesblw1aUSxgVK59v6wR1S62MAlfZkzM { width:1.5625rem;height:1.5625rem;top:5.5625rem;left:19.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTr1OaBt11ccl5FP9PyavldV8Pg8TVNp { width:1.5625rem;height:1.5625rem;top:9.875rem;left:19.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zi355mnHEtFUhgKuOskfgWQAasNov2mJ { width:1.5625rem;height:1.5625rem;top:14.3125rem;left:19.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrPzHkb128TLXmlQ90IEt0DGSm8WkFVe { width:1.5625rem;height:1.5625rem;top:18.625rem;left:19.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHes3XWCsZrFRM6xf10IiW7z7QiMIzR4 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQPcfPTdm9G3el4XTrfmmTsH49xzMqyR { width:25.375rem;height:34.1875rem;top:2.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KvzZVnZ6qZa9HSv5RbZJmxDTcSZGmsqg { width:1.5625rem;height:1.5625rem;top:21.6875rem;left:19.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNmem7AfbAVa143CsfwyMP3xdAtLnnFD { width:37.3125rem;height:2.3125rem;top:31.75rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ILDouTv0ACfg2wGT6QM5AmfwEztFNc2z { width:17.8125rem;height:24.125rem;top:2.4375rem;left:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TtSUvKfoJPonkPTGsCJPVpncTI6cxh3m { width:37.3125rem;height:2.375rem;top:1.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLNmnWt8zxkVuOB4TgloV39Q9UHryktk { display:block; }#BLNmnWt8zxkVuOB4TgloV39Q9UHryktk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVLQ8SfCHz3M5Eoi34AWivoGoMJe0PVv { width:14.375rem;height:7.1875rem;top:7.8125rem;left:16.729166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBsCAQXUUIhueTFvaE2xMCyuRVufxWfi { width:3.875rem;height:4.0625rem;top:25.5rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpsfuHuru3hTylo2TcXuWuZszITLf1dD { width:19.9375rem;height:6.1875rem;top:23.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7gScbvcuIuyC0pevMcrp7dNXpG3PFwI { width:3.9375rem;height:4rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9obBkyZNI1IrNibeckBbAT8dbhrSwLs { width:28.5rem;height:8.9375rem;top:22.5625rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #htvBpJE8ItnCyuJyVwHtHkKWs531lwWE { width:23.9375rem;height:8.625rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OluKuFzZywXxV8prQZINGXUNMrJui49Z { width:47.75rem;height:2.1875rem;top:2.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9qLWymMxEDepoGAzwkvP3fwVvrLe9rf { width:23.5rem;height:10.1875rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNL4l7twV76dCAKh4T8wSN6B80xkZiWt { width:3.875rem;height:3.875rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeKxee7bnwVq9rwuiEqKWzmLbUpAvskT { width:19.9375rem;height:6.1875rem;top:11.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qy97vTxVF8vUGbaPhCJvP9GvrLIn6gFz { width:9.375rem;height:0.4375rem;top:1.4375rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQTLywiMbn9SWxpg7dI92qGdqFoP7h5z { width:14.375rem;height:7.1875rem;top:7.8125rem;left:16.729166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2B79XBMHDdNFWiZJ7g9it5isFQ7HfRH { width:28rem;height:10.125rem;top:9.125rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNme3gA2aOSVJv6yT6TRhWZCtlWoNnCy { width:3.75rem;height:3.8125rem;top:11.4375rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCNvk9mJqGaKatn7wbyRmKTkPrLGoWDf { width:27.4375rem;height:8.5rem;top:48.125rem;left:20.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k470u2x6KukN46RyS4lEFmaoau1TVzl5 { display:block; }#k470u2x6KukN46RyS4lEFmaoau1TVzl5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZLXe0RvDGmcFS2eBsGmE4hgJZSJoPfkq { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #z6GsrSnpnAKD50Dq1yUIB2gQbJixdwBy { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #O7c572yy5xtcQ8soLGKA6Fp70mXGNnIb { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hQftDyZeSO6xHpcJ0sbHZnBWtpXDpllm { width:47.75rem;height:2.4375rem;top:10.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RmNaGxK9XGP8T49LpCrVl3UNxkK2QbIf { width:47.75rem;height:2.4375rem;top:10.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uakQEf9CETyzEJpFDzxaZomVLnGTAdMx { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #B8ORsz0vdoTsUSebTMgrnkmplwcbIMTV { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GNfbbH7TAWZDUrqZPgvTccAJv6CxudOP { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nBNkI1euCHHI9D4slKHsUSG9RwphHPOD { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XvDncicTN3TzUfUsZsVrKvE9sQpN9XSw { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uVe1voVWs9UTdkW3Xd66ndIhAZECwUSN { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mzdsnvxTe4PzUO6Drb27DxzFuLLe4ecO { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #E1GiSL8AW85vW1lETCpqIb5KTAQicynL { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zt9h2StII3qnt7VH8cAMx70bVWp99BC6 { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TlZ8eSie3THiwZMgK8Ou2ErNsmMwBwOz { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uttztJUF50pyKiUBpmDu1xp6DnHWsqqK { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PUGbbmfumqwT1RJCVbPcmq6m4HMUM47B { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ew6UGCQh2ITpTT9TZZ8F2e6VW98Rq0r6 { width:47.75rem;height:2.4375rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpAsVgfCuCRfVBPDiSG3MFUym0Rzk7d9 { width:47.5rem;height:14.625rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQgQS05GrPBelibCMkLnbB428CRIT76b { width:47.75rem;height:6.5625rem;top:14.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDNr7KM3NUctadsB8Ez6vdstTonhCMnM { width:47.75rem;height:4.1875rem;top:2.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUH59TbF0bvJE2oUSt2rnqufa6QaTGMr { width:47.75rem;height:5.5625rem;top:21.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1AmzVGtA974PL26vC2k4T9y7MQZ3Idm { width:20.125rem;height:1.5625rem;top:11rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt2xMSIbpFZx5PTwRMfUD5rcUhorb0kd { width:3.8125rem;height:3.9375rem;top:9.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb9tZSTLpNVKbwlzt8zrVmMTVrqNkT6c { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHU5qxnz9hpNvZ2TZwTXucGSHe70ttG7 { width:1.375rem;height:1.4375rem;top:16.4375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9z6vznenpAWXKGIURTNOfJnQFEw8PxF { width:1.375rem;height:1.4375rem;top:18.75rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2ACRbTeUuE7rFbvCWWXTa4KhHiyDlV0 { width:1.375rem;height:1.4375rem;top:21.8125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2skyM7c3xvKubhDswVB3cPNTcTi5i5Z { width:1.375rem;height:1.4375rem;top:24.625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye5dE4CkPqshUovAdBoP3cBOGLVcT5UU { width:3.5625rem;height:2.3125rem;top:10.625rem;left:0.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRTdXnVbbDab0RagOHLX7KI9lEgI3nTI { width:47.5rem;height:12.9375rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5BfRlNclD5NCFr6Ztnu8HWr8hAbqrMC { width:47.75rem;height:9.875rem;top:33.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zqp5xoTiWcOGfkXmfDDHrN36gKoBF2k2 { width:47.75rem;height:2.4375rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxXlI80MnyLyUb5w7HEmsggRJFCZhEsB { width:47.75rem;height:2.4375rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVvoFICIabD4fUnmM76Tf8TSEtcm9Wd9 { width:20.125rem;height:1.5625rem;top:30.3125rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9ZmOMM0PO8JFDRGzHbL2TeCW8XL15SW { width:3.8125rem;height:3.9375rem;top:29.125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmHAKWDVe1adEkfuGXMElcq2bymmGnd7 { width:3.5625rem;height:2.3125rem;top:29.9375rem;left:0.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsGkoT8r3bI1UtWBBbvyzI0kz04Nakol { width:1.375rem;height:1.4375rem;top:33.6875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5ZzTsS2vGk2A9LV0s0hVPyZTRlFnhGR { width:1.375rem;height:1.4375rem;top:35.8125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvAn9burABHVlSQGetFiqLz9uCi2KKnt { width:1.375rem;height:1.4375rem;top:39.1875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZvabThH8d4PVc1JJ7T1AthyBJIP0kds { width:1.375rem;height:1.4375rem;top:41.4375rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkd25KnNFELwV8wyqqrd2EZKN32BIh5l { width:47.5rem;height:12.9375rem;top:50.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vydu6Wkmff1HppmGEaSleZawS3GOzsOW { width:47.75rem;height:12.0625rem;top:51.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugtxVFikd8zSFO2u3kJGZ7m1lUScX3cT { width:47.75rem;height:2.4375rem;top:48.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbdXeebGKQDTOBorVoLzQvP2zzf2P7bh { width:27.5rem;height:1.5625rem;top:48.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPp0y3bxkOoJe0OsVSg3T9ICu3WeA63a { width:3.8125rem;height:3.9375rem;top:47.375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCmgdm8tRTwKoK4tZszOEdzpBqrg1c6H { width:3.5625rem;height:2.3125rem;top:48.1875rem;left:0.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6iOfNx1MB4qvSeQncMRHhgmObPIdvmU { width:1.375rem;height:1.4375rem;top:51.625rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1DNbG8LKZK5Dkn2wx5UsUuOhqo5oldE { width:1.375rem;height:1.4375rem;top:53.8125rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWKDeJLgTsRHQ7P2zIyzD1w4CJ3e53pl { width:1.375rem;height:1.4375rem;top:56.0625rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dth5pvmRHKkf3eyyJaDteZyQZiNgRMDh { width:1.375rem;height:1.4375rem;top:58.25rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4cVd9p0bpwMGe5f608dd0LQeuxZVXJS { width:1.375rem;height:1.4375rem;top:60.5625rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqsdblFAOEzpAKDSwDv0osuqLygxMp2R { width:47.5rem;height:16.5625rem;top:67.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7vcu6228LRToOJTnFgCm7FvvPO9XzWi { width:47.75rem;height:15.375rem;top:68.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUTsMwp2JOvWWvnhV97rPM3SDnJa3Wy1 { width:1.375rem;height:1.4375rem;top:70.8125rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NL2oktKz92G0sRkchsa65DkDKOXZCOGx { width:1.375rem;height:1.4375rem;top:73.0625rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsiIP2iZwvIKSbATFPhsfmd1IAlFgpyz { width:1.375rem;height:1.4375rem;top:77.5625rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBTmULScI7c7qTRz4T4vHetPbfgRP80P { width:3.8125rem;height:3.9375rem;top:64.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcxFmrgybrBX2NeD2LOsDrLHJZSOu1qm { width:47.75rem;height:2.4375rem;top:65.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJLT4ge1cLusZut6Oh625FxbWz1DftZI { width:1.375rem;height:1.4375rem;top:75.25rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xH3rIOTGOmWt7vVxwwDarVJcTRHgkUlp { width:1.375rem;height:1.4375rem;top:68.625rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwJTglb2d2k62pdZzIQdF2honPJTkCJy { width:3.5625rem;height:2.3125rem;top:65.1875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Us4ARanmTNK5onWKfgXTCyRLvzBKKy74 { width:20.5625rem;height:1.5625rem;top:65.6875rem;left:3.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2cOLFMQawIhzkIhss7L2betBdSaaKnf { width:1.375rem;height:1.4375rem;top:81rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sz7P8IZJX5yQMOHDdrRa9cIXqaLCOznC { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FmtVO1tmiiwEUphl3U7VAoOqBqsGLrs7 { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HFdD2ZLbINlkgyTQRQzmZeGnWEDAyfSt { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OSqhhETIczW51rbtVP3s2PGT9O5oZBLe { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lQsRQu9SN5ksP8tW31uXvlo906tovRQ4 { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DET7Cp3daXCGFcO1Xfr0m7Pzkyh915ui { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KcVquHhleuaTEHAesGIeCk5T077z9XoS { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iqbGgKL4TnVGDqZ9IGkKkT7wWZxaPtuM { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KBXtVTGEfGHgzpQd9CZoXZt3xno3oKVa { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HCbuRBrcpPxZXEnNzDsL1bzrxkDfu5FH { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xWT6MALE43hLbJ11Tg9SytTA8ayvvBAW { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #M1TqX0AMBSfcsptv1P7vEl8fLAz7wn3C { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aPHlbbrx5CFT7Q0qIAPldfdcn9OhR4v7 { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTx1U35QgfW07UvlNBRaO9eI0GNl0dwF { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pQzU9aC8JM1AkKQQnOQ3pOvRAZAW0P7o { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KWVsf9IvxwevPf7LTIqo7uvdzve5sPae { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #byty7GxdTIWyTKwkV6KBicvSPuT5VAiu { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #evamUcK3ZrNBPHGhShZgNb5BHUT2JAbu { display:block; }#evamUcK3ZrNBPHGhShZgNb5BHUT2JAbu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vW91wTx4wW1uZ42CDbDghLQWpuup78Wg { width:41rem;height:4rem;top:4.25rem;left:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWQD2o40vJHNo1oFUA1dSWeDgsxBxPcE { width:15.5625rem;height:8.4375rem;top:10.5rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L16wzogK805EK0UTEaJJDtmU8kg8C8vg { width:15.5625rem;height:8.4375rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTtPO3qEbP4B6wwGmMS7v9WBgvGXhVoc { width:15.5625rem;height:8.4375rem;top:10.5rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #moTUpEVId6euNgz1hGGhv2NDzGfTg90q { width:36.3125rem;height:2.3125rem;top:1.125rem;left:6.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnoz8RmqGxqU0VrusZXmczhc3hcw5LmE { display:block; }#cnoz8RmqGxqU0VrusZXmczhc3hcw5LmE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fsiPr8O6ByKTUGRVavKPGgAobbtAZmQq { width:47.75rem;height:2rem;top:2.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dpgb4CRezmQ1kiNqwTLvqlqNmUzplQW0 { width:25rem;height:2.75rem;top:5.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI82kTy4O5ElLePVPVLiKHZkiTuBbQE1 { width:11.4375rem;height:14.3125rem;top:10.9375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIgTLSnKJp4fFUcidp943tKzWmxTqu10 { width:20rem;height:35.3125rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3J32yxqRRqskLgRBcNpbEOOay9AX0Mp { width:16.375rem;height:1.75rem;top:26.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCSWffnSO4FTKd9PaKQIHrvgg6qgRgfJ { width:7.375rem;height:0.375rem;top:28.625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCTO8gWNaFQeyQctEQVZratQlLPTnpNv { width:17.875rem;height:3.5rem;top:30.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6SRDQBHd34FVWSbhoSHD7IWVZxiH90D { width:16.625rem;height:11.3125rem;top:35.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa5yFvPMTbqmnhlKgvmJ9XZDpduRX8Tb { width:19.9375rem;height:35.8125rem;top:13rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFVHwbaLBaExPzR0ZZIM5FCnxpRTmDB2 { width:17.75rem;height:4.6875rem;top:30.8125rem;left:14rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Seuzo55nahbmgLA9eZaDJ9TFmmbS3ev1 { width:16.375rem;height:1.75rem;top:25.6875rem;left:15.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po3qi5y11iDFlXXk6cyikN76AOxqvqK1 { width:11.375rem;height:14.3125rem;top:10.1875rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuoA3EIl5OdsP63rDEoHLrAeTylJ7qmF { width:7.375rem;height:0.375rem;top:28.625rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8eQMq7RWFxCGMaZhfGTD4gMrixa1yew { width:16.5625rem;height:7.9375rem;top:37.5625rem;left:15.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8uNPaq6nVI8kWQTzkSmIK7TILgyaviP { width:11.4375rem;height:14.3125rem;top:9.125rem;left:33.968748092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTNaLXZyDsl17B6Wh3m8PILti3GSUHGw { width:7.375rem;height:0.375rem;top:28.625rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1Wrqidg3x7JuH8qDNhDudOifVwhxAgB { width:16.375rem;height:1.75rem;top:26.0625rem;left:31.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9lpTgOOl5v3A2OE6q8zTbsLpATBcrTS { width:17.375rem;height:4rem;top:30.5625rem;left:30.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAUClg6Sf8hbmy5O8NaT5hZX07QaCsvr { width:18.125rem;height:10.1875rem;top:36.25rem;left:29.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxNb26SrN3lomKUwelff4ezX2B07FeFH { width:20rem;height:42.375rem;top:13rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CufOhg5BLED34zx42XeRGBNNrZufa2Nd { top:69.4375rem;left:18.125rem;width:13.625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW3SGU8GnBFAgG4IsioHSz6yTs1TvUzt { display:block; }
 }@media only screen and (max-width: 763px) { #XRQcUyxMq5eUz73wUFdO1oGn9SBDwqe6 { width:16.375rem;height:1.75rem;top:25.6875rem;left:15.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #on150TpIbk0CDH5zeDAuD5tfpvsrPUMv { width:7.375rem;height:0.375rem;top:28.625rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #G8TSzCRiENLyJ6y3RJraWdTxtErlmpHN { width:19.9375rem;height:35.8125rem;top:13rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #weP2OLEwTAq1BgJb7NccEPsBGWyXUxqJ { display:block; }#weP2OLEwTAq1BgJb7NccEPsBGWyXUxqJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ENEePe57QI5uC66QxLBacpHKiy5t7bur { width:27.875rem;height:18.6875rem;top:9rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocG9tox34emuliaJSPm1NTV5w0FSKOUh { width:47.75rem;height:2.6875rem;top:3.4375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvU0TCKTN2laatgPognNWeyNu2TkPU7B { width:11.25rem;height:14.5rem;top:11.6875rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #krc1dm8xMzKtQc8gkIhPNoJQPNyLzAnX { width:14.75rem;height:0.4375rem;top:0.875rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6iTidhas8fzzUPV78mbGgNrKTdOamVA { width:16.375rem;height:1.75rem;top:10.4375rem;left:31.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrfxeSUpd6JfVaBGxeuwUyBvSydf7uRm { width:7.375rem;height:0.375rem;top:12.5rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc3RZBnuUPuElIJaCghEKpcSTsd2rexv { width:16.625rem;height:2rem;top:13.5rem;left:31.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eswzD7e2Xk1MIda7zbE9Fd7lJGBvIghm { width:26.625rem;height:18.125rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUT3FFVuoyyWOlkKzEulHy43TXNK47rT { width:16.375rem;height:1.75rem;top:11.125rem;left:6.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHnOi3JpiEJZtPtucQPHaxbMoDg8BgZy { width:15.0625rem;height:2.3125rem;top:14.0625rem;left:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PO3T44SyXfIk1hF2MXfuTLWg1XM7FBl0 { width:17.25rem;height:10.1875rem;top:16.1875rem;left:30.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6IhhBuSuV20v3P998TERTpWAtVIJkpr { width:14.75rem;height:6.8125rem;top:18.3125rem;left:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIyb5A7yTrq9Skqn8xDoc8KrbOPQXMbL { width:12.5625rem;height:16.3125rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGnCHCxSIece07JSl5xXFUfvHzqRgcni { width:7.375rem;height:0.375rem;top:13.125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT4VUvTFkoILPIuEwfdQ1ATWL0mlmig4 { width:27.875rem;height:19.3125rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsBmo88rcJsV6rLllgm1g4oQLxWRxMHP { width:11.8125rem;height:15.3125rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4G6AZh3ba8gMKbskRahSETLUZqpvdIN { width:16.625rem;height:3rem;top:34.5625rem;left:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bts5Zs04D4pSL6qZC6y9Bg0bEOKpRP3U { width:7.375rem;height:0.375rem;top:33.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvcSquUiykT739vu6BZwCWSAyNRMotoA { width:16.375rem;height:1.75rem;top:31.3125rem;left:5.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3sKXbqtqnHc6MEItv2L7mmzBaIi8Hma { width:15.625rem;height:5.625rem;top:38.5625rem;left:5.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RypPJQZTv7wQP2BmHcE8HWZl1Zepi5s1 { width:27.875rem;height:19.375rem;top:28.9375rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUXATheak302wiEwIxBzJwxDKSXdRS4I { width:16.75rem;height:6.8125rem;top:37.9375rem;left:31rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #grpHKV17ATQX34SoswKUnHdGRoTQAPU2 { width:17.625rem;height:2rem;top:35.125rem;left:30.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL2rnMdiNE3mO10xwigaBuV4V3TJiFGa { width:7.375rem;height:0.375rem;top:33.25rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nL0EDsCSPxaZEIHfHk5TgbHs6xw1wnrI { width:12.25rem;height:15.375rem;top:30.625rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdSmTH7dkdxFh4kmDxJNxnEWwPobvOcm { width:16.375rem;height:1.75rem;top:31.125rem;left:31.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOguXT3hhWMIbixvcOXi0eTQb8Do71Ug { width:27.875rem;height:19.875rem;top:50.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2be5mQratGRzrMakiChP6XhZGMfr6RE { width:11.1875rem;height:14rem;top:53.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewwyLmAUkyqFiTTBshUOybcuSkwKc1vt { width:16.25rem;height:6.8125rem;top:59rem;left:5.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #trye9b98UeiTh3ltTux0HKfa45TpEGnl { width:16.625rem;height:2.125rem;top:55.5625rem;left:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAvyCgNNwvKMwHIcWpBMGVmbv6O8hidC { width:7.375rem;height:0.375rem;top:54.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KebuuNG0FPSpSkVSFMAvEqykOf48qL0K { width:16.375rem;height:1.75rem;top:52.0625rem;left:5.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bgxxy2phhaLTz4t6rnSZg6006mEbnNoH { width:12.6875rem;height:16.5625rem;top:51.875rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtgcJsTXhPTzNs0D7ZPPZViAFpBTm0VL { width:27.875rem;height:20.0625rem;top:50.25rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXHPwAb02hi1q1NWklnM097m7dda5ETp { width:16.75rem;height:6.8125rem;top:61.125rem;left:31rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs5oCSH3z3LtEkmfVP4XNXqyQIgXawJz { width:7.375rem;height:0.375rem;top:55rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmqw1MVO5sPLGaRuWpaF32Vq75M7s30R { width:17rem;height:4.3125rem;top:55.875rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0QTASF7dIH9WehVBKRKtuh7NwVRh6iC { width:16.375rem;height:1.75rem;top:52.6875rem;left:31.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sehVotJNaWnXIdTSO3LRyFHZF1ultha7 { width:47.75rem;height:17.9375rem;top:72.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpWKXzbTVACNRANhOmz1Ia6C4crEsQV4 { width:13.5rem;height:16.9375rem;top:73.3125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMxuDso4WpMZd7s68kcstHFWdkQfCKiV { width:11.625rem;height:14.6875rem;top:75.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWTdR5LihFVo8g8uILaXGq714qx46hJx { width:38.4375rem;height:1.75rem;top:74.6875rem;left:9.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM3xoL7J8b5xSWVawKm3Tlm4NOz7yHcE { width:30.9375rem;height:0.375rem;top:76.8125rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0BiT6kotQeOCNTorpPpaB8o0W9FRCSv { width:36.625rem;height:1.0625rem;top:77.4375rem;left:11.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZhVnZiUWSpZskDfQeLnTinr5T9QMmpZ { width:25.25rem;height:1.25rem;top:78.875rem;left:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaBCnniz9HSbTdyqrJC3HQfOKbAE66dm { width:34.875rem;height:5.625rem;top:81.625rem;left:12.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #grpO7AzTFDnKFM3DxPpNpyHWacSs2BqS { display:block; }#grpO7AzTFDnKFM3DxPpNpyHWacSs2BqS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwQ4DHSi8pMtl1kFxl7QdzG3cqsHVaki { width:47.75rem;height:1.5625rem;top:1.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5NQ7EH4JaXbrVnSN1qu41yvot9yl5MI { display:block; }#S5NQ7EH4JaXbrVnSN1qu41yvot9yl5MI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mc6Fqq9Wi9oMikTEQLL9FpVeNWqip5vn { width:27.8125rem;height:3.8125rem;top:41rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gz4wqLccgDVRX6M1mROS8bDasHo3HM05 { display:block; }
 }@media only screen and (max-width: 763px) { #PzlQxlRTfqFMZ14s8ErL7FRM9tTqPrtQ { width:15rem;height:0;top:22rem;left:15.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7HdsARETf2IRIqgaiyIIQgmt9BcslSc { width:29.9375rem;height:32.0625rem;top:12.4375rem;left:6.9375019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmEHhppL9zvpcrwrT6E60JJG91dC4F4s { width:30rem;height:7.875rem;top:10.5625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be40BPusfN8AgV9hQXUCUU7PxSQBNtvL { width:4.75rem;height:4.75rem;top:12.125rem;left:31.124219894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxnozfhvpMItVwrqgHpOVKwWZbA1PA2b { width:4.75rem;height:4.75rem;top:12.125rem;left:8.5625019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWdvqkWBr04GyBHSLWfp79KFZZn5orsR { width:4.9375rem;height:2.0625rem;top:13.4375rem;left:9.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtnnZqB7tBvAyHeVNqkG0NLQlg4vlRbc { width:26.8125rem;height:2.875rem;top:19.25rem;left:8.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEIFihXC2eP8reZu1ORTX6Cb8dMvpkse { width:17rem;height:11.1875rem;top:22rem;left:14.125rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM6yGeTh9TVOma2v1AVTdGCevFn7yreW { width:3.375rem;height:1.875rem;top:26.625rem;left:11.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkniscZoNLqNFQHVw9Cayf8eOVCN2GTW { width:3.1875rem;height:2.5rem;top:28.1875rem;left:30.749998092651rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #trWsCE6dEOBZFqHMNrBApsVxfdo6Zqrd { width:2.0625rem;height:1.875rem;top:28.5625rem;left:11.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qveVwQyPukyqMCSVfrdgztDKnqazBHP6 { width:23.8125rem;height:1.5rem;top:32.1875rem;left:10.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCg5bfOK0iPAPNNusSPMTt63iFXk0mmU { width:24.1875rem;height:2.5rem;top:31.5625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1uJHR58oHUxbUMgCXIkdT0RLOpk1Itf { width:27.8125rem;height:3.8125rem;top:36.3125rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NNEFT989dTeIm57Lq45qvRs6OR4AfR7y { display:block; }
 }@media only screen and (max-width: 763px) { #MMzBzg0LLhoadVulp7yuxxtlM5UdN34I { width:5.5625rem;height:2.0625rem;top:40.625rem;left:30rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOfd09tDXSTiMtHTg6HJzzx268sZ8yTO { width:2.75rem;height:2.75rem;top:40.25rem;left:27.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZWew0vaxIZBZOtnPzXwpdqOVEIvyMkW { width:9.625rem;height:2.0625rem;top:40.625rem;left:18.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcFBh3UPTRsxrLPCgbbHfTEm8OVQeUkp { width:2.75rem;height:2.75rem;top:40.25rem;left:16.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1cHFGN7UWgKTZ29b51LR00UKrgERgrt { width:4.75rem;height:2.0625rem;top:40.625rem;left:12.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmNkNH1axTaXCXV546rbmWU2rnarEfZ6 { width:2.75rem;height:2.75rem;top:40.25rem;left:9.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxsLpbRTdCAo3uyoOPXkJgksAg1plfNC { width:47.75rem;height:2rem;top:6.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMIPlpltWMFc2EZt7WzlCT5kkUTCLBFA { width:47.75rem;height:3rem;top:1.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3V0AKuwEqcH25TxGy48HyEcbe9EwdLn { width:27.8125rem;height:3.8125rem;top:36.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iA6zezEW9OdzF8k92mm5oJSmX3be8XWk { display:block; }
 }@media only screen and (max-width: 763px) { #Es2pk25UXHQqy9ZMe9ofnhrwxAswyfAf { width:27.8125rem;height:3.8125rem;top:0rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lz66KTlNtBKP5JO9VU0XKoKKbMQHkPQC { display:block; }
 }@media only screen and (max-width: 763px) { #qCg3z8XIBTRBsTR8DMqtIDhWHNLJ12NQ { width:4.9375rem;height:2.0625rem;top:13.4375rem;left:32.1240234375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNFDnf1hnHfxb6lQIkErJ2HkGitIk2lr { width:25.4375rem;height:2.9375rem;top:40.125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAu7yaBSezeyZykm2zKPtmEwmwK48Gxe { top:35.3125rem;left:8.6250019073488rem;width:27.875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5JZu3WryFu2SaaF54T8NgVClTxr6VTx { display:block; }
 }@media only screen and (max-width: 763px) { #wZ9TBWKw7s07JLpTB3Acy0oHqn1p0Hyu { width:17.25rem;height:3rem;top:13rem;left:13.937501907349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6Bc5Qr2KNwI1gJ7I0VIlc3Bm5tk1CfP { top:47.875rem;left:8.03125rem;width:27.875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCMwwkVBa6PAa3enXvh6sTozITlq2qPp { display:block; }
 }@media only screen and (max-width: 763px) { #Vk53UHibEbT96W1277f8Ti3F9tnC4dsg { display:block; }#Vk53UHibEbT96W1277f8Ti3F9tnC4dsg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hLDzBxVPTgTSRLXyZ0qOn1ZSdP1XrLus { width:36.9375rem;height:10.0625rem;top:7.75rem;left:10.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSXf3G9gr9R0SE5A9T5furisiRvhRZ31 { width:29.5625rem;height:5.125rem;top:1.4375rem;left:16.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRkfVN5Q7uLXkiTIyRKFFnKJOUlvscfZ { width:20.3125rem;height:18.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4emaA204F6kSv5wu81qfELGSTxu8lKk { display:none; }#h4emaA204F6kSv5wu81qfELGSTxu8lKk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VnflCih9b2TfBpcOhmwOlToONgN3OmRH { width:22.25rem;height:5rem;top:2.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSZLA31aafahxAzy9lxwfnQ4PAP1lqTg { width:14.875rem;height:6.9375rem;top:1.75rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1KqhCD9ee0FnIEmUhbT63aPRkHnrt2F { width:31.75rem;height:6rem;top:8.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOXVia0fTkarsbPQ4qPXzXMhQnbQd1rO { width:25.4375rem;height:18.625rem;top:2.75rem;left:22.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xZslXbdcU8g6hQy5nB7iXTtewE0B0KD6 { top:17.5625rem;left:0rem;width:21.4375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRyd2uEcl7HmrMyLtadzV5lR1OiiQB0V { display:block; }
 }@media only screen and (max-width: 763px) { #LxC1fpnCkBcKRxUTNzUrFTe8LWWVKRa3 { width:8.9375rem;height:0.875rem;top:1rem;left:38.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 { display:block; }#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SvOw6IJsVmTiItC7U9Qh2CC191iWvBT0 { display:block; }#SvOw6IJsVmTiItC7U9Qh2CC191iWvBT0 > .row .container { width:20rem;height:2.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GMxmyy9ftByMCh2LKCOTxlCtGSExre55 { width:20rem;height:2.19921875rem;top:0rem;left:0rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #PqL9wrmdeTPLvUICf1Brcre4XgZiMwWR { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/018c30b9-614b-43a1-a766-e7d1528f0dc1/download.preview.rotate_270.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PqL9wrmdeTPLvUICf1Brcre4XgZiMwWR.adaptive-delivery-prevent-bg, #PqL9wrmdeTPLvUICf1Brcre4XgZiMwWR.lazyload, #PqL9wrmdeTPLvUICf1Brcre4XgZiMwWR.lazyloading { background-image: none; }#PqL9wrmdeTPLvUICf1Brcre4XgZiMwWR > .row .container { background-color: transparent; background-image: none; }#PqL9wrmdeTPLvUICf1Brcre4XgZiMwWR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PqL9wrmdeTPLvUICf1Brcre4XgZiMwWR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PqL9wrmdeTPLvUICf1Brcre4XgZiMwWR > .row .container > .video-iframe-container { display: none; }#PqL9wrmdeTPLvUICf1Brcre4XgZiMwWR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PqL9wrmdeTPLvUICf1Brcre4XgZiMwWR > .row > .video-iframe-container { display: none; }#PqL9wrmdeTPLvUICf1Brcre4XgZiMwWR > .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); }#PqL9wrmdeTPLvUICf1Brcre4XgZiMwWR > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i24bbzG0M3vQ4e9XdmubBkFTONHKtKJu { width:19.875rem;height:22.5625rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1JLtPm7BdakW5uBwGbf2xGRU1oTRoDS { width:18.6234375rem;height:4.59911875rem;top:0.8125rem;left:0.6875rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Zq83VrpzwITfBCmIvfGiux4fdGaHuUdN { width:18.9375rem;height:1.29980625rem;top:7.6875rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfQOOh5A3mkCyptMBBc6bKvB8GqA0fpH { width:18.9375rem;height:15.84375rem;top:9.5625rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8SKdhfPJHPqAfdTeAhBJyD935ZDeetq { width:3.375rem;height:3.3125rem;top:4.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH5V7ksp8cVeTyM9s7ww6RG7VZ0lvrys { width:15.3125rem;height:1.625rem;top:5.25rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaB8TWhyaXk9pHhZBkaDTyDI9FsnFyLX { width:14.625rem;height:2.4375rem;top:28.0625rem;left:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHALMJNIifA36WFWV4J4834UsmyceoHt { width:2.9375rem;height:2.9375rem;top:27.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfkO7H626CM5Gos8e4rnwbJxGeHBlNEZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/VxLAVjMM/02_2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XfkO7H626CM5Gos8e4rnwbJxGeHBlNEZ.adaptive-delivery-prevent-bg, #XfkO7H626CM5Gos8e4rnwbJxGeHBlNEZ.lazyload, #XfkO7H626CM5Gos8e4rnwbJxGeHBlNEZ.lazyloading { background-image: none; }#XfkO7H626CM5Gos8e4rnwbJxGeHBlNEZ > .row .container { background-color: transparent; background-image: none; }#XfkO7H626CM5Gos8e4rnwbJxGeHBlNEZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(68,0,68,0.77); }#XfkO7H626CM5Gos8e4rnwbJxGeHBlNEZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XfkO7H626CM5Gos8e4rnwbJxGeHBlNEZ > .row .container > .video-iframe-container { display: none; }#XfkO7H626CM5Gos8e4rnwbJxGeHBlNEZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(68,0,68,0.77); }#XfkO7H626CM5Gos8e4rnwbJxGeHBlNEZ > .row > .video-iframe-container { display: none; }#XfkO7H626CM5Gos8e4rnwbJxGeHBlNEZ > .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); }#XfkO7H626CM5Gos8e4rnwbJxGeHBlNEZ > .row .container { width:20rem;height:51rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZL74BSGgnOQwKMoaHR17tXccBTgnQO6C { width:20rem;height:0;top:20.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #c79yN4iZXdkpTpr3DWlyDmn79XueEvW9 { width:18.4375rem;height:5.19921875rem;top:13.546875rem;left:0.78125rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nAR4FqiZoudUlzeJ41W5UQQLfruNkTgU { width:18.4375rem;height:19.79295rem;top:20.30908203125rem;left:0.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B4ywRAllTOeBQUmfXoBT4LKeTCg0ex8K { width:9.4375rem;height:10.9375rem;top:1.49609375rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIJvsVX1pfegVdqkK2JoAAxNW74GDD8s { top:42.51904296875rem;left:0.5rem;width:19rem;height:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0IeBJB9xvyrDIK3qrbHQXMP7RVGSErb { display:block; }
 }@media only screen and (max-width: 763px) { #Xy2wvxv28MEb9gGVx7cWZTwNthe2n8sM { display:block; }#Xy2wvxv28MEb9gGVx7cWZTwNthe2n8sM > .row .container { width:20rem;height:41.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FK0AMrTkzoUS4hX478UE7AwJ17xKLfVO { width:17.25rem;height:17.30809375rem;top:23.625003695488rem;left:1.9374999403954rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:99994;display:block; }
 }@media only screen and (max-width: 763px) { #Nesblw1aUSxgVK59v6wR1S62MAlfZkzM { width:1.5625rem;height:1.5625rem;top:26.750001907349rem;left:0.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTr1OaBt11ccl5FP9PyavldV8Pg8TVNp { width:1.5625rem;height:1.5625rem;top:23.375000953674rem;left:0.4367898106575rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zi355mnHEtFUhgKuOskfgWQAasNov2mJ { width:1.5625rem;height:1.5625rem;top:35.812502080574rem;left:0.4367898106575rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrPzHkb128TLXmlQ90IEt0DGSm8WkFVe { width:1.5625rem;height:1.5625rem;top:31.303268432618rem;left:0.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHes3XWCsZrFRM6xf10IiW7z7QiMIzR4 { top:75.6875rem;left:0rem;width:20rem;height:42rem;z-index:99993;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:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #TQPcfPTdm9G3el4XTrfmmTsH49xzMqyR { width:11.8125rem;height:15.9375rem;top:6.5021313428881rem;left:4.0937501788139rem;z-index:100031;display:block; }
 }@media only screen and (max-width: 763px) { #KvzZVnZ6qZa9HSv5RbZJmxDTcSZGmsqg { width:1.5625rem;height:1.5625rem;top:38.187502080574rem;left:0.4367898106575rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNmem7AfbAVa143CsfwyMP3xdAtLnnFD { width:20rem;height:3.75rem;top:1.4630681276321rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #ILDouTv0ACfg2wGT6QM5AmfwEztFNc2z { width:17.8125rem;height:24.125rem;top:2.4375rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TtSUvKfoJPonkPTGsCJPVpncTI6cxh3m { width:20rem;height:auto;top:1.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BLNmnWt8zxkVuOB4TgloV39Q9UHryktk { background-color:transparent;background-image:url("https://images.assets-landingi.com/ZikOJpfa/333.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#BLNmnWt8zxkVuOB4TgloV39Q9UHryktk.adaptive-delivery-prevent-bg, #BLNmnWt8zxkVuOB4TgloV39Q9UHryktk.lazyload, #BLNmnWt8zxkVuOB4TgloV39Q9UHryktk.lazyloading { background-image: none; }#BLNmnWt8zxkVuOB4TgloV39Q9UHryktk > .row .container { background-color: transparent; background-image: none; }#BLNmnWt8zxkVuOB4TgloV39Q9UHryktk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff8f8; }#BLNmnWt8zxkVuOB4TgloV39Q9UHryktk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BLNmnWt8zxkVuOB4TgloV39Q9UHryktk > .row .container > .video-iframe-container { display: none; }#BLNmnWt8zxkVuOB4TgloV39Q9UHryktk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff8f8; }#BLNmnWt8zxkVuOB4TgloV39Q9UHryktk > .row > .video-iframe-container { display: none; }#BLNmnWt8zxkVuOB4TgloV39Q9UHryktk > .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); }#BLNmnWt8zxkVuOB4TgloV39Q9UHryktk > .row .container { width:20rem;height:57.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVLQ8SfCHz3M5Eoi34AWivoGoMJe0PVv { width:15.875rem;height:4.548825rem;top:23.0625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;color:#414141;display:block; }
 }@media only screen and (max-width: 763px) { #kBsCAQXUUIhueTFvaE2xMCyuRVufxWfi { width:3.875rem;height:4.0625rem;top:18.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpsfuHuru3hTylo2TcXuWuZszITLf1dD { width:15.8125rem;height:4.9609375rem;top:11.249289989471rem;left:2.0937499403954rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;color:#484848;display:block; }
 }@media only screen and (max-width: 763px) { #S7gScbvcuIuyC0pevMcrp7dNXpG3PFwI { width:3.9375rem;height:4rem;top:6.25rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9obBkyZNI1IrNibeckBbAT8dbhrSwLs { width:18.375rem;height:9.1875rem;top:8.4375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #htvBpJE8ItnCyuJyVwHtHkKWs531lwWE { width:18.9375rem;height:11.625rem;top:43.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OluKuFzZywXxV8prQZINGXUNMrJui49Z { width:20rem;height:3.29980625rem;top:1.9985694885254rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T9qLWymMxEDepoGAzwkvP3fwVvrLe9rf { width:19.875rem;height:9.125rem;top:119.12414169311rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dNL4l7twV76dCAKh4T8wSN6B80xkZiWt { width:3.875rem;height:3.875rem;top:30.375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeKxee7bnwVq9rwuiEqKWzmLbUpAvskT { width:15.8125rem;height:4.9609375rem;top:34.25rem;left:2.125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;color:#414141;z-index:100030;display:block; }
 }@media only screen and (max-width: 763px) { #Qy97vTxVF8vUGbaPhCJvP9GvrLIn6gFz { width:9.375rem;height:0.25rem;top:1.0742092132568rem;left:5.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQTLywiMbn9SWxpg7dI92qGdqFoP7h5z { width:17.25rem;height:9.1875rem;top:44.9375rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#414141;display:block; }
 }@media only screen and (max-width: 763px) { #g2B79XBMHDdNFWiZJ7g9it5isFQ7HfRH { width:17.875rem;height:8.5625rem;top:31.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNme3gA2aOSVJv6yT6TRhWZCtlWoNnCy { width:3.75rem;height:3.8125rem;top:41.125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCNvk9mJqGaKatn7wbyRmKTkPrLGoWDf { width:18.4375rem;height:9.1875rem;top:20.125rem;left:0.8125rem;z-index:100005;border-top:0.0625rem solid #f6c4a3;border-left:0.0625rem solid #f6c4a3;border-right:0.0625rem solid #f6c4a3;border-bottom:0.0625rem solid #f6c4a3;display:block; }
 }@media only screen and (max-width: 763px) { #k470u2x6KukN46RyS4lEFmaoau1TVzl5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/EciTQ8wv/menor.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#k470u2x6KukN46RyS4lEFmaoau1TVzl5.adaptive-delivery-prevent-bg, #k470u2x6KukN46RyS4lEFmaoau1TVzl5.lazyload, #k470u2x6KukN46RyS4lEFmaoau1TVzl5.lazyloading { background-image: none; }#k470u2x6KukN46RyS4lEFmaoau1TVzl5 > .row .container { background-color: transparent; background-image: none; }#k470u2x6KukN46RyS4lEFmaoau1TVzl5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(58,11,90,0.64); }#k470u2x6KukN46RyS4lEFmaoau1TVzl5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#k470u2x6KukN46RyS4lEFmaoau1TVzl5 > .row .container > .video-iframe-container { display: none; }#k470u2x6KukN46RyS4lEFmaoau1TVzl5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(58,11,90,0.64); }#k470u2x6KukN46RyS4lEFmaoau1TVzl5 > .row > .video-iframe-container { display: none; }#k470u2x6KukN46RyS4lEFmaoau1TVzl5 > .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); }#k470u2x6KukN46RyS4lEFmaoau1TVzl5 > .row .container { width:20rem;height:127.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZLXe0RvDGmcFS2eBsGmE4hgJZSJoPfkq { width:1.375rem;height:1.4375rem;top:47.562501907349rem;left:0rem;font-size:1rem;z-index:100059;display:none; }
 }@media only screen and (max-width: 763px) { #z6GsrSnpnAKD50Dq1yUIB2gQbJixdwBy { width:1.375rem;height:1.4375rem;top:53.187501907349rem;left:0.125rem;font-size:1rem;z-index:100060;display:none; }
 }@media only screen and (max-width: 763px) { #O7c572yy5xtcQ8soLGKA6Fp70mXGNnIb { width:1.375rem;height:1.4375rem;top:56.738637924194rem;left:0rem;font-size:1rem;z-index:100061;display:none; }
 }@media only screen and (max-width: 763px) { #hQftDyZeSO6xHpcJ0sbHZnBWtpXDpllm { width:20rem;height:2.4375rem;top:39.625rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0rem;z-index:100049;background-color:#d78e35;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #RmNaGxK9XGP8T49LpCrVl3UNxkK2QbIf { width:20rem;height:2.75rem;top:64.1875rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0rem;z-index:100050;background-color:#d055e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #uakQEf9CETyzEJpFDzxaZomVLnGTAdMx { width:1.375rem;height:1.4375rem;top:68rem;left:0.1875rem;font-size:1rem;z-index:100062;display:none; }
 }@media only screen and (max-width: 763px) { #B8ORsz0vdoTsUSebTMgrnkmplwcbIMTV { width:1.375rem;height:1.4375rem;top:72.4375rem;left:0.1875rem;font-size:1rem;z-index:100063;display:none; }
 }@media only screen and (max-width: 763px) { #GNfbbH7TAWZDUrqZPgvTccAJv6CxudOP { width:1.375rem;height:1.4375rem;top:76.875rem;left:0.25rem;font-size:1rem;z-index:100063;display:none; }
 }@media only screen and (max-width: 763px) { #nBNkI1euCHHI9D4slKHsUSG9RwphHPOD { width:1.375rem;height:1.4375rem;top:81.5rem;left:0.25rem;font-size:1rem;z-index:100064;display:none; }
 }@media only screen and (max-width: 763px) { #XvDncicTN3TzUfUsZsVrKvE9sQpN9XSw { width:1.375rem;height:1.4375rem;top:86.0625rem;left:0.25rem;font-size:1rem;z-index:100065;display:none; }
 }@media only screen and (max-width: 763px) { #uVe1voVWs9UTdkW3Xd66ndIhAZECwUSN { width:1.375rem;height:1.4375rem;top:95.8125rem;left:0.1875rem;font-size:1rem;z-index:100066;display:none; }
 }@media only screen and (max-width: 763px) { #mzdsnvxTe4PzUO6Drb27DxzFuLLe4ecO { width:1.375rem;height:1.4375rem;top:92.6875rem;left:6.4375rem;font-size:1rem;z-index:100067;display:none; }
 }@media only screen and (max-width: 763px) { #E1GiSL8AW85vW1lETCpqIb5KTAQicynL { width:1.375rem;height:1.4375rem;top:99.1875rem;left:0.1875rem;font-size:1rem;z-index:100067;display:none; }
 }@media only screen and (max-width: 763px) { #zt9h2StII3qnt7VH8cAMx70bVWp99BC6 { width:1.375rem;height:1.4375rem;top:102.5625rem;left:0.1875rem;font-size:1rem;z-index:100068;display:none; }
 }@media only screen and (max-width: 763px) { #TlZ8eSie3THiwZMgK8Ou2ErNsmMwBwOz { width:1.375rem;height:1.4375rem;top:107.25rem;left:0.25rem;font-size:1rem;z-index:100069;display:none; }
 }@media only screen and (max-width: 763px) { #uttztJUF50pyKiUBpmDu1xp6DnHWsqqK { width:1.375rem;height:1.4375rem;top:110.5625rem;left:0.25rem;font-size:1rem;z-index:100070;display:none; }
 }@media only screen and (max-width: 763px) { #PUGbbmfumqwT1RJCVbPcmq6m4HMUM47B { width:1.375rem;height:1.4375rem;top:118.5rem;left:0.25rem;font-size:1rem;z-index:100071;display:none; }
 }@media only screen and (max-width: 763px) { #ew6UGCQh2ITpTT9TZZ8F2e6VW98Rq0r6 { width:20rem;height:2.4375rem;top:9.375rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:1rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpAsVgfCuCRfVBPDiSG3MFUym0Rzk7d9 { width:19.75rem;height:26rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQgQS05GrPBelibCMkLnbB428CRIT76b { width:17.375rem;height:12.63426875rem;top:13.0625rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xDNr7KM3NUctadsB8Ez6vdstTonhCMnM { width:20rem;height:7.77978125rem;top:0.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUH59TbF0bvJE2oUSt2rnqufa6QaTGMr { width:17.5rem;height:9.9243125rem;top:25.875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1AmzVGtA974PL26vC2k4T9y7MQZ3Idm { width:19.3125rem;height:1.3808625rem;top:9.9375rem;left:0.1875rem;font-size:1.0625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #xt2xMSIbpFZx5PTwRMfUD5rcUhorb0kd { width:3.8125rem;height:3.9375rem;top:9.8125rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xb9tZSTLpNVKbwlzt8zrVmMTVrqNkT6c { width:1.375rem;height:1.4375rem;top:16.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHU5qxnz9hpNvZ2TZwTXucGSHe70ttG7 { width:1.375rem;height:1.4375rem;top:16.4375rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #T9z6vznenpAWXKGIURTNOfJnQFEw8PxF { width:1.375rem;height:1.4375rem;top:20.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2ACRbTeUuE7rFbvCWWXTa4KhHiyDlV0 { width:1.375rem;height:1.4375rem;top:25.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2skyM7c3xvKubhDswVB3cPNTcTi5i5Z { width:1.375rem;height:1.4375rem;top:27.299999237061rem;left:6.8749998807906rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ye5dE4CkPqshUovAdBoP3cBOGLVcT5UU { width:3.5625rem;height:2.35595625rem;top:9.3125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRTdXnVbbDab0RagOHLX7KI9lEgI3nTI { width:19.75rem;height:22.5625rem;top:40.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5BfRlNclD5NCFr6Ztnu8HWr8hAbqrMC { width:17.0625rem;height:18.3828rem;top:43.1875rem;left:1.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Zqp5xoTiWcOGfkXmfDDHrN36gKoBF2k2 { width:20rem;height:2.4375rem;top:38.875rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxXlI80MnyLyUb5w7HEmsggRJFCZhEsB { width:20rem;height:2.4375rem;top:39rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVvoFICIabD4fUnmM76Tf8TSEtcm9Wd9 { width:18.8125rem;height:1.5249rem;top:39.625rem;left:0rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #k9ZmOMM0PO8JFDRGzHbL2TeCW8XL15SW { width:3.8125rem;height:3.9375rem;top:29.125rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZmHAKWDVe1adEkfuGXMElcq2bymmGnd7 { width:3.5625rem;height:2.35595625rem;top:39.125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsGkoT8r3bI1UtWBBbvyzI0kz04Nakol { width:1.375rem;height:1.4375rem;top:33.6875rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #s5ZzTsS2vGk2A9LV0s0hVPyZTRlFnhGR { width:1.375rem;height:1.4375rem;top:35.8125rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IvAn9burABHVlSQGetFiqLz9uCi2KKnt { width:1.375rem;height:1.4375rem;top:39.1875rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IZvabThH8d4PVc1JJ7T1AthyBJIP0kds { width:1.375rem;height:1.4375rem;top:41.4375rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rkd25KnNFELwV8wyqqrd2EZKN32BIh5l { width:19.75rem;height:24.3125rem;top:67.375rem;left:0rem;z-index:100025;display:block; }
 }@media only screen and (max-width: 763px) { #Vydu6Wkmff1HppmGEaSleZawS3GOzsOW { width:17.6875rem;height:24.06883125rem;top:69.4375rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #ugtxVFikd8zSFO2u3kJGZ7m1lUScX3cT { width:20rem;height:2.4375rem;top:65.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbdXeebGKQDTOBorVoLzQvP2zzf2P7bh { width:17.25rem;height:1.13720625rem;top:66.25rem;left:2.3125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #cPp0y3bxkOoJe0OsVSg3T9ICu3WeA63a { width:3.8125rem;height:3.9375rem;top:47.375rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rCmgdm8tRTwKoK4tZszOEdzpBqrg1c6H { width:3.5625rem;height:2.35595625rem;top:65.5625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6iOfNx1MB4qvSeQncMRHhgmObPIdvmU { width:1.375rem;height:1.4375rem;top:51.625rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #P1DNbG8LKZK5Dkn2wx5UsUuOhqo5oldE { width:1.375rem;height:1.4375rem;top:53.8125rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EWKDeJLgTsRHQ7P2zIyzD1w4CJ3e53pl { width:1.375rem;height:1.4375rem;top:56.0625rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dth5pvmRHKkf3eyyJaDteZyQZiNgRMDh { width:1.375rem;height:1.4375rem;top:58.25rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q4cVd9p0bpwMGe5f608dd0LQeuxZVXJS { width:1.375rem;height:1.4375rem;top:60.5625rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AqsdblFAOEzpAKDSwDv0osuqLygxMp2R { width:19.75rem;height:29.0625rem;top:95.5rem;left:0rem;z-index:100023;display:block; }
 }@media only screen and (max-width: 763px) { #B7vcu6228LRToOJTnFgCm7FvvPO9XzWi { width:18.125rem;height:28.74266875rem;top:97.5625rem;left:1.375rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:100024;display:block; }
 }@media only screen and (max-width: 763px) { #zUTsMwp2JOvWWvnhV97rPM3SDnJa3Wy1 { width:1.375rem;height:1.4375rem;top:70.8125rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NL2oktKz92G0sRkchsa65DkDKOXZCOGx { width:1.375rem;height:1.4375rem;top:73.0625rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tsiIP2iZwvIKSbATFPhsfmd1IAlFgpyz { width:1.375rem;height:1.4375rem;top:77.5625rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aBTmULScI7c7qTRz4T4vHetPbfgRP80P { width:3.8125rem;height:3.9375rem;top:64.375rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OcxFmrgybrBX2NeD2LOsDrLHJZSOu1qm { width:20rem;height:2.4375rem;top:94rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:1rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJLT4ge1cLusZut6Oh625FxbWz1DftZI { width:1.375rem;height:1.4375rem;top:75.25rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xH3rIOTGOmWt7vVxwwDarVJcTRHgkUlp { width:1.375rem;height:1.4375rem;top:68.625rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UwJTglb2d2k62pdZzIQdF2honPJTkCJy { width:3.5625rem;height:2.35595625rem;top:94.0625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Us4ARanmTNK5onWKfgXTCyRLvzBKKy74 { width:16.5rem;height:1.3808625rem;top:94.5625rem;left:2.25rem;font-size:1.0625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #I2cOLFMQawIhzkIhss7L2betBdSaaKnf { width:1.375rem;height:1.4375rem;top:81rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sz7P8IZJX5yQMOHDdrRa9cIXqaLCOznC { width:1.375rem;height:1.4375rem;top:13.0625rem;left:0rem;font-size:1rem;z-index:100054;display:block; }
 }@media only screen and (max-width: 763px) { #FmtVO1tmiiwEUphl3U7VAoOqBqsGLrs7 { width:1.375rem;height:1.4375rem;top:30.0625rem;left:0rem;font-size:1rem;z-index:100055;display:block; }
 }@media only screen and (max-width: 763px) { #HFdD2ZLbINlkgyTQRQzmZeGnWEDAyfSt { width:1.375rem;height:1.4375rem;top:43.1875rem;left:0rem;font-size:1rem;z-index:100056;display:block; }
 }@media only screen and (max-width: 763px) { #OSqhhETIczW51rbtVP3s2PGT9O5oZBLe { width:1.375rem;height:1.4375rem;top:47.4375rem;left:0rem;font-size:1rem;z-index:100057;display:block; }
 }@media only screen and (max-width: 763px) { #lQsRQu9SN5ksP8tW31uXvlo906tovRQ4 { width:1.375rem;height:1.4375rem;top:52.8125rem;left:0rem;font-size:1rem;z-index:100058;display:block; }
 }@media only screen and (max-width: 763px) { #DET7Cp3daXCGFcO1Xfr0m7Pzkyh915ui { width:1.375rem;height:1.4375rem;top:56.1875rem;left:0rem;font-size:1rem;z-index:100059;display:block; }
 }@media only screen and (max-width: 763px) { #KcVquHhleuaTEHAesGIeCk5T077z9XoS { width:1.375rem;height:1.4375rem;top:69.4375rem;left:0rem;font-size:1rem;z-index:100060;display:block; }
 }@media only screen and (max-width: 763px) { #iqbGgKL4TnVGDqZ9IGkKkT7wWZxaPtuM { width:1.375rem;height:1.4375rem;top:73.8125rem;left:0rem;font-size:1rem;z-index:100061;display:block; }
 }@media only screen and (max-width: 763px) { #KBXtVTGEfGHgzpQd9CZoXZt3xno3oKVa { width:1.375rem;height:1.4375rem;top:78.1875rem;left:0rem;font-size:1rem;z-index:100062;display:block; }
 }@media only screen and (max-width: 763px) { #HCbuRBrcpPxZXEnNzDsL1bzrxkDfu5FH { width:1.375rem;height:1.4375rem;top:82.4375rem;left:0rem;font-size:1rem;z-index:100063;display:block; }
 }@media only screen and (max-width: 763px) { #xWT6MALE43hLbJ11Tg9SytTA8ayvvBAW { width:1.375rem;height:1.4375rem;top:87rem;left:0rem;font-size:1rem;z-index:100065;display:block; }
 }@media only screen and (max-width: 763px) { #M1TqX0AMBSfcsptv1P7vEl8fLAz7wn3C { width:1.375rem;height:1.4375rem;top:97.5625rem;left:0rem;font-size:1rem;z-index:100066;display:block; }
 }@media only screen and (max-width: 763px) { #aPHlbbrx5CFT7Q0qIAPldfdcn9OhR4v7 { width:1.375rem;height:1.4375rem;top:100.75rem;left:0rem;font-size:1rem;z-index:100067;display:block; }
 }@media only screen and (max-width: 763px) { #BTx1U35QgfW07UvlNBRaO9eI0GNl0dwF { width:1.375rem;height:1.4375rem;top:104rem;left:0rem;font-size:1rem;z-index:100068;display:block; }
 }@media only screen and (max-width: 763px) { #pQzU9aC8JM1AkKQQnOQ3pOvRAZAW0P7o { width:1.375rem;height:1.4375rem;top:108.5rem;left:0rem;font-size:1rem;z-index:100069;display:block; }
 }@media only screen and (max-width: 763px) { #KWVsf9IvxwevPf7LTIqo7uvdzve5sPae { width:1.375rem;height:1.4375rem;top:111.75rem;left:0rem;font-size:1rem;z-index:100070;display:block; }
 }@media only screen and (max-width: 763px) { #byty7GxdTIWyTKwkV6KBicvSPuT5VAiu { width:1.375rem;height:1.4375rem;top:119.6875rem;left:0rem;font-size:1rem;z-index:100072;display:block; }
 }@media only screen and (max-width: 763px) { #evamUcK3ZrNBPHGhShZgNb5BHUT2JAbu { background-color:transparent;background-image:url("https://images.assets-landingi.com/VxLAVjMM/02_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#evamUcK3ZrNBPHGhShZgNb5BHUT2JAbu.adaptive-delivery-prevent-bg, #evamUcK3ZrNBPHGhShZgNb5BHUT2JAbu.lazyload, #evamUcK3ZrNBPHGhShZgNb5BHUT2JAbu.lazyloading { background-image: none; }#evamUcK3ZrNBPHGhShZgNb5BHUT2JAbu > .row .container { background-color: transparent; background-image: none; }#evamUcK3ZrNBPHGhShZgNb5BHUT2JAbu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(58,48,51,0.51); }#evamUcK3ZrNBPHGhShZgNb5BHUT2JAbu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#evamUcK3ZrNBPHGhShZgNb5BHUT2JAbu > .row .container > .video-iframe-container { display: none; }#evamUcK3ZrNBPHGhShZgNb5BHUT2JAbu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(58,48,51,0.51); }#evamUcK3ZrNBPHGhShZgNb5BHUT2JAbu > .row > .video-iframe-container { display: none; }#evamUcK3ZrNBPHGhShZgNb5BHUT2JAbu > .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); }#evamUcK3ZrNBPHGhShZgNb5BHUT2JAbu > .row .container { width:20rem;height:42.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vW91wTx4wW1uZ42CDbDghLQWpuup78Wg { width:18rem;height:6rem;top:5.8160514831543rem;left:1.0000000596046rem;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #WWQD2o40vJHNo1oFUA1dSWeDgsxBxPcE { height:8.4375rem;width:15.5625rem;top:22.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L16wzogK805EK0UTEaJJDtmU8kg8C8vg { height:8.4375rem;width:15.5625rem;top:13.5rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTtPO3qEbP4B6wwGmMS7v9WBgvGXhVoc { height:8.4375rem;width:15.5625rem;top:32.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #moTUpEVId6euNgz1hGGhv2NDzGfTg90q { width:13.1875rem;height:3.9619125rem;top:1.4375rem;left:3.4062498807907rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnoz8RmqGxqU0VrusZXmczhc3hcw5LmE { display:block; }#cnoz8RmqGxqU0VrusZXmczhc3hcw5LmE > .row .container { width:20rem;height:76.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fsiPr8O6ByKTUGRVavKPGgAobbtAZmQq { width:20rem;height:4.94970625rem;top:1.0624694824219rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dpgb4CRezmQ1kiNqwTLvqlqNmUzplQW0 { width:20rem;height:1.92480625rem;top:7.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI82kTy4O5ElLePVPVLiKHZkiTuBbQE1 { width:6.9375rem;height:8.6875rem;top:11.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIgTLSnKJp4fFUcidp943tKzWmxTqu10 { width:20rem;height:18.6875rem;top:33.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3J32yxqRRqskLgRBcNpbEOOay9AX0Mp { width:9.125rem;height:1.625rem;top:12.5625rem;left:8.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iCSWffnSO4FTKd9PaKQIHrvgg6qgRgfJ { width:7.375rem;height:0.25rem;top:105.75rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FCTO8gWNaFQeyQctEQVZratQlLPTnpNv { width:10.6875rem;height:3.9609375rem;top:15.0625rem;left:8.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e6SRDQBHd34FVWSbhoSHD7IWVZxiH90D { width:16.5rem;height:9.505375rem;top:20.875rem;left:1.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Oa5yFvPMTbqmnhlKgvmJ9XZDpduRX8Tb { width:20rem;height:29.6875rem;top:97.125rem;left:0rem;z-index:99997;display:none; }
 }@media only screen and (max-width: 763px) { #aFVHwbaLBaExPzR0ZZIM5FCnxpRTmDB2 { width:13.25rem;height:5.249025rem;top:37.125001907349rem;left:6.7492901682856rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Seuzo55nahbmgLA9eZaDJ9TFmmbS3ev1 { width:8.5rem;height:1.625rem;top:34.1875rem;left:8.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Po3qi5y11iDFlXXk6cyikN76AOxqvqK1 { width:7.3125rem;height:9.1875rem;top:34.186792373657rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuoA3EIl5OdsP63rDEoHLrAeTylJ7qmF { width:7.375rem;height:0.25rem;top:35.6875rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8eQMq7RWFxCGMaZhfGTD4gMrixa1yew { width:17.0625rem;height:6.3994375rem;top:43.937501907349rem;left:1.4687499403954rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #M8uNPaq6nVI8kWQTzkSmIK7TILgyaviP { width:6.8125rem;height:8.5625rem;top:54.187502861023rem;left:1.2492896914482rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTNaLXZyDsl17B6Wh3m8PILti3GSUHGw { width:7.375rem;height:0.25rem;top:14.0625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1Wrqidg3x7JuH8qDNhDudOifVwhxAgB { width:16.375rem;height:0;top:104.0625rem;left:1.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #G9lpTgOOl5v3A2OE6q8zTbsLpATBcrTS { width:11.25rem;height:5.25rem;top:57.505683898926rem;left:7.9375006556512rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yAUClg6Sf8hbmy5O8NaT5hZX07QaCsvr { width:17.75rem;height:9.505375rem;top:63.4375038147rem;left:1.1250000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZxNb26SrN3lomKUwelff4ezX2B07FeFH { width:20rem;height:21.25rem;top:10.9375rem;left:0rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #CufOhg5BLED34zx42XeRGBNNrZufa2Nd { top:151.9375rem;left:3rem;width:13.625rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TW3SGU8GnBFAgG4IsioHSz6yTs1TvUzt { display:block; }
 }@media only screen and (max-width: 763px) { #XRQcUyxMq5eUz73wUFdO1oGn9SBDwqe6 { width:7.9375rem;height:1.625rem;top:54.187502861023rem;left:8.9375006556513rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #on150TpIbk0CDH5zeDAuD5tfpvsrPUMv { width:7.375rem;height:0.25rem;top:56.375002861023rem;left:9.5625006556513rem;z-index:100024;display:block; }
 }@media only screen and (max-width: 763px) { #G8TSzCRiENLyJ6y3RJraWdTxtErlmpHN { width:19.9375rem;height:35.8125rem;top:13rem;left:0rem;z-index:99997;display:none; }
 }@media only screen and (max-width: 763px) { #weP2OLEwTAq1BgJb7NccEPsBGWyXUxqJ { display:block; }#weP2OLEwTAq1BgJb7NccEPsBGWyXUxqJ > .row .container { width:20rem;height:163.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ENEePe57QI5uC66QxLBacpHKiy5t7bur { width:20rem;height:22rem;top:23.5rem;left:0rem;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #ocG9tox34emuliaJSPm1NTV5w0FSKOUh { width:20rem;height:1.85595625rem;top:2.6234369277954rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvU0TCKTN2laatgPognNWeyNu2TkPU7B { width:7.25rem;height:9.375rem;top:24.500000953674rem;left:0rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #krc1dm8xMzKtQc8gkIhPNoJQPNyLzAnX { width:9.375rem;height:0.4375rem;top:1.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6iTidhas8fzzUPV78mbGgNrKTdOamVA { width:7.6875rem;height:1.54345625rem;top:25.000000953674rem;left:8.6562506556513rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TrfxeSUpd6JfVaBGxeuwUyBvSydf7uRm { width:7.375rem;height:0.25rem;top:26.812500953674rem;left:9.0937506556513rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc3RZBnuUPuElIJaCghEKpcSTsd2rexv { width:12.0625rem;height:3.375rem;top:27.551137924194rem;left:6.5000001788137rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eswzD7e2Xk1MIda7zbE9Fd7lJGBvIghm { width:20rem;height:16.8125rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUT3FFVuoyyWOlkKzEulHy43TXNK47rT { width:7.9375rem;height:1.625rem;top:7.25rem;left:8.5312506556513rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cHnOi3JpiEJZtPtucQPHaxbMoDg8BgZy { width:11.875rem;height:3.59911875rem;top:10.0703125rem;left:7.0000001788137rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PO3T44SyXfIk1hF2MXfuTLWg1XM7FBl0 { width:17.625rem;height:9.097625rem;top:33.875001907349rem;left:1.3742896914482rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #K6IhhBuSuV20v3P998TERTpWAtVIJkpr { width:17.625rem;height:5.6860375rem;top:15.625rem;left:1.1875000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mIyb5A7yTrq9Skqn8xDoc8KrbOPQXMbL { width:6.75rem;height:8.6875rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGnCHCxSIece07JSl5xXFUfvHzqRgcni { width:7.375rem;height:0.25rem;top:9.375rem;left:8.8125006556513rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT4VUvTFkoILPIuEwfdQ1ATWL0mlmig4 { width:20rem;height:17.75rem;top:46.625000953674rem;left:0rem;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #dsBmo88rcJsV6rLllgm1g4oQLxWRxMHP { width:7.9375rem;height:10.3125rem;top:46.625000953674rem;left:0rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #r4G6AZh3ba8gMKbskRahSETLUZqpvdIN { width:12.25rem;height:3.75rem;top:51.125rem;left:7.2500006556512rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bts5Zs04D4pSL6qZC6y9Bg0bEOKpRP3U { width:7.375rem;height:0.375rem;top:49.5rem;left:9.9375006556513rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvcSquUiykT739vu6BZwCWSAyNRMotoA { width:9.875rem;height:1.54345625rem;top:47.500000953674rem;left:8.6562506556513rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S3sKXbqtqnHc6MEItv2L7mmzBaIi8Hma { width:16.875rem;height:6.09375rem;top:56.937501907349rem;left:1.5624999403954rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RypPJQZTv7wQP2BmHcE8HWZl1Zepi5s1 { width:20rem;height:19.5625rem;top:65.5625rem;left:0rem;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #EUXATheak302wiEwIxBzJwxDKSXdRS4I { width:16.75rem;height:6.82325rem;top:76.125rem;left:1.625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #grpHKV17ATQX34SoswKUnHdGRoTQAPU2 { width:11.375rem;height:2rem;top:70.1875rem;left:7.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eL2rnMdiNE3mO10xwigaBuV4V3TJiFGa { width:7.375rem;height:0.375rem;top:68.875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nL0EDsCSPxaZEIHfHk5TgbHs6xw1wnrI { width:7rem;height:8.75rem;top:66.8125rem;left:0.3125rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #zdSmTH7dkdxFh4kmDxJNxnEWwPobvOcm { width:8.0625rem;height:1.54345625rem;top:66.8125rem;left:9.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uOguXT3hhWMIbixvcOXi0eTQb8Do71Ug { width:20rem;height:19.3125rem;top:85.8125rem;left:0rem;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #x2be5mQratGRzrMakiChP6XhZGMfr6RE { width:6.9375rem;height:8.6875rem;top:87.0625rem;left:0.125rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #ewwyLmAUkyqFiTTBshUOybcuSkwKc1vt { width:16.25rem;height:7.3125rem;top:96.4375rem;left:1.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #trye9b98UeiTh3ltTux0HKfa45TpEGnl { width:11.6875rem;height:3rem;top:89.75rem;left:6.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hAvyCgNNwvKMwHIcWpBMGVmbv6O8hidC { width:7.375rem;height:0.375rem;top:88.8125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KebuuNG0FPSpSkVSFMAvEqykOf48qL0K { width:9.0625rem;height:1.54345625rem;top:87.0625rem;left:8rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bgxxy2phhaLTz4t6rnSZg6006mEbnNoH { width:7.625rem;height:9.9375rem;top:106.5625rem;left:0rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #AtgcJsTXhPTzNs0D7ZPPZViAFpBTm0VL { width:20rem;height:19.5rem;top:105.875rem;left:0rem;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #kXHPwAb02hi1q1NWklnM097m7dda5ETp { width:16.75rem;height:7.3125rem;top:116.5rem;left:1.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Fs5oCSH3z3LtEkmfVP4XNXqyQIgXawJz { width:7.375rem;height:0.375rem;top:109.0625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmqw1MVO5sPLGaRuWpaF32Vq75M7s30R { width:12.5625rem;height:5rem;top:110rem;left:6.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T0QTASF7dIH9WehVBKRKtuh7NwVRh6iC { width:8.5rem;height:1.54345625rem;top:107.625rem;left:8.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sehVotJNaWnXIdTSO3LRyFHZF1ultha7 { width:20rem;height:28.875rem;top:133.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpWKXzbTVACNRANhOmz1Ia6C4crEsQV4 { width:11.375rem;height:14.3125rem;top:126.75rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMxuDso4WpMZd7s68kcstHFWdkQfCKiV { width:10.6875rem;height:13.5rem;top:127.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWTdR5LihFVo8g8uILaXGq714qx46hJx { width:18.5rem;height:3.25rem;top:141.5625rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JM3xoL7J8b5xSWVawKm3Tlm4NOz7yHcE { width:0.125rem;height:0.125rem;top:141rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0BiT6kotQeOCNTorpPpaB8o0W9FRCSv { width:16.375rem;height:2rem;top:146.0625rem;left:1.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qZhVnZiUWSpZskDfQeLnTinr5T9QMmpZ { width:13.375rem;height:2.5996125rem;top:148.625rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaBCnniz9HSbTdyqrJC3HQfOKbAE66dm { width:16.625rem;height:10.5615rem;top:151.25rem;left:1.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #grpO7AzTFDnKFM3DxPpNpyHWacSs2BqS { display:block; }#grpO7AzTFDnKFM3DxPpNpyHWacSs2BqS > .row .container { width:20rem;height:3rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwQ4DHSi8pMtl1kFxl7QdzG3cqsHVaki { width:20rem;height:1.94921875rem;top:0.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5NQ7EH4JaXbrVnSN1qu41yvot9yl5MI { background-color:#ffffff;background-image:none;display:block; }#S5NQ7EH4JaXbrVnSN1qu41yvot9yl5MI > .row .container { background-color: transparent; background-image: none; }#S5NQ7EH4JaXbrVnSN1qu41yvot9yl5MI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S5NQ7EH4JaXbrVnSN1qu41yvot9yl5MI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S5NQ7EH4JaXbrVnSN1qu41yvot9yl5MI > .row .container > .video-iframe-container { display: none; }#S5NQ7EH4JaXbrVnSN1qu41yvot9yl5MI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S5NQ7EH4JaXbrVnSN1qu41yvot9yl5MI > .row > .video-iframe-container { display: none; }#S5NQ7EH4JaXbrVnSN1qu41yvot9yl5MI > .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); }#S5NQ7EH4JaXbrVnSN1qu41yvot9yl5MI > .row .container { width:20rem;height:47.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mc6Fqq9Wi9oMikTEQLL9FpVeNWqip5vn { width:19rem;height:3.8125rem;top:51.5625rem;left:0rem;font-size:0.9375rem;z-index:100012;display:none; }
 }@media only screen and (max-width: 763px) { #Gz4wqLccgDVRX6M1mROS8bDasHo3HM05 { display:block; }
 }@media only screen and (max-width: 763px) { #PzlQxlRTfqFMZ14s8ErL7FRM9tTqPrtQ { width:15rem;height:0;top:23.5rem;left:5.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7HdsARETf2IRIqgaiyIIQgmt9BcslSc { width:19.875rem;height:26.25rem;top:13.9375rem;left:0rem;z-index:99993;display:block; }
 }@media only screen and (max-width: 763px) { #LmEHhppL9zvpcrwrT6E60JJG91dC4F4s { width:20rem;height:6.25rem;top:12.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be40BPusfN8AgV9hQXUCUU7PxSQBNtvL { width:3.625rem;height:3.625rem;top:13.375rem;left:15.093750357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxnozfhvpMItVwrqgHpOVKwWZbA1PA2b { width:3.625rem;height:3.625rem;top:13.625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWdvqkWBr04GyBHSLWfp79KFZZn5orsR { width:4.5rem;height:1.625rem;top:14.512496948243rem;left:2.6875001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtnnZqB7tBvAyHeVNqkG0NLQlg4vlRbc { width:20rem;height:2.199225rem;top:19.125rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEIFihXC2eP8reZu1ORTX6Cb8dMvpkse { width:13.625rem;height:5.0371125rem;top:22.1875rem;left:3.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM6yGeTh9TVOma2v1AVTdGCevFn7yreW { width:3.375rem;height:1.5249rem;top:23.5rem;left:4.375rem;font-size:1.125rem;font-family:montserrat;color:#637084;display:block; }
 }@media only screen and (max-width: 763px) { #NkniscZoNLqNFQHVw9Cayf8eOVCN2GTW { width:3.1875rem;height:2.11230625rem;top:24.5rem;left:14.375000357628rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #trWsCE6dEOBZFqHMNrBApsVxfdo6Zqrd { width:2.0625rem;height:1.625rem;top:24.9375rem;left:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qveVwQyPukyqMCSVfrdgztDKnqazBHP6 { width:20rem;height:1.13720625rem;top:27.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCg5bfOK0iPAPNNusSPMTt63iFXk0mmU { width:19.25rem;height:2.5rem;top:27.1875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1uJHR58oHUxbUMgCXIkdT0RLOpk1Itf { width:19rem;height:3.8125rem;top:59.0625rem;left:0.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NNEFT989dTeIm57Lq45qvRs6OR4AfR7y { display:block; }
 }@media only screen and (max-width: 763px) { #MMzBzg0LLhoadVulp7yuxxtlM5UdN34I { width:5.5625rem;height:0;top:65.375rem;left:14.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rOfd09tDXSTiMtHTg6HJzzx268sZ8yTO { width:2.75rem;height:2.75rem;top:65.049221038819rem;left:7.3125003576281rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yZWew0vaxIZBZOtnPzXwpdqOVEIvyMkW { width:9.625rem;height:2.11230625rem;top:36.75rem;left:9.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TcFBh3UPTRsxrLPCgbbHfTEm8OVQeUkp { width:2.75rem;height:2.75rem;top:36.4375rem;left:7.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1cHFGN7UWgKTZ29b51LR00UKrgERgrt { width:4.75rem;height:2.11230625rem;top:36.75rem;left:2.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NmNkNH1axTaXCXV546rbmWU2rnarEfZ6 { width:2.75rem;height:2.75rem;top:36.4375rem;left:0.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxsLpbRTdCAo3uyoOPXkJgksAg1plfNC { width:20rem;height:4.875rem;top:4.7914066314697rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dMIPlpltWMFc2EZt7WzlCT5kkUTCLBFA { width:18.75rem;height:2.61230625rem;top:0.9375rem;left:0.625rem;font-size:1.1875rem;line-height:1.1;z-index:99967;display:block; }
 }@media only screen and (max-width: 763px) { #v3V0AKuwEqcH25TxGy48HyEcbe9EwdLn { width:0.625rem;height:0.625rem;top:30.47509765625rem;left:2.5249999761581rem;font-size:0.9375rem;z-index:100014;display:none; }
 }@media only screen and (max-width: 763px) { #iA6zezEW9OdzF8k92mm5oJSmX3be8XWk { display:block; }
 }@media only screen and (max-width: 763px) { #Es2pk25UXHQqy9ZMe9ofnhrwxAswyfAf { width:19rem;height:3.8125rem;top:31.96875rem;left:1rem;font-size:0.9375rem;z-index:100013;display:none; }
 }@media only screen and (max-width: 763px) { #Lz66KTlNtBKP5JO9VU0XKoKKbMQHkPQC { display:block; }
 }@media only screen and (max-width: 763px) { #qCg3z8XIBTRBsTR8DMqtIDhWHNLJ12NQ { width:4rem;height:1.625rem;top:14.262499809265rem;left:15.875000357628rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNFDnf1hnHfxb6lQIkErJ2HkGitIk2lr { width:18.5625rem;height:2.9375rem;top:30.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAu7yaBSezeyZykm2zKPtmEwmwK48Gxe { top:31.812500762753rem;left:0.5rem;width:19rem;height:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5JZu3WryFu2SaaF54T8NgVClTxr6VTx { display:block; }
 }@media only screen and (max-width: 763px) { #wZ9TBWKw7s07JLpTB3Acy0oHqn1p0Hyu { width:7.0625rem;height:2.3994125rem;top:13.9375rem;left:6.8437498807906rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T6Bc5Qr2KNwI1gJ7I0VIlc3Bm5tk1CfP { top:41.5625rem;left:0.625rem;width:18.75rem;height:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCMwwkVBa6PAa3enXvh6sTozITlq2qPp { display:block; }
 }@media only screen and (max-width: 763px) { #Vk53UHibEbT96W1277f8Ti3F9tnC4dsg { display:block; }#Vk53UHibEbT96W1277f8Ti3F9tnC4dsg > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hLDzBxVPTgTSRLXyZ0qOn1ZSdP1XrLus { width:20rem;height:9rem;top:6.6250009536744rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gSXf3G9gr9R0SE5A9T5furisiRvhRZ31 { width:20rem;height:3.4121125rem;top:2.2499713897705rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yRkfVN5Q7uLXkiTIyRKFFnKJOUlvscfZ { width:16.6875rem;height:15.3125rem;top:15.512152671814rem;left:1.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4emaA204F6kSv5wu81qfELGSTxu8lKk { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/0a8037da-7d28-45f5-8108-c055302d94d6/Pngtreebluetechnologyworldmapearth_969508.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#h4emaA204F6kSv5wu81qfELGSTxu8lKk.adaptive-delivery-prevent-bg, #h4emaA204F6kSv5wu81qfELGSTxu8lKk.lazyload, #h4emaA204F6kSv5wu81qfELGSTxu8lKk.lazyloading { background-image: none; }#h4emaA204F6kSv5wu81qfELGSTxu8lKk > .row .container { background-color: transparent; background-image: none; }#h4emaA204F6kSv5wu81qfELGSTxu8lKk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#h4emaA204F6kSv5wu81qfELGSTxu8lKk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#h4emaA204F6kSv5wu81qfELGSTxu8lKk > .row .container > .video-iframe-container { display: none; }#h4emaA204F6kSv5wu81qfELGSTxu8lKk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#h4emaA204F6kSv5wu81qfELGSTxu8lKk > .row > .video-iframe-container { display: none; }#h4emaA204F6kSv5wu81qfELGSTxu8lKk > .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); }#h4emaA204F6kSv5wu81qfELGSTxu8lKk > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VnflCih9b2TfBpcOhmwOlToONgN3OmRH { width:17.6875rem;height:7.3125rem;top:0.6875rem;left:0.6875rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eSZLA31aafahxAzy9lxwfnQ4PAP1lqTg { width:8.1875rem;height:3.6875rem;top:5rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1KqhCD9ee0FnIEmUhbT63aPRkHnrt2F { width:17.5rem;height:9.1875rem;top:9.375rem;left:0.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOXVia0fTkarsbPQ4qPXzXMhQnbQd1rO { width:18.5625rem;height:13.5rem;top:42.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xZslXbdcU8g6hQy5nB7iXTtewE0B0KD6 { top:20.82421875rem;left:1.1875rem;width:17.625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRyd2uEcl7HmrMyLtadzV5lR1OiiQB0V { display:block; }
 }@media only screen and (max-width: 763px) { #LxC1fpnCkBcKRxUTNzUrFTe8LWWVKRa3 { width:8.9375rem;height:0;top:126.4375rem;left:6.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 { display:block; }#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }