.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { background-color: transparent; background-image: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .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); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { border-width: 0; border-radius: 0; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container {  }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:60rem;position:relative;display:block; }#TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { color:#464646;display:block;width:28.125rem;position:absolute;font-family:"times new roman";font-size:1.375rem;font-weight:normal;z-index:100000;line-height:1.1;letter-spacing:0;top:12.78125rem;left:0rem;height:15.1796875rem;display:block; }
#H8K8cqFzcNmyzCQcsdZvEPmy5fJuTpeP { background-color:#04ac9c;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;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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.875rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:30.9375rem;left:0rem;display:block; }
#kySudFiBqEdXBwC1XELrhA568OTiyDOs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SvoyNnKkr4t2DToDK7W3pVh4zF53Gef1 { color:#f86a3b;display:block;width:25.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100001;line-height:1;letter-spacing:0;top:10.125rem;left:0rem;height:2rem;font-style:normal;display:block; }
#E9MfIN7kDRWaZhBuLU9PfSH4VZCiC6cT { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.6875rem;width:27.75rem;top:2.1875rem;left:28.125rem;overflow:hidden;display:block; }
#AnpLJTvT2CfVA4t9su0JzowGt33qimzg { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:3.3125rem;top:4.375rem;left:23.5625rem;overflow:hidden;display:block; }
#DKDVTtZXdTDU27QTCU9gKCNbq5GbQKHL { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:3.5rem;top:22.8125rem;left:28.875rem;overflow:hidden;display:block; }
#llGmpr3Qd8u7pGttJq9RyA7PazZRUfuq { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:5.4375rem;top:16.5rem;left:54.1103515625rem;overflow:hidden;display:block; }
#ietQF2MLSiS6kGZHkQlp2OZofZWZ8Iam { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:16.375rem;top:2.1875rem;left:0rem;overflow:hidden;display:block; }
#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/31cc8feb-7f41-4ba0-b5e9-7e3f4d4006ab/BACKGROUND.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.adaptive-delivery-prevent-bg, #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.lazyload, #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.lazyloading { background-image: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { background-color: transparent; background-image: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .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); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { border-width: 0; border-radius: 0; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container {  }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:60rem;position:relative;display:block; }#RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { color:#464646;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:3.125rem;font-weight:normal;z-index:100004;line-height:1;letter-spacing:0;top:3.5rem;left:0rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a7305026-52f4-4ab4-868c-d204c050e0da/BACKGROUND.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS.adaptive-delivery-prevent-bg, #NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS.lazyload, #NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS.lazyloading { background-image: none; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container { background-color: transparent; background-image: none; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container > .video-iframe-container { display: none; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row > .video-iframe-container { display: none; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .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); }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container { border-width: 0; border-radius: 0; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row > .video-iframe-container {  }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container { font-size:0.875rem;font-family:arial;height:20.875rem;width:60rem;position:relative;display:block; }#xkwPgmhmeMoycnK39W3M8pz5ATVW6VRI { position:absolute;display:block;z-index:100004;background-color:#d4c1ea;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.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;height:10.375rem;width:10.375rem;top:1.625rem;left:2.3125rem;display:block; }
#huqaAHf6WATpAhXOsE7JveqCDVzaBwzJ { color:#464646;display:block;width:15.125rem;position:absolute;font-family:"times new roman";font-size:1.5rem;font-weight:normal;z-index:100003;line-height:1;letter-spacing:0;top:13.25rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#WhITpeyEiud9iJoCq7cMi4qqtzMsF0Wo { color:#464646;display:block;width:14.9375rem;position:absolute;font-family:"times new roman";font-size:1.5rem;font-weight:normal;z-index:100007;line-height:1;letter-spacing:0;top:13.25rem;left:15rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#V6GBqqf3S3cHOnqiHNsJiR3lig4XNgbZ { position:absolute;display:block;z-index:100006;background-color:#ffc500;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.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;height:10.375rem;width:10.375rem;top:1.625rem;left:17.3125rem;display:block; }
#PEQc8UWx7O8gc6WK10WTesuh4drzgpKP { color:#464646;display:block;width:15.125rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:normal;z-index:100011;line-height:1;letter-spacing:0;top:13.3125rem;left:30rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#ZihVq11Ac1yuuQinnFndUskdHehBvI30 { position:absolute;display:block;z-index:100010;background-color:#ffb69e;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.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;height:10.375rem;width:10.375rem;top:1.75rem;left:32.1875rem;display:block; }
#tCIEq6tuxVyX50g04M7At66ANZQQneWE { position:absolute;display:block;z-index:100014;background-color:#b4dce6;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.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;height:10.375rem;width:10.375rem;top:1.75rem;left:47.0625rem;display:block; }
#KSXbhCZ6sOXlqqQdaMLAHyHLZA1gQWAg { color:#464646;display:block;width:14.125rem;position:absolute;font-family:"times new roman";font-size:1.5rem;font-weight:normal;z-index:100015;line-height:1;letter-spacing:0;top:13.25rem;left:45.4375rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#TOhQ4LuEi0HwF6OZ3a6mWLtt2pWBfyUs { box-sizing:content-box;color:#ffffff;font-size:5rem;font-weight:400;line-height:1;height:7.1875rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:3.21875rem;left:3.90625rem;display:block; }
#u92hoAClRMkGxgwFymIVgVEB1BzATfgR { box-sizing:content-box;color:#ffffff;font-size:4.9375rem;font-weight:400;line-height:1;height:7.0625rem;width:7.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:3.28125rem;left:18.96875rem;display:block; }
#NTTwVThcJqHXvi6W13mP6Vo3pPyhZCmp { box-sizing:content-box;color:#ffffff;font-size:4.9375rem;font-weight:400;line-height:1;height:7.0625rem;width:7.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:3.28125rem;left:33.96875rem;display:block; }
#RTDc68HgsQvzHEX99SsTloEweDA9Amts { box-sizing:content-box;color:#ffffff;font-size:4.9375rem;font-weight:400;line-height:1;height:7.0625rem;width:7.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:3.28125rem;left:48.71875rem;display:block; }
#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;display:block; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container { background-color: transparent; background-image: none; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container > .video-iframe-container { display: none; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row > .video-iframe-container { display: none; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .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); }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container { border-width: 0; border-radius: 0; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row > .video-iframe-container {  }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:60rem;position:relative;display:block; }#MzDl3lghgFPVTlS9mkiIM8vmB3M9mmav { color:#464646;display:block;width:33.625rem;position:absolute;font-family:"times new roman";font-size:3rem;font-weight:normal;z-index:100010;line-height:1;letter-spacing:0;top:10.0625rem;left:2rem;height:6rem;text-align:left;text-align-last:left;display:block; }
#sBVi3DDuie432LS2DnUX1FPMlELulJhq { color:#464646;display:block;width:25.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100008;line-height:1.7;letter-spacing:0;top:18.1875rem;left:2rem;height:5.09765625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#IIGaC6gCinNi5AhKU6U3TGLopuZuIide { color:#464646;display:block;width:24.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100009;line-height:1.7;letter-spacing:0;top:27.25rem;left:2rem;height:5.09765625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#iwwwB7ZCO2l8qzE9zhVlJbLX0lUScGBt { position:absolute;display:block;z-index:100001;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:34.375rem;width:60rem;top:5.03125rem;left:0rem;display:block; }
#IU8LOG5iH0vG5WplhtUDb0CPBkRlhDaw { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.25rem;width:20.125rem;top:5rem;left:39.875rem;overflow:hidden;display:block; }
#Qoga6VqQ2VD6ZNVgKsGEMUWGvsU4PyXp { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.3125rem;width:20.0625rem;top:23.25rem;left:34.96875rem;overflow:hidden;display:block; }
#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container { background-color: transparent; background-image: none; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container > .video-iframe-container { display: none; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row > .video-iframe-container { display: none; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .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); }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container { border-width: 0; border-radius: 0; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row > .video-iframe-container {  }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:60rem;position:relative;display:block; }#LScrMsW93XxnR87IAeTqc5cQ0VpMqPlB { color:#000000;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:3.125rem;font-weight:normal;z-index:100004;line-height:1;letter-spacing:0;top:3.5rem;left:0rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ { position:relative;display:block; }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ { background-color: transparent; background-image: none; }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .row .container > .video-iframe-container { display: none; }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .row > .video-iframe-container { display: none; }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .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); }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ { border-width: 0; border-radius: 0; }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .row .container > .video-iframe-container {  }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:20.1875rem;width:60rem;position:relative;display:block; }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .row .container.adaptive-delivery-prevent-bg, #yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .row .container.lazyload, #yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .row .container.lazyloading { background-image: none; }#TIimlbsAJSLsESq8mXKyvhfN8nwIfBEk { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.3125rem 1.5625rem rgba(0,0,0,0.05) ;height:12.8125rem;width:8.625rem;top:3rem;left:25.6875rem;overflow:hidden;display:block; }
#o6uhneLHNKSxWsVZCJxt6kLeRUlmBWFs { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.5rem;width:13.3125rem;top:14.5rem;left:13.9375rem;overflow:hidden;display:block; }
#kKlTFD6E5T0wnrRM38wNW7xdnKRhgpDm { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.8125rem;width:21.875rem;top:3rem;left:0rem;overflow:hidden;display:block; }
#qeQRixldVW4MRyaPpcHtCDVfqCoxPDCc { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.25rem;width:22.9375rem;top:2.78125rem;left:37.0625rem;overflow:hidden;display:block; }
#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;display:block; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { background-color: transparent; background-image: none; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container > .video-iframe-container { display: none; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row > .video-iframe-container { display: none; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .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); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { border-width: 0; border-radius: 0; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row > .video-iframe-container {  }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:60rem;position:relative;display:block; }#wTOVNPszrOoUIiqVWr73QX1DI2zNdCpV { color:#464646;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:3.125rem;font-weight:normal;z-index:100010;line-height:1;letter-spacing:0;top:4.78125rem;left:0rem;height:3.125rem;text-align:left;text-align-last:left;display:block; }
#BIAi4uFvZhTRK3CtkbEGIRvu1uhLri1R { color:#464646;display:block;width:22.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100008;line-height:1.7;letter-spacing:0;top:3.8125rem;left:31.0625rem;height:5.09765625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#lUcRBqGyRO9gHDOcvk2unwkNDs0kJwhO { position:absolute;display:block;z-index:100013;background-color:#f7f7f7;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.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:5.0625rem;width:5.0625rem;top:11.0625rem;left:31.0625rem;display:block; }
#oCFdWcwfr6t3E9TIkK0ZIrd2PPuCZZoL { position:absolute;display:block;z-index:100006;background-color:#f7f7f7;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:6.1875rem;width:25.4375rem;top:12.0625rem;left:32.875rem;display:block; }
#BxgbDUhITsIEcDCAgCKqdWZy5uzUwhzT { color:#464646;display:block;width:21.8125rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:normal;z-index:100011;line-height:1;letter-spacing:0;top:12.875rem;left:37.125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#Bda63m1e5DEKuzNR7s8EgswowlH2bUTi { color:#464646;display:block;width:21.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:100009;line-height:1.7;letter-spacing:0;top:14.75rem;left:37.1875rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VanWsVt9x1JX86ODQft1T0Vl9lN2hKFP { position:absolute;display:block;z-index:100011;background-color:#f7f7f7;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:6.1875rem;width:25.4375rem;top:20.1875rem;left:32.875rem;display:block; }
#C3pv1s1CyqtKqzORH6fQrT0Azx7bXO4b { color:#464646;display:block;width:21.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:100014;line-height:1.7;letter-spacing:0;top:22.5625rem;left:37.125rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pdUmE7vX7SKtd9qEPXJbxkzTIUWq2boM { color:#464646;display:block;width:21.625rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:normal;z-index:100016;line-height:1;letter-spacing:0;top:20.9375rem;left:37.1875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#yyEshgC9Vkyy7STN1W3laILKOEuB9Tsr { position:absolute;display:block;z-index:100018;background-color:#f7f7f7;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.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:5.0625rem;width:5.0625rem;top:19.1875rem;left:31.0625rem;display:block; }
#iIWXnd4331uEGUskcDT5RuNzbWHQyUFd { position:absolute;display:block;z-index:100016;background-color:#f7f7f7;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:6.1875rem;width:25.5rem;top:28.375rem;left:32.875rem;display:block; }
#LBpBGft4b3pGgIy4HFhNxfCmwR1pXcXi { color:#464646;display:block;width:21.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:100019;line-height:1.7;letter-spacing:0;top:30.6875rem;left:37.1875rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UF6sRxTqtJPBfooMJzCbp4CDIdXZdNA7 { position:absolute;display:block;z-index:100023;background-color:#f7f7f7;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.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:5.0625rem;width:5.0625rem;top:27.375rem;left:31.0625rem;display:block; }
#vPFE3z5Foqpym9qv2bvTHaKlGbuo6NnL { color:#464646;display:block;width:21.5625rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:normal;z-index:100021;line-height:1;letter-spacing:0;top:29.0625rem;left:37.25rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#WpXWQmfpnwC2rhKSsOz4oNuy8B8PdNQO { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.125rem;width:29.8125rem;top:13.3125rem;left:0rem;overflow:hidden;display:block; }
#Nq5s1QZnGCWbrgeG2ckvOWMrSGKcn89J { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.4375rem;width:6.3125rem;top:15.5rem;left:15.4375rem;overflow:hidden;display:block; }
#aRSTSnK9v7eAozcD26vLmcRrFmplTnTt { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:3.625rem;top:27.3125rem;left:26.4375rem;overflow:hidden;display:block; }
#mQdFf77lpi6XXBB6fDppC21h45b0MpIP { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:3.5rem;top:11.9375rem;left:1.4375rem;overflow:hidden;display:block; }
#oEhTRlIipPoDsIhX39R2SlnnyFtvTfod { position:absolute;display:block;z-index:100024;background-color:#f7f7f7;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.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:5.0625rem;width:5.0625rem;top:35.8125rem;left:31.0625rem;display:block; }
#NTWc24tHPn2qnKDP84gK8OmJMJ8cS31m { position:absolute;display:block;z-index:100017;background-color:#f7f7f7;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:6.1875rem;width:25.5rem;top:37.1875rem;left:32.875rem;display:block; }
#QctNdG9MOdKwhZP1TTgLi0MfgvPv0PtE { color:#464646;display:block;width:21.5625rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:normal;z-index:100022;line-height:1;letter-spacing:0;top:37.53125rem;left:37.25rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#fGzS4CULcJR4TqI4Kglw99TMqwc5w4il { color:#464646;display:block;width:21.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:100020;line-height:1.7;letter-spacing:0;top:39.15625rem;left:37.1875rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gHwA1pgystTEubFG3QFdnmgSOIkzvfb9 { box-sizing:content-box;color:#464646;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:20.1875rem;left:32rem;display:block; }
#Ifg6DqonOUie6Tc9WTzucUX6XWTUqVzi { box-sizing:content-box;color:#464646;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:12.03125rem;left:32.03125rem;display:block; }
#qutL7n51W0o7q6qZKC6eBlOcywPleOvP { box-sizing:content-box;color:#464646;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:28.375rem;left:32.03125rem;display:block; }
#Tio2hu3XUWRqWLSTVuUixLRLp8lCA3cT { box-sizing:content-box;color:#464646;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100030;top:36.78125rem;left:32.03125rem;display:block; }
#yNoahgDx65Xy38NoMfGVbm44lszTccfe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container { background-color: transparent; background-image: none; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container > .video-iframe-container { display: none; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row > .video-iframe-container { display: none; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .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); }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container { border-width: 0; border-radius: 0; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row > .video-iframe-container {  }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:60rem;position:relative;display:block; }#Jg1kTZh70hET7DZ2n3pRFkQZQvVaM57D { color:#464646;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:3.125rem;font-weight:normal;z-index:100004;line-height:1;letter-spacing:0;top:3.5rem;left:0rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 { position:relative;display:block; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 { background-color: transparent; background-image: none; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row .container > .video-iframe-container { display: none; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row > .video-iframe-container { display: none; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .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); }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 { border-width: 0; border-radius: 0; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row .container > .video-iframe-container {  }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:24.3125rem;width:60rem;position:relative;display:block; }#QHLa1NQ9iTworRb5FRPEKDlCGyDgdabK { position:absolute;display:block;z-index:100017;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(0,0,0,0.08) ;height:19.6875rem;width:18.875rem;top:1.6875rem;left:0rem;display:block; }
#osbV0ML3sJzHXma8FewqLSxTN0xDpNxJ { position:absolute;display:block;z-index:100018;background-color:#ffb122;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:4.375rem;width:4.375rem;top:3.0625rem;left:1.6875rem;display:block; }
#aCQxOmdxWDGNG8rb1eUBQoK5hgw5uHzG { color:#464646;display:block;width:17.125rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:normal;z-index:100022;line-height:1;letter-spacing:0;top:9.0625rem;left:1.6875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#orudmmGIlHR27RMB3tfLEKtRqB1TUpEh { color:#464646;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100023;line-height:1.7;letter-spacing:0;top:11.625rem;left:1.6875rem;height:8.496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bmciSExpfq8AFhvEClpWUaKl0SZPoeJT { position:absolute;display:block;z-index:100023;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(0,0,0,0.08) ;height:19.75rem;width:18.875rem;top:1.6875rem;left:20.5625rem;display:block; }
#bupF3ivO5AdV8T3NcoS7PG8rkM5vUvrr { color:#464646;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100029;line-height:1.7;letter-spacing:0;top:11.625rem;left:22.375rem;height:8.496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ai5kVcdurcCong8HvZI21FHZSE969Zvk { color:#464646;display:block;width:17.125rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:normal;z-index:100028;line-height:1;letter-spacing:0;top:9.0625rem;left:22.375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#UT6PCmifSQ4WZKmVV53EJc4fDdLaD2Nl { position:absolute;display:block;z-index:100024;background-color:#009389;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:4.375rem;width:4.375rem;top:3.0625rem;left:22.25rem;display:block; }
#c2NBdLzPg64hLTtcFETNiN7FqfWfDQLO { position:absolute;display:block;z-index:100029;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(0,0,0,0.08) ;height:19.875rem;width:18.875rem;top:1.6875rem;left:41.0625rem;display:block; }
#gJMzcQOxUFUC2rN4dvyO7qIR1RzHTTFz { color:#464646;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100035;line-height:1.7;letter-spacing:0;top:11.625rem;left:42.875rem;height:6.796875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DaUDBqdzi49eMy4HCPR0tIrWOHDBKtxV { color:#464646;display:block;width:17.125rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:normal;z-index:100034;line-height:1;letter-spacing:0;top:9.0625rem;left:42.875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#XNl8g8yXVJtdFPlWQ8TTlAgu9XpA2ln3 { position:absolute;display:block;z-index:100030;background-color:#fd8c67;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:4.375rem;width:4.375rem;top:3.0625rem;left:42.875rem;display:block; }
#GXmAOoUPHibizRSupSsShTEtTo6KwIFN { box-sizing:content-box;color:#ffffff;font-size:2.875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100036;top:3.1875rem;left:1.8125rem;display:block; }
#Xpx7RIp0UbIQXmcJLKGAtVhRRpGNVeZV { box-sizing:content-box;color:#ffffff;font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100037;top:3.34375rem;left:22.53125rem;display:block; }
#plCvvQMQmCRdKzVE7bHNGGnQnTeuqMqZ { box-sizing:content-box;color:#ffffff;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100038;top:3.40625rem;left:43.21875rem;display:block; }
#F5hT7SDfN49JLuLOMkrPOEh2Dupf0atZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;display:block; }#F5hT7SDfN49JLuLOMkrPOEh2Dupf0atZ > .row .container { background-color: transparent; background-image: none; }#F5hT7SDfN49JLuLOMkrPOEh2Dupf0atZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5hT7SDfN49JLuLOMkrPOEh2Dupf0atZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5hT7SDfN49JLuLOMkrPOEh2Dupf0atZ > .row .container > .video-iframe-container { display: none; }#F5hT7SDfN49JLuLOMkrPOEh2Dupf0atZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5hT7SDfN49JLuLOMkrPOEh2Dupf0atZ > .row > .video-iframe-container { display: none; }#F5hT7SDfN49JLuLOMkrPOEh2Dupf0atZ > .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); }#F5hT7SDfN49JLuLOMkrPOEh2Dupf0atZ > .row .container { border-width: 0; border-radius: 0; }#F5hT7SDfN49JLuLOMkrPOEh2Dupf0atZ > .row > .video-iframe-container {  }#F5hT7SDfN49JLuLOMkrPOEh2Dupf0atZ > .row .container { font-size:0.875rem;font-family:arial;height:37.0625rem;width:60rem;position:relative;display:block; }#MNOgQlKOXf0liuq4phzLQVcfzch0MfRX { color:#464646;display:block;width:52.25rem;position:absolute;font-family:"times new roman";font-size:3rem;font-weight:normal;z-index:100010;line-height:1;letter-spacing:0;top:7.5rem;left:1.75rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#igOdvIeQNpGdvKCww9sIfr5SlBVfzPLn { color:#464646;display:block;width:25.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100008;line-height:1.7;letter-spacing:0;top:12.5625rem;left:1.75rem;height:3.3984375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#waQJ6Ak3InKdxlXKvRCxPhpxbmq3tVTG { color:#464646;display:block;width:25.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100009;line-height:1.7;letter-spacing:0;top:24.375rem;left:1.75rem;height:3.3984375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#dl7KMETnTJGacHTB7lZzNMwilTCkswHc { position:absolute;display:block;z-index:100001;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:27.1875rem;width:60rem;top:4.9375rem;left:0.0625rem;display:block; }
#TwP4U43WXmxpwiHHJo8PnDlFiVzd8bgD { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.25rem;width:20.125rem;top:4.9375rem;left:39.875rem;overflow:hidden;display:block; }
#vT13W2z0QRPxUkgSke114MlJeTu2ny8l { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.25rem;width:17.625rem;top:20.0625rem;left:34.411436170212rem;overflow:hidden;display:block; }
#nBGTd58SzTuSB60htdwgaVTR3RO5VvWE { color:#464646;display:block;width:25.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100009;line-height:1.7;letter-spacing:0;top:17.625rem;left:1.75rem;height:5.09765625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Ttta4V54p3piN2D478iPvCFHKVCkTmBS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Ttta4V54p3piN2D478iPvCFHKVCkTmBS > .row .container { background-color: transparent; background-image: none; }#Ttta4V54p3piN2D478iPvCFHKVCkTmBS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ttta4V54p3piN2D478iPvCFHKVCkTmBS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ttta4V54p3piN2D478iPvCFHKVCkTmBS > .row .container > .video-iframe-container { display: none; }#Ttta4V54p3piN2D478iPvCFHKVCkTmBS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ttta4V54p3piN2D478iPvCFHKVCkTmBS > .row > .video-iframe-container { display: none; }#Ttta4V54p3piN2D478iPvCFHKVCkTmBS > .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); }#Ttta4V54p3piN2D478iPvCFHKVCkTmBS > .row .container { border-width: 0; border-radius: 0; }#Ttta4V54p3piN2D478iPvCFHKVCkTmBS > .row > .video-iframe-container {  }#Ttta4V54p3piN2D478iPvCFHKVCkTmBS > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;position:relative;display:block; }#CWnfIKm7W4LMSq1L1kAxiaSSpkvDMqSx { color:#464646;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:3.125rem;font-weight:normal;z-index:100004;line-height:1;letter-spacing:0;top:2.46875rem;left:0rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#XZbvA423NUTsbcAqpNnPb4alZLV3MTii { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#XZbvA423NUTsbcAqpNnPb4alZLV3MTii > .row .container { background-color: transparent; background-image: none; }#XZbvA423NUTsbcAqpNnPb4alZLV3MTii::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZbvA423NUTsbcAqpNnPb4alZLV3MTii > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZbvA423NUTsbcAqpNnPb4alZLV3MTii > .row .container > .video-iframe-container { display: none; }#XZbvA423NUTsbcAqpNnPb4alZLV3MTii > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZbvA423NUTsbcAqpNnPb4alZLV3MTii > .row > .video-iframe-container { display: none; }#XZbvA423NUTsbcAqpNnPb4alZLV3MTii > .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); }#XZbvA423NUTsbcAqpNnPb4alZLV3MTii > .row .container { border-width: 0; border-radius: 0; }#XZbvA423NUTsbcAqpNnPb4alZLV3MTii > .row > .video-iframe-container {  }#XZbvA423NUTsbcAqpNnPb4alZLV3MTii > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:60rem;position:relative;display:block; }#K6LMSf6Kvzx1nBoedUe4lSZFchwen7Po { position:absolute;display:block;z-index:100017;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(0,0,0,0.08) ;height:23.25rem;width:18.875rem;top:1.6875rem;left:0rem;display:block; }
#Gg4yTw0N6QxTwDO1lmKdIch2MQpccIJr { position:absolute;display:block;z-index:100018;background-color:#ffb122;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:4.375rem;width:4.375rem;top:3.0625rem;left:1.6875rem;display:block; }
#nFkFh26mAJEWcewZpykFkOhUlRmD9rbk { color:#464646;display:block;width:17.125rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:normal;z-index:100022;line-height:1;letter-spacing:0;top:9.0625rem;left:1.6875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#u7H6wu3yM6z7Fwa3k2iuPPQDfphLbK4k { color:#464646;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100023;line-height:1.7;letter-spacing:0;top:11.625rem;left:1.6875rem;height:6.796875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yca7f8Zt8CayEdOUF5PTptaO9gb1PMQi { position:absolute;display:block;z-index:100023;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(0,0,0,0.08) ;height:23.25rem;width:18.875rem;top:1.6875rem;left:20.5625rem;display:block; }
#qKTueHwMtv14H26deAABsr2Xfmv7tCs8 { color:#464646;display:block;width:15.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100029;line-height:1.7;letter-spacing:0;top:11.625rem;left:22.375rem;height:6.796875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SdrfbEdTEf4Q5b7sB28hMhtBvnVSVuqB { color:#464646;display:block;width:17.125rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:normal;z-index:100028;line-height:1;letter-spacing:0;top:9.0625rem;left:22.375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#lD2GCroZwt8Neea2dK91Q2g8fyaVa1hp { position:absolute;display:block;z-index:100024;background-color:#009389;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:4.375rem;width:4.375rem;top:3.0625rem;left:22.25rem;display:block; }
#mdp7Wclt4THHm0TRZb0ggp4KhRgGIuKK { position:absolute;display:block;z-index:100029;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(0,0,0,0.08) ;height:23.25rem;width:18.875rem;top:1.6875rem;left:41.0625rem;display:block; }
#d4sc5FRiUsMyE4ceNRZTOQLzhEbxV8tf { color:#464646;display:block;width:16.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100035;line-height:1.7;letter-spacing:0;top:11.625rem;left:42.875rem;height:6.796875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u1P9LSWF0ETnph2Jqfz5KuFnaM7GcP7F { color:#464646;display:block;width:17.125rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:normal;z-index:100034;line-height:1;letter-spacing:0;top:9.0625rem;left:42.875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#nJUi8bicyku4NyyPFBAz8u0O5ycUmX4B { position:absolute;display:block;z-index:100030;background-color:#fd8c67;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:4.375rem;width:4.375rem;top:3.0625rem;left:42.875rem;display:block; }
#mRcMf7GhmxkWmOvSnFCAMDgBokVzeHoV { color:#000000;display:block;width:2.125rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:100036;line-height:1.3;letter-spacing:0;top:3.21875rem;left:2.8125rem;height:4.0625rem;display:block; }
#PUsn2cptcepP8KN46ZvK8J2vbdZqQmMX { color:#000000;display:block;width:2.125rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:3.21875rem;left:23.375rem;height:4.0625rem;display:block; }
#TnTOpN5eHDgrDELfFZI8FXLkc6tTcsWR { color:#000000;display:block;width:2.125rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:100038;line-height:1.3;letter-spacing:0;top:3.21875rem;left:44rem;height:4.0625rem;display:block; }
#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;display:block; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container { background-color: transparent; background-image: none; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container > .video-iframe-container { display: none; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row > .video-iframe-container { display: none; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .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); }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container { border-width: 0; border-radius: 0; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row > .video-iframe-container {  }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:60rem;position:relative;display:block; }#lDEViCkZm5GQ1h82XS2k4ddoCrUrckT9 { color:#464646;display:block;width:24.375rem;position:absolute;font-family:"times new roman";font-size:3.125rem;font-weight:normal;z-index:100010;line-height:1;letter-spacing:0;top:3.1875rem;left:0.9375rem;height:6.25rem;text-align:left;text-align-last:left;display:block; }
#GB2hqiJiayGBfGn2d0rRpGTkqNsVRsso { position:absolute;display:block;z-index:100012;background-color:#ffebdc;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:32.375rem;width:25.4375rem;top:3.1875rem;left:32.875rem;display:block; }
#Bw2tiisdzJIWhlGd8v5P8ZqWcTUKA2wM { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.6875rem;width:6.1875rem;top:28.1875rem;left:27.3125rem;overflow:hidden;display:block; }
#AgT7i6G0zkTQPFhDye2RNQ9TAAXa9ONW { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6rem;width:6.4375rem;top:5.8125rem;left:53.5625rem;overflow:hidden;display:block; }
#ogS218mqfdXHF2zwOPDdR44eIAurwZCy { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.0625rem;width:35.5625rem;top:9.5rem;left:24.4375rem;overflow:hidden;display:block; }
#aUu1JpcLlG69n4pBZvblZIDTcGEB8WX0 { color:#464646;display:block;width:22.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100024;line-height:1.7;letter-spacing:0;top:11.8125rem;left:0.9375rem;height:15.35546875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xUlkA8CRMpxpVHlVcBzZrO2npyPy5xU5 { background-color:#04ac9c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.4375rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:29.3125rem;left:0.9375rem;display:block; }
#O0gdE0C3zGw9RH79p79RscszwqvR56cq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CiKriIcTAiTi9FeubRXAkKkbAEoQeJvs { color:#464646;display:block;width:22.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100025;line-height:1.7;letter-spacing:0;top:26.85546875rem;left:0.9375rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { top:12.75rem;left:0rem;width:28.125rem;height:15rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8K8cqFzcNmyzCQcsdZvEPmy5fJuTpeP { width:11.25rem;height:3.875rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kySudFiBqEdXBwC1XELrhA568OTiyDOs { display:block; }
 }@media only screen and (max-width: 763px) { #SvoyNnKkr4t2DToDK7W3pVh4zF53Gef1 { top:10.125rem;left:0rem;width:25.3125rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9MfIN7kDRWaZhBuLU9PfSH4VZCiC6cT { top:2.1875rem;left:20rem;width:27.75rem;height:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnpLJTvT2CfVA4t9su0JzowGt33qimzg { top:4.375rem;left:17.4375rem;width:3.3125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKDVTtZXdTDU27QTCU9gKCNbq5GbQKHL { top:22.8125rem;left:22.75rem;width:3.5rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #llGmpr3Qd8u7pGttJq9RyA7PazZRUfuq { top:16.5rem;left:42.3125rem;width:5.4375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ietQF2MLSiS6kGZHkQlp2OZofZWZ8Iam { top:2.1875rem;left:0rem;width:16.375rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV { display:block; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { top:3.5rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS { display:block; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkwPgmhmeMoycnK39W3M8pz5ATVW6VRI { top:1.625rem;left:0.78125rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #huqaAHf6WATpAhXOsE7JveqCDVzaBwzJ { top:13.25rem;left:0rem;width:15.125rem;height:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhITpeyEiud9iJoCq7cMi4qqtzMsF0Wo { top:13.25rem;left:8.9375rem;width:14.9375rem;height:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6GBqqf3S3cHOnqiHNsJiR3lig4XNgbZ { top:1.625rem;left:12.71875rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEQc8UWx7O8gc6WK10WTesuh4drzgpKP { top:13.3125rem;left:20.6875rem;width:15.125rem;height:4.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZihVq11Ac1yuuQinnFndUskdHehBvI30 { top:1.75rem;left:24.53125rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCIEq6tuxVyX50g04M7At66ANZQQneWE { top:1.75rem;left:36.34375rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSXbhCZ6sOXlqqQdaMLAHyHLZA1gQWAg { top:13.25rem;left:33.625rem;width:14.125rem;height:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOhQ4LuEi0HwF6OZ3a6mWLtt2pWBfyUs { width:7.1875rem;height:7.1875rem;top:3.1875rem;left:2.375rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u92hoAClRMkGxgwFymIVgVEB1BzATfgR { width:7.0625rem;height:7.0625rem;top:3.25rem;left:14.375rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTTwVThcJqHXvi6W13mP6Vo3pPyhZCmp { width:7.0625rem;height:7.0625rem;top:3.25rem;left:26.3125rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTDc68HgsQvzHEX99SsTloEweDA9Amts { width:7.0625rem;height:7.0625rem;top:3.25rem;left:38rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR { display:block; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MzDl3lghgFPVTlS9mkiIM8vmB3M9mmav { top:10.0625rem;left:0rem;width:33.625rem;height:6rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBVi3DDuie432LS2DnUX1FPMlELulJhq { top:18.1875rem;left:0rem;width:25.1875rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIGaC6gCinNi5AhKU6U3TGLopuZuIide { top:27.25rem;left:0rem;width:24.875rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwwwB7ZCO2l8qzE9zhVlJbLX0lUScGBt { top:5rem;left:0rem;width:47.75rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU8LOG5iH0vG5WplhtUDb0CPBkRlhDaw { top:5rem;left:27.625rem;width:20.125rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qoga6VqQ2VD6ZNVgKsGEMUWGvsU4PyXp { top:23.25rem;left:25.78125rem;width:20.0625rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 { display:block; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LScrMsW93XxnR87IAeTqc5cQ0VpMqPlB { top:3.5rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ { display:block; }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIimlbsAJSLsESq8mXKyvhfN8nwIfBEk { top:3rem;left:19.5rem;width:8.625rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6uhneLHNKSxWsVZCJxt6kLeRUlmBWFs { top:14.5rem;left:2.5625rem;width:13.3125rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKlTFD6E5T0wnrRM38wNW7xdnKRhgpDm { width:21.875rem;height:12.8125rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeQRixldVW4MRyaPpcHtCDVfqCoxPDCc { width:22.9375rem;height:13.25rem;top:2.75rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK { display:block; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTOVNPszrOoUIiqVWr73QX1DI2zNdCpV { top:4.75rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIAi4uFvZhTRK3CtkbEGIRvu1uhLri1R { top:3.8125rem;left:23.875rem;width:22.4375rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUcRBqGyRO9gHDOcvk2unwkNDs0kJwhO { top:11.0625rem;left:23.875rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCFdWcwfr6t3E9TIkK0ZIrd2PPuCZZoL { top:12.0625rem;left:22.3125rem;width:25.4375rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxgbDUhITsIEcDCAgCKqdWZy5uzUwhzT { top:12.875rem;left:25.9375rem;width:21.8125rem;height:1.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bda63m1e5DEKuzNR7s8EgswowlH2bUTi { top:14.75rem;left:26.0625rem;width:21.6875rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VanWsVt9x1JX86ODQft1T0Vl9lN2hKFP { top:20.1875rem;left:22.3125rem;width:25.4375rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3pv1s1CyqtKqzORH6fQrT0Azx7bXO4b { top:22.5625rem;left:26rem;width:21.75rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdUmE7vX7SKtd9qEPXJbxkzTIUWq2boM { top:20.9375rem;left:26.125rem;width:21.625rem;height:1.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyEshgC9Vkyy7STN1W3laILKOEuB9Tsr { top:19.1875rem;left:23.875rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIWXnd4331uEGUskcDT5RuNzbWHQyUFd { top:28.375rem;left:22.25rem;width:25.5rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBpBGft4b3pGgIy4HFhNxfCmwR1pXcXi { top:30.6875rem;left:26.0625rem;width:21.6875rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF6sRxTqtJPBfooMJzCbp4CDIdXZdNA7 { top:27.375rem;left:23.875rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPFE3z5Foqpym9qv2bvTHaKlGbuo6NnL { top:29.0625rem;left:26.1875rem;width:21.5625rem;height:1.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpXWQmfpnwC2rhKSsOz4oNuy8B8PdNQO { top:13.3125rem;left:0rem;width:29.8125rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nq5s1QZnGCWbrgeG2ckvOWMrSGKcn89J { top:15.5rem;left:12.375rem;width:6.3125rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRSTSnK9v7eAozcD26vLmcRrFmplTnTt { top:27.3125rem;left:20.25rem;width:3.625rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQdFf77lpi6XXBB6fDppC21h45b0MpIP { top:11.9375rem;left:0rem;width:3.5rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEhTRlIipPoDsIhX39R2SlnnyFtvTfod { top:35.8125rem;left:23.875rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTWc24tHPn2qnKDP84gK8OmJMJ8cS31m { top:37.1875rem;left:22.25rem;width:25.5rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QctNdG9MOdKwhZP1TTgLi0MfgvPv0PtE { top:37.5rem;left:26.1875rem;width:21.5625rem;height:1.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGzS4CULcJR4TqI4Kglw99TMqwc5w4il { top:39.125rem;left:26.0625rem;width:21.6875rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHwA1pgystTEubFG3QFdnmgSOIkzvfb9 { width:3.125rem;height:3.125rem;top:20.1875rem;left:23.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ifg6DqonOUie6Tc9WTzucUX6XWTUqVzi { width:3.125rem;height:3.125rem;top:12rem;left:23.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qutL7n51W0o7q6qZKC6eBlOcywPleOvP { width:3.125rem;height:3.125rem;top:28.375rem;left:23.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tio2hu3XUWRqWLSTVuUixLRLp8lCA3cT { width:3.125rem;height:3.125rem;top:36.75rem;left:23.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNoahgDx65Xy38NoMfGVbm44lszTccfe { display:block; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jg1kTZh70hET7DZ2n3pRFkQZQvVaM57D { top:3.5rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 { display:block; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHLa1NQ9iTworRb5FRPEKDlCGyDgdabK { top:1.6875rem;left:0rem;width:18.875rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #osbV0ML3sJzHXma8FewqLSxTN0xDpNxJ { top:3.0625rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCQxOmdxWDGNG8rb1eUBQoK5hgw5uHzG { top:9.0625rem;left:0rem;width:17.125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #orudmmGIlHR27RMB3tfLEKtRqB1TUpEh { top:11.625rem;left:0rem;width:14.375rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmciSExpfq8AFhvEClpWUaKl0SZPoeJT { top:1.6875rem;left:12.875rem;width:18.875rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bupF3ivO5AdV8T3NcoS7PG8rkM5vUvrr { top:11.625rem;left:16.1875rem;width:14.375rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ai5kVcdurcCong8HvZI21FHZSE969Zvk { top:9.0625rem;left:14.625rem;width:17.125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT6PCmifSQ4WZKmVV53EJc4fDdLaD2Nl { top:3.0625rem;left:16.0625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2NBdLzPg64hLTtcFETNiN7FqfWfDQLO { top:1.6875rem;left:28.75rem;width:18.875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJMzcQOxUFUC2rN4dvyO7qIR1RzHTTFz { top:11.625rem;left:32.5625rem;width:14.375rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaUDBqdzi49eMy4HCPR0tIrWOHDBKtxV { top:9.0625rem;left:30.5rem;width:17.125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNl8g8yXVJtdFPlWQ8TTlAgu9XpA2ln3 { top:3.0625rem;left:32.5625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXmAOoUPHibizRSupSsShTEtTo6KwIFN { width:4.125rem;height:4.125rem;top:3.1875rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xpx7RIp0UbIQXmcJLKGAtVhRRpGNVeZV { width:3.8125rem;height:3.8125rem;top:3.3125rem;left:16.34375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #plCvvQMQmCRdKzVE7bHNGGnQnTeuqMqZ { width:3.6875rem;height:3.6875rem;top:3.375rem;left:32.90625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5hT7SDfN49JLuLOMkrPOEh2Dupf0atZ { display:block; }#F5hT7SDfN49JLuLOMkrPOEh2Dupf0atZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MNOgQlKOXf0liuq4phzLQVcfzch0MfRX { top:7.5rem;left:0rem;width:47.75rem;height:3rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #igOdvIeQNpGdvKCww9sIfr5SlBVfzPLn { top:12.5625rem;left:0rem;width:25.1875rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #waQJ6Ak3InKdxlXKvRCxPhpxbmq3tVTG { top:24.375rem;left:0rem;width:25.5rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dl7KMETnTJGacHTB7lZzNMwilTCkswHc { top:4.9375rem;left:0rem;width:47.75rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwP4U43WXmxpwiHHJo8PnDlFiVzd8bgD { top:4.9375rem;left:27.625rem;width:20.125rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT13W2z0QRPxUkgSke114MlJeTu2ny8l { top:20.0625rem;left:25.223936170213rem;width:17.625rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBGTd58SzTuSB60htdwgaVTR3RO5VvWE { top:17.625rem;left:0rem;width:25.375rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttta4V54p3piN2D478iPvCFHKVCkTmBS { display:block; }#Ttta4V54p3piN2D478iPvCFHKVCkTmBS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CWnfIKm7W4LMSq1L1kAxiaSSpkvDMqSx { top:2.4375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZbvA423NUTsbcAqpNnPb4alZLV3MTii { display:block; }#XZbvA423NUTsbcAqpNnPb4alZLV3MTii > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6LMSf6Kvzx1nBoedUe4lSZFchwen7Po { top:1.6875rem;left:0rem;width:18.875rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg4yTw0N6QxTwDO1lmKdIch2MQpccIJr { top:3.0625rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFkFh26mAJEWcewZpykFkOhUlRmD9rbk { top:9.0625rem;left:0rem;width:17.125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7H6wu3yM6z7Fwa3k2iuPPQDfphLbK4k { top:11.625rem;left:0rem;width:14.375rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yca7f8Zt8CayEdOUF5PTptaO9gb1PMQi { top:1.6875rem;left:12.875rem;width:18.875rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKTueHwMtv14H26deAABsr2Xfmv7tCs8 { top:11.625rem;left:16.1875rem;width:15.3125rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdrfbEdTEf4Q5b7sB28hMhtBvnVSVuqB { top:9.0625rem;left:14.625rem;width:17.125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lD2GCroZwt8Neea2dK91Q2g8fyaVa1hp { top:3.0625rem;left:16.0625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdp7Wclt4THHm0TRZb0ggp4KhRgGIuKK { top:1.6875rem;left:28.75rem;width:18.875rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4sc5FRiUsMyE4ceNRZTOQLzhEbxV8tf { top:11.625rem;left:30.0625rem;width:16.75rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1P9LSWF0ETnph2Jqfz5KuFnaM7GcP7F { top:9.0625rem;left:30.5rem;width:17.125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJUi8bicyku4NyyPFBAz8u0O5ycUmX4B { top:3.0625rem;left:32.5625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRcMf7GhmxkWmOvSnFCAMDgBokVzeHoV { width:2.125rem;height:4.0625rem;top:3.1875rem;left:0.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUsn2cptcepP8KN46ZvK8J2vbdZqQmMX { width:2.125rem;height:4.0625rem;top:3.1875rem;left:17.1875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnTOpN5eHDgrDELfFZI8FXLkc6tTcsWR { width:2.125rem;height:4.0625rem;top:3.1875rem;left:33.6875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 { display:block; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDEViCkZm5GQ1h82XS2k4ddoCrUrckT9 { top:3.1875rem;left:0rem;width:24.375rem;height:6.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GB2hqiJiayGBfGn2d0rRpGTkqNsVRsso { top:3.1875rem;left:22.3125rem;width:25.4375rem;height:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw2tiisdzJIWhlGd8v5P8ZqWcTUKA2wM { top:28.1875rem;left:17.6875rem;width:6.1875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgT7i6G0zkTQPFhDye2RNQ9TAAXa9ONW { top:5.8125rem;left:41.3125rem;width:6.4375rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogS218mqfdXHF2zwOPDdR44eIAurwZCy { top:9.5rem;left:0rem;width:35.5625rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUu1JpcLlG69n4pBZvblZIDTcGEB8WX0 { top:11.8125rem;left:0rem;width:22.25rem;height:15.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUlkA8CRMpxpVHlVcBzZrO2npyPy5xU5 { width:14.125rem;height:3.4375rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0gdE0C3zGw9RH79p79RscszwqvR56cq { display:block; }
 }@media only screen and (max-width: 763px) { #CiKriIcTAiTi9FeubRXAkKkbAEoQeJvs { top:26.8125rem;left:0rem;width:22.25rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:20rem;height:69.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { width:20rem;height:13.75rem;top:11.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #H8K8cqFzcNmyzCQcsdZvEPmy5fJuTpeP { width:11.25rem;height:3.875rem;top:56.4375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kySudFiBqEdXBwC1XELrhA568OTiyDOs { display:block; }
 }@media only screen and (max-width: 763px) { #SvoyNnKkr4t2DToDK7W3pVh4zF53Gef1 { width:20rem;height:2rem;top:7.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E9MfIN7kDRWaZhBuLU9PfSH4VZCiC6cT { width:18.6875rem;height:25.375rem;top:27.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnpLJTvT2CfVA4t9su0JzowGt33qimzg { width:3.6875rem;height:3.1875rem;top:26.6875rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKDVTtZXdTDU27QTCU9gKCNbq5GbQKHL { width:2.125rem;height:2rem;top:29.25rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #llGmpr3Qd8u7pGttJq9RyA7PazZRUfuq { width:3.625rem;height:3.3125rem;top:43.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ietQF2MLSiS6kGZHkQlp2OZofZWZ8Iam { width:16.1875rem;height:3.875rem;top:0.5625rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/31cc8feb-7f41-4ba0-b5e9-7e3f4d4006ab/BACKGROUND.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.adaptive-delivery-prevent-bg, #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.lazyload, #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.lazyloading { background-image: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { background-color: transparent; background-image: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .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); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { width:20rem;height:4.25rem;top:3.25rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a7305026-52f4-4ab4-868c-d204c050e0da/BACKGROUND.svg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS.adaptive-delivery-prevent-bg, #NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS.lazyload, #NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS.lazyloading { background-image: none; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container { background-color: transparent; background-image: none; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container > .video-iframe-container { display: none; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row > .video-iframe-container { display: none; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .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); }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container { width:20rem;height:70.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkwPgmhmeMoycnK39W3M8pz5ATVW6VRI { width:10.375rem;height:10.375rem;top:1.625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #huqaAHf6WATpAhXOsE7JveqCDVzaBwzJ { width:20rem;height:3rem;top:12.5rem;left:0.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhITpeyEiud9iJoCq7cMi4qqtzMsF0Wo { width:20rem;height:3rem;top:29.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6GBqqf3S3cHOnqiHNsJiR3lig4XNgbZ { width:10.375rem;height:10.375rem;top:18.375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEQc8UWx7O8gc6WK10WTesuh4drzgpKP { width:20rem;height:3rem;top:46.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZihVq11Ac1yuuQinnFndUskdHehBvI30 { width:10.375rem;height:10.375rem;top:35.5rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCIEq6tuxVyX50g04M7At66ANZQQneWE { width:10.375rem;height:10.375rem;top:52.75rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSXbhCZ6sOXlqqQdaMLAHyHLZA1gQWAg { width:20rem;height:3rem;top:64.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOhQ4LuEi0HwF6OZ3a6mWLtt2pWBfyUs { width:7.1875rem;height:7.1875rem;top:3.21875rem;left:6.40625rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u92hoAClRMkGxgwFymIVgVEB1BzATfgR { width:7.0625rem;height:7.0625rem;top:20.03125rem;left:6.46875rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTTwVThcJqHXvi6W13mP6Vo3pPyhZCmp { width:7.0625rem;height:7.0625rem;top:37.15625rem;left:6.46875rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTDc68HgsQvzHEX99SsTloEweDA9Amts { width:7.0625rem;height:7.0625rem;top:54.40625rem;left:6.46875rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR { display:block; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container { width:20rem;height:47rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MzDl3lghgFPVTlS9mkiIM8vmB3M9mmav { width:18.3125rem;height:4.25rem;top:14.8125rem;left:0.84375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBVi3DDuie432LS2DnUX1FPMlELulJhq { width:18.125rem;height:8.496125rem;top:22.5625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIGaC6gCinNi5AhKU6U3TGLopuZuIide { width:18.1875rem;height:6.796875rem;top:32.875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwwwB7ZCO2l8qzE9zhVlJbLX0lUScGBt { width:20rem;height:40.625rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU8LOG5iH0vG5WplhtUDb0CPBkRlhDaw { width:10.9375rem;height:7.125rem;top:4.46875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qoga6VqQ2VD6ZNVgKsGEMUWGvsU4PyXp { width:9.6875rem;height:8.3125rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 { display:block; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LScrMsW93XxnR87IAeTqc5cQ0VpMqPlB { width:20rem;height:4.25rem;top:2.625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ { display:block; }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .row .container { width:20rem;height:57.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIimlbsAJSLsESq8mXKyvhfN8nwIfBEk { width:9.625rem;height:14.4375rem;top:22.34375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6uhneLHNKSxWsVZCJxt6kLeRUlmBWFs { width:9rem;height:7.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKlTFD6E5T0wnrRM38wNW7xdnKRhgpDm { width:20rem;height:11.713875rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeQRixldVW4MRyaPpcHtCDVfqCoxPDCc { width:20rem;height:11.55275rem;top:42.6513671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK { display:block; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { width:20rem;height:85.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTOVNPszrOoUIiqVWr73QX1DI2zNdCpV { width:19.3125rem;height:2.75rem;top:2.1875rem;left:0.34375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIAi4uFvZhTRK3CtkbEGIRvu1uhLri1R { width:18.375rem;height:6.796875rem;top:7.5625rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUcRBqGyRO9gHDOcvk2unwkNDs0kJwhO { width:5.0625rem;height:5.0625rem;top:16.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCFdWcwfr6t3E9TIkK0ZIrd2PPuCZZoL { width:20rem;height:8.5rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxgbDUhITsIEcDCAgCKqdWZy5uzUwhzT { width:13.9375rem;height:1.625rem;top:18.625rem;left:6.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bda63m1e5DEKuzNR7s8EgswowlH2bUTi { width:11.375rem;height:4.78125rem;top:20.75rem;left:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VanWsVt9x1JX86ODQft1T0Vl9lN2hKFP { width:20rem;height:7.875rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3pv1s1CyqtKqzORH6fQrT0Azx7bXO4b { width:11.3125rem;height:4.78125rem;top:30.75rem;left:6.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdUmE7vX7SKtd9qEPXJbxkzTIUWq2boM { width:13.8125rem;height:1.625rem;top:28.8125rem;left:6.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyEshgC9Vkyy7STN1W3laILKOEuB9Tsr { width:5.0625rem;height:5.0625rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIWXnd4331uEGUskcDT5RuNzbWHQyUFd { width:20rem;height:9.25rem;top:38.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBpBGft4b3pGgIy4HFhNxfCmwR1pXcXi { width:11.1875rem;height:6.375rem;top:41.1875rem;left:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF6sRxTqtJPBfooMJzCbp4CDIdXZdNA7 { width:5.0625rem;height:5.0625rem;top:36.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPFE3z5Foqpym9qv2bvTHaKlGbuo6NnL { width:13.875rem;height:1.625rem;top:39.125rem;left:6.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpXWQmfpnwC2rhKSsOz4oNuy8B8PdNQO { width:15.375rem;height:15.5625rem;top:62.4375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nq5s1QZnGCWbrgeG2ckvOWMrSGKcn89J { width:4.5rem;height:4.5625rem;top:74.25rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRSTSnK9v7eAozcD26vLmcRrFmplTnTt { width:2.5625rem;height:2.6875rem;top:62.4375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQdFf77lpi6XXBB6fDppC21h45b0MpIP { width:3.5rem;height:3.3125rem;top:80.0625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEhTRlIipPoDsIhX39R2SlnnyFtvTfod { width:5.0625rem;height:5.0625rem;top:48.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTWc24tHPn2qnKDP84gK8OmJMJ8cS31m { width:20rem;height:7.5625rem;top:50.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QctNdG9MOdKwhZP1TTgLi0MfgvPv0PtE { width:13.9375rem;height:1.625rem;top:50.5rem;left:6.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGzS4CULcJR4TqI4Kglw99TMqwc5w4il { width:13.875rem;height:4.78125rem;top:52.4375rem;left:6.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHwA1pgystTEubFG3QFdnmgSOIkzvfb9 { width:3.125rem;height:3.125rem;top:28.1875rem;left:0.96875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ifg6DqonOUie6Tc9WTzucUX6XWTUqVzi { width:3.125rem;height:3.125rem;top:17.9375rem;left:1rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qutL7n51W0o7q6qZKC6eBlOcywPleOvP { width:3.125rem;height:3.125rem;top:38.125rem;left:0.96875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tio2hu3XUWRqWLSTVuUixLRLp8lCA3cT { width:3.125rem;height:3.125rem;top:49.5rem;left:1rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNoahgDx65Xy38NoMfGVbm44lszTccfe { display:block; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jg1kTZh70hET7DZ2n3pRFkQZQvVaM57D { width:18rem;height:5.5rem;top:3.5rem;left:1rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 { display:block; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row .container { width:20rem;height:70.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHLa1NQ9iTworRb5FRPEKDlCGyDgdabK { width:18.875rem;height:22.375rem;top:1.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #osbV0ML3sJzHXma8FewqLSxTN0xDpNxJ { width:4.375rem;height:4.375rem;top:2.6875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCQxOmdxWDGNG8rb1eUBQoK5hgw5uHzG { width:17.125rem;height:1.5rem;top:8.6875rem;left:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #orudmmGIlHR27RMB3tfLEKtRqB1TUpEh { width:14.375rem;height:8.496125rem;top:11.25rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmciSExpfq8AFhvEClpWUaKl0SZPoeJT { width:18.875rem;height:22.375rem;top:24.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bupF3ivO5AdV8T3NcoS7PG8rkM5vUvrr { width:14.375rem;height:8.496125rem;top:34.875rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ai5kVcdurcCong8HvZI21FHZSE969Zvk { width:17.125rem;height:1.5rem;top:32.3125rem;left:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT6PCmifSQ4WZKmVV53EJc4fDdLaD2Nl { width:4.375rem;height:4.375rem;top:26.3125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2NBdLzPg64hLTtcFETNiN7FqfWfDQLO { width:18.875rem;height:22.375rem;top:48.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJMzcQOxUFUC2rN4dvyO7qIR1RzHTTFz { width:14.375rem;height:8.496125rem;top:58.375rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaUDBqdzi49eMy4HCPR0tIrWOHDBKtxV { width:17.125rem;height:1.5rem;top:55.8125rem;left:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNl8g8yXVJtdFPlWQ8TTlAgu9XpA2ln3 { width:4.375rem;height:4.375rem;top:49.8125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXmAOoUPHibizRSupSsShTEtTo6KwIFN { width:4.125rem;height:4.125rem;top:2.8125rem;left:2.375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xpx7RIp0UbIQXmcJLKGAtVhRRpGNVeZV { width:3.8125rem;height:3.8125rem;top:26.59375rem;left:2.53125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #plCvvQMQmCRdKzVE7bHNGGnQnTeuqMqZ { width:3.6875rem;height:3.6875rem;top:50.15625rem;left:2.59375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5hT7SDfN49JLuLOMkrPOEh2Dupf0atZ { display:block; }#F5hT7SDfN49JLuLOMkrPOEh2Dupf0atZ > .row .container { width:20rem;height:39.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MNOgQlKOXf0liuq4phzLQVcfzch0MfRX { width:19.25rem;height:2.75rem;top:10.5625rem;left:0.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #igOdvIeQNpGdvKCww9sIfr5SlBVfzPLn { width:18.125rem;height:5.09765625rem;top:15.4375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #waQJ6Ak3InKdxlXKvRCxPhpxbmq3tVTG { width:18.1875rem;height:6.796875rem;top:21.875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dl7KMETnTJGacHTB7lZzNMwilTCkswHc { width:20rem;height:34.0625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwP4U43WXmxpwiHHJo8PnDlFiVzd8bgD { width:10.9375rem;height:7.125rem;top:2.1875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT13W2z0QRPxUkgSke114MlJeTu2ny8l { width:9.6875rem;height:8.3125rem;top:1.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBGTd58SzTuSB60htdwgaVTR3RO5VvWE { width:18.375rem;height:6.796875rem;top:29.75rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttta4V54p3piN2D478iPvCFHKVCkTmBS { display:block; }#Ttta4V54p3piN2D478iPvCFHKVCkTmBS > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CWnfIKm7W4LMSq1L1kAxiaSSpkvDMqSx { width:18rem;height:2.75rem;top:4.75rem;left:1rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZbvA423NUTsbcAqpNnPb4alZLV3MTii { display:block; }#XZbvA423NUTsbcAqpNnPb4alZLV3MTii > .row .container { width:20rem;height:71.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6LMSf6Kvzx1nBoedUe4lSZFchwen7Po { width:18.875rem;height:22.375rem;top:1.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg4yTw0N6QxTwDO1lmKdIch2MQpccIJr { width:4.375rem;height:4.375rem;top:2.6875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFkFh26mAJEWcewZpykFkOhUlRmD9rbk { width:17.125rem;height:1.5rem;top:8.6875rem;left:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7H6wu3yM6z7Fwa3k2iuPPQDfphLbK4k { width:14.375rem;height:6.796875rem;top:11.25rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yca7f8Zt8CayEdOUF5PTptaO9gb1PMQi { width:18.875rem;height:22.375rem;top:24.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKTueHwMtv14H26deAABsr2Xfmv7tCs8 { width:14.375rem;height:6.796875rem;top:34.875rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdrfbEdTEf4Q5b7sB28hMhtBvnVSVuqB { width:17.125rem;height:1.5rem;top:32.3125rem;left:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lD2GCroZwt8Neea2dK91Q2g8fyaVa1hp { width:4.375rem;height:4.375rem;top:26.3125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdp7Wclt4THHm0TRZb0ggp4KhRgGIuKK { width:18.875rem;height:22.375rem;top:48.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4sc5FRiUsMyE4ceNRZTOQLzhEbxV8tf { width:14.375rem;height:8.496125rem;top:58.375rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1P9LSWF0ETnph2Jqfz5KuFnaM7GcP7F { width:17.125rem;height:1.5rem;top:55.8125rem;left:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJUi8bicyku4NyyPFBAz8u0O5ycUmX4B { width:4.375rem;height:4.375rem;top:49.8125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRcMf7GhmxkWmOvSnFCAMDgBokVzeHoV { width:2.125rem;height:3.57421875rem;top:3.09375rem;left:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUsn2cptcepP8KN46ZvK8J2vbdZqQmMX { width:2.125rem;height:3.57421875rem;top:26.78125rem;left:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnTOpN5eHDgrDELfFZI8FXLkc6tTcsWR { width:2.125rem;height:3.57421875rem;top:50.21875rem;left:3.6875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 { display:block; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container { width:20rem;height:53.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDEViCkZm5GQ1h82XS2k4ddoCrUrckT9 { width:19.125rem;height:8.25rem;top:2.6875rem;left:0.4375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GB2hqiJiayGBfGn2d0rRpGTkqNsVRsso { width:20rem;height:9.6875rem;top:32.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw2tiisdzJIWhlGd8v5P8ZqWcTUKA2wM { width:2.1875rem;height:2rem;top:42.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgT7i6G0zkTQPFhDye2RNQ9TAAXa9ONW { width:2.625rem;height:2.4375rem;top:29.375rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogS218mqfdXHF2zwOPDdR44eIAurwZCy { width:20rem;height:14.65725rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUu1JpcLlG69n4pBZvblZIDTcGEB8WX0 { width:20rem;height:16.9921875rem;top:11.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUlkA8CRMpxpVHlVcBzZrO2npyPy5xU5 { width:14.125rem;height:3.4375rem;top:47.8447265625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0gdE0C3zGw9RH79p79RscszwqvR56cq { display:block; }
 }@media only screen and (max-width: 763px) { #CiKriIcTAiTi9FeubRXAkKkbAEoQeJvs { width:20rem;height:1.3808625rem;top:28.65234375rem;left:0rem;font-size:0.8125rem;display:block; }
 }