.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f9f9f9;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); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(238deg, #7f00ff, #02edf3);background-image: -moz-linear-gradient(238deg, #7f00ff, #02edf3);background-image: -ms-linear-gradient(238deg, #7f00ff, #02edf3);background-image: -o-linear-gradient(238deg, #7f00ff, #02edf3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f00ff', endColorstr='#02edf3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f00ff', endColorstr='#02edf3' );";background-image: linear-gradient(238deg, #7f00ff, #02edf3);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { background-color: transparent; background-image: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .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); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { border-width: 0; border-radius: 0; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { font-size:0.875rem;font-family:arial;height:44.75rem;width:60rem;position:relative;display:block; }#DagxTdOJq9dgztip4HA4XInKwpO2N9SE { color:#000000;display:block;width:40.625rem;position:absolute;font-family:montserrat;font-size:4.4375rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:5.1875rem;left:0rem;height:14.6425875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f5gl1CoRdxSVIQBWNvsOvpSNVnSFk1MJ { color:#cdeaff;display:block;width:28rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:39.0625rem;left:16rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hBFe22kbstH7PBBb0bZJKqHCEB18GLU1 { background-color:#ffd60a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:34.0625rem;left:20.9375rem;display:block; }
#cR8znVsVI89ZkLo5bEDhuTaxX77mGJhL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lcVD8MfXvGiJg1vbfKkBBJanwgE7CH7a { color:rgba(0,0,0,0);display:block;width:43.375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:24.4833984375rem;left:0rem;height:7.71484375rem;font-style:normal;display:block; }
#GT7qMB1r8OzNr6Hz3XeCpkcprWBrJTUm { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:"russo one";font-size:1.6875rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:19.8291015625rem;left:26.375rem;height:1.85546875rem;font-style:normal;display:block; }
#H85w2AxsuHBSogSTct0UQTbswXp5ZWU9 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.5625rem;width:15.875rem;top:3.57421875rem;left:43.625rem;overflow:hidden;display:block; }
#GFTXfRsGgi8DUyNn85FLeMTP1kBtfVTQ { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.57421875rem;font-style:normal;display:block; }
#PViCwQik5WXMB3cCAQRP44OMaS7kgefD { position:relative;display:block; }#PViCwQik5WXMB3cCAQRP44OMaS7kgefD { background-color: transparent; background-image: none; }#PViCwQik5WXMB3cCAQRP44OMaS7kgefD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PViCwQik5WXMB3cCAQRP44OMaS7kgefD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PViCwQik5WXMB3cCAQRP44OMaS7kgefD > .row .container > .video-iframe-container { display: none; }#PViCwQik5WXMB3cCAQRP44OMaS7kgefD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PViCwQik5WXMB3cCAQRP44OMaS7kgefD > .row > .video-iframe-container { display: none; }#PViCwQik5WXMB3cCAQRP44OMaS7kgefD > .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); }#PViCwQik5WXMB3cCAQRP44OMaS7kgefD { border-width: 0; border-radius: 0; }#PViCwQik5WXMB3cCAQRP44OMaS7kgefD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PViCwQik5WXMB3cCAQRP44OMaS7kgefD > .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:82.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#b4DeagsvFcDZq4XXHe1fvNmJehd8kH6t { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30.3125rem;width:54rem;top:14.28125rem;left:3rem;display:block; }
#iCvHLbkoVDmVBfutZyHc7pQwRGPUrX9A { color:#111111;display:block;width:38.875rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.90234375rem;left:10.5625rem;height:3.0869125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HCtN0eTfWLhIUy3Hegs7rVzAIGASccKm { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30.3125rem;width:54rem;top:48.40625rem;left:3rem;display:block; }
#viJUEgz0HlcpFpK1BGrR5HfB8RauehDZ { color:#444444;display:block;width:38.875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:7.80078125rem;left:10.5625rem;height:3.57421875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kRaSc5dwztdEP36qfVB2mNI16PoJ8ETJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kRaSc5dwztdEP36qfVB2mNI16PoJ8ETJ > .row .container { background-color: transparent; background-image: none; }#kRaSc5dwztdEP36qfVB2mNI16PoJ8ETJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kRaSc5dwztdEP36qfVB2mNI16PoJ8ETJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kRaSc5dwztdEP36qfVB2mNI16PoJ8ETJ > .row .container > .video-iframe-container { display: none; }#kRaSc5dwztdEP36qfVB2mNI16PoJ8ETJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kRaSc5dwztdEP36qfVB2mNI16PoJ8ETJ > .row > .video-iframe-container { display: none; }#kRaSc5dwztdEP36qfVB2mNI16PoJ8ETJ > .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); }#kRaSc5dwztdEP36qfVB2mNI16PoJ8ETJ > .row .container { border-width: 0; border-radius: 0; }#kRaSc5dwztdEP36qfVB2mNI16PoJ8ETJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kRaSc5dwztdEP36qfVB2mNI16PoJ8ETJ > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:60rem;position:relative;display:block; }#ff2pBs7mdXrTpX4rDM7TqwSBIA9dN3gL { background-color:#ffd60a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.25rem;height:3.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:39.75rem;left:18.4375rem;display:block; }
#Gm4N8F94uUR3FASU0M84BZ60LGBgrivU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qm3qf2fhaZMfkbnafnx04DsFuVUQUtXR { color:#000000;display:block;width:52.8125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.9375rem;left:4.15625rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uwsdTGSyBl0d0IS9vDKm7fFEJ2b3uXg6 { color:#444444;display:block;width:38.875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:7.11328125rem;left:10.5625rem;height:3.57421875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uLG4lvFsQy0d4FQwuoxTAqi3nc7QKucq { color:#444444;display:block;width:53.4375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:36rem;left:3.28125rem;height:1.4619125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sGhX6NiwGWNQR9IttGcwuwDiLoqveVNF { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.375rem;width:12.0625rem;top:12.25rem;left:8.0625rem;overflow:hidden;display:block; }
#STQE6NScE12pg1JUkBPWO5pTM7ePt7Vv { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:11.9375rem;top:12.1875rem;left:24.59375rem;overflow:hidden;display:block; }
#IHGVLx2hdqmBV8x7z858ihs3eoJ2J3X2 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:11.9375rem;top:12.3125rem;left:41rem;overflow:hidden;display:block; }
#wTb3Pqez0f0yS16qZAOL9IfwaEI2rhm8 { color:#444444;display:block;width:11.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:33.625rem;left:8.34375rem;height:1.4619125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eTZo5wQ8WgTvhV7i7W5rWDFGnwzPQApC { color:#444444;display:block;width:17.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:33.625rem;left:22.59375rem;height:1.4619125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mVc7wZ58X1LkR4UMNBowcuiJNyl5DLpm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mVc7wZ58X1LkR4UMNBowcuiJNyl5DLpm > .row .container { background-color: transparent; background-image: none; }#mVc7wZ58X1LkR4UMNBowcuiJNyl5DLpm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVc7wZ58X1LkR4UMNBowcuiJNyl5DLpm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVc7wZ58X1LkR4UMNBowcuiJNyl5DLpm > .row .container > .video-iframe-container { display: none; }#mVc7wZ58X1LkR4UMNBowcuiJNyl5DLpm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVc7wZ58X1LkR4UMNBowcuiJNyl5DLpm > .row > .video-iframe-container { display: none; }#mVc7wZ58X1LkR4UMNBowcuiJNyl5DLpm > .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); }#mVc7wZ58X1LkR4UMNBowcuiJNyl5DLpm > .row .container { border-width: 0; border-radius: 0; }#mVc7wZ58X1LkR4UMNBowcuiJNyl5DLpm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mVc7wZ58X1LkR4UMNBowcuiJNyl5DLpm > .row .container { font-size:0.875rem;font-family:arial;height:70.1875rem;width:60rem;position:relative;display:block; }#DANlawtWw4vgQ8XSwS4Ni3CNcNoP51bs { color:#000000;display:block;width:52.8125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.9375rem;left:4.15625rem;height:9.26075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XTPh53faDzuBDKkQXkmZuCJfdGaTbaI9 { color:#444444;display:block;width:43.4375rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:14.48828125rem;left:8.25rem;height:14.29688125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#M2VxwXq9z0yBiQC23Vohxp0IbgoQIhl5 { color:#444444;display:block;width:53.4375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:31.17578125rem;left:3.84375rem;height:1.4619125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yN9lwAStw2EMTTeyOt45G2A3OnxDgn14 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:11.9375rem;top:33.69921875rem;left:4.15625rem;overflow:hidden;display:block; }
#ZWnZsde4mukzwaA6zn7567TEgxXGER4W { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:26rem;top:48.125rem;left:18.6875rem;overflow:hidden;display:block; }
#izs19KmUx49prWGIKttmHnasrQ8vuuZf { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.125rem;width:12.6875rem;top:33.69921875rem;left:30.875rem;overflow:hidden;display:block; }
#bHzbTcgOcVScctH9GyaU3zMnLOttwGXt { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:17.5625rem;top:34.5rem;left:39.46875rem;overflow:hidden;display:block; }
#BX2pAGnaSFOcin99NPZPpmEJN4oo9eFH { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.9375rem;width:11.9375rem;top:49.625rem;left:45.40625rem;overflow:hidden;display:block; }
#LkV1LmsASlxDFDGT0VFVzf7kzXMH3BRA { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.875rem;width:18.625rem;top:53.1875rem;left:4.15625rem;overflow:hidden;display:block; }
#CT5AKvGezltL64ve3QvHnt1rvggvSCS5 { color:#444444;display:block;width:53.4375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:67.86328125rem;left:2.4375rem;height:1.4619125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#t3A5RJbwBbbDvIQkwsVHvbproix6R0p1 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:11.9375rem;top:33.69921875rem;left:17.21875rem;overflow:hidden;display:block; }
#UW6QHUBs2VinivgyzTToFvEVFh91rG5u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UW6QHUBs2VinivgyzTToFvEVFh91rG5u > .row .container { background-color: transparent; background-image: none; }#UW6QHUBs2VinivgyzTToFvEVFh91rG5u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UW6QHUBs2VinivgyzTToFvEVFh91rG5u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UW6QHUBs2VinivgyzTToFvEVFh91rG5u > .row .container > .video-iframe-container { display: none; }#UW6QHUBs2VinivgyzTToFvEVFh91rG5u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UW6QHUBs2VinivgyzTToFvEVFh91rG5u > .row > .video-iframe-container { display: none; }#UW6QHUBs2VinivgyzTToFvEVFh91rG5u > .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); }#UW6QHUBs2VinivgyzTToFvEVFh91rG5u > .row .container { border-width: 0; border-radius: 0; }#UW6QHUBs2VinivgyzTToFvEVFh91rG5u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UW6QHUBs2VinivgyzTToFvEVFh91rG5u > .row .container { font-size:0.875rem;font-family:arial;height:35.25rem;width:60rem;position:relative;display:block; }#LxWOnQ5mqZKHqMg3syPUBr1L9r2KgCns { color:#000000;display:block;width:52.8125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.9375rem;left:4.15625rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W3NMXb0OlFbbc1yhFkku7gaWyv1Qml8l { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:8.1875rem;left:10rem;display:block; }
#L3hGzATZJGCo2T7iMO7NazUzK6HSRqaa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L3hGzATZJGCo2T7iMO7NazUzK6HSRqaa > .row .container { background-color: transparent; background-image: none; }#L3hGzATZJGCo2T7iMO7NazUzK6HSRqaa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3hGzATZJGCo2T7iMO7NazUzK6HSRqaa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3hGzATZJGCo2T7iMO7NazUzK6HSRqaa > .row .container > .video-iframe-container { display: none; }#L3hGzATZJGCo2T7iMO7NazUzK6HSRqaa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3hGzATZJGCo2T7iMO7NazUzK6HSRqaa > .row > .video-iframe-container { display: none; }#L3hGzATZJGCo2T7iMO7NazUzK6HSRqaa > .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); }#L3hGzATZJGCo2T7iMO7NazUzK6HSRqaa > .row .container { border-width: 0; border-radius: 0; }#L3hGzATZJGCo2T7iMO7NazUzK6HSRqaa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L3hGzATZJGCo2T7iMO7NazUzK6HSRqaa > .row .container { font-size:0.875rem;font-family:arial;height:41.75rem;width:60rem;position:relative;display:block; }#uQu3KAaZcHQIPzy0KJrv1yQQfSv4MQdA { color:#000000;display:block;width:52.8125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.9375rem;left:4.15625rem;height:6.173825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VVyvvfMPlIkQ3fPDm5kPTTFlTUJanmKU { color:#444444;display:block;width:38.875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:9.109375rem;left:12.3125rem;height:3.57421875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rONLBGktLZe2GThC7DddsEdCzZqLkNms { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:24.8125rem;top:13.875rem;left:3.5625rem;overflow:hidden;display:block; }
#lyemp0BD4awFSLNXORmaL5yMukh6HCV5 { background-color:#ffd60a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.4375rem;height:3.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:35rem;left:17.78125rem;display:block; }
#mke8wulK4eWG225Dvv0ubK9HZcsQx32N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GJFmthTUcSvHRF2HcpkvBvIfnTQzI2EC { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:24.8125rem;top:13.875rem;left:31.625rem;overflow:hidden;display:block; }
#ZTDtCKmiT3HAam3uLkWyQ1PnwUlI8h9Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(238deg, #7f00ff, #02edf3);background-image: -moz-linear-gradient(238deg, #7f00ff, #02edf3);background-image: -ms-linear-gradient(238deg, #7f00ff, #02edf3);background-image: -o-linear-gradient(238deg, #7f00ff, #02edf3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f00ff', endColorstr='#02edf3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f00ff', endColorstr='#02edf3' );";background-image: linear-gradient(238deg, #7f00ff, #02edf3);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZTDtCKmiT3HAam3uLkWyQ1PnwUlI8h9Q > .row .container { background-color: transparent; background-image: none; }#ZTDtCKmiT3HAam3uLkWyQ1PnwUlI8h9Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTDtCKmiT3HAam3uLkWyQ1PnwUlI8h9Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTDtCKmiT3HAam3uLkWyQ1PnwUlI8h9Q > .row .container > .video-iframe-container { display: none; }#ZTDtCKmiT3HAam3uLkWyQ1PnwUlI8h9Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTDtCKmiT3HAam3uLkWyQ1PnwUlI8h9Q > .row > .video-iframe-container { display: none; }#ZTDtCKmiT3HAam3uLkWyQ1PnwUlI8h9Q > .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); }#ZTDtCKmiT3HAam3uLkWyQ1PnwUlI8h9Q > .row .container { border-width: 0; border-radius: 0; }#ZTDtCKmiT3HAam3uLkWyQ1PnwUlI8h9Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTDtCKmiT3HAam3uLkWyQ1PnwUlI8h9Q > .row .container { font-size:0.875rem;font-family:arial;height:67.0625rem;width:60rem;position:relative;display:block; }#yN5p8gA1AcAQ3PmOW3bywBXA1w7PhOF1 { color:#cdeaff;display:block;width:28rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:62.5rem;left:17.5rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lrrnlRrQCdwD4mPsEr5OlToqzGQhhBTs { background-color:#ffd60a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:57.1875rem;left:20.9375rem;display:block; }
#uetV06aW9mRPzcF8oAFtQXhr3JDycEDS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zN2iV7Ovc7ZTWDlmolU1dJbVvgn9GTnO { color:#ffffff;display:block;width:52.8125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.287109375rem;left:5.09375rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vhk7SMkuniadJL4ynivuRi9wOrhclh26 { color:rgba(0,0,0,0);display:block;width:46.6875rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:7.125rem;left:6.65625rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bs6NdATKLaQmmkclTpF92HlWWzsew6Oq { position:absolute;display:block;z-index:15004;background-color:#fffbef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.14) ;height:33.4375rem;width:52.625rem;top:12.1240234375rem;left:3.6875rem;display:block; }
#tTTnIlO9FEU7Rx4BtCGrUXcfcmwmGv2Q { color:#444444;display:block;width:47.0625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15023;line-height:2.2;letter-spacing:0;top:17.6884765625rem;left:6.46875rem;height:24.1953rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#sTGzBszQFJUwViClaxIsmnqxHS2luaM3 { color:#444444;display:block;width:38.875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:14.1025390625rem;left:9.125rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bdBTuCefMtp0elyhUDMOX1zvWt9lypwE { color:rgba(0,0,0,0);display:block;width:51.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:51.1279296875rem;left:4.3125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ECqQROeNvHXe1b23HH0PTSKplV5ZVczR { color:#ffc300;display:block;width:45.8125rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:46.625rem;left:7.09375rem;height:2.2744125rem;font-style:normal;display:block; }
#RnlHEKPt1tfnAIA31dqoxn6xnLSbXp71 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RnlHEKPt1tfnAIA31dqoxn6xnLSbXp71 > .row .container { background-color: transparent; background-image: none; }#RnlHEKPt1tfnAIA31dqoxn6xnLSbXp71::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RnlHEKPt1tfnAIA31dqoxn6xnLSbXp71 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RnlHEKPt1tfnAIA31dqoxn6xnLSbXp71 > .row .container > .video-iframe-container { display: none; }#RnlHEKPt1tfnAIA31dqoxn6xnLSbXp71 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RnlHEKPt1tfnAIA31dqoxn6xnLSbXp71 > .row > .video-iframe-container { display: none; }#RnlHEKPt1tfnAIA31dqoxn6xnLSbXp71 > .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); }#RnlHEKPt1tfnAIA31dqoxn6xnLSbXp71 > .row .container { border-width: 0; border-radius: 0; }#RnlHEKPt1tfnAIA31dqoxn6xnLSbXp71 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RnlHEKPt1tfnAIA31dqoxn6xnLSbXp71 > .row .container { font-size:0.875rem;font-family:arial;height:57.9375rem;width:60rem;position:relative;display:block; }#psIydTbIWdPuzUxdXzb3f0MuVHJk0PR9 { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.14) ;height:33.6875rem;width:27.5625rem;top:2.6875rem;left:0.6875rem;display:block; }
#sdzVvgKEwTFBQM74Xp64kFpoqr3oBVk7 { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:3.875rem;left:1.9375rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RTKzKwkndgyTp0ykrnnhvaWbTyiJCrWP { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15016;line-height:2.2;letter-spacing:0;top:7.0859375rem;left:2.46875rem;height:26.1230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vFD9BFcCWRVHV8MflsoF432Zm1NsCU4H { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.14) ;height:33.6875rem;width:27.5625rem;top:2.6875rem;left:31.25rem;display:block; }
#ucT5yaSi9ZNKfBi32MpByfKGLKraJe4b { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15019;line-height:2.2;letter-spacing:0;top:7.0859375rem;left:32.46875rem;height:28.7353875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KevfLic0N2VvOpiyzpwKzcJHuNG8Svfd { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:3.875rem;left:32.46875rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rLl6eCR18DTrBdaRRK6doR6H8H6bJam9 { background-color:#ffd60a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:40.625rem;left:20.75rem;display:block; }
#HrruIhKLwOCEoXpbXLBTPMCr0dTZTOWB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H0fTMgwps52CwJolvBopsy80FQf50p53 { position:absolute;display:block;z-index:15006;background-color:#ffd700;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.14) ;height:5.9375rem;width:57.1875rem;top:47.34375rem;left:1.21875rem;display:block; }
#eHxMgb3rVPXy9iApwNB3WF8SGORTw2Bd { color:#000000;display:block;width:45rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15017;line-height:2.2;letter-spacing:0;top:47.7001953125rem;left:12.59375rem;height:5.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AqUGwiPR6TzveEPIzMXX9RMNGkm1hGbd { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15018;line-height:2.2;letter-spacing:0;top:47.7001953125rem;left:2.46875rem;height:5.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#upnQrJGKb6RNIURZtVGozSF3mp40Tg3r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#upnQrJGKb6RNIURZtVGozSF3mp40Tg3r > .row .container { background-color: transparent; background-image: none; }#upnQrJGKb6RNIURZtVGozSF3mp40Tg3r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upnQrJGKb6RNIURZtVGozSF3mp40Tg3r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upnQrJGKb6RNIURZtVGozSF3mp40Tg3r > .row .container > .video-iframe-container { display: none; }#upnQrJGKb6RNIURZtVGozSF3mp40Tg3r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upnQrJGKb6RNIURZtVGozSF3mp40Tg3r > .row > .video-iframe-container { display: none; }#upnQrJGKb6RNIURZtVGozSF3mp40Tg3r > .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); }#upnQrJGKb6RNIURZtVGozSF3mp40Tg3r > .row .container { border-width: 0; border-radius: 0; }#upnQrJGKb6RNIURZtVGozSF3mp40Tg3r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#upnQrJGKb6RNIURZtVGozSF3mp40Tg3r > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:60rem;position:relative;display:block; }#SO5WHezD87xqSBfzTIAVSnQMLUgax1LZ { background-color:#ffd60a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.25rem;height:3.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:35.3125rem;left:17.875rem;display:block; }
#dTgbciWIlntF7BW6Z8rE46DyudNLoWD9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LOXUsShHZ1SDsoJ7zosT6IfpldTCJDCB { color:#000000;display:block;width:52.8125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.9375rem;left:4.15625rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IK7T9IItPvcB9KM0qxPmVSctlVg5996s { color:#444444;display:block;width:50.125rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:7.55078125rem;left:4.9375rem;height:5.361325rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZD5NOWp77CFW7hrl71pZLaQAOBKolvLA { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:21.875rem;top:15.125rem;left:6.0625rem;overflow:hidden;display:block; }
#AQAnCi7a3RbxC54VbAT3q3fcpkzEgPzO { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.375rem;width:21.875rem;top:15.0625rem;left:32.0625rem;overflow:hidden;display:block; }
#d0UVEnszvbL3moLKybo8vibg7sUF7ykc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#d0UVEnszvbL3moLKybo8vibg7sUF7ykc > .row .container { background-color: transparent; background-image: none; }#d0UVEnszvbL3moLKybo8vibg7sUF7ykc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d0UVEnszvbL3moLKybo8vibg7sUF7ykc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d0UVEnszvbL3moLKybo8vibg7sUF7ykc > .row .container > .video-iframe-container { display: none; }#d0UVEnszvbL3moLKybo8vibg7sUF7ykc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d0UVEnszvbL3moLKybo8vibg7sUF7ykc > .row > .video-iframe-container { display: none; }#d0UVEnszvbL3moLKybo8vibg7sUF7ykc > .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); }#d0UVEnszvbL3moLKybo8vibg7sUF7ykc > .row .container { border-width: 0; border-radius: 0; }#d0UVEnszvbL3moLKybo8vibg7sUF7ykc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d0UVEnszvbL3moLKybo8vibg7sUF7ykc > .row .container { font-size:0.875rem;font-family:arial;height:77.9375rem;width:60rem;position:relative;display:block; }#m6OU86wkTrARM4TLKuCsRHv7uG2qEMpR { color:#000000;display:block;width:52.8125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.9375rem;left:4.15625rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gGepqqQMvukk5xhvfTqTRkXEmhORHW0y { color:#444444;display:block;width:50.0625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:7.359375rem;left:4.96875rem;height:6.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#ZFe5PKPT35CKUf84U9E7JOSGAa1iXV2T { background-color:#ffd60a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.4375rem;height:3.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:63.6875rem;left:17.75rem;display:block; }
#SWT9Fu0GNEE8rLl5xJuaLE7m0SMWnqF0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iBw7zasXhPPuJrOrcaq3uAz8ZuR1E7hW { position:absolute;display:block;z-index:15009;background-color:#ffd700;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.14) ;height:5.9375rem;width:57.1875rem;top:69.75rem;left:1.4375rem;display:block; }
#CTyqJubHI0XJwCZeEqTep01VI6BUDu4B { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15021;line-height:2.2;letter-spacing:0;top:70.4375rem;left:2.6875rem;height:5.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LcIkC8VThkTb8BQw6q0EXTU9Kfyt7DS2 { color:#000000;display:block;width:45rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15020;line-height:2.2;letter-spacing:0;top:70.4375rem;left:12.8125rem;height:5.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CUhFTQE7ykGEfB84MCTIxT4QQC6G8rmU { color:#444444;display:block;width:50.0625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:16.296875rem;left:4.96875rem;height:45.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#GZf5CEIPlIgJ1U8iO682Txc2a3OXxO8C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GZf5CEIPlIgJ1U8iO682Txc2a3OXxO8C > .row .container { border-width: 0; border-radius: 0; }#GZf5CEIPlIgJ1U8iO682Txc2a3OXxO8C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GZf5CEIPlIgJ1U8iO682Txc2a3OXxO8C > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:60rem;position:relative;display:none; }#Z1TfsiJHNUJvDkk0vqh2sIxBIW9Xwzkz { background-color:#ffd60a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.25rem;height:3.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:35.3125rem;left:17.875rem;display:block; }
#lqZbzF5G3C6D1cO9Bu9Dytz9W7Oy5HV9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PC1AziechMchhTZWNzA5MfPIP6isJEI8 { color:#000000;display:block;width:52.8125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.9375rem;left:4.15625rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ETbgXdnP035nJFAoyxkUNNbPqX7zDozk { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:14.25rem;top:12.25rem;left:22.25rem;overflow:hidden;display:block; }
#WgU3mTufouE3NTmWsH7BmUued5TrlXCR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WgU3mTufouE3NTmWsH7BmUued5TrlXCR > .row .container { background-color: transparent; background-image: none; }#WgU3mTufouE3NTmWsH7BmUued5TrlXCR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgU3mTufouE3NTmWsH7BmUued5TrlXCR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgU3mTufouE3NTmWsH7BmUued5TrlXCR > .row .container > .video-iframe-container { display: none; }#WgU3mTufouE3NTmWsH7BmUued5TrlXCR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgU3mTufouE3NTmWsH7BmUued5TrlXCR > .row > .video-iframe-container { display: none; }#WgU3mTufouE3NTmWsH7BmUued5TrlXCR > .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); }#WgU3mTufouE3NTmWsH7BmUued5TrlXCR > .row .container { border-width: 0; border-radius: 0; }#WgU3mTufouE3NTmWsH7BmUued5TrlXCR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WgU3mTufouE3NTmWsH7BmUued5TrlXCR > .row .container { font-size:0.875rem;font-family:arial;height:64.625rem;width:60rem;position:relative;display:block; }#T4XMKJOJKPAEsaNtgDn6LlQzzfhAJug5 { color:#000000;display:block;width:52.8125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.9375rem;left:4.15625rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BODJlHe2O51WFn46HAQrWW60gPsCTGlt { color:#444444;display:block;width:50.0625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.7;letter-spacing:0;top:7.359375rem;left:5.53125rem;height:35.0536875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#DAuGVJWJQEg9DK46diIquwqobzn2cwnk { background-color:#ffd60a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.9375rem;height:3.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:47.0625rem;left:16.03125rem;display:block; }
#U6pABLzEeE9Dann7m9sWZvlMyzPXXF8e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hDwtmflN17LkCt8S9EPdZ1gtob31RXtF { position:absolute;display:block;z-index:15009;background-color:#ffd700;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.14) ;height:5.9375rem;width:57.1875rem;top:54.4375rem;left:1.4375rem;display:block; }
#vDVVrM1Sa20zMfKa5TlEHqJDIFrNdbHh { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15021;line-height:2.2;letter-spacing:0;top:55.125rem;left:2.6875rem;height:5.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FZDboiMy8TJzpZ8Xy7chpKy40WSpZyvb { color:#000000;display:block;width:45rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15020;line-height:2.2;letter-spacing:0;top:55.125rem;left:12.8125rem;height:5.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gte2QFTlDRQ18M0lZ6k2zDGovAWq3css { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Gte2QFTlDRQ18M0lZ6k2zDGovAWq3css > .row .container { border-width: 0; border-radius: 0; }#Gte2QFTlDRQ18M0lZ6k2zDGovAWq3css > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gte2QFTlDRQ18M0lZ6k2zDGovAWq3css > .row .container { font-size:0.875rem;font-family:arial;height:29.625rem;width:60rem;position:relative;display:none; }#iCla1NQqve8TCLtFcXINubm6H1BbBJXL { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:29.0625rem;top:11.0625rem;left:0rem;display:block; }
#ybPaAgFBbK0embGF12v9e49G4NPeOzP1 { color:#585858;display:block;width:20.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:14.875rem;left:4.75rem;height:4.19824375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yiXzg22WwxL0drc6ymXCEiIEmTTByeVm { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:20.25rem;left:4.75rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fw2ZdrZLnnOKGs16v3JZEtRuCt4IVPRs { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:29.0625rem;top:11rem;left:30.5625rem;display:block; }
#t3d9twhNun4U14ubS2vU33hoocWq5hZR { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:20.25rem;left:35.3125rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wQZk6nDs1V8QRXqgvMwZXUpVCo4lf37G { color:#585858;display:block;width:20.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:14.875rem;left:35.3125rem;height:4.19824375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c9aRcBIpMXa3we25JU2ULSRfDeBRLIwL { position:absolute;display:block;z-index:15010;background-color:#f2f2f2;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:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:5.375rem;width:5.375rem;top:8.25rem;left:12.3125rem;display:block; }
#M9cSrflAzcmSkW7pd3syiZSdNTVKG1pz { position:absolute;display:block;z-index:15012;background-color:#f2f2f2;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:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:5.375rem;width:5.375rem;top:8.25rem;left:42.625rem;display:block; }
#wMuDMaoJ5pkW7XpGrL5HMvu3GhoTTqQB { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:9.5625rem;left:13.625rem; }
#na2IK6m7rp5dldElOTTqERPcuPRtWd6J { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:9.5625rem;left:43.875rem; }
#lVhTXtsZLPG8FsqWAAbWiHsvFG5bxalh { color:#000000;display:block;width:52.8125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.6640625rem;left:3.125rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HEDPIlD1THRTA8APHiDHzscXOOHfdQRU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HEDPIlD1THRTA8APHiDHzscXOOHfdQRU > .row .container { background-color: transparent; background-image: none; }#HEDPIlD1THRTA8APHiDHzscXOOHfdQRU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HEDPIlD1THRTA8APHiDHzscXOOHfdQRU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HEDPIlD1THRTA8APHiDHzscXOOHfdQRU > .row .container > .video-iframe-container { display: none; }#HEDPIlD1THRTA8APHiDHzscXOOHfdQRU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HEDPIlD1THRTA8APHiDHzscXOOHfdQRU > .row > .video-iframe-container { display: none; }#HEDPIlD1THRTA8APHiDHzscXOOHfdQRU > .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); }#HEDPIlD1THRTA8APHiDHzscXOOHfdQRU > .row .container { border-width: 0; border-radius: 0; }#HEDPIlD1THRTA8APHiDHzscXOOHfdQRU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HEDPIlD1THRTA8APHiDHzscXOOHfdQRU > .row .container { font-size:0.875rem;font-family:arial;height:109.25rem;width:60rem;position:relative;display:block; }#JbM33TTXhKwpb7kQ1hxDLSzRyZOVrqzn { color:#000000;display:block;width:52.8125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.9375rem;left:4.15625rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VDukf61BfTxrI6Lnm1aX7UTNoLomfnvb { color:#444444;display:block;width:50.0625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.7;letter-spacing:0;top:6.734375rem;left:6.96875rem;height:4.673825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#myb2qM92mdGyAkqt4MLCRtux8QxQkfSl { background-color:#ffd60a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.9375rem;height:3.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:103.5625rem;left:16.03125rem;display:block; }
#CsqswtA1RwOmK9SuoGV4nsEFWIBTEnSG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZaxJdfxgLmc7cC1fOBNwNJLUHbyNtsUl { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:18.3125rem;top:14.0546875rem;left:6.0625rem;overflow:hidden;display:block; }
#eH6mNVN6OFAPQ1gz75yIKsB450C2swv1 { color:#444444;display:block;width:22.125rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:31.6484375rem;left:4.15625rem;height:12.11130625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#wHrKrpZLLVIDMUbkBXPc2bTy9A4WDGnh { color:#444444;display:block;width:22.125rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:31.625rem;left:32.875rem;height:12.11130625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#S5fJv11ZClXpuFCb7zOV7VM8SfiTzOeq { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:13.8984375rem;left:34.5625rem;overflow:hidden;display:block; }
#F9IoOs9COgfTQ3p0CBgaO518dtvNWfdk { color:#444444;display:block;width:22.125rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:700;z-index:15027;line-height:1.7;letter-spacing:0;top:65.0625rem;left:4.1875rem;height:12.11130625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#I8Qhv1BuJCLWZK6On1fCFRAURHuNiJQc { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:45.71875rem;left:5.84375rem;overflow:hidden;display:block; }
#TSR5xseOXsMI3DgTL78C08HuLOKhq7qA { color:#444444;display:block;width:22.125rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:700;z-index:15029;line-height:1.7;letter-spacing:0;top:65.0625rem;left:32.875rem;height:12.11130625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#SXWOG5HDSwbQgFy52RIoJWySXsPyvXsI { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:45.71875rem;left:34.5625rem;overflow:hidden;display:block; }
#cdIM0h4BUWKy4P4a0GCTnpgr7cwpfvaL { color:#444444;display:block;width:52.9375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:700;z-index:15028;line-height:2;letter-spacing:0;top:80.9375rem;left:3.53125rem;height:19rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#APeF0hRTsty1m1IAbDlA9SuSqKBiGUS4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#APeF0hRTsty1m1IAbDlA9SuSqKBiGUS4 > .row .container { background-color: transparent; background-image: none; }#APeF0hRTsty1m1IAbDlA9SuSqKBiGUS4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APeF0hRTsty1m1IAbDlA9SuSqKBiGUS4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APeF0hRTsty1m1IAbDlA9SuSqKBiGUS4 > .row .container > .video-iframe-container { display: none; }#APeF0hRTsty1m1IAbDlA9SuSqKBiGUS4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APeF0hRTsty1m1IAbDlA9SuSqKBiGUS4 > .row > .video-iframe-container { display: none; }#APeF0hRTsty1m1IAbDlA9SuSqKBiGUS4 > .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); }#APeF0hRTsty1m1IAbDlA9SuSqKBiGUS4 > .row .container { border-width: 0; border-radius: 0; }#APeF0hRTsty1m1IAbDlA9SuSqKBiGUS4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#APeF0hRTsty1m1IAbDlA9SuSqKBiGUS4 > .row .container { font-size:0.875rem;font-family:arial;height:69.25rem;width:60rem;position:relative;display:block; }#KOoHqb9hqJbDHHKwB5febP2uOr1GF9HO { color:#000000;display:block;width:52.8125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.9375rem;left:4.15625rem;height:6.173825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bURg3ty3oDiBi1b4RpqIFricSvo2e2HR { color:#444444;display:block;width:50.0625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.7;letter-spacing:0;top:9.8212890625rem;left:5.53125rem;height:7.0107375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KXXB4oR32rQziGkHzBlFGMNzE4nuHXSz { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.14) ;height:25.125rem;width:27.5625rem;top:40rem;left:1.6875rem;display:block; }
#ZQEenXSTstMNEL2z5C6vx4wzCnN9GLSf { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:42.25rem;left:2.9375rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SD1maOFufZCqMlCxBHDwZTWrmm5LWabA { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15019;line-height:2.4;letter-spacing:0;top:45.4375rem;left:3.4375rem;height:14.2480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QbuzSf04D1p47J55EqbkZTiEmbEaXZOv { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.14) ;height:25.25rem;width:27.5625rem;top:40rem;left:31rem;display:block; }
#mfpD7sOwRdXzgVKFD7Ao9s84vtz5PVxH { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:42.25rem;left:32.25rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VyCzOD6moNdWiV4UxE7AAw2O4oDcZdsT { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15022;line-height:2.4;letter-spacing:0;top:45.4375rem;left:32.75rem;height:17.097675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mHC9TW3BvDXT5VEAw8gwVNseDOdtSqnv { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:20.8359375rem;left:36.96875rem;overflow:hidden;display:block; }
#ulnQydermXlTJ88La5ODEgCTTV46p1SU { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:20.8359375rem;left:8.15625rem;overflow:hidden;display:block; }
#ifqsQAce6S55WcznEnNZhvDU74Sc0kh8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ifqsQAce6S55WcznEnNZhvDU74Sc0kh8 > .row .container { background-color: transparent; background-image: none; }#ifqsQAce6S55WcznEnNZhvDU74Sc0kh8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ifqsQAce6S55WcznEnNZhvDU74Sc0kh8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ifqsQAce6S55WcznEnNZhvDU74Sc0kh8 > .row .container > .video-iframe-container { display: none; }#ifqsQAce6S55WcznEnNZhvDU74Sc0kh8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ifqsQAce6S55WcznEnNZhvDU74Sc0kh8 > .row > .video-iframe-container { display: none; }#ifqsQAce6S55WcznEnNZhvDU74Sc0kh8 > .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); }#ifqsQAce6S55WcznEnNZhvDU74Sc0kh8 > .row .container { border-width: 0; border-radius: 0; }#ifqsQAce6S55WcznEnNZhvDU74Sc0kh8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ifqsQAce6S55WcznEnNZhvDU74Sc0kh8 > .row .container { font-size:0.875rem;font-family:arial;height:43.6875rem;width:60rem;position:relative;display:block; }#slUlHXWMRuOhc42HzTeAziNUVgRgrmES { color:#000000;display:block;width:52.8125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.9375rem;left:4.15625rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mUEQSZizWBGvC6FzkoeG9BwwKluIkxAT { color:#444444;display:block;width:50.0625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.7;letter-spacing:0;top:8.296875rem;left:8.625rem;height:4.673825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#WG6tN70wozXpBLNLaR4p6EsJQPwG28bQ { background-color:#ffd60a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.9375rem;height:3.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:36.4375rem;left:16.59375rem;display:block; }
#KuMMZ0EXm3GaS0cv7IBT2x42JBQ8oLFl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kktd6GEo6KSWVQBnMuz3JT22AlLLOUtV { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b55f6ff6-0632-4817-bb26-16b22cd8a6d0/2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:29.5625rem;top:15.25rem;left:15.78125rem;display:block; }#Kktd6GEo6KSWVQBnMuz3JT22AlLLOUtV.adaptive-delivery-prevent-bg, #Kktd6GEo6KSWVQBnMuz3JT22AlLLOUtV.lazyload, #Kktd6GEo6KSWVQBnMuz3JT22AlLLOUtV.lazyloading { background-image: none; }
#CTLgSn5xF5aDLyEH6dTKnis4gdKTUHes { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#CTLgSn5xF5aDLyEH6dTKnis4gdKTUHes > .row .container { border-width: 0; border-radius: 0; }#CTLgSn5xF5aDLyEH6dTKnis4gdKTUHes > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CTLgSn5xF5aDLyEH6dTKnis4gdKTUHes > .row .container { font-size:0.875rem;font-family:arial;height:134.5625rem;width:60rem;position:relative;display:none; }#HZac8M5xiT6cQHDEnxnzm9RqqHW82nVl { color:#000000;display:block;width:52.8125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.9375rem;left:4.15625rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#son1Q666IceicGP780XGbqycbBeaupMy { color:#444444;display:block;width:50.0625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.7;letter-spacing:0;top:7.796875rem;left:8.625rem;height:7.01075rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#b7yzBnal5IXqsinbI3CiNlacLDPECete { background-color:#ffd60a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.9375rem;height:3.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:127rem;left:18.75rem;display:block; }
#BMQbCk3XzsrvMlpG1mP93Tmab1tNPTDI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KLrrI2O2gUXyncfpVHSyJzddM6DndlOb { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3589e85b-54de-43f7-aa70-f8b685e9df80/hYBERTYeFhLCVCabO0V_4c096d283a024bf88dfe4e1ec96ea43a.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:19.125rem;left:7.5rem;display:block; }#KLrrI2O2gUXyncfpVHSyJzddM6DndlOb.adaptive-delivery-prevent-bg, #KLrrI2O2gUXyncfpVHSyJzddM6DndlOb.lazyload, #KLrrI2O2gUXyncfpVHSyJzddM6DndlOb.lazyloading { background-image: none; }
#BmSTTPBQInhIFaXxCCqWVz1vC0GimyFt { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.14) ;height:18.75rem;width:18.75rem;top:17.375rem;left:0rem;display:block; }
#Xkm8byIiS1N32VDJhb5D6MxTHAwin860 { color:#000000;display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15022;line-height:2.2;letter-spacing:0;top:27.625rem;left:1.8125rem;height:6.597625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tpmHLxH7xhEs5HQccEpixxdAkM3NeUqh { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:24.75rem;left:0.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LJ6Oy3pq07GDF2R56T7m9Vf48Ob1Q1w3 { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.14) ;height:18.75rem;width:18.75rem;top:17.375rem;left:20.625rem;display:block; }
#pfgWDAvTnczORdpvW8k8U5JZykq9TL0t { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/07f321e1-b843-43fa-b58e-8cc8bc5400f2/lBSZOoY8M9aA_hNzjUD2J_8b6917af7aa947c1b29fafa7867f2da9.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:19.125rem;left:28.125rem;display:block; }#pfgWDAvTnczORdpvW8k8U5JZykq9TL0t.adaptive-delivery-prevent-bg, #pfgWDAvTnczORdpvW8k8U5JZykq9TL0t.lazyload, #pfgWDAvTnczORdpvW8k8U5JZykq9TL0t.lazyloading { background-image: none; }
#Low1JM5Vn7I8bfWO7rUbKbvAfhUbUowP { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:24.75rem;left:21rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fmdkpPrBAuONG5TnEDavQwfKQ2BTOChL { color:#000000;display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15026;line-height:2.2;letter-spacing:0;top:27.625rem;left:22.4375rem;height:6.597625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nd6LMuXT62slXNiDl0L0epEffPXbd5tf { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.14) ;height:18.75rem;width:18.75rem;top:17.375rem;left:41.25rem;display:block; }
#AbuFDFJQRCdnk8ci5UTg2xKlPscWbrai { position:absolute;display:block;z-index:15031;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/07cefb06-f64f-4b6a-9877-847c739353d9/KaKJvdlRYSIflzYD1I7_fccfa416d1bd41d48d779d18551c9147.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:19.125rem;left:48.75rem;display:block; }#AbuFDFJQRCdnk8ci5UTg2xKlPscWbrai.adaptive-delivery-prevent-bg, #AbuFDFJQRCdnk8ci5UTg2xKlPscWbrai.lazyload, #AbuFDFJQRCdnk8ci5UTg2xKlPscWbrai.lazyloading { background-image: none; }
#GkZAC2d9qUtavzxNsHKDWB7ewycpkRkn { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:24.75rem;left:41.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ilLS8BXMDIULeyABUE3357q0y5qfwSuX { color:#000000;display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15030;line-height:2.2;letter-spacing:0;top:27.625rem;left:43.0625rem;height:6.597625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zgAo2mbzL0nDKuTU2dpyTCiNGToeHsuH { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.14) ;height:18.75rem;width:18.75rem;top:39.0625rem;left:0rem;display:block; }
#eenwx1VnHKqQxXeL22raxUhUaDREahZM { position:absolute;display:block;z-index:15035;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/51c1392f-21b6-47a7-aef5-86697c800d80/Gi5DW2oE_0Ukad_0lHI2a_ac99ecf892c24c3fa4f2a0896a14d63a.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:40.8125rem;left:7.5rem;display:block; }#eenwx1VnHKqQxXeL22raxUhUaDREahZM.adaptive-delivery-prevent-bg, #eenwx1VnHKqQxXeL22raxUhUaDREahZM.lazyload, #eenwx1VnHKqQxXeL22raxUhUaDREahZM.lazyloading { background-image: none; }
#l3TEhQEm4IFDMX7xQAwgMwEhKO8k78eH { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.14) ;height:18.75rem;width:18.75rem;top:39.0625rem;left:20.625rem;display:block; }
#ENIFkOIcv1FsHfPMQ1IfTiHHT7pqAfK3 { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:46.4375rem;left:0.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oSTQJc1WsRLM1uc1hqDD2XvabOT9Rz6q { position:absolute;display:block;z-index:15039;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6baa2ce1-e0ea-4df1-aba0-139d64bbb09b/YLtID7rv60Eizur4njwmN_19c6745149904f7f9f23504694caf32e.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:40.8125rem;left:28.125rem;display:block; }#oSTQJc1WsRLM1uc1hqDD2XvabOT9Rz6q.adaptive-delivery-prevent-bg, #oSTQJc1WsRLM1uc1hqDD2XvabOT9Rz6q.lazyload, #oSTQJc1WsRLM1uc1hqDD2XvabOT9Rz6q.lazyloading { background-image: none; }
#rlyFlqDGXNiMv7o2BncttBK34BuoDkQE { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:46.4375rem;left:21rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L5gBPPFlm278exfbvHGZC9AgKwQ9gFUI { color:#000000;display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15034;line-height:2.2;letter-spacing:0;top:49.3125rem;left:1.8125rem;height:6.597625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iSthwaGAgJINOlvDPqrHLRqwDcWzWUMV { color:#000000;display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15038;line-height:2.2;letter-spacing:0;top:49.3125rem;left:22.4375rem;height:6.597625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xOTitApCMJcqdUxDxGVgJ93BSaESlJAH { position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.14) ;height:18.75rem;width:18.75rem;top:39.0625rem;left:41.25rem;display:block; }
#X48S6TesutOJs5sI5fs7qGUJzbabQMu6 { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:46.4375rem;left:41.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#twJSf0LLq2BG2qI7dTQh1INZ3f7eI8uM { color:#000000;display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15042;line-height:2.2;letter-spacing:0;top:49.3125rem;left:43.0625rem;height:6.597625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qe1CWfm0agTvCvxVapVQtvN6F7XQr3bO { position:absolute;display:block;z-index:15043;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/246a08f0-1726-4045-bbe6-0765644e3bf7/iskaWscAJXRsU4tKktpM_c3d91c34ea9b422bb669582a7efb37ce.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:40.8125rem;left:48.75rem;display:block; }#qe1CWfm0agTvCvxVapVQtvN6F7XQr3bO.adaptive-delivery-prevent-bg, #qe1CWfm0agTvCvxVapVQtvN6F7XQr3bO.lazyload, #qe1CWfm0agTvCvxVapVQtvN6F7XQr3bO.lazyloading { background-image: none; }
#WnlBUdeilffzeCSUXwF95FHrCmeI0XyT { position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.14) ;height:18.75rem;width:18.75rem;top:60.75rem;left:0rem;display:block; }
#qnoVvAiybLvaKSgkQ7bX5QkBwTTCaQkO { position:absolute;display:block;z-index:15047;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b55f6ff6-0632-4817-bb26-16b22cd8a6d0/2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:62.5rem;left:7.5rem;display:block; }#qnoVvAiybLvaKSgkQ7bX5QkBwTTCaQkO.adaptive-delivery-prevent-bg, #qnoVvAiybLvaKSgkQ7bX5QkBwTTCaQkO.lazyload, #qnoVvAiybLvaKSgkQ7bX5QkBwTTCaQkO.lazyloading { background-image: none; }
#HDEJQx7wTsndEdvJXCdXT1eHvJbiCUAr { position:absolute;display:block;z-index:15039;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.14) ;height:18.75rem;width:18.75rem;top:60.75rem;left:20.625rem;display:block; }
#kTP3E3vbppHcbSgQDWzdNvZBDEfiXJDk { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:68.125rem;left:0.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J3robgobfdqPIgDbZdf8RTqt5LTk03mw { position:absolute;display:block;z-index:15051;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b55f6ff6-0632-4817-bb26-16b22cd8a6d0/2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:62.5rem;left:28.125rem;display:block; }#J3robgobfdqPIgDbZdf8RTqt5LTk03mw.adaptive-delivery-prevent-bg, #J3robgobfdqPIgDbZdf8RTqt5LTk03mw.lazyload, #J3robgobfdqPIgDbZdf8RTqt5LTk03mw.lazyloading { background-image: none; }
#RWZbmkDu76TMPWfn54Tm8Um8OmXHWXL8 { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:68.125rem;left:21rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qUaU9NVtq8GxuRLscCa9dCB6tfNPkQRV { color:#000000;display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15046;line-height:2.2;letter-spacing:0;top:71rem;left:1.8125rem;height:6.597625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H2Bdw3UR6SIctl2CuKgdsmHSvmJbrmfr { color:#000000;display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15050;line-height:2.2;letter-spacing:0;top:71rem;left:22.4375rem;height:6.597625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UEX0MMZVGo4yZbsy7JvMqrFVWpiuVMt0 { position:absolute;display:block;z-index:15043;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.14) ;height:18.75rem;width:18.75rem;top:60.75rem;left:41.25rem;display:block; }
#pRmws2MRSBIdGAPqAoffrnD1lwPKSSIu { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:68.125rem;left:41.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#USPkrRCBfR5sLa1BUNt1ocIKf1GtaiTu { color:#000000;display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15054;line-height:2.2;letter-spacing:0;top:71rem;left:43.0625rem;height:6.597625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CDpPHCF6GZOUzwWV8ys8uG2VlzIQ5mVT { position:absolute;display:block;z-index:15055;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b55f6ff6-0632-4817-bb26-16b22cd8a6d0/2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:62.5rem;left:48.75rem;display:block; }#CDpPHCF6GZOUzwWV8ys8uG2VlzIQ5mVT.adaptive-delivery-prevent-bg, #CDpPHCF6GZOUzwWV8ys8uG2VlzIQ5mVT.lazyload, #CDpPHCF6GZOUzwWV8ys8uG2VlzIQ5mVT.lazyloading { background-image: none; }
#o9gRqaiSp7TXCaRI16oxNJRXCf5AlpV8 { position:absolute;display:block;z-index:15047;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.14) ;height:18.75rem;width:18.75rem;top:82.75rem;left:0rem;display:block; }
#nCO9rSJ0an24NZb2P1JpkcwSuHqXrCuE { color:#000000;display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15058;line-height:2.2;letter-spacing:0;top:93rem;left:1.8125rem;height:6.597625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L6yoM7KrfR4Ps3PrGpDPTPsTh4UyarOR { position:absolute;display:block;z-index:15051;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.14) ;height:18.75rem;width:18.75rem;top:82.75rem;left:20.625rem;display:block; }
#EVhMN9bSk7r92QzvWTwsdDPnKAX2ugfK { color:#000000;display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15062;line-height:2.2;letter-spacing:0;top:93rem;left:22.4375rem;height:6.597625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hfT1kzXko0L4WMfd5MKot8H5J3AhveeZ { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:90.125rem;left:0.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vixc5uA0C0GeORhpndKWE8q2GJaJVIeR { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:90.125rem;left:21rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FvE4F62MBIitrGDz0isucihe2bswz4eI { position:absolute;display:block;z-index:15059;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b55f6ff6-0632-4817-bb26-16b22cd8a6d0/2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:84.5rem;left:7.5rem;display:block; }#FvE4F62MBIitrGDz0isucihe2bswz4eI.adaptive-delivery-prevent-bg, #FvE4F62MBIitrGDz0isucihe2bswz4eI.lazyload, #FvE4F62MBIitrGDz0isucihe2bswz4eI.lazyloading { background-image: none; }
#zTo9n5CoGhMZk91Me54CJ6LGmmUy0nsE { position:absolute;display:block;z-index:15063;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b55f6ff6-0632-4817-bb26-16b22cd8a6d0/2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:84.5rem;left:28.125rem;display:block; }#zTo9n5CoGhMZk91Me54CJ6LGmmUy0nsE.adaptive-delivery-prevent-bg, #zTo9n5CoGhMZk91Me54CJ6LGmmUy0nsE.lazyload, #zTo9n5CoGhMZk91Me54CJ6LGmmUy0nsE.lazyloading { background-image: none; }
#lDIQnQTXsiSoDJTdIdsK4lkaC7yKIDkE { position:absolute;display:block;z-index:15055;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.14) ;height:18.75rem;width:18.75rem;top:82.75rem;left:41.25rem;display:block; }
#EpSs2zuiuAutx6CnC8Zter6EKMDHWi23 { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:90.125rem;left:41.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xleM20IclwllLNzu7emqxkJNT7fz90T7 { color:#000000;display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15066;line-height:2.2;letter-spacing:0;top:93rem;left:43.0625rem;height:6.597625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BMCZCo7koCgXecb5hU8Ng1ZVmOEUo0Ns { position:absolute;display:block;z-index:15067;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b55f6ff6-0632-4817-bb26-16b22cd8a6d0/2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:84.5rem;left:48.75rem;display:block; }#BMCZCo7koCgXecb5hU8Ng1ZVmOEUo0Ns.adaptive-delivery-prevent-bg, #BMCZCo7koCgXecb5hU8Ng1ZVmOEUo0Ns.lazyload, #BMCZCo7koCgXecb5hU8Ng1ZVmOEUo0Ns.lazyloading { background-image: none; }
#KvKhKyU9XJ16p3sIkiPa9aSesvsZTMM0 { position:absolute;display:block;z-index:15059;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.14) ;height:18.75rem;width:18.75rem;top:104.8125rem;left:0rem;display:block; }
#FHhbGscpctB4vuCf3oIqz6H2rHX9iNRc { color:#000000;display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15070;line-height:2.2;letter-spacing:0;top:115.0625rem;left:1.8125rem;height:6.597625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dy6yGc8eIOuqEqRPL8XVfG56R7SWb7t0 { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:112.1875rem;left:0.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JLDZPdLMy7FcmkFmvmW40zNUs8H1MgHp { position:absolute;display:block;z-index:15063;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.14) ;height:18.75rem;width:18.75rem;top:104.8125rem;left:20.625rem;display:block; }
#fWkgD6L81dH3FxdTUQ0iqTgdkdsUTWkV { color:#000000;display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15074;line-height:2.2;letter-spacing:0;top:115.0625rem;left:22.4375rem;height:6.597625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NsB3h1FzT1ToB2sImnyQcZdAWvz1ZU6L { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:112.1875rem;left:21rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QtEbeF18xSTnoTRxW1hKmQN5hfClJ6BK { position:absolute;display:block;z-index:15071;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b55f6ff6-0632-4817-bb26-16b22cd8a6d0/2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:106.5625rem;left:7.5rem;display:block; }#QtEbeF18xSTnoTRxW1hKmQN5hfClJ6BK.adaptive-delivery-prevent-bg, #QtEbeF18xSTnoTRxW1hKmQN5hfClJ6BK.lazyload, #QtEbeF18xSTnoTRxW1hKmQN5hfClJ6BK.lazyloading { background-image: none; }
#JODM7LUV2y2uaATFUNwT49tzLFXOZmZp { position:absolute;display:block;z-index:15075;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b55f6ff6-0632-4817-bb26-16b22cd8a6d0/2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:106.5625rem;left:28.125rem;display:block; }#JODM7LUV2y2uaATFUNwT49tzLFXOZmZp.adaptive-delivery-prevent-bg, #JODM7LUV2y2uaATFUNwT49tzLFXOZmZp.lazyload, #JODM7LUV2y2uaATFUNwT49tzLFXOZmZp.lazyloading { background-image: none; }
#uwkzCIpUTIRLcto1rTHVKEBBsR2szevE { position:absolute;display:block;z-index:15067;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.14) ;height:18.75rem;width:18.75rem;top:104.8125rem;left:41.25rem;display:block; }
#oECNnm9bSaF3y9TQDSRMgzFG95qZwUa5 { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:112.1875rem;left:41.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#phxKBZwI3sU86GqdM91v6AsRyM2J3qUm { color:#000000;display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15078;line-height:2.2;letter-spacing:0;top:115.0625rem;left:43.0625rem;height:6.597625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fABFSixNQ16KoKUZUFhwfMfGWGHWr0tV { position:absolute;display:block;z-index:15079;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b55f6ff6-0632-4817-bb26-16b22cd8a6d0/2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:106.5625rem;left:48.75rem;display:block; }#fABFSixNQ16KoKUZUFhwfMfGWGHWr0tV.adaptive-delivery-prevent-bg, #fABFSixNQ16KoKUZUFhwfMfGWGHWr0tV.lazyload, #fABFSixNQ16KoKUZUFhwfMfGWGHWr0tV.lazyloading { background-image: none; }
#Zee6giiXtZR1mCryUBozRQA4CwAcQTqT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Zee6giiXtZR1mCryUBozRQA4CwAcQTqT > .row .container { background-color: transparent; background-image: none; }#Zee6giiXtZR1mCryUBozRQA4CwAcQTqT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zee6giiXtZR1mCryUBozRQA4CwAcQTqT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zee6giiXtZR1mCryUBozRQA4CwAcQTqT > .row .container > .video-iframe-container { display: none; }#Zee6giiXtZR1mCryUBozRQA4CwAcQTqT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zee6giiXtZR1mCryUBozRQA4CwAcQTqT > .row > .video-iframe-container { display: none; }#Zee6giiXtZR1mCryUBozRQA4CwAcQTqT > .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); }#Zee6giiXtZR1mCryUBozRQA4CwAcQTqT > .row .container { border-width: 0; border-radius: 0; }#Zee6giiXtZR1mCryUBozRQA4CwAcQTqT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zee6giiXtZR1mCryUBozRQA4CwAcQTqT > .row .container { font-size:0.875rem;font-family:arial;height:57.375rem;width:60rem;position:relative;display:block; }#gTtGmypxTUDNFoJJlG2Bs84kcMOtZKGn { background-color:#ffd60a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.9375rem;height:3.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:49.1875rem;left:16.8125rem;display:block; }
#i0VNUHEMQiNXzdRFRiZaA8uPWAP9CO7y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nsoaGkzQoR6LcAMQn6RfrOfCsnEp4CSg { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:4rem;left:2.8125rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JmHuCVNBy42BtZ9oahPd6TSqyvZm70FH { color:#000000;display:block;width:26.4375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15025;line-height:2.2;letter-spacing:0;top:7.1875rem;left:1.9375rem;height:31.347675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y2gd19cgi4K5DVhU0WsUlAKNsCVCUKNB { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:4rem;left:32.125rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DwVhZJZyGGw2hqiMMio2IWCXaSHaEFOJ { color:#000000;display:block;width:28rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15028;line-height:2.2;letter-spacing:0;top:7.1875rem;left:31.4375rem;height:39.18465rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mAopIu7TWaELdqLuBWuMWUfLERr1ZlxT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f00ff, #02edf3);background-image: -moz-linear-gradient(180deg, #7f00ff, #02edf3);background-image: -ms-linear-gradient(180deg, #7f00ff, #02edf3);background-image: -o-linear-gradient(180deg, #7f00ff, #02edf3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f00ff', endColorstr='#02edf3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f00ff', endColorstr='#02edf3' );";background-image: linear-gradient(180deg, #7f00ff, #02edf3);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mAopIu7TWaELdqLuBWuMWUfLERr1ZlxT > .row .container { background-color: transparent; background-image: none; }#mAopIu7TWaELdqLuBWuMWUfLERr1ZlxT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAopIu7TWaELdqLuBWuMWUfLERr1ZlxT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAopIu7TWaELdqLuBWuMWUfLERr1ZlxT > .row .container > .video-iframe-container { display: none; }#mAopIu7TWaELdqLuBWuMWUfLERr1ZlxT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAopIu7TWaELdqLuBWuMWUfLERr1ZlxT > .row > .video-iframe-container { display: none; }#mAopIu7TWaELdqLuBWuMWUfLERr1ZlxT > .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); }#mAopIu7TWaELdqLuBWuMWUfLERr1ZlxT > .row .container { border-width: 0; border-radius: 0; }#mAopIu7TWaELdqLuBWuMWUfLERr1ZlxT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mAopIu7TWaELdqLuBWuMWUfLERr1ZlxT > .row .container { font-size:0.875rem;font-family:arial;height:80.375rem;width:60rem;position:relative;display:block; }#vQTDV8D8C3T6bJl8C6WKMy8p8Wenv72T { color:#fffbef;display:block;width:52.8125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.9375rem;left:4.15625rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fv2ZIh6mZ2pUztxhCGFM5Dr7LOA1Rx7E { color:#fffbef;display:block;width:50.0625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.7;letter-spacing:0;top:6.734375rem;left:6.96875rem;height:7.01075rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Nx0RZvzEOy6s3xu02E0z8W0JmbOIZ8Hn { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:14.25rem;top:14.625rem;left:15.75rem;overflow:hidden;display:block; }
#eQkHDsRiNtVKlGJfck3G7NSAUBJFkBTJ { color:#fffbef;display:block;width:49.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:46.8828125rem;left:5.15625rem;height:29.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#EXypUvQr7WqnRrQPUN3HuAC3n6OuS1dM { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:14.25rem;top:14.625rem;left:30rem;overflow:hidden;display:block; }
#dz55ftI4lk09LXNygH0MekMzxxzPr3mq { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:14.25rem;top:28.875rem;left:15.75rem;overflow:hidden;display:block; }
#IRMLx8LE2ktpnGOwGypQMhlUN1Zs0B4y { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:14.25rem;top:28.875rem;left:30rem;overflow:hidden;display:block; }
#WKFo5cq01rtfhe00HQe43tKDWd1KA8Ll { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WKFo5cq01rtfhe00HQe43tKDWd1KA8Ll > .row .container { background-color: transparent; background-image: none; }#WKFo5cq01rtfhe00HQe43tKDWd1KA8Ll::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKFo5cq01rtfhe00HQe43tKDWd1KA8Ll > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKFo5cq01rtfhe00HQe43tKDWd1KA8Ll > .row .container > .video-iframe-container { display: none; }#WKFo5cq01rtfhe00HQe43tKDWd1KA8Ll > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKFo5cq01rtfhe00HQe43tKDWd1KA8Ll > .row > .video-iframe-container { display: none; }#WKFo5cq01rtfhe00HQe43tKDWd1KA8Ll > .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); }#WKFo5cq01rtfhe00HQe43tKDWd1KA8Ll > .row .container { border-width: 0; border-radius: 0; }#WKFo5cq01rtfhe00HQe43tKDWd1KA8Ll > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WKFo5cq01rtfhe00HQe43tKDWd1KA8Ll > .row .container { font-size:0.875rem;font-family:arial;height:78.25rem;width:60rem;position:relative;display:block; }#sxHl0kkdRK9603d9G4upRbueRPzoN2ED { color:#000000;display:block;width:52.8125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.9375rem;left:4.15625rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rZ395ywy8BIefOitpAnaZxZhONG72yev { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.14) ;height:27.8125rem;width:27.5625rem;top:7.875rem;left:1.5625rem;display:block; }
#kiiLxglBUddLThC0iA2dTf7DrGhWZPy4 { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:9.5rem;left:2.8125rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c2kcRO9czBc6cwlxWE2XIH6eJeZ71mXa { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15019;line-height:2.2;letter-spacing:0;top:14.046875rem;left:2.8125rem;height:19.796875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cMP3gMkC9Qi1opwa7STfoANHGTJRHmkD { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.14) ;height:27.625rem;width:27.5625rem;top:7.875rem;left:30.875rem;display:block; }
#aO2ein1uO8mEfrnDcyNGzvW48DnDwxCF { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:9.5rem;left:32.125rem;height:4.548825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UOT1dCZTSleTeEWJeXe2anDuLC5NT8VW { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15022;line-height:2.2;letter-spacing:0;top:14.046875rem;left:31.96875rem;height:19.796875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U2DhcTHfnCUty215XR3LbNThG7frV82g { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.14) ;height:28.875rem;width:27.5625rem;top:36.75rem;left:30.875rem;display:block; }
#IInBATkGF7TvSVGd8XgNL1AWBWsAflZB { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15028;line-height:2.2;letter-spacing:0;top:43.009765625rem;left:32.125rem;height:19.796875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m5lLiXM5TFqJ00XuysUh6PvzPtf3VmCs { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.14) ;height:28.8125rem;width:27.5625rem;top:36.875rem;left:1.5625rem;display:block; }
#LCnieEZaZCTEEUu2vHLhlaEMHJKhlzcV { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15025;line-height:2.2;letter-spacing:0;top:43.009765625rem;left:2.8125rem;height:22.2714875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gxfXIWQxEexliR99sHWt0evfRQ8eXVN9 { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:38.76953125rem;left:31.96875rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ERiiXDAZQVXVgXu9ZQqwfQtg8zslbwdU { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:38.76953125rem;left:2.8125rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HMbFKcI0raTTSDq7wsKO7s6egPgGU1Wl { background-color:#ffd60a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.9375rem;height:3.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:70.375rem;left:16.03125rem;display:block; }
#V8nvwOaO4JE4akPS8I2cRgghMzaITCcL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EkTdBovJbSE8rNWl54uOFHTfZ2vrm0GE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EkTdBovJbSE8rNWl54uOFHTfZ2vrm0GE > .row .container { background-color: transparent; background-image: none; }#EkTdBovJbSE8rNWl54uOFHTfZ2vrm0GE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkTdBovJbSE8rNWl54uOFHTfZ2vrm0GE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkTdBovJbSE8rNWl54uOFHTfZ2vrm0GE > .row .container > .video-iframe-container { display: none; }#EkTdBovJbSE8rNWl54uOFHTfZ2vrm0GE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkTdBovJbSE8rNWl54uOFHTfZ2vrm0GE > .row > .video-iframe-container { display: none; }#EkTdBovJbSE8rNWl54uOFHTfZ2vrm0GE > .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); }#EkTdBovJbSE8rNWl54uOFHTfZ2vrm0GE > .row .container { border-width: 0; border-radius: 0; }#EkTdBovJbSE8rNWl54uOFHTfZ2vrm0GE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EkTdBovJbSE8rNWl54uOFHTfZ2vrm0GE > .row .container { font-size:0.875rem;font-family:arial;height:52.125rem;width:60rem;position:relative;display:block; }#xFdpqVnpsokHKCnUzH0utr8MdLqMKLJ0 { color:#000000;display:block;width:52.8125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.375rem;left:5.375rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oBPasxA99p6LX3NrhvIt7BIxutqXqyQE { color:#444444;display:block;width:50.0625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.7;letter-spacing:0;top:7.296875rem;left:7.34375rem;height:4.673825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#s4RaQSzpvX2BgXsFuJei8vRlSKMDyAQo { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:14.9951171875rem;left:20.625rem;overflow:hidden;display:block; }
#PfwTLi3cMNdzhkmcOpvZAHMeNqF4w1wP { color:#444444;display:block;width:48.4375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:700;z-index:15023;line-height:2;letter-spacing:0;top:32.8359375rem;left:7.5625rem;height:16.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#Ct4pWUaVcM5Tb2WEE7qcDJAJbW9iI4PF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ct4pWUaVcM5Tb2WEE7qcDJAJbW9iI4PF > .row .container { background-color: transparent; background-image: none; }#Ct4pWUaVcM5Tb2WEE7qcDJAJbW9iI4PF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ct4pWUaVcM5Tb2WEE7qcDJAJbW9iI4PF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ct4pWUaVcM5Tb2WEE7qcDJAJbW9iI4PF > .row .container > .video-iframe-container { display: none; }#Ct4pWUaVcM5Tb2WEE7qcDJAJbW9iI4PF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ct4pWUaVcM5Tb2WEE7qcDJAJbW9iI4PF > .row > .video-iframe-container { display: none; }#Ct4pWUaVcM5Tb2WEE7qcDJAJbW9iI4PF > .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); }#Ct4pWUaVcM5Tb2WEE7qcDJAJbW9iI4PF > .row .container { border-width: 0; border-radius: 0; }#Ct4pWUaVcM5Tb2WEE7qcDJAJbW9iI4PF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ct4pWUaVcM5Tb2WEE7qcDJAJbW9iI4PF > .row .container { font-size:0.875rem;font-family:arial;height:55.5625rem;width:60rem;position:relative;display:block; }#z706AHkQ6ZfM1piETNRMvCTH02O7ua3X { color:#444444;display:block;width:48.4375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:700;z-index:15027;line-height:2;letter-spacing:0;top:33.25rem;left:7.625rem;height:19rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#cVvCMSocuTLslvZ0nZGNmpMBEPsWuoNu { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:15rem;left:20.625rem;overflow:hidden;display:block; }
#JJkgbIvRkRBy7eVNqH7CqklN4tE02qky { color:#444444;display:block;width:50.0625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15026;line-height:1.7;letter-spacing:0;top:7.5625rem;left:5.4375rem;height:4.673825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#P47koFM3oezIbKyWt9E4Dc6utKi4l7Ob { color:#000000;display:block;width:52.8125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:3.375rem;left:3.625rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KdhGvpADr6mZTa45C8fVBLR6lJnLWGc8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KdhGvpADr6mZTa45C8fVBLR6lJnLWGc8 > .row .container { background-color: transparent; background-image: none; }#KdhGvpADr6mZTa45C8fVBLR6lJnLWGc8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KdhGvpADr6mZTa45C8fVBLR6lJnLWGc8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KdhGvpADr6mZTa45C8fVBLR6lJnLWGc8 > .row .container > .video-iframe-container { display: none; }#KdhGvpADr6mZTa45C8fVBLR6lJnLWGc8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KdhGvpADr6mZTa45C8fVBLR6lJnLWGc8 > .row > .video-iframe-container { display: none; }#KdhGvpADr6mZTa45C8fVBLR6lJnLWGc8 > .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); }#KdhGvpADr6mZTa45C8fVBLR6lJnLWGc8 > .row .container { border-width: 0; border-radius: 0; }#KdhGvpADr6mZTa45C8fVBLR6lJnLWGc8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KdhGvpADr6mZTa45C8fVBLR6lJnLWGc8 > .row .container { font-size:0.875rem;font-family:arial;height:81rem;width:60rem;position:relative;display:block; }#NIF4GAqkVIFWg7aC6xUnPzkx44qT17i9 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:31.125rem;left:20.625rem;overflow:hidden;display:block; }
#vT9R79nz4yGqryPk6XV8JE3yPa34A818 { color:#444444;display:block;width:50.0625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15030;line-height:1.7;letter-spacing:0;top:7.4375rem;left:5.6875rem;height:21.032225rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qaXV1fTAKWzn83JL3m5DsbC3dBREPwJg { color:#000000;display:block;width:52.8125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:3.6875rem;left:2.875rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vIllIPhDb3ngo5XhKmcUZ8eXpUrOhDSk { color:#444444;display:block;width:50.0625rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:700;z-index:15031;line-height:2;letter-spacing:0;top:53.125rem;left:4.96875rem;height:19rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#N0exL4z7yAKXdlBL16JgtT4iw0uSpN3g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#N0exL4z7yAKXdlBL16JgtT4iw0uSpN3g > .row .container { border-width: 0; border-radius: 0; }#N0exL4z7yAKXdlBL16JgtT4iw0uSpN3g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N0exL4z7yAKXdlBL16JgtT4iw0uSpN3g > .row .container { font-size:0.875rem;font-family:arial;height:65.125rem;width:60rem;position:relative;display:none; }#ShrXiEws0zzBqRgo6ZnnOCIA83k9MCI8 { color:#444444;display:block;width:48.4375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:700;z-index:15031;line-height:1.7;letter-spacing:0;top:34.3125rem;left:7.5625rem;height:18.167rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#Ti5nKCiI6sNt862HN6Q2rap055KvnUOp { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:14.25rem;top:15.25rem;left:22.875rem;overflow:hidden;display:block; }
#MJDRoBF5ctsg2TwRyq7219ZVQKocW23Q { color:#444444;display:block;width:50.0625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15030;line-height:1.7;letter-spacing:0;top:8.4375rem;left:4.96875rem;height:4.673825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lLk3nJ4TR9fTR1boyOWU68Afq3tuBHCo { color:#000000;display:block;width:52.8125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:4.4375rem;left:3.5625rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fvRaT2aW3aKTfe8xie573g2R4Ksc6tTV { background-color:#ffd60a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.9375rem;height:3.75rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:57rem;left:14.0625rem;display:block; }
#kLUpa3kyXlsKc9lQ41MFxSZGFlu9gbiF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UZ32eLFN66J6XxXtJA5yS6wLIdEw5IWN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UZ32eLFN66J6XxXtJA5yS6wLIdEw5IWN > .row .container { background-color: transparent; background-image: none; }#UZ32eLFN66J6XxXtJA5yS6wLIdEw5IWN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZ32eLFN66J6XxXtJA5yS6wLIdEw5IWN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZ32eLFN66J6XxXtJA5yS6wLIdEw5IWN > .row .container > .video-iframe-container { display: none; }#UZ32eLFN66J6XxXtJA5yS6wLIdEw5IWN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZ32eLFN66J6XxXtJA5yS6wLIdEw5IWN > .row > .video-iframe-container { display: none; }#UZ32eLFN66J6XxXtJA5yS6wLIdEw5IWN > .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); }#UZ32eLFN66J6XxXtJA5yS6wLIdEw5IWN > .row .container { border-width: 0; border-radius: 0; }#UZ32eLFN66J6XxXtJA5yS6wLIdEw5IWN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UZ32eLFN66J6XxXtJA5yS6wLIdEw5IWN > .row .container { font-size:0.875rem;font-family:arial;height:159.875rem;width:60rem;position:relative;display:block; }#BKHpaSZyMaW5m67Sf9vDXxa3hwhCUgVm { color:#000000;display:block;width:52.8125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:6.5rem;left:4.1875rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k1cEPxuSHiok9EPxAIZE0tzPBeJQA6vR { color:#444444;display:block;width:50.0625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.7;letter-spacing:0;top:10.3125rem;left:7rem;height:14.021475rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Qp5rARrFDirC8OVvdMUVDAW9CMI7Qv2O { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:26.375rem;left:21.21875rem;overflow:hidden;display:block; }
#Raa4vbKCBDEQpqLJgkNJqzdIoqSCdHbN { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:70.5625rem;left:20.625rem;overflow:hidden;display:block; }
#ipLt14fK5MzsamJbDIODs2DTmDhqXzwk { color:#444444;display:block;width:50.0625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15026;line-height:1.7;letter-spacing:0;top:60.625rem;left:6.375rem;height:7.01075rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#egm9DI3vI4NgQw3OWWM8sHCiGZF7muwx { color:#000000;display:block;width:52.8125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:51.75rem;left:3.5625rem;height:6.173825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PofQf5O3D8dILk19qlrKsUeUGEwns6qm { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:126.3125rem;left:20.625rem;overflow:hidden;display:block; }
#l18JN2CJLnOqFHTTDZ9FLBLPHs8hUdCK { color:#444444;display:block;width:50.0625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15030;line-height:1.7;letter-spacing:0;top:107.6875rem;left:4.96875rem;height:16.3584125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#pgbyQIl4eVgP37hvcqCsqsShq1uInvZk { color:#000000;display:block;width:52.8125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:103.1875rem;left:4.125rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TahA7d69Rkif28XiK6VPeww1WibUEbfo { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.14) ;height:43rem;width:55.5625rem;top:4.9375rem;left:2.8125rem;display:block; }
#DcTb80gArsHfMW9cVoWdlUV6JSCrrFG0 { color:#000000;display:block;width:52.8125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:0.75rem;left:5.625rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#klxT0ugemImmgKWrQATAMskgJGkvWyrM { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.14) ;height:46.125rem;width:55.5625rem;top:49.4375rem;left:2.8125rem;display:block; }
#B6dMrTM6bVOnQfn0TKU5d5kZKgVyINUT { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.14) ;height:47.625rem;width:55.5625rem;top:100.9375rem;left:2.21875rem;display:block; }
#cZhyHZmQFCSQHtTpowTxg2gmaSoyRrNp { background-color:#ffd60a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.9375rem;height:3.75rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:151.8125rem;left:16.03125rem;display:block; }
#qaIshmyb72gMgSbZVSyLaA8Fd3Trs35a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OpZD6rZTl1tNWOrAIr6ZgE6EnSVoRWFz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OpZD6rZTl1tNWOrAIr6ZgE6EnSVoRWFz > .row .container { background-color: transparent; background-image: none; }#OpZD6rZTl1tNWOrAIr6ZgE6EnSVoRWFz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpZD6rZTl1tNWOrAIr6ZgE6EnSVoRWFz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpZD6rZTl1tNWOrAIr6ZgE6EnSVoRWFz > .row .container > .video-iframe-container { display: none; }#OpZD6rZTl1tNWOrAIr6ZgE6EnSVoRWFz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpZD6rZTl1tNWOrAIr6ZgE6EnSVoRWFz > .row > .video-iframe-container { display: none; }#OpZD6rZTl1tNWOrAIr6ZgE6EnSVoRWFz > .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); }#OpZD6rZTl1tNWOrAIr6ZgE6EnSVoRWFz > .row .container { border-width: 0; border-radius: 0; }#OpZD6rZTl1tNWOrAIr6ZgE6EnSVoRWFz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OpZD6rZTl1tNWOrAIr6ZgE6EnSVoRWFz > .row .container { font-size:0.875rem;font-family:arial;height:95.625rem;width:60rem;position:relative;display:block; }#STZ7ZKlaaMK4RCNXyMX3Wq64Kd6RCyXN { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.4375rem;width:27.5rem;top:8.5rem;left:16.25rem;overflow:hidden;display:block; }
#JX41IZCtB8VtIAMlAXllaUAvTbIELXD0 { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.14) ;height:43rem;width:55.5625rem;top:4.9375rem;left:2.8125rem;display:block; }
#qHzwKwiiLoX3NUOSJdfeC8Wx8um4nqUw { color:#000000;display:block;width:52.8125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:0.75rem;left:5.625rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ReV86XFpD7LX0L9pQdskNXVtzDPIVZhs { background-color:#ffd60a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.9375rem;height:3.75rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:82.0625rem;left:16.625rem;display:block; }
#IfzDZnpzQC7GOiwpMU5v1rxxm2U1g8iQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NAz07UZ5zzkZaRl7FTdTc2RyuUHkieos { color:#444444;display:block;width:50.0625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15031;line-height:1.7;letter-spacing:0;top:49.5625rem;left:7rem;height:21.0322rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#t0TaOda2waRF4Qa0kqc1BiaEwWr2LHXt { color:#444444;display:block;width:16.9375rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15032;line-height:1.7;letter-spacing:0;top:73.75rem;left:22.75rem;height:4.673825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mvpZFbyXs8Do2r9tBcRhv2QGww67eZ5y { position:relative;display:none; }#mvpZFbyXs8Do2r9tBcRhv2QGww67eZ5y { border-width: 0; border-radius: 0; }#mvpZFbyXs8Do2r9tBcRhv2QGww67eZ5y > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mvpZFbyXs8Do2r9tBcRhv2QGww67eZ5y > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#IvTBsCHXtNDfi95TvtMJWJ0o8hqUNORX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:57.3125rem;top:1.8125rem;left:1.34375rem;overflow:hidden;display:block; }
#kBF8y2cu0ST3uFuXgfZK2SwSB6APvcLK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kBF8y2cu0ST3uFuXgfZK2SwSB6APvcLK > .row .container { background-color: transparent; background-image: none; }#kBF8y2cu0ST3uFuXgfZK2SwSB6APvcLK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBF8y2cu0ST3uFuXgfZK2SwSB6APvcLK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBF8y2cu0ST3uFuXgfZK2SwSB6APvcLK > .row .container > .video-iframe-container { display: none; }#kBF8y2cu0ST3uFuXgfZK2SwSB6APvcLK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBF8y2cu0ST3uFuXgfZK2SwSB6APvcLK > .row > .video-iframe-container { display: none; }#kBF8y2cu0ST3uFuXgfZK2SwSB6APvcLK > .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); }#kBF8y2cu0ST3uFuXgfZK2SwSB6APvcLK > .row .container { border-width: 0; border-radius: 0; }#kBF8y2cu0ST3uFuXgfZK2SwSB6APvcLK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kBF8y2cu0ST3uFuXgfZK2SwSB6APvcLK > .row .container { font-size:0.875rem;font-family:arial;height:35.5rem;width:60rem;position:relative;display:block; }#JtPlyiXEzF97T83Mz4cOKWTNlflVTO5y { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.14) ;height:24.75rem;width:55.5625rem;top:4.9375rem;left:2.8125rem;display:block; }
#An6ubqIO5SPOqXHBoSdCtKXoTnDAZbhT { color:#000000;display:block;width:52.8125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:0.75rem;left:5.625rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PbDIzk0b3lxFIQQzhmDG7JimH7qJXByB { color:#444444;display:block;width:50.0625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15031;line-height:1.7;letter-spacing:0;top:7.96484375rem;left:7rem;height:18.6953125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dUqeQCL7CVgSwTZGsGUJ51wZGksPiCPT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dUqeQCL7CVgSwTZGsGUJ51wZGksPiCPT > .row .container { border-width: 0; border-radius: 0; }#dUqeQCL7CVgSwTZGsGUJ51wZGksPiCPT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dUqeQCL7CVgSwTZGsGUJ51wZGksPiCPT > .row .container { font-size:0.875rem;font-family:arial;height:80.875rem;width:60rem;position:relative;display:none; }#zF5tVMaF7lSkg1flvqrpqgx3nRXnT5hQ { color:#000000;display:block;width:52.8125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:1.0625rem;left:4.8125rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kCqeGT2aE31HLqblf77EnDfGalf1azmb { color:#444444;display:block;width:50.0625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15032;line-height:1.7;letter-spacing:0;top:6.6875rem;left:7.625rem;height:65.4335625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#m6oy5ZLXsuaFUkM7y9Tw2pLxkWIi8ZWr { position:relative;display:block; }#m6oy5ZLXsuaFUkM7y9Tw2pLxkWIi8ZWr { background-color: transparent; background-image: none; }#m6oy5ZLXsuaFUkM7y9Tw2pLxkWIi8ZWr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6oy5ZLXsuaFUkM7y9Tw2pLxkWIi8ZWr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6oy5ZLXsuaFUkM7y9Tw2pLxkWIi8ZWr > .row .container > .video-iframe-container { display: none; }#m6oy5ZLXsuaFUkM7y9Tw2pLxkWIi8ZWr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6oy5ZLXsuaFUkM7y9Tw2pLxkWIi8ZWr > .row > .video-iframe-container { display: none; }#m6oy5ZLXsuaFUkM7y9Tw2pLxkWIi8ZWr > .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); }#m6oy5ZLXsuaFUkM7y9Tw2pLxkWIi8ZWr { border-width: 0; border-radius: 0; }#m6oy5ZLXsuaFUkM7y9Tw2pLxkWIi8ZWr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#m6oy5ZLXsuaFUkM7y9Tw2pLxkWIi8ZWr > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#s4oIHhny6ZLQJB4sSA9mfxroP4g6ptTe { color:#000000;display:block;width:52.8125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4.1875rem;left:4.8125rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MAu1IranvBGqyIktu40v24SerRNCnWIG { background-color:#ffd60a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.9375rem;height:3.75rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:10.9375rem;left:17.25rem;display:block; }
#M19bPOFJIXzpC26lkrzJmkSbP39IkVsv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hmxGAsnF045XbHczfiZkgVT3oqiebXRH { position:relative;display:none; }#hmxGAsnF045XbHczfiZkgVT3oqiebXRH { border-width: 0; border-radius: 0; }#hmxGAsnF045XbHczfiZkgVT3oqiebXRH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hmxGAsnF045XbHczfiZkgVT3oqiebXRH > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#bov4xsCy2ZQ6gxZw6cxhPZhF2ubzam7N { color:#000000;display:block;width:52.8125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:1.0625rem;left:4.8125rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cwe1znOZh8TPrpB5ZnszZa8yzQfM0wTh { color:#000000;display:block;width:52.8125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:5.75rem;left:4.8125rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#atH7KZV4eatG7xtNkGyS8R2URb0mM34O { background-color:#ffd60a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.9375rem;height:3.75rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:12.125rem;left:17.25rem;display:block; }
#znaNKDdNPE7rCRnWa3VVgmJnTwPJfpLi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#haHt9ccKtJlHQxobtxACmQU4wspL29qI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { border-width: 0; border-radius: 0; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { font-size:0.875rem;font-family:arial;height:18.0625rem;width:60rem;position:relative;display:none; }#rVbTqlsyuWJIGkT1k9eGChp62ZnHyLvV { color:#2a2a2a;display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.9375rem;left:0rem;height:3.16845625rem;text-align:center;text-align-last:center;display:block; }
#xl1bzDHogLqqFz9MW4d37WUDlA39oHSC { color:#2a2a2a;display:block;width:27.62475rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11rem;left:16.1865234375rem;height:3.0869125rem;text-align:center;text-align-last:center;display:block; }
#wsToJXRM9VHGfJcdfPlB6Vhze6UJcGyO { color:#2a2a2a;display:block;width:60rem;position:absolute;font-family:oswald;font-size:9rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:11.6996875rem;text-align:center;text-align-last:center;display:block; }
#RdJM6xCFG88Bg1VaiD4OV8ZBLiRLTFch { position:absolute;display:block;z-index:14998;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5.6875rem;width:5.6875rem;top:15.0625rem;left:27.15625rem;display:block; }
#IWpS18WGqRtBvfswHpeL55wuRX94B1tp { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:16.5rem;left:28.59375rem; }
#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container { border-width: 0; border-radius: 0; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container { font-size:0.875rem;font-family:arial;height:21.4375rem;width:60rem;position:relative;display:none; }#ODZTeVdhvyhua54PJ0k4cqgCEAghTSqd { color:#2a2a2a;display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:8.875rem;left:0rem;height:3.16845625rem;text-align:center;text-align-last:center;display:block; }
#NVdUvnI46Pk3dzCMmZlQAJSigCgNcATl { color:#2a2a2a;display:block;width:27.625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13rem;left:16.1875rem;height:3.0869125rem;text-align:center;text-align-last:center;display:block; }
#LpE6AAR1imy4WcL16VLqzssUPpEsfrV6 { color:#2a2a2a;display:block;width:60rem;position:absolute;font-family:oswald;font-size:9rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:3.625rem;left:0rem;height:11.6996875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { display:block; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DagxTdOJq9dgztip4HA4XInKwpO2N9SE { top:5.1875rem;left:0rem;width:40.625rem;height:14.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5gl1CoRdxSVIQBWNvsOvpSNVnSFk1MJ { top:39.0625rem;left:9.875rem;width:28rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBFe22kbstH7PBBb0bZJKqHCEB18GLU1 { width:18.125rem;height:3.75rem;top:34.0625rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR8znVsVI89ZkLo5bEDhuTaxX77mGJhL { display:block; }
 }@media only screen and (max-width: 763px) { #lcVD8MfXvGiJg1vbfKkBBJanwgE7CH7a { top:24.4375rem;left:0rem;width:43.375rem;height:7.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT7qMB1r8OzNr6Hz3XeCpkcprWBrJTUm { top:19.8125rem;left:20.25rem;width:14.3125rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H85w2AxsuHBSogSTct0UQTbswXp5ZWU9 { top:3.5625rem;left:31.875rem;width:15.875rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFTXfRsGgi8DUyNn85FLeMTP1kBtfVTQ { top:0rem;left:0rem;width:12.1875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PViCwQik5WXMB3cCAQRP44OMaS7kgefD { display:block; }#PViCwQik5WXMB3cCAQRP44OMaS7kgefD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b4DeagsvFcDZq4XXHe1fvNmJehd8kH6t { top:14.25rem;left:0rem;width:47.75rem;height:26.804108796296rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCvHLbkoVDmVBfutZyHc7pQwRGPUrX9A { top:2.875rem;left:4.4375rem;width:38.875rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCtN0eTfWLhIUy3Hegs7rVzAIGASccKm { top:48.375rem;left:0rem;width:47.75rem;height:26.804108796296rem;display:block; }
 }@media only screen and (max-width: 763px) { #viJUEgz0HlcpFpK1BGrR5HfB8RauehDZ { top:7.75rem;left:4.4375rem;width:38.875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRaSc5dwztdEP36qfVB2mNI16PoJ8ETJ { display:block; }#kRaSc5dwztdEP36qfVB2mNI16PoJ8ETJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ff2pBs7mdXrTpX4rDM7TqwSBIA9dN3gL { width:24.25rem;height:3.75rem;top:39.75rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gm4N8F94uUR3FASU0M84BZ60LGBgrivU { display:block; }
 }@media only screen and (max-width: 763px) { #qm3qf2fhaZMfkbnafnx04DsFuVUQUtXR { top:2.9375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwsdTGSyBl0d0IS9vDKm7fFEJ2b3uXg6 { top:7.0625rem;left:4.4375rem;width:38.875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLG4lvFsQy0d4FQwuoxTAqi3nc7QKucq { top:36rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGhX6NiwGWNQR9IttGcwuwDiLoqveVNF { top:12.25rem;left:1.9375rem;width:12.0625rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STQE6NScE12pg1JUkBPWO5pTM7ePt7Vv { top:12.1875rem;left:18.46875rem;width:11.9375rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHGVLx2hdqmBV8x7z858ihs3eoJ2J3X2 { top:12.3125rem;left:34.875rem;width:11.9375rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTb3Pqez0f0yS16qZAOL9IfwaEI2rhm8 { top:33.625rem;left:2.21875rem;width:11.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTZo5wQ8WgTvhV7i7W5rWDFGnwzPQApC { top:33.625rem;left:16.46875rem;width:17.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVc7wZ58X1LkR4UMNBowcuiJNyl5DLpm { display:block; }#mVc7wZ58X1LkR4UMNBowcuiJNyl5DLpm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DANlawtWw4vgQ8XSwS4Ni3CNcNoP51bs { top:2.9375rem;left:0rem;width:47.75rem;height:9.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTPh53faDzuBDKkQXkmZuCJfdGaTbaI9 { top:14.4375rem;left:2.125rem;width:43.4375rem;height:14.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2VxwXq9z0yBiQC23Vohxp0IbgoQIhl5 { top:31.125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN9lwAStw2EMTTeyOt45G2A3OnxDgn14 { top:33.6875rem;left:0rem;width:11.9375rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWnZsde4mukzwaA6zn7567TEgxXGER4W { top:48.125rem;left:12.5625rem;width:26rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #izs19KmUx49prWGIKttmHnasrQ8vuuZf { top:33.6875rem;left:24.75rem;width:12.6875rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHzbTcgOcVScctH9GyaU3zMnLOttwGXt { top:34.5rem;left:30.1875rem;width:17.5625rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX2pAGnaSFOcin99NPZPpmEJN4oo9eFH { top:49.625rem;left:35.8125rem;width:11.9375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkV1LmsASlxDFDGT0VFVzf7kzXMH3BRA { top:53.1875rem;left:0rem;width:18.625rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT5AKvGezltL64ve3QvHnt1rvggvSCS5 { top:67.8125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3A5RJbwBbbDvIQkwsVHvbproix6R0p1 { top:33.6875rem;left:11.09375rem;width:11.9375rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW6QHUBs2VinivgyzTToFvEVFh91rG5u { display:block; }#UW6QHUBs2VinivgyzTToFvEVFh91rG5u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxWOnQ5mqZKHqMg3syPUBr1L9r2KgCns { top:2.9375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3NMXb0OlFbbc1yhFkku7gaWyv1Qml8l { top:8.1875rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3hGzATZJGCo2T7iMO7NazUzK6HSRqaa { display:block; }#L3hGzATZJGCo2T7iMO7NazUzK6HSRqaa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uQu3KAaZcHQIPzy0KJrv1yQQfSv4MQdA { top:2.9375rem;left:0rem;width:47.75rem;height:6.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVyvvfMPlIkQ3fPDm5kPTTFlTUJanmKU { top:9.0625rem;left:6.1875rem;width:38.875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rONLBGktLZe2GThC7DddsEdCzZqLkNms { top:13.875rem;left:0rem;width:24.8125rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyemp0BD4awFSLNXORmaL5yMukh6HCV5 { width:24.4375rem;height:3.75rem;top:35rem;left:11.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mke8wulK4eWG225Dvv0ubK9HZcsQx32N { display:block; }
 }@media only screen and (max-width: 763px) { #GJFmthTUcSvHRF2HcpkvBvIfnTQzI2EC { top:13.875rem;left:22.9375rem;width:24.8125rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTDtCKmiT3HAam3uLkWyQ1PnwUlI8h9Q { display:block; }#ZTDtCKmiT3HAam3uLkWyQ1PnwUlI8h9Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yN5p8gA1AcAQ3PmOW3bywBXA1w7PhOF1 { top:62.5rem;left:11.375rem;width:28rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrrnlRrQCdwD4mPsEr5OlToqzGQhhBTs { width:18.125rem;height:3.75rem;top:57.1875rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uetV06aW9mRPzcF8oAFtQXhr3JDycEDS { display:block; }
 }@media only screen and (max-width: 763px) { #zN2iV7Ovc7ZTWDlmolU1dJbVvgn9GTnO { top:2.25rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhk7SMkuniadJL4ynivuRi9wOrhclh26 { top:7.125rem;left:0.53125rem;width:46.6875rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bs6NdATKLaQmmkclTpF92HlWWzsew6Oq { top:12.0625rem;left:0rem;width:47.75rem;height:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTTnIlO9FEU7Rx4BtCGrUXcfcmwmGv2Q { top:17.6875rem;left:0.34375rem;width:47.0625rem;height:24.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTGzBszQFJUwViClaxIsmnqxHS2luaM3 { top:14.0625rem;left:3rem;width:38.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdBTuCefMtp0elyhUDMOX1zvWt9lypwE { top:51.125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECqQROeNvHXe1b23HH0PTSKplV5ZVczR { top:46.625rem;left:0.96875rem;width:45.8125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnlHEKPt1tfnAIA31dqoxn6xnLSbXp71 { display:block; }#RnlHEKPt1tfnAIA31dqoxn6xnLSbXp71 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #psIydTbIWdPuzUxdXzb3f0MuVHJk0PR9 { top:2.6875rem;left:0rem;width:27.5625rem;height:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdzVvgKEwTFBQM74Xp64kFpoqr3oBVk7 { top:3.875rem;left:0rem;width:25.0625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTKzKwkndgyTp0ykrnnhvaWbTyiJCrWP { top:7.0625rem;left:0rem;width:25.0625rem;height:26.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFD9BFcCWRVHV8MflsoF432Zm1NsCU4H { top:2.6875rem;left:20.1875rem;width:27.5625rem;height:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucT5yaSi9ZNKfBi32MpByfKGLKraJe4b { top:7.0625rem;left:22.6875rem;width:25.0625rem;height:28.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KevfLic0N2VvOpiyzpwKzcJHuNG8Svfd { top:3.875rem;left:22.6875rem;width:25.0625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLl6eCR18DTrBdaRRK6doR6H8H6bJam9 { width:18.125rem;height:3.75rem;top:40.625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrruIhKLwOCEoXpbXLBTPMCr0dTZTOWB { display:block; }
 }@media only screen and (max-width: 763px) { #H0fTMgwps52CwJolvBopsy80FQf50p53 { top:47.3125rem;left:0rem;width:47.75rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHxMgb3rVPXy9iApwNB3WF8SGORTw2Bd { top:47.6875rem;left:0rem;width:45rem;height:5.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqUGwiPR6TzveEPIzMXX9RMNGkm1hGbd { top:47.6875rem;left:0rem;width:8.4375rem;height:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #upnQrJGKb6RNIURZtVGozSF3mp40Tg3r { display:block; }#upnQrJGKb6RNIURZtVGozSF3mp40Tg3r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SO5WHezD87xqSBfzTIAVSnQMLUgax1LZ { width:24.25rem;height:3.75rem;top:35.3125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTgbciWIlntF7BW6Z8rE46DyudNLoWD9 { display:block; }
 }@media only screen and (max-width: 763px) { #LOXUsShHZ1SDsoJ7zosT6IfpldTCJDCB { top:2.9375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK7T9IItPvcB9KM0qxPmVSctlVg5996s { top:7.5rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD5NOWp77CFW7hrl71pZLaQAOBKolvLA { top:15.125rem;left:0rem;width:21.875rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQAnCi7a3RbxC54VbAT3q3fcpkzEgPzO { top:15.0625rem;left:25.875rem;width:21.875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0UVEnszvbL3moLKybo8vibg7sUF7ykc { display:block; }#d0UVEnszvbL3moLKybo8vibg7sUF7ykc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m6OU86wkTrARM4TLKuCsRHv7uG2qEMpR { top:2.9375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGepqqQMvukk5xhvfTqTRkXEmhORHW0y { top:7.3125rem;left:0rem;width:47.75rem;height:6.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFe5PKPT35CKUf84U9E7JOSGAa1iXV2T { width:24.4375rem;height:3.75rem;top:63.6875rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWT9Fu0GNEE8rLl5xJuaLE7m0SMWnqF0 { display:block; }
 }@media only screen and (max-width: 763px) { #iBw7zasXhPPuJrOrcaq3uAz8ZuR1E7hW { top:69.75rem;left:0rem;width:47.75rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTyqJubHI0XJwCZeEqTep01VI6BUDu4B { top:70.4375rem;left:0rem;width:8.4375rem;height:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcIkC8VThkTb8BQw6q0EXTU9Kfyt7DS2 { top:70.4375rem;left:2.75rem;width:45rem;height:5.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUhFTQE7ykGEfB84MCTIxT4QQC6G8rmU { top:16.25rem;left:0rem;width:47.75rem;height:45.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZf5CEIPlIgJ1U8iO682Txc2a3OXxO8C { display:block; }#GZf5CEIPlIgJ1U8iO682Txc2a3OXxO8C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z1TfsiJHNUJvDkk0vqh2sIxBIW9Xwzkz { width:24.25rem;height:3.75rem;top:35.3125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqZbzF5G3C6D1cO9Bu9Dytz9W7Oy5HV9 { display:block; }
 }@media only screen and (max-width: 763px) { #PC1AziechMchhTZWNzA5MfPIP6isJEI8 { top:2.9375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETbgXdnP035nJFAoyxkUNNbPqX7zDozk { top:12.25rem;left:16.125rem;width:14.25rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgU3mTufouE3NTmWsH7BmUued5TrlXCR { display:block; }#WgU3mTufouE3NTmWsH7BmUued5TrlXCR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4XMKJOJKPAEsaNtgDn6LlQzzfhAJug5 { top:2.9375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BODJlHe2O51WFn46HAQrWW60gPsCTGlt { top:7.3125rem;left:0rem;width:47.75rem;height:35rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAuGVJWJQEg9DK46diIquwqobzn2cwnk { width:27.9375rem;height:3.75rem;top:47.0625rem;left:9.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6pABLzEeE9Dann7m9sWZvlMyzPXXF8e { display:block; }
 }@media only screen and (max-width: 763px) { #hDwtmflN17LkCt8S9EPdZ1gtob31RXtF { top:54.4375rem;left:0rem;width:47.75rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDVVrM1Sa20zMfKa5TlEHqJDIFrNdbHh { top:55.125rem;left:0rem;width:8.4375rem;height:5.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZDboiMy8TJzpZ8Xy7chpKy40WSpZyvb { top:55.125rem;left:2.75rem;width:45rem;height:5.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gte2QFTlDRQ18M0lZ6k2zDGovAWq3css { display:block; }#Gte2QFTlDRQ18M0lZ6k2zDGovAWq3css > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iCla1NQqve8TCLtFcXINubm6H1BbBJXL { width:29.0625rem;height:12.5625rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybPaAgFBbK0embGF12v9e49G4NPeOzP1 { width:20.5625rem;height:4.1875rem;top:14.875rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiXzg22WwxL0drc6ymXCEiIEmTTByeVm { width:20.5625rem;height:1.75rem;top:20.25rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw2ZdrZLnnOKGs16v3JZEtRuCt4IVPRs { width:29.0625rem;height:12.5625rem;top:11rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3d9twhNun4U14ubS2vU33hoocWq5hZR { width:20.5625rem;height:1.75rem;top:20.25rem;left:26.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQZk6nDs1V8QRXqgvMwZXUpVCo4lf37G { width:20.5625rem;height:4.1875rem;top:14.875rem;left:26.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9aRcBIpMXa3we25JU2ULSRfDeBRLIwL { top:8.25rem;left:9.25rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9cSrflAzcmSkW7pd3syiZSdNTVKG1pz { top:8.25rem;left:33.4375rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMuDMaoJ5pkW7XpGrL5HMvu3GhoTTqQB { top:9.5625rem;left:10.5625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #na2IK6m7rp5dldElOTTqERPcuPRtWd6J { top:9.5625rem;left:34.6875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVhTXtsZLPG8FsqWAAbWiHsvFG5bxalh { top:2.625rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEDPIlD1THRTA8APHiDHzscXOOHfdQRU { display:block; }#HEDPIlD1THRTA8APHiDHzscXOOHfdQRU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JbM33TTXhKwpb7kQ1hxDLSzRyZOVrqzn { top:2.9375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDukf61BfTxrI6Lnm1aX7UTNoLomfnvb { top:6.6875rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #myb2qM92mdGyAkqt4MLCRtux8QxQkfSl { width:27.9375rem;height:3.75rem;top:103.5625rem;left:9.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsqswtA1RwOmK9SuoGV4nsEFWIBTEnSG { display:block; }
 }@media only screen and (max-width: 763px) { #ZaxJdfxgLmc7cC1fOBNwNJLUHbyNtsUl { top:14rem;left:0rem;width:18.3125rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH6mNVN6OFAPQ1gz75yIKsB450C2swv1 { top:31.625rem;left:0rem;width:22.125rem;height:12.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHrKrpZLLVIDMUbkBXPc2bTy9A4WDGnh { top:31.625rem;left:25.625rem;width:22.125rem;height:12.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5fJv11ZClXpuFCb7zOV7VM8SfiTzOeq { top:13.875rem;left:28.4375rem;width:18.75rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9IoOs9COgfTQ3p0CBgaO518dtvNWfdk { top:65.0625rem;left:0rem;width:22.125rem;height:12.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8Qhv1BuJCLWZK6On1fCFRAURHuNiJQc { top:45.6875rem;left:0rem;width:18.75rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSR5xseOXsMI3DgTL78C08HuLOKhq7qA { top:65.0625rem;left:25.625rem;width:22.125rem;height:12.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXWOG5HDSwbQgFy52RIoJWySXsPyvXsI { top:45.6875rem;left:28.4375rem;width:18.75rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdIM0h4BUWKy4P4a0GCTnpgr7cwpfvaL { top:80.9375rem;left:0rem;width:47.75rem;height:19rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #APeF0hRTsty1m1IAbDlA9SuSqKBiGUS4 { display:block; }#APeF0hRTsty1m1IAbDlA9SuSqKBiGUS4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KOoHqb9hqJbDHHKwB5febP2uOr1GF9HO { top:2.9375rem;left:0rem;width:47.75rem;height:6.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bURg3ty3oDiBi1b4RpqIFricSvo2e2HR { top:9.8125rem;left:0rem;width:47.75rem;height:7rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXXB4oR32rQziGkHzBlFGMNzE4nuHXSz { top:40rem;left:0rem;width:27.5625rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQEenXSTstMNEL2z5C6vx4wzCnN9GLSf { top:42.25rem;left:0rem;width:25.0625rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD1maOFufZCqMlCxBHDwZTWrmm5LWabA { top:45.4375rem;left:0rem;width:25.0625rem;height:14.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbuzSf04D1p47J55EqbkZTiEmbEaXZOv { top:40rem;left:20.1875rem;width:27.5625rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfpD7sOwRdXzgVKFD7Ao9s84vtz5PVxH { top:42.25rem;left:22.6875rem;width:25.0625rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyCzOD6moNdWiV4UxE7AAw2O4oDcZdsT { top:45.4375rem;left:22.6875rem;width:25.0625rem;height:17.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHC9TW3BvDXT5VEAw8gwVNseDOdtSqnv { top:20.8125rem;left:30.84375rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulnQydermXlTJ88La5ODEgCTTV46p1SU { top:20.8125rem;left:2.03125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifqsQAce6S55WcznEnNZhvDU74Sc0kh8 { display:block; }#ifqsQAce6S55WcznEnNZhvDU74Sc0kh8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #slUlHXWMRuOhc42HzTeAziNUVgRgrmES { top:2.9375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUEQSZizWBGvC6FzkoeG9BwwKluIkxAT { top:8.25rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WG6tN70wozXpBLNLaR4p6EsJQPwG28bQ { width:27.9375rem;height:3.75rem;top:36.4375rem;left:10.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuMMZ0EXm3GaS0cv7IBT2x42JBQ8oLFl { display:block; }
 }@media only screen and (max-width: 763px) { #Kktd6GEo6KSWVQBnMuz3JT22AlLLOUtV { top:15.25rem;left:9.65625rem;width:29.5625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTLgSn5xF5aDLyEH6dTKnis4gdKTUHes { display:block; }#CTLgSn5xF5aDLyEH6dTKnis4gdKTUHes > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZac8M5xiT6cQHDEnxnzm9RqqHW82nVl { top:2.9375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #son1Q666IceicGP780XGbqycbBeaupMy { top:7.75rem;left:0rem;width:47.75rem;height:7rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7yzBnal5IXqsinbI3CiNlacLDPECete { width:27.9375rem;height:3.75rem;top:127rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMQbCk3XzsrvMlpG1mP93Tmab1tNPTDI { display:block; }
 }@media only screen and (max-width: 763px) { #KLrrI2O2gUXyncfpVHSyJzddM6DndlOb { top:19.125rem;left:1.375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmSTTPBQInhIFaXxCCqWVz1vC0GimyFt { top:17.375rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xkm8byIiS1N32VDJhb5D6MxTHAwin860 { top:27.625rem;left:0rem;width:15.125rem;height:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpmHLxH7xhEs5HQccEpixxdAkM3NeUqh { top:24.75rem;left:0rem;width:17.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ6Oy3pq07GDF2R56T7m9Vf48Ob1Q1w3 { top:17.375rem;left:14.5rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfgWDAvTnczORdpvW8k8U5JZykq9TL0t { top:19.125rem;left:22rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Low1JM5Vn7I8bfWO7rUbKbvAfhUbUowP { top:24.75rem;left:14.875rem;width:17.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmdkpPrBAuONG5TnEDavQwfKQ2BTOChL { top:27.625rem;left:16.3125rem;width:15.125rem;height:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd6LMuXT62slXNiDl0L0epEffPXbd5tf { top:17.375rem;left:29rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbuFDFJQRCdnk8ci5UTg2xKlPscWbrai { top:19.125rem;left:42.625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkZAC2d9qUtavzxNsHKDWB7ewycpkRkn { top:24.75rem;left:29.8125rem;width:17.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilLS8BXMDIULeyABUE3357q0y5qfwSuX { top:27.625rem;left:32.625rem;width:15.125rem;height:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgAo2mbzL0nDKuTU2dpyTCiNGToeHsuH { top:39.0625rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eenwx1VnHKqQxXeL22raxUhUaDREahZM { top:40.8125rem;left:1.375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3TEhQEm4IFDMX7xQAwgMwEhKO8k78eH { top:39.0625rem;left:14.5rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENIFkOIcv1FsHfPMQ1IfTiHHT7pqAfK3 { top:46.4375rem;left:0rem;width:17.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSTQJc1WsRLM1uc1hqDD2XvabOT9Rz6q { top:40.8125rem;left:22rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlyFlqDGXNiMv7o2BncttBK34BuoDkQE { top:46.4375rem;left:14.875rem;width:17.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5gBPPFlm278exfbvHGZC9AgKwQ9gFUI { top:49.3125rem;left:0rem;width:15.125rem;height:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSthwaGAgJINOlvDPqrHLRqwDcWzWUMV { top:49.3125rem;left:16.3125rem;width:15.125rem;height:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOTitApCMJcqdUxDxGVgJ93BSaESlJAH { top:39.0625rem;left:29rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X48S6TesutOJs5sI5fs7qGUJzbabQMu6 { top:46.4375rem;left:29.8125rem;width:17.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #twJSf0LLq2BG2qI7dTQh1INZ3f7eI8uM { top:49.3125rem;left:32.625rem;width:15.125rem;height:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe1CWfm0agTvCvxVapVQtvN6F7XQr3bO { top:40.8125rem;left:42.625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnlBUdeilffzeCSUXwF95FHrCmeI0XyT { top:60.75rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnoVvAiybLvaKSgkQ7bX5QkBwTTCaQkO { top:62.5rem;left:1.375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDEJQx7wTsndEdvJXCdXT1eHvJbiCUAr { top:60.75rem;left:14.5rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTP3E3vbppHcbSgQDWzdNvZBDEfiXJDk { top:68.125rem;left:0rem;width:17.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3robgobfdqPIgDbZdf8RTqt5LTk03mw { top:62.5rem;left:22rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWZbmkDu76TMPWfn54Tm8Um8OmXHWXL8 { top:68.125rem;left:14.875rem;width:17.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUaU9NVtq8GxuRLscCa9dCB6tfNPkQRV { top:71rem;left:0rem;width:15.125rem;height:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2Bdw3UR6SIctl2CuKgdsmHSvmJbrmfr { top:71rem;left:16.3125rem;width:15.125rem;height:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEX0MMZVGo4yZbsy7JvMqrFVWpiuVMt0 { top:60.75rem;left:29rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRmws2MRSBIdGAPqAoffrnD1lwPKSSIu { top:68.125rem;left:29.8125rem;width:17.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #USPkrRCBfR5sLa1BUNt1ocIKf1GtaiTu { top:71rem;left:32.625rem;width:15.125rem;height:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDpPHCF6GZOUzwWV8ys8uG2VlzIQ5mVT { top:62.5rem;left:42.625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9gRqaiSp7TXCaRI16oxNJRXCf5AlpV8 { top:82.75rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCO9rSJ0an24NZb2P1JpkcwSuHqXrCuE { top:93rem;left:0rem;width:15.125rem;height:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6yoM7KrfR4Ps3PrGpDPTPsTh4UyarOR { top:82.75rem;left:14.5rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVhMN9bSk7r92QzvWTwsdDPnKAX2ugfK { top:93rem;left:16.3125rem;width:15.125rem;height:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfT1kzXko0L4WMfd5MKot8H5J3AhveeZ { top:90.125rem;left:0rem;width:17.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vixc5uA0C0GeORhpndKWE8q2GJaJVIeR { top:90.125rem;left:14.875rem;width:17.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvE4F62MBIitrGDz0isucihe2bswz4eI { top:84.5rem;left:1.375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTo9n5CoGhMZk91Me54CJ6LGmmUy0nsE { top:84.5rem;left:22rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDIQnQTXsiSoDJTdIdsK4lkaC7yKIDkE { top:82.75rem;left:29rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpSs2zuiuAutx6CnC8Zter6EKMDHWi23 { top:90.125rem;left:29.8125rem;width:17.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xleM20IclwllLNzu7emqxkJNT7fz90T7 { top:93rem;left:32.625rem;width:15.125rem;height:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMCZCo7koCgXecb5hU8Ng1ZVmOEUo0Ns { top:84.5rem;left:42.625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvKhKyU9XJ16p3sIkiPa9aSesvsZTMM0 { top:104.8125rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHhbGscpctB4vuCf3oIqz6H2rHX9iNRc { top:115.0625rem;left:0rem;width:15.125rem;height:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy6yGc8eIOuqEqRPL8XVfG56R7SWb7t0 { top:112.1875rem;left:0rem;width:17.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLDZPdLMy7FcmkFmvmW40zNUs8H1MgHp { top:104.8125rem;left:14.5rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWkgD6L81dH3FxdTUQ0iqTgdkdsUTWkV { top:115.0625rem;left:16.3125rem;width:15.125rem;height:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsB3h1FzT1ToB2sImnyQcZdAWvz1ZU6L { top:112.1875rem;left:14.875rem;width:17.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtEbeF18xSTnoTRxW1hKmQN5hfClJ6BK { top:106.5625rem;left:1.375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JODM7LUV2y2uaATFUNwT49tzLFXOZmZp { top:106.5625rem;left:22rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwkzCIpUTIRLcto1rTHVKEBBsR2szevE { top:104.8125rem;left:29rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oECNnm9bSaF3y9TQDSRMgzFG95qZwUa5 { top:112.1875rem;left:29.8125rem;width:17.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #phxKBZwI3sU86GqdM91v6AsRyM2J3qUm { top:115.0625rem;left:32.625rem;width:15.125rem;height:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fABFSixNQ16KoKUZUFhwfMfGWGHWr0tV { top:106.5625rem;left:42.625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zee6giiXtZR1mCryUBozRQA4CwAcQTqT { display:block; }#Zee6giiXtZR1mCryUBozRQA4CwAcQTqT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTtGmypxTUDNFoJJlG2Bs84kcMOtZKGn { width:27.9375rem;height:3.75rem;top:49.1875rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0VNUHEMQiNXzdRFRiZaA8uPWAP9CO7y { display:block; }
 }@media only screen and (max-width: 763px) { #nsoaGkzQoR6LcAMQn6RfrOfCsnEp4CSg { top:4rem;left:0rem;width:25.0625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmHuCVNBy42BtZ9oahPd6TSqyvZm70FH { top:7.1875rem;left:0rem;width:26.4375rem;height:31.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2gd19cgi4K5DVhU0WsUlAKNsCVCUKNB { top:4rem;left:22.6875rem;width:25.0625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwVhZJZyGGw2hqiMMio2IWCXaSHaEFOJ { top:7.1875rem;left:19.75rem;width:28rem;height:39.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAopIu7TWaELdqLuBWuMWUfLERr1ZlxT { display:block; }#mAopIu7TWaELdqLuBWuMWUfLERr1ZlxT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQTDV8D8C3T6bJl8C6WKMy8p8Wenv72T { top:2.9375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv2ZIh6mZ2pUztxhCGFM5Dr7LOA1Rx7E { top:6.6875rem;left:0rem;width:47.75rem;height:7rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx0RZvzEOy6s3xu02E0z8W0JmbOIZ8Hn { top:14.625rem;left:9.625rem;width:14.25rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQkHDsRiNtVKlGJfck3G7NSAUBJFkBTJ { top:46.875rem;left:0rem;width:47.75rem;height:29.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXypUvQr7WqnRrQPUN3HuAC3n6OuS1dM { top:14.625rem;left:23.875rem;width:14.25rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz55ftI4lk09LXNygH0MekMzxxzPr3mq { top:28.875rem;left:9.625rem;width:14.25rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRMLx8LE2ktpnGOwGypQMhlUN1Zs0B4y { top:28.875rem;left:23.875rem;width:14.25rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKFo5cq01rtfhe00HQe43tKDWd1KA8Ll { display:block; }#WKFo5cq01rtfhe00HQe43tKDWd1KA8Ll > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sxHl0kkdRK9603d9G4upRbueRPzoN2ED { top:2.9375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ395ywy8BIefOitpAnaZxZhONG72yev { top:7.875rem;left:0rem;width:27.5625rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiiLxglBUddLThC0iA2dTf7DrGhWZPy4 { top:9.5rem;left:0rem;width:25.0625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2kcRO9czBc6cwlxWE2XIH6eJeZ71mXa { top:14rem;left:0rem;width:25.0625rem;height:19.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMP3gMkC9Qi1opwa7STfoANHGTJRHmkD { top:7.875rem;left:20.1875rem;width:27.5625rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aO2ein1uO8mEfrnDcyNGzvW48DnDwxCF { top:9.5rem;left:22.6875rem;width:25.0625rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOT1dCZTSleTeEWJeXe2anDuLC5NT8VW { top:14rem;left:22.6875rem;width:25.0625rem;height:19.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2DhcTHfnCUty215XR3LbNThG7frV82g { top:36.75rem;left:20.1875rem;width:27.5625rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IInBATkGF7TvSVGd8XgNL1AWBWsAflZB { top:43rem;left:22.6875rem;width:25.0625rem;height:19.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5lLiXM5TFqJ00XuysUh6PvzPtf3VmCs { top:36.875rem;left:0rem;width:27.5625rem;height:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCnieEZaZCTEEUu2vHLhlaEMHJKhlzcV { top:43rem;left:0rem;width:25.0625rem;height:22.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxfXIWQxEexliR99sHWt0evfRQ8eXVN9 { top:38.75rem;left:22.6875rem;width:25.0625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERiiXDAZQVXVgXu9ZQqwfQtg8zslbwdU { top:38.75rem;left:0rem;width:25.0625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMbFKcI0raTTSDq7wsKO7s6egPgGU1Wl { width:27.9375rem;height:3.75rem;top:70.375rem;left:9.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8nvwOaO4JE4akPS8I2cRgghMzaITCcL { display:block; }
 }@media only screen and (max-width: 763px) { #EkTdBovJbSE8rNWl54uOFHTfZ2vrm0GE { display:block; }#EkTdBovJbSE8rNWl54uOFHTfZ2vrm0GE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xFdpqVnpsokHKCnUzH0utr8MdLqMKLJ0 { top:2.375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBPasxA99p6LX3NrhvIt7BIxutqXqyQE { top:7.25rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4RaQSzpvX2BgXsFuJei8vRlSKMDyAQo { top:14.9375rem;left:14.5rem;width:18.75rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfwTLi3cMNdzhkmcOpvZAHMeNqF4w1wP { top:32.8125rem;left:0rem;width:47.75rem;height:16.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct4pWUaVcM5Tb2WEE7qcDJAJbW9iI4PF { display:block; }#Ct4pWUaVcM5Tb2WEE7qcDJAJbW9iI4PF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z706AHkQ6ZfM1piETNRMvCTH02O7ua3X { top:33.25rem;left:0rem;width:47.75rem;height:19rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVvCMSocuTLslvZ0nZGNmpMBEPsWuoNu { top:15rem;left:14.5rem;width:18.75rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJkgbIvRkRBy7eVNqH7CqklN4tE02qky { top:7.5625rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P47koFM3oezIbKyWt9E4Dc6utKi4l7Ob { top:3.375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdhGvpADr6mZTa45C8fVBLR6lJnLWGc8 { display:block; }#KdhGvpADr6mZTa45C8fVBLR6lJnLWGc8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NIF4GAqkVIFWg7aC6xUnPzkx44qT17i9 { top:31.125rem;left:14.5rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT9R79nz4yGqryPk6XV8JE3yPa34A818 { top:7.4375rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaXV1fTAKWzn83JL3m5DsbC3dBREPwJg { top:3.6875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIllIPhDb3ngo5XhKmcUZ8eXpUrOhDSk { top:53.125rem;left:0rem;width:47.75rem;height:19rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0exL4z7yAKXdlBL16JgtT4iw0uSpN3g { display:block; }#N0exL4z7yAKXdlBL16JgtT4iw0uSpN3g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ShrXiEws0zzBqRgo6ZnnOCIA83k9MCI8 { top:34.3125rem;left:0rem;width:47.75rem;height:18.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti5nKCiI6sNt862HN6Q2rap055KvnUOp { top:15.25rem;left:16.75rem;width:14.25rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJDRoBF5ctsg2TwRyq7219ZVQKocW23Q { top:8.4375rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLk3nJ4TR9fTR1boyOWU68Afq3tuBHCo { top:4.4375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvRaT2aW3aKTfe8xie573g2R4Ksc6tTV { width:27.9375rem;height:3.75rem;top:57rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLUpa3kyXlsKc9lQ41MFxSZGFlu9gbiF { display:block; }
 }@media only screen and (max-width: 763px) { #UZ32eLFN66J6XxXtJA5yS6wLIdEw5IWN { display:block; }#UZ32eLFN66J6XxXtJA5yS6wLIdEw5IWN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BKHpaSZyMaW5m67Sf9vDXxa3hwhCUgVm { top:6.5rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1cEPxuSHiok9EPxAIZE0tzPBeJQA6vR { top:10.3125rem;left:0rem;width:47.75rem;height:14rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp5rARrFDirC8OVvdMUVDAW9CMI7Qv2O { top:26.375rem;left:15.09375rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Raa4vbKCBDEQpqLJgkNJqzdIoqSCdHbN { top:70.5625rem;left:14.5rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipLt14fK5MzsamJbDIODs2DTmDhqXzwk { top:60.625rem;left:0rem;width:47.75rem;height:7rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #egm9DI3vI4NgQw3OWWM8sHCiGZF7muwx { top:51.75rem;left:0rem;width:47.75rem;height:6.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PofQf5O3D8dILk19qlrKsUeUGEwns6qm { top:126.3125rem;left:14.5rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l18JN2CJLnOqFHTTDZ9FLBLPHs8hUdCK { top:107.6875rem;left:0rem;width:47.75rem;height:16.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgbyQIl4eVgP37hvcqCsqsShq1uInvZk { top:103.1875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TahA7d69Rkif28XiK6VPeww1WibUEbfo { top:4.9375rem;left:0rem;width:47.75rem;height:43rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcTb80gArsHfMW9cVoWdlUV6JSCrrFG0 { top:0.75rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #klxT0ugemImmgKWrQATAMskgJGkvWyrM { top:49.4375rem;left:0rem;width:47.75rem;height:46.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6dMrTM6bVOnQfn0TKU5d5kZKgVyINUT { top:100.9375rem;left:0rem;width:47.75rem;height:47.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZhyHZmQFCSQHtTpowTxg2gmaSoyRrNp { width:27.9375rem;height:3.75rem;top:151.8125rem;left:9.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaIshmyb72gMgSbZVSyLaA8Fd3Trs35a { display:block; }
 }@media only screen and (max-width: 763px) { #OpZD6rZTl1tNWOrAIr6ZgE6EnSVoRWFz { display:block; }#OpZD6rZTl1tNWOrAIr6ZgE6EnSVoRWFz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STZ7ZKlaaMK4RCNXyMX3Wq64Kd6RCyXN { top:8.5rem;left:10.125rem;width:27.5rem;height:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX41IZCtB8VtIAMlAXllaUAvTbIELXD0 { top:4.9375rem;left:0rem;width:47.75rem;height:43rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHzwKwiiLoX3NUOSJdfeC8Wx8um4nqUw { top:0.75rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReV86XFpD7LX0L9pQdskNXVtzDPIVZhs { width:27.9375rem;height:3.75rem;top:82.0625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfzDZnpzQC7GOiwpMU5v1rxxm2U1g8iQ { display:block; }
 }@media only screen and (max-width: 763px) { #NAz07UZ5zzkZaRl7FTdTc2RyuUHkieos { top:49.5625rem;left:0rem;width:47.75rem;height:21rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0TaOda2waRF4Qa0kqc1BiaEwWr2LHXt { top:73.75rem;left:16.625rem;width:16.9375rem;height:4.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvpZFbyXs8Do2r9tBcRhv2QGww67eZ5y { display:block; }#mvpZFbyXs8Do2r9tBcRhv2QGww67eZ5y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IvTBsCHXtNDfi95TvtMJWJ0o8hqUNORX { top:1.8125rem;left:0rem;width:47.75rem;height:11.455834242094rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBF8y2cu0ST3uFuXgfZK2SwSB6APvcLK { display:block; }#kBF8y2cu0ST3uFuXgfZK2SwSB6APvcLK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JtPlyiXEzF97T83Mz4cOKWTNlflVTO5y { top:4.9375rem;left:0rem;width:47.75rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #An6ubqIO5SPOqXHBoSdCtKXoTnDAZbhT { top:0.75rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbDIzk0b3lxFIQQzhmDG7JimH7qJXByB { top:7.9375rem;left:0rem;width:47.75rem;height:18.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUqeQCL7CVgSwTZGsGUJ51wZGksPiCPT { display:block; }#dUqeQCL7CVgSwTZGsGUJ51wZGksPiCPT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zF5tVMaF7lSkg1flvqrpqgx3nRXnT5hQ { top:1.0625rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCqeGT2aE31HLqblf77EnDfGalf1azmb { top:6.6875rem;left:0rem;width:47.75rem;height:65.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6oy5ZLXsuaFUkM7y9Tw2pLxkWIi8ZWr { display:block; }#m6oy5ZLXsuaFUkM7y9Tw2pLxkWIi8ZWr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4oIHhny6ZLQJB4sSA9mfxroP4g6ptTe { top:4.1875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAu1IranvBGqyIktu40v24SerRNCnWIG { width:27.9375rem;height:3.75rem;top:10.9375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M19bPOFJIXzpC26lkrzJmkSbP39IkVsv { display:block; }
 }@media only screen and (max-width: 763px) { #hmxGAsnF045XbHczfiZkgVT3oqiebXRH { display:block; }#hmxGAsnF045XbHczfiZkgVT3oqiebXRH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bov4xsCy2ZQ6gxZw6cxhPZhF2ubzam7N { top:1.0625rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cwe1znOZh8TPrpB5ZnszZa8yzQfM0wTh { top:5.75rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #atH7KZV4eatG7xtNkGyS8R2URb0mM34O { width:27.9375rem;height:3.75rem;top:12.125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #znaNKDdNPE7rCRnWa3VVgmJnTwPJfpLi { display:block; }
 }@media only screen and (max-width: 763px) { #haHt9ccKtJlHQxobtxACmQU4wspL29qI { display:block; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVbTqlsyuWJIGkT1k9eGChp62ZnHyLvV { top:6.9375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl1bzDHogLqqFz9MW4d37WUDlA39oHSC { top:11rem;left:10.0615234375rem;width:27.5625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsToJXRM9VHGfJcdfPlB6Vhze6UJcGyO { top:1.5625rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdJM6xCFG88Bg1VaiD4OV8ZBLiRLTFch { top:15.0625rem;left:21.03125rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWpS18WGqRtBvfswHpeL55wuRX94B1tp { width:2.8125rem;height:2.8125rem;top:16.5rem;left:22.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw { display:block; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ODZTeVdhvyhua54PJ0k4cqgCEAghTSqd { top:8.875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVdUvnI46Pk3dzCMmZlQAJSigCgNcATl { top:13rem;left:10.0625rem;width:27.625rem;height:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpE6AAR1imy4WcL16VLqzssUPpEsfrV6 { top:3.625rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000131, #02edf3);background-image: -moz-linear-gradient(180deg, #000131, #02edf3);background-image: -ms-linear-gradient(180deg, #000131, #02edf3);background-image: -o-linear-gradient(180deg, #000131, #02edf3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );";background-image: linear-gradient(180deg, #000131, #02edf3);background-size:auto !important;display:block; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { background-color: transparent; background-image: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .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); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { width:20rem;height:65.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DagxTdOJq9dgztip4HA4XInKwpO2N9SE { width:19rem;height:7.21875rem;top:4.787109375rem;left:0.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5gl1CoRdxSVIQBWNvsOvpSNVnSFk1MJ { width:16.125rem;height:3.41015625rem;top:56.599609375rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBFe22kbstH7PBBb0bZJKqHCEB18GLU1 { width:15.1875rem;height:3.1875rem;top:61.375rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR8znVsVI89ZkLo5bEDhuTaxX77mGJhL { display:block; }
 }@media only screen and (max-width: 763px) { #lcVD8MfXvGiJg1vbfKkBBJanwgE7CH7a { width:18.375rem;height:9.09375rem;top:15.818359375rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT7qMB1r8OzNr6Hz3XeCpkcprWBrJTUm { width:14.3125rem;height:1.4433625rem;top:12.005859375rem;left:5.25rem;font-size:1.3125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #H85w2AxsuHBSogSTct0UQTbswXp5ZWU9 { width:15.875rem;height:28.5625rem;top:26.572265625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFTXfRsGgi8DUyNn85FLeMTP1kBtfVTQ { width:12.1875rem;height:3.57421875rem;top:0.5869140625rem;left:0.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PViCwQik5WXMB3cCAQRP44OMaS7kgefD { display:block; }#PViCwQik5WXMB3cCAQRP44OMaS7kgefD > .row .container { width:20rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b4DeagsvFcDZq4XXHe1fvNmJehd8kH6t { height:11.2265625rem;width:20rem;top:16.88671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCvHLbkoVDmVBfutZyHc7pQwRGPUrX9A { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCtN0eTfWLhIUy3Hegs7rVzAIGASccKm { height:11.2265625rem;width:20rem;top:30.4208984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #viJUEgz0HlcpFpK1BGrR5HfB8RauehDZ { width:20rem;height:7.1484375rem;top:7.69921875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRaSc5dwztdEP36qfVB2mNI16PoJ8ETJ { display:block; }#kRaSc5dwztdEP36qfVB2mNI16PoJ8ETJ > .row .container { width:20rem;height:101.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ff2pBs7mdXrTpX4rDM7TqwSBIA9dN3gL { width:19rem;height:3.75rem;top:96.37893125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gm4N8F94uUR3FASU0M84BZ60LGBgrivU { display:block; }
 }@media only screen and (max-width: 763px) { #qm3qf2fhaZMfkbnafnx04DsFuVUQUtXR { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwsdTGSyBl0d0IS9vDKm7fFEJ2b3uXg6 { width:20rem;height:7.1484375rem;top:10.297875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLG4lvFsQy0d4FQwuoxTAqi3nc7QKucq { width:20rem;height:4.38574375rem;top:90.7431875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGhX6NiwGWNQR9IttGcwuwDiLoqveVNF { width:12.0625rem;height:21.375rem;top:18.6963125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STQE6NScE12pg1JUkBPWO5pTM7ePt7Vv { width:11.9375rem;height:21.5rem;top:45.4931875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHGVLx2hdqmBV8x7z858ihs3eoJ2J3X2 { width:11.9375rem;height:21.25rem;top:68.2431875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTb3Pqez0f0yS16qZAOL9IfwaEI2rhm8 { width:11.5rem;height:1.4619125rem;top:40.0713125rem;left:4.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTZo5wQ8WgTvhV7i7W5rWDFGnwzPQApC { width:17.3125rem;height:1.4619125rem;top:42.78225rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVc7wZ58X1LkR4UMNBowcuiJNyl5DLpm { display:block; }#mVc7wZ58X1LkR4UMNBowcuiJNyl5DLpm > .row .container { width:20rem;height:178.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DANlawtWw4vgQ8XSwS4Ni3CNcNoP51bs { width:20rem;height:12.9980625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTPh53faDzuBDKkQXkmZuCJfdGaTbaI9 { width:20rem;height:23.2324rem;top:15.4980625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2VxwXq9z0yBiQC23Vohxp0IbgoQIhl5 { width:20rem;height:4.38574375rem;top:39.9795rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN9lwAStw2EMTTeyOt45G2A3OnxDgn14 { width:11.9375rem;height:21.25rem;top:45.61524375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWnZsde4mukzwaA6zn7567TEgxXGER4W { width:20rem;height:14.903846153846rem;top:90.61524375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #izs19KmUx49prWGIKttmHnasrQ8vuuZf { width:12.6875rem;height:19.125rem;top:106.76855625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHzbTcgOcVScctH9GyaU3zMnLOttwGXt { width:17.5625rem;height:13.0625rem;top:127.14355625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX2pAGnaSFOcin99NPZPpmEJN4oo9eFH { width:11.9375rem;height:17.9375rem;top:156.58105625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkV1LmsASlxDFDGT0VFVzf7kzXMH3BRA { width:18.625rem;height:13.875rem;top:141.45605625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT5AKvGezltL64ve3QvHnt1rvggvSCS5 { width:20rem;height:1.4619125rem;top:175.76855625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3A5RJbwBbbDvIQkwsVHvbproix6R0p1 { width:11.9375rem;height:21.25rem;top:68.11524375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW6QHUBs2VinivgyzTToFvEVFh91rG5u { display:block; }#UW6QHUBs2VinivgyzTToFvEVFh91rG5u > .row .container { width:20rem;height:24.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxWOnQ5mqZKHqMg3syPUBr1L9r2KgCns { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3NMXb0OlFbbc1yhFkku7gaWyv1Qml8l { height:11.25rem;width:20rem;top:10.7353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3hGzATZJGCo2T7iMO7NazUzK6HSRqaa { display:block; }#L3hGzATZJGCo2T7iMO7NazUzK6HSRqaa > .row .container { width:20rem;height:54.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uQu3KAaZcHQIPzy0KJrv1yQQfSv4MQdA { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVyvvfMPlIkQ3fPDm5kPTTFlTUJanmKU { width:20rem;height:5.361325rem;top:10.297875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rONLBGktLZe2GThC7DddsEdCzZqLkNms { width:20rem;height:14.962216624685rem;top:16.908225rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyemp0BD4awFSLNXORmaL5yMukh6HCV5 { width:19rem;height:3.75rem;top:49.3321rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mke8wulK4eWG225Dvv0ubK9HZcsQx32N { display:block; }
 }@media only screen and (max-width: 763px) { #GJFmthTUcSvHRF2HcpkvBvIfnTQzI2EC { width:20rem;height:14.962216624685rem;top:33.1201625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTDtCKmiT3HAam3uLkWyQ1PnwUlI8h9Q { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000131, #02edf3);background-image: -moz-linear-gradient(180deg, #000131, #02edf3);background-image: -ms-linear-gradient(180deg, #000131, #02edf3);background-image: -o-linear-gradient(180deg, #000131, #02edf3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );";background-image: linear-gradient(180deg, #000131, #02edf3);background-size:auto !important;display:block; }#ZTDtCKmiT3HAam3uLkWyQ1PnwUlI8h9Q > .row .container { background-color: transparent; background-image: none; }#ZTDtCKmiT3HAam3uLkWyQ1PnwUlI8h9Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTDtCKmiT3HAam3uLkWyQ1PnwUlI8h9Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTDtCKmiT3HAam3uLkWyQ1PnwUlI8h9Q > .row .container > .video-iframe-container { display: none; }#ZTDtCKmiT3HAam3uLkWyQ1PnwUlI8h9Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTDtCKmiT3HAam3uLkWyQ1PnwUlI8h9Q > .row > .video-iframe-container { display: none; }#ZTDtCKmiT3HAam3uLkWyQ1PnwUlI8h9Q > .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); }#ZTDtCKmiT3HAam3uLkWyQ1PnwUlI8h9Q > .row .container { width:20rem;height:86.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yN5p8gA1AcAQ3PmOW3bywBXA1w7PhOF1 { width:16.125rem;height:3.41015625rem;top:81.375rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrrnlRrQCdwD4mPsEr5OlToqzGQhhBTs { width:15.1875rem;height:3.1875rem;top:77.4375rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uetV06aW9mRPzcF8oAFtQXhr3JDycEDS { display:block; }
 }@media only screen and (max-width: 763px) { #zN2iV7Ovc7ZTWDlmolU1dJbVvgn9GTnO { width:20rem;height:7.7988125rem;top:0.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhk7SMkuniadJL4ynivuRi9wOrhclh26 { width:20rem;height:3.8994125rem;top:9.4853515625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bs6NdATKLaQmmkclTpF92HlWWzsew6Oq { width:20rem;height:41.1875rem;top:15.02734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTTnIlO9FEU7Rx4BtCGrUXcfcmwmGv2Q { width:20rem;height:35.625rem;top:20.65234375rem;left:0rem;font-size:1.1875rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #sTGzBszQFJUwViClaxIsmnqxHS2luaM3 { width:20rem;height:3.57421875rem;top:16.08984375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdBTuCefMtp0elyhUDMOX1zvWt9lypwE { width:20rem;height:9.75rem;top:66.353515625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECqQROeNvHXe1b23HH0PTSKplV5ZVczR { width:20rem;height:6.82325rem;top:58.4677734375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RnlHEKPt1tfnAIA31dqoxn6xnLSbXp71 { display:block; }#RnlHEKPt1tfnAIA31dqoxn6xnLSbXp71 > .row .container { width:20rem;height:79.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #psIydTbIWdPuzUxdXzb3f0MuVHJk0PR9 { width:20rem;height:28.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdzVvgKEwTFBQM74Xp64kFpoqr3oBVk7 { width:20rem;height:2.2744125rem;top:2.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTKzKwkndgyTp0ykrnnhvaWbTyiJCrWP { width:20rem;height:23.369125rem;top:5.6484375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFD9BFcCWRVHV8MflsoF432Zm1NsCU4H { width:20rem;height:31.875rem;top:30.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucT5yaSi9ZNKfBi32MpByfKGLKraJe4b { width:20rem;height:25.70605rem;top:35.896484375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KevfLic0N2VvOpiyzpwKzcJHuNG8Svfd { width:20rem;height:2.2744125rem;top:32.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLl6eCR18DTrBdaRRK6doR6H8H6bJam9 { width:18.125rem;height:3.75rem;top:64.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrruIhKLwOCEoXpbXLBTPMCr0dTZTOWB { display:block; }
 }@media only screen and (max-width: 763px) { #H0fTMgwps52CwJolvBopsy80FQf50p53 { width:20rem;height:6.875rem;top:70.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHxMgb3rVPXy9iApwNB3WF8SGORTw2Bd { width:12.625rem;height:6.046875rem;top:70.25rem;left:7.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqUGwiPR6TzveEPIzMXX9RMNGkm1hGbd { width:7.125rem;height:4.125rem;top:71.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #upnQrJGKb6RNIURZtVGozSF3mp40Tg3r { display:block; }#upnQrJGKb6RNIURZtVGozSF3mp40Tg3r > .row .container { width:20rem;height:64.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SO5WHezD87xqSBfzTIAVSnQMLUgax1LZ { width:19rem;height:3.75rem;top:58.2295rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTgbciWIlntF7BW6Z8rE46DyudNLoWD9 { display:block; }
 }@media only screen and (max-width: 763px) { #LOXUsShHZ1SDsoJ7zosT6IfpldTCJDCB { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK7T9IItPvcB9KM0qxPmVSctlVg5996s { width:20rem;height:14.296875rem;top:10.297875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD5NOWp77CFW7hrl71pZLaQAOBKolvLA { width:20rem;height:14.914285714286rem;top:25.84475rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQAnCi7a3RbxC54VbAT3q3fcpkzEgPzO { width:20rem;height:14.971428571429rem;top:42.0088125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0UVEnszvbL3moLKybo8vibg7sUF7ykc { display:block; }#d0UVEnszvbL3moLKybo8vibg7sUF7ykc > .row .container { width:20rem;height:125.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m6OU86wkTrARM4TLKuCsRHv7uG2qEMpR { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGepqqQMvukk5xhvfTqTRkXEmhORHW0y { width:20rem;height:14.4375rem;top:10.297875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFe5PKPT35CKUf84U9E7JOSGAa1iXV2T { width:19rem;height:3.75rem;top:111.797875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWT9Fu0GNEE8rLl5xJuaLE7m0SMWnqF0 { display:block; }
 }@media only screen and (max-width: 763px) { #iBw7zasXhPPuJrOrcaq3uAz8ZuR1E7hW { width:20rem;height:5.9375rem;top:116.797875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTyqJubHI0XJwCZeEqTep01VI6BUDu4B { width:7.0625rem;height:4.125rem;top:117.7041015625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcIkC8VThkTb8BQw6q0EXTU9Kfyt7DS2 { width:12.75rem;height:6.046875rem;top:116.7431640625rem;left:7.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUhFTQE7ykGEfB84MCTIxT4QQC6G8rmU { width:20rem;height:84.5625rem;top:25.985375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZf5CEIPlIgJ1U8iO682Txc2a3OXxO8C { display:none; }#GZf5CEIPlIgJ1U8iO682Txc2a3OXxO8C > .row .container { width:20rem;height:75.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z1TfsiJHNUJvDkk0vqh2sIxBIW9Xwzkz { width:19rem;height:3.75rem;top:24.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqZbzF5G3C6D1cO9Bu9Dytz9W7Oy5HV9 { display:block; }
 }@media only screen and (max-width: 763px) { #PC1AziechMchhTZWNzA5MfPIP6isJEI8 { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETbgXdnP035nJFAoyxkUNNbPqX7zDozk { width:14.25rem;height:17.8125rem;top:5.5625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgU3mTufouE3NTmWsH7BmUued5TrlXCR { display:block; }#WgU3mTufouE3NTmWsH7BmUued5TrlXCR > .row .container { width:20rem;height:85.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4XMKJOJKPAEsaNtgDn6LlQzzfhAJug5 { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BODJlHe2O51WFn46HAQrWW60gPsCTGlt { width:20rem;height:70.1073rem;top:7.69921875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAuGVJWJQEg9DK46diIquwqobzn2cwnk { width:19rem;height:3.75rem;top:79.05546875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6pABLzEeE9Dann7m9sWZvlMyzPXXF8e { display:block; }
 }@media only screen and (max-width: 763px) { #hDwtmflN17LkCt8S9EPdZ1gtob31RXtF { width:20rem;height:5.9375rem;top:84.05546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vDVVrM1Sa20zMfKa5TlEHqJDIFrNdbHh { width:8.4375rem;height:0;top:84.74296875rem;left:1.25rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FZDboiMy8TJzpZ8Xy7chpKy40WSpZyvb { width:20rem;height:0;top:84.74296875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gte2QFTlDRQ18M0lZ6k2zDGovAWq3css { display:none; }#Gte2QFTlDRQ18M0lZ6k2zDGovAWq3css > .row .container { width:20rem;height:50.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iCla1NQqve8TCLtFcXINubm6H1BbBJXL { width:19.625rem;height:14.375rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybPaAgFBbK0embGF12v9e49G4NPeOzP1 { width:18.75rem;height:6.3984375rem;top:13.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yiXzg22WwxL0drc6ymXCEiIEmTTByeVm { width:20rem;height:1.5996125rem;top:20.625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fw2ZdrZLnnOKGs16v3JZEtRuCt4IVPRs { width:19.625rem;height:14.375rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3d9twhNun4U14ubS2vU33hoocWq5hZR { width:20rem;height:1.5996125rem;top:40.6875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wQZk6nDs1V8QRXqgvMwZXUpVCo4lf37G { width:18.75rem;height:6.3984375rem;top:33.75rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c9aRcBIpMXa3we25JU2ULSRfDeBRLIwL { width:5.375rem;height:5.375rem;top:7.4375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9cSrflAzcmSkW7pd3syiZSdNTVKG1pz { width:5.375rem;height:5.375rem;top:27rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMuDMaoJ5pkW7XpGrL5HMvu3GhoTTqQB { width:2.8125rem;height:2.8125rem;top:8.71875rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #na2IK6m7rp5dldElOTTqERPcuPRtWd6J { width:2.8125rem;height:2.8125rem;top:28.28125rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVhTXtsZLPG8FsqWAAbWiHsvFG5bxalh { width:20rem;height:0;top:45.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEDPIlD1THRTA8APHiDHzscXOOHfdQRU { display:block; }#HEDPIlD1THRTA8APHiDHzscXOOHfdQRU > .row .container { width:20rem;height:169.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JbM33TTXhKwpb7kQ1hxDLSzRyZOVrqzn { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDukf61BfTxrI6Lnm1aX7UTNoLomfnvb { width:20rem;height:6.0556625rem;top:6.44921875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #myb2qM92mdGyAkqt4MLCRtux8QxQkfSl { width:19rem;height:3.75rem;top:163.2685546875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsqswtA1RwOmK9SuoGV4nsEFWIBTEnSG { display:block; }
 }@media only screen and (max-width: 763px) { #ZaxJdfxgLmc7cC1fOBNwNJLUHbyNtsUl { width:18.3125rem;height:13.75rem;top:15.95996875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH6mNVN6OFAPQ1gz75yIKsB450C2swv1 { width:19.625rem;height:10.833975rem;top:30.7099609375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHrKrpZLLVIDMUbkBXPc2bTy9A4WDGnh { width:19.375rem;height:10.833975rem;top:59.212890625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5fJv11ZClXpuFCb7zOV7VM8SfiTzOeq { width:18.75rem;height:14.0625rem;top:44.0849609375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9IoOs9COgfTQ3p0CBgaO518dtvNWfdk { width:19.375rem;height:12.6396375rem;top:86.76171875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8Qhv1BuJCLWZK6On1fCFRAURHuNiJQc { width:18.75rem;height:14.0625rem;top:71.51171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSR5xseOXsMI3DgTL78C08HuLOKhq7qA { width:20rem;height:10.833975rem;top:117.0146484375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXWOG5HDSwbQgFy52RIoJWySXsPyvXsI { width:18.75rem;height:14.0625rem;top:101.26171875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdIM0h4BUWKy4P4a0GCTnpgr7cwpfvaL { width:19.6875rem;height:29.75rem;top:130.5185546875rem;left:0.15625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #APeF0hRTsty1m1IAbDlA9SuSqKBiGUS4 { display:block; }#APeF0hRTsty1m1IAbDlA9SuSqKBiGUS4 > .row .container { width:20rem;height:106.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KOoHqb9hqJbDHHKwB5febP2uOr1GF9HO { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bURg3ty3oDiBi1b4RpqIFricSvo2e2HR { width:20rem;height:12.75rem;top:10.297875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXXB4oR32rQziGkHzBlFGMNzE4nuHXSz { width:20rem;height:18.8125rem;top:41.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQEenXSTstMNEL2z5C6vx4wzCnN9GLSf { width:20rem;height:2.11230625rem;top:42.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD1maOFufZCqMlCxBHDwZTWrmm5LWabA { width:20rem;height:12.74903125rem;top:45.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbuzSf04D1p47J55EqbkZTiEmbEaXZOv { width:20rem;height:24.3125rem;top:79.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfpD7sOwRdXzgVKFD7Ao9s84vtz5PVxH { width:20rem;height:2.11230625rem;top:81.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyCzOD6moNdWiV4UxE7AAw2O4oDcZdsT { width:20rem;height:17.84864375rem;top:85rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHC9TW3BvDXT5VEAw8gwVNseDOdtSqnv { width:15.625rem;height:15.625rem;top:62.0927734375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulnQydermXlTJ88La5ODEgCTTV46p1SU { width:15.625rem;height:15.625rem;top:25.1552734375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifqsQAce6S55WcznEnNZhvDU74Sc0kh8 { display:block; }#ifqsQAce6S55WcznEnNZhvDU74Sc0kh8 > .row .container { width:20rem;height:43.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #slUlHXWMRuOhc42HzTeAziNUVgRgrmES { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUEQSZizWBGvC6FzkoeG9BwwKluIkxAT { width:20rem;height:8.5rem;top:7.69921875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WG6tN70wozXpBLNLaR4p6EsJQPwG28bQ { width:19rem;height:3.75rem;top:38.04590625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuMMZ0EXm3GaS0cv7IBT2x42JBQ8oLFl { display:block; }
 }@media only screen and (max-width: 763px) { #Kktd6GEo6KSWVQBnMuz3JT22AlLLOUtV { width:20rem;height:18.5rem;top:18.29590625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTLgSn5xF5aDLyEH6dTKnis4gdKTUHes { display:none; }#CTLgSn5xF5aDLyEH6dTKnis4gdKTUHes > .row .container { width:20rem;height:318.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HZac8M5xiT6cQHDEnxnzm9RqqHW82nVl { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #son1Q666IceicGP780XGbqycbBeaupMy { width:20rem;height:0;top:5.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7yzBnal5IXqsinbI3CiNlacLDPECete { width:19rem;height:3.75rem;top:313.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMQbCk3XzsrvMlpG1mP93Tmab1tNPTDI { display:block; }
 }@media only screen and (max-width: 763px) { #KLrrI2O2gUXyncfpVHSyJzddM6DndlOb { width:3.75rem;height:3.75rem;top:15.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmSTTPBQInhIFaXxCCqWVz1vC0GimyFt { width:18.75rem;height:18.75rem;top:13.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xkm8byIiS1N32VDJhb5D6MxTHAwin860 { width:15.125rem;height:0;top:24.0625rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpmHLxH7xhEs5HQccEpixxdAkM3NeUqh { width:17.9375rem;height:0;top:21.1875rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ6Oy3pq07GDF2R56T7m9Vf48Ob1Q1w3 { width:18.75rem;height:18.75rem;top:33.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfgWDAvTnczORdpvW8k8U5JZykq9TL0t { width:3.75rem;height:3.75rem;top:35.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Low1JM5Vn7I8bfWO7rUbKbvAfhUbUowP { width:17.9375rem;height:0;top:41.1875rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmdkpPrBAuONG5TnEDavQwfKQ2BTOChL { width:15.125rem;height:0;top:44.0625rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd6LMuXT62slXNiDl0L0epEffPXbd5tf { width:18.75rem;height:18.75rem;top:53.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbuFDFJQRCdnk8ci5UTg2xKlPscWbrai { width:3.75rem;height:3.75rem;top:55.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkZAC2d9qUtavzxNsHKDWB7ewycpkRkn { width:17.9375rem;height:0;top:61.1875rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilLS8BXMDIULeyABUE3357q0y5qfwSuX { width:15.125rem;height:0;top:64.0625rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgAo2mbzL0nDKuTU2dpyTCiNGToeHsuH { width:18.75rem;height:18.75rem;top:73.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eenwx1VnHKqQxXeL22raxUhUaDREahZM { width:3.75rem;height:3.75rem;top:75.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3TEhQEm4IFDMX7xQAwgMwEhKO8k78eH { width:18.75rem;height:18.75rem;top:93.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENIFkOIcv1FsHfPMQ1IfTiHHT7pqAfK3 { width:17.9375rem;height:0;top:81.1875rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSTQJc1WsRLM1uc1hqDD2XvabOT9Rz6q { width:3.75rem;height:3.75rem;top:95.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlyFlqDGXNiMv7o2BncttBK34BuoDkQE { width:17.9375rem;height:0;top:101.1875rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5gBPPFlm278exfbvHGZC9AgKwQ9gFUI { width:15.125rem;height:0;top:84.0625rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSthwaGAgJINOlvDPqrHLRqwDcWzWUMV { width:15.125rem;height:0;top:104.0625rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOTitApCMJcqdUxDxGVgJ93BSaESlJAH { width:18.75rem;height:18.75rem;top:113.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X48S6TesutOJs5sI5fs7qGUJzbabQMu6 { width:17.9375rem;height:0;top:121.1875rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #twJSf0LLq2BG2qI7dTQh1INZ3f7eI8uM { width:15.125rem;height:0;top:124.0625rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe1CWfm0agTvCvxVapVQtvN6F7XQr3bO { width:3.75rem;height:3.75rem;top:115.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnlBUdeilffzeCSUXwF95FHrCmeI0XyT { width:18.75rem;height:18.75rem;top:133.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnoVvAiybLvaKSgkQ7bX5QkBwTTCaQkO { width:3.75rem;height:3.75rem;top:135.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDEJQx7wTsndEdvJXCdXT1eHvJbiCUAr { width:18.75rem;height:18.75rem;top:153.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTP3E3vbppHcbSgQDWzdNvZBDEfiXJDk { width:17.9375rem;height:0;top:141.1875rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3robgobfdqPIgDbZdf8RTqt5LTk03mw { width:3.75rem;height:3.75rem;top:155.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWZbmkDu76TMPWfn54Tm8Um8OmXHWXL8 { width:17.9375rem;height:0;top:161.1875rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUaU9NVtq8GxuRLscCa9dCB6tfNPkQRV { width:15.125rem;height:0;top:144.0625rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2Bdw3UR6SIctl2CuKgdsmHSvmJbrmfr { width:15.125rem;height:0;top:164.0625rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEX0MMZVGo4yZbsy7JvMqrFVWpiuVMt0 { width:18.75rem;height:18.75rem;top:173.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRmws2MRSBIdGAPqAoffrnD1lwPKSSIu { width:17.9375rem;height:0;top:181.1875rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #USPkrRCBfR5sLa1BUNt1ocIKf1GtaiTu { width:15.125rem;height:0;top:184.0625rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDpPHCF6GZOUzwWV8ys8uG2VlzIQ5mVT { width:3.75rem;height:3.75rem;top:175.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9gRqaiSp7TXCaRI16oxNJRXCf5AlpV8 { width:18.75rem;height:18.75rem;top:193.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCO9rSJ0an24NZb2P1JpkcwSuHqXrCuE { width:15.125rem;height:0;top:204.0625rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6yoM7KrfR4Ps3PrGpDPTPsTh4UyarOR { width:18.75rem;height:18.75rem;top:213.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVhMN9bSk7r92QzvWTwsdDPnKAX2ugfK { width:15.125rem;height:0;top:224.0625rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfT1kzXko0L4WMfd5MKot8H5J3AhveeZ { width:17.9375rem;height:0;top:201.1875rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vixc5uA0C0GeORhpndKWE8q2GJaJVIeR { width:17.9375rem;height:0;top:221.1875rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvE4F62MBIitrGDz0isucihe2bswz4eI { width:3.75rem;height:3.75rem;top:195.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTo9n5CoGhMZk91Me54CJ6LGmmUy0nsE { width:3.75rem;height:3.75rem;top:215.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDIQnQTXsiSoDJTdIdsK4lkaC7yKIDkE { width:18.75rem;height:18.75rem;top:233.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpSs2zuiuAutx6CnC8Zter6EKMDHWi23 { width:17.9375rem;height:0;top:241.1875rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xleM20IclwllLNzu7emqxkJNT7fz90T7 { width:15.125rem;height:0;top:244.0625rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMCZCo7koCgXecb5hU8Ng1ZVmOEUo0Ns { width:3.75rem;height:3.75rem;top:235.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvKhKyU9XJ16p3sIkiPa9aSesvsZTMM0 { width:18.75rem;height:18.75rem;top:253.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHhbGscpctB4vuCf3oIqz6H2rHX9iNRc { width:15.125rem;height:0;top:264.0625rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy6yGc8eIOuqEqRPL8XVfG56R7SWb7t0 { width:17.9375rem;height:0;top:261.1875rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLDZPdLMy7FcmkFmvmW40zNUs8H1MgHp { width:18.75rem;height:18.75rem;top:273.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWkgD6L81dH3FxdTUQ0iqTgdkdsUTWkV { width:15.125rem;height:0;top:284.0625rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsB3h1FzT1ToB2sImnyQcZdAWvz1ZU6L { width:17.9375rem;height:0;top:281.1875rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtEbeF18xSTnoTRxW1hKmQN5hfClJ6BK { width:3.75rem;height:3.75rem;top:255.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JODM7LUV2y2uaATFUNwT49tzLFXOZmZp { width:3.75rem;height:3.75rem;top:275.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwkzCIpUTIRLcto1rTHVKEBBsR2szevE { width:18.75rem;height:18.75rem;top:293.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oECNnm9bSaF3y9TQDSRMgzFG95qZwUa5 { width:17.9375rem;height:0;top:301.1875rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #phxKBZwI3sU86GqdM91v6AsRyM2J3qUm { width:15.125rem;height:0;top:304.0625rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fABFSixNQ16KoKUZUFhwfMfGWGHWr0tV { width:3.75rem;height:3.75rem;top:295.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zee6giiXtZR1mCryUBozRQA4CwAcQTqT { display:block; }#Zee6giiXtZR1mCryUBozRQA4CwAcQTqT > .row .container { width:20rem;height:101.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTtGmypxTUDNFoJJlG2Bs84kcMOtZKGn { width:19rem;height:3.75rem;top:94.73828125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0VNUHEMQiNXzdRFRiZaA8uPWAP9CO7y { display:block; }
 }@media only screen and (max-width: 763px) { #nsoaGkzQoR6LcAMQn6RfrOfCsnEp4CSg { width:20rem;height:2.2744125rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmHuCVNBy42BtZ9oahPd6TSqyvZm70FH { width:20rem;height:40.14825rem;top:4.484375rem;left:0rem;font-size:1.0625rem;line-height:2.1;display:block; }
 }@media only screen and (max-width: 763px) { #y2gd19cgi4K5DVhU0WsUlAKNsCVCUKNB { width:20rem;height:2.2744125rem;top:46.443359375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwVhZJZyGGw2hqiMMio2IWCXaSHaEFOJ { width:20rem;height:42.37875rem;top:50.568359375rem;left:0rem;font-size:1.0625rem;line-height:2.1;display:block; }
 }@media only screen and (max-width: 763px) { #mAopIu7TWaELdqLuBWuMWUfLERr1ZlxT { display:block; }#mAopIu7TWaELdqLuBWuMWUfLERr1ZlxT > .row .container { width:20rem;height:124rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQTDV8D8C3T6bJl8C6WKMy8p8Wenv72T { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv2ZIh6mZ2pUztxhCGFM5Dr7LOA1Rx7E { width:20rem;height:10.625rem;top:7.69921875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx0RZvzEOy6s3xu02E0z8W0JmbOIZ8Hn { width:14.25rem;height:14.25rem;top:20.1875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQkHDsRiNtVKlGJfck3G7NSAUBJFkBTJ { width:20rem;height:42.73421875rem;top:79.345703125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXypUvQr7WqnRrQPUN3HuAC3n6OuS1dM { width:14.25rem;height:14.25rem;top:34.4375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz55ftI4lk09LXNygH0MekMzxxzPr3mq { width:14.25rem;height:14.25rem;top:48.6875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRMLx8LE2ktpnGOwGypQMhlUN1Zs0B4y { width:14.25rem;height:14.25rem;top:62.9375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKFo5cq01rtfhe00HQe43tKDWd1KA8Ll { display:block; }#WKFo5cq01rtfhe00HQe43tKDWd1KA8Ll > .row .container { width:20rem;height:134.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sxHl0kkdRK9603d9G4upRbueRPzoN2ED { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ395ywy8BIefOitpAnaZxZhONG72yev { width:20rem;height:27.8125rem;top:7.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiiLxglBUddLThC0iA2dTf7DrGhWZPy4 { width:20rem;height:4.548825rem;top:9.32421875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2kcRO9czBc6cwlxWE2XIH6eJeZ71mXa { width:20rem;height:21.032225rem;top:13.87109375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMP3gMkC9Qi1opwa7STfoANHGTJRHmkD { width:20rem;height:27.625rem;top:37.39159375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aO2ein1uO8mEfrnDcyNGzvW48DnDwxCF { width:20rem;height:4.548825rem;top:39.01659375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOT1dCZTSleTeEWJeXe2anDuLC5NT8VW { width:20rem;height:21.032225rem;top:43.56346875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2DhcTHfnCUty215XR3LbNThG7frV82g { width:20rem;height:26.5625rem;top:99.21484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IInBATkGF7TvSVGd8XgNL1AWBWsAflZB { width:20rem;height:18.6953rem;top:105.474625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5lLiXM5TFqJ00XuysUh6PvzPtf3VmCs { width:20rem;height:28.8125rem;top:67.08396875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCnieEZaZCTEEUu2vHLhlaEMHJKhlzcV { width:20rem;height:23.369125rem;top:72.3779296875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxfXIWQxEexliR99sHWt0evfRQ8eXVN9 { width:20rem;height:4.548825rem;top:101.234390625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERiiXDAZQVXVgXu9ZQqwfQtg8zslbwdU { width:20rem;height:2.2744125rem;top:68.9785rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMbFKcI0raTTSDq7wsKO7s6egPgGU1Wl { width:19rem;height:3.75rem;top:127.90234375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8nvwOaO4JE4akPS8I2cRgghMzaITCcL { display:block; }
 }@media only screen and (max-width: 763px) { #EkTdBovJbSE8rNWl54uOFHTfZ2vrm0GE { display:block; }#EkTdBovJbSE8rNWl54uOFHTfZ2vrm0GE > .row .container { width:20rem;height:73.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xFdpqVnpsokHKCnUzH0utr8MdLqMKLJ0 { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBPasxA99p6LX3NrhvIt7BIxutqXqyQE { width:20rem;height:10.625rem;top:7.69921875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4RaQSzpvX2BgXsFuJei8vRlSKMDyAQo { width:18.75rem;height:14.0625rem;top:20.63284375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfwTLi3cMNdzhkmcOpvZAHMeNqF4w1wP { width:20rem;height:35.625rem;top:35.94534375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct4pWUaVcM5Tb2WEE7qcDJAJbW9iI4PF { display:block; }#Ct4pWUaVcM5Tb2WEE7qcDJAJbW9iI4PF > .row .container { width:20rem;height:62.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z706AHkQ6ZfM1piETNRMvCTH02O7ua3X { width:20rem;height:29.25rem;top:30.845703125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVvCMSocuTLslvZ0nZGNmpMBEPsWuoNu { width:18.75rem;height:14.0625rem;top:15.283203125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJkgbIvRkRBy7eVNqH7CqklN4tE02qky { width:20rem;height:8.5rem;top:5.0996125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P47koFM3oezIbKyWt9E4Dc6utKi4l7Ob { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdhGvpADr6mZTa45C8fVBLR6lJnLWGc8 { display:block; }#KdhGvpADr6mZTa45C8fVBLR6lJnLWGc8 > .row .container { width:20rem;height:97.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NIF4GAqkVIFWg7aC6xUnPzkx44qT17i9 { width:18.75rem;height:18.75rem;top:43.400390625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT9R79nz4yGqryPk6XV8JE3yPa34A818 { width:20rem;height:34rem;top:7.69921875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaXV1fTAKWzn83JL3m5DsbC3dBREPwJg { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIllIPhDb3ngo5XhKmcUZ8eXpUrOhDSk { width:20rem;height:31.875rem;top:63.900390625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0exL4z7yAKXdlBL16JgtT4iw0uSpN3g { display:none; }#N0exL4z7yAKXdlBL16JgtT4iw0uSpN3g > .row .container { width:20rem;height:102.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ShrXiEws0zzBqRgo6ZnnOCIA83k9MCI8 { width:20rem;height:0;top:30.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti5nKCiI6sNt862HN6Q2rap055KvnUOp { width:14.25rem;height:17.8125rem;top:11.4375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJDRoBF5ctsg2TwRyq7219ZVQKocW23Q { width:20rem;height:0;top:5.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLk3nJ4TR9fTR1boyOWU68Afq3tuBHCo { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvRaT2aW3aKTfe8xie573g2R4Ksc6tTV { width:19rem;height:3.75rem;top:49.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLUpa3kyXlsKc9lQ41MFxSZGFlu9gbiF { display:block; }
 }@media only screen and (max-width: 763px) { #UZ32eLFN66J6XxXtJA5yS6wLIdEw5IWN { display:block; }#UZ32eLFN66J6XxXtJA5yS6wLIdEw5IWN > .row .container { width:20rem;height:163.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BKHpaSZyMaW5m67Sf9vDXxa3hwhCUgVm { width:20rem;height:7.3125rem;top:8.69921875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1cEPxuSHiok9EPxAIZE0tzPBeJQA6vR { width:19rem;height:21.25rem;top:15.94921875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp5rARrFDirC8OVvdMUVDAW9CMI7Qv2O { width:18.75rem;height:18.75rem;top:37.94921875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Raa4vbKCBDEQpqLJgkNJqzdIoqSCdHbN { width:18.75rem;height:18.75rem;top:78.57421875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipLt14fK5MzsamJbDIODs2DTmDhqXzwk { width:20rem;height:12.75rem;top:64.63671875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #egm9DI3vI4NgQw3OWWM8sHCiGZF7muwx { width:20rem;height:7.3125rem;top:57.32421875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PofQf5O3D8dILk19qlrKsUeUGEwns6qm { width:18.75rem;height:18.75rem;top:135.51171875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l18JN2CJLnOqFHTTDZ9FLBLPHs8hUdCK { width:20rem;height:27.625rem;top:106.01171875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgbyQIl4eVgP37hvcqCsqsShq1uInvZk { width:20rem;height:4.875rem;top:100.51171875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TahA7d69Rkif28XiK6VPeww1WibUEbfo { width:20rem;height:43rem;top:7.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcTb80gArsHfMW9cVoWdlUV6JSCrrFG0 { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #klxT0ugemImmgKWrQATAMskgJGkvWyrM { width:20rem;height:46.125rem;top:57.32421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6dMrTM6bVOnQfn0TKU5d5kZKgVyINUT { width:20rem;height:56.9375rem;top:99.32421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZhyHZmQFCSQHtTpowTxg2gmaSoyRrNp { width:19rem;height:3.75rem;top:158.07421875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaIshmyb72gMgSbZVSyLaA8Fd3Trs35a { display:block; }
 }@media only screen and (max-width: 763px) { #OpZD6rZTl1tNWOrAIr6ZgE6EnSVoRWFz { display:block; }#OpZD6rZTl1tNWOrAIr6ZgE6EnSVoRWFz > .row .container { width:20rem;height:196.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STZ7ZKlaaMK4RCNXyMX3Wq64Kd6RCyXN { width:20rem;height:25.045454545455rem;top:11.26171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX41IZCtB8VtIAMlAXllaUAvTbIELXD0 { width:20rem;height:43rem;top:7.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHzwKwiiLoX3NUOSJdfeC8Wx8um4nqUw { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReV86XFpD7LX0L9pQdskNXVtzDPIVZhs { width:19rem;height:3.75rem;top:105.86031875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfzDZnpzQC7GOiwpMU5v1rxxm2U1g8iQ { display:block; }
 }@media only screen and (max-width: 763px) { #NAz07UZ5zzkZaRl7FTdTc2RyuUHkieos { width:20rem;height:46.7382875rem;top:51.94921875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0TaOda2waRF4Qa0kqc1BiaEwWr2LHXt { width:16.9375rem;height:4.673825rem;top:99.93746875rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvpZFbyXs8Do2r9tBcRhv2QGww67eZ5y { display:none; }#mvpZFbyXs8Do2r9tBcRhv2QGww67eZ5y > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IvTBsCHXtNDfi95TvtMJWJ0o8hqUNORX { width:20rem;height:4.7982551799346rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBF8y2cu0ST3uFuXgfZK2SwSB6APvcLK { display:block; }#kBF8y2cu0ST3uFuXgfZK2SwSB6APvcLK > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JtPlyiXEzF97T83Mz4cOKWTNlflVTO5y { width:20rem;height:34.6875rem;top:7.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #An6ubqIO5SPOqXHBoSdCtKXoTnDAZbhT { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbDIzk0b3lxFIQQzhmDG7JimH7qJXByB { width:20rem;height:31.582rem;top:9.2890625rem;left:0rem;font-size:1.1875rem;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #dUqeQCL7CVgSwTZGsGUJ51wZGksPiCPT { display:none; }#dUqeQCL7CVgSwTZGsGUJ51wZGksPiCPT > .row .container { width:20rem;height:142.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zF5tVMaF7lSkg1flvqrpqgx3nRXnT5hQ { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCqeGT2aE31HLqblf77EnDfGalf1azmb { width:20rem;height:133.2040875rem;top:8.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6oy5ZLXsuaFUkM7y9Tw2pLxkWIi8ZWr { display:block; }#m6oy5ZLXsuaFUkM7y9Tw2pLxkWIi8ZWr > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4oIHhny6ZLQJB4sSA9mfxroP4g6ptTe { width:20rem;height:7.7988125rem;top:2rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAu1IranvBGqyIktu40v24SerRNCnWIG { width:19rem;height:3.75rem;top:12.1728515625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M19bPOFJIXzpC26lkrzJmkSbP39IkVsv { display:block; }
 }@media only screen and (max-width: 763px) { #hmxGAsnF045XbHczfiZkgVT3oqiebXRH { display:none; }#hmxGAsnF045XbHczfiZkgVT3oqiebXRH > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bov4xsCy2ZQ6gxZw6cxhPZhF2ubzam7N { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cwe1znOZh8TPrpB5ZnszZa8yzQfM0wTh { width:20rem;height:0;top:5.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #atH7KZV4eatG7xtNkGyS8R2URb0mM34O { width:19rem;height:3.75rem;top:9.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #znaNKDdNPE7rCRnWa3VVgmJnTwPJfpLi { display:block; }
 }@media only screen and (max-width: 763px) { #haHt9ccKtJlHQxobtxACmQU4wspL29qI { display:none; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { width:20rem;height:19.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rVbTqlsyuWJIGkT1k9eGChp62ZnHyLvV { width:20rem;height:2.5996125rem;top:2.640625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl1bzDHogLqqFz9MW4d37WUDlA39oHSC { width:15.9375rem;height:6.171875rem;top:6.818359375rem;left:2.03125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsToJXRM9VHGfJcdfPlB6Vhze6UJcGyO { width:20rem;height:7.880875rem;top:0rem;left:0rem;font-size:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdJM6xCFG88Bg1VaiD4OV8ZBLiRLTFch { width:5.6875rem;height:5.6875rem;top:13.375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWpS18WGqRtBvfswHpeL55wuRX94B1tp { width:2.8125rem;height:2.8125rem;top:14.8125rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw { display:none; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container { width:20rem;height:13.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ODZTeVdhvyhua54PJ0k4cqgCEAghTSqd { width:20rem;height:2.5996125rem;top:2.640625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVdUvnI46Pk3dzCMmZlQAJSigCgNcATl { width:16.625rem;height:5.5234375rem;top:5.9375rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpE6AAR1imy4WcL16VLqzssUPpEsfrV6 { width:20rem;height:7.880875rem;top:0rem;left:0rem;font-size:6.0625rem;display:block; }
 }