.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ao9DUgVCGTX2VtHEeP3IEI88GIOA6WUb { position:relative;display:none; }#Ao9DUgVCGTX2VtHEeP3IEI88GIOA6WUb { border-width: 0; border-radius: 0; }#Ao9DUgVCGTX2VtHEeP3IEI88GIOA6WUb > .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; }#Ao9DUgVCGTX2VtHEeP3IEI88GIOA6WUb > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#BIG0ue6bCGS8FWtTIsS1ivtyTVdswvbQ { 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:81.75rem;width:69.25rem;display:none; }
#ruGNeTzDiruH9aCGF0C0ooUUB4kHVABo { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.125rem;top:1.625rem;left:7.5rem;display:none; }
#mrxsEzQF2mvosuIheQnSvbkC3qmJDnAm { 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:19.625rem;width:75rem;display:none; }
#tWLTX0yTPg7zn1gHf0SGiAJlTzXT1Eaz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:6.4375rem;left:16rem;display:none; }
#Ctk6OBCkuQzNcJinkn4ehpfUTpQFZBiA { position:relative;display:none; }#Ctk6OBCkuQzNcJinkn4ehpfUTpQFZBiA { border-width: 0; border-radius: 0; }#Ctk6OBCkuQzNcJinkn4ehpfUTpQFZBiA > .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; }#Ctk6OBCkuQzNcJinkn4ehpfUTpQFZBiA > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ULX8RXpVgs4vRJC74rUWgS59gTJqdDQf { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.8125rem;top:16.125rem;left:0.25rem;display:none; }
#EzyyA3TtBZU550rFTHLWOrVBm5bbhbd2 { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:13.9375rem;left:3.125rem;display:none; }
#i2WKHN9vPAyTBMoZ0OKJcVKJ0r0NVnDJ { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.0625rem;top:10.5rem;left:0.5625rem;display:none; }
#D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #00fdc3, #02ab84);background-image: -moz-linear-gradient(178deg, #00fdc3, #02ab84);background-image: -ms-linear-gradient(178deg, #00fdc3, #02ab84);background-image: -o-linear-gradient(178deg, #00fdc3, #02ab84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );";background-image: linear-gradient(178deg, #00fdc3, #02ab84);background-size:contain !important;box-shadow: 0.0625rem 0.25rem 0.3125rem rgba(0,0,0,0.2) ;color:#072738;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem; }
#D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e .widget-text.counter-label { background-color:;background-image:none;color:#072738;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:arial;font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.5rem;height:5.0625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;z-index:1;display:none; }
#D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e #AnXP6Tb62TEqTmoZTq3KzqfBuLCJqHoJ { display:flex;position:relative;top:0rem;left:0rem; }
#D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e #P9rhfwasQCtyPoKyGG6f0sbsfgb0JE1k { width:auto; }
#D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e #sqGUPk2n0Wh06JkTETO9U3aqbzaHkImx {  }
#D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e #Tbh87mR1bJGy9UBCNpVckqR5FpFfUefT { display:flex;position:relative;top:0rem;left:0rem; }
#D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e #Xf6y2if93StSW9FTTJmn99f6ufRFCxV1 {  }
#D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e #qGdla7ZorGhUklTzkxD9zt2R7ZTzMfvh {  }
#D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e #s0Mt9Epu9dAqWKZ0TQkNlTvCO4sWGEec { display:flex;position:relative;top:0rem;left:0rem; }
#D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e #zaAWCpEl1sZc7ZtJlVENFf4TzTQDhyGL {  }
#D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e #SIDGlBwpZxoPzzgDV3FBHhTJtICOgTk9 {  }
#D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e #DPBT3O1PRwDmquh6UTQinhRs6tfhwMSa { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e #JraRfXqQAWrXd0TO8aEDCdUHVPTveFbt {  }
#D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e #XRpEQGw1OEwlNazILWFVpG2MSqN53Ts7 {  }
#vC32Fx1Lr0nw9mMoT76DzFpJadbySAFO { 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:32rem;width:32rem;display:none; }
#y7PsA79HfMT8W3wXZFGCxDLgTD9pf725 { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.8125rem;top:0.6875rem;left:1.625rem;display:none; }
#lo2ebxaiE6OIsc4lx5H8q8lvzrJHF5dg { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:0.625rem;left:3.4375rem;display:none; }
#UiGc9SmFto4AyIoPQKFDizvQqxuPeF3L { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:1.25rem;top:3.4375rem;left:0.875rem;display:none; }
#f4IHiQGBzhnl0EklNh35rdhQQANWalqg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ce9bea8f-e5d9-4132-b747-a9f4155a3f71/bc7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg.adaptive-delivery-prevent-bg, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyload, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyloading { background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { background-color: transparent; background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { border-width: 0; border-radius: 0; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:75rem;position:relative;display:block; }#fSIxLVPaTqAm8HOrKlpF6MJmSDVwUy9E { color:#b27300;display:block;width:43.125rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.75rem;left:0rem;height:7.1484375rem;font-style:normal;display:block; }
#i6d8SUwRMcMx2SlVCuwEFkJD74yJokuu { color:#000000;display:block;width:30.875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:19.1875rem;left:3.9375rem;height:3.6rem;display:block; }
#M1RQgLshSCVCTgUskRQpFP3QhvhCZRGA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:19.5rem;left:0rem; }
#pN6dg4aV1BkzkSlgs9lxblTOANt5i9Wx { color:#000000;display:block;width:25.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:24.3125rem;left:3.9375rem;height:3.6rem;display:block; }
#U2AFRyhvgbHcSM7hWoAH8LFlzvSA2M1b { color:#000000;display:block;width:29.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:30.0625rem;left:3.9375rem;height:3.5996125rem;display:block; }
#mpWy2QVQT4P5XJncNG8T54lrGbKJdNC2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:24.125rem;left:0rem; }
#RP2eTt37dmUV1I2QxC6Xx6dsZZKk9vkC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:30.0625rem;left:0rem; }
#fmsqyzgNF6g7Tvu4M9AbkFxs13HbUPE7 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:40.5rem;left:3.9375rem;overflow:hidden;display:block; }
#QhRLh79ITvrKzkosdMVaSKG6pW01uMsO { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:8.875rem;top:38.6875rem;left:12.75rem;overflow:hidden;display:block; }
#wLti0kTmdL6NKEA6TiCipFbbgEcJ0hFK { color:#5f5f5f;display:block;width:12.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:38.1640625rem;left:12.4375rem;height:2.4rem;font-style:normal;display:block; }
#f7GnvXdHfGV6yKS8bp6QophOzQqGtHQl { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:5.25rem;width:5.25rem;top:40.5625rem;left:25.1875rem;overflow:hidden;display:block; }
#mKBa6qriWEOKcv6XpZ14aFQXrQf9eNax { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1a1a1a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.1875rem;height:2.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.5625rem;left:39.3125rem;display:block; }
#yTtQXCwgy2DMdhAhRFED8RKC08gs7ctO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EJ3am39CSCzPWbr3b0axFy0mu3hz5gtB { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:oswald;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.6875rem;left:46.5rem;display:block; }
#qbv6QAaQSid06QHzCReKV5OF07XDXMcA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OsiHm4Ekg1ZJPaqsHEP8dcCdMmXJPlmT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:oswald;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:2.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.625rem;left:55.375rem;display:block; }
#khGPGqBByL2B6ikuZnVUtt6WxhXgRbUs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qG4SrLrd4TiDkvzkGVguyFRoLJLA7iw8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:oswald;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.6875rem;left:66.5625rem;display:block; }
#bqdTfBCkba6gZ7qNlQxmtOCF1c8bDlLp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yXXqmKX6drB7vHRZbUvKktT6nKLHn6LX { 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:3.3125rem;width:15.625rem;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#C6FA3hfNbCd6SWSDNrPhMAee9UAJVS4n { color:#000000;display:block;width:30.875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:19.1875rem;left:3.9375rem;height:3.5996125rem;display:none; }
#IHihbgAKXCKiUyXTf5MqSbgea5V0Kaoi { color:#000000;display:block;width:25.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:24.3125rem;left:3.9375rem;height:3.5996125rem;display:none; }
#HWyQXgLWWDqIlhGBnMUD75Vug7BZOC9p { color:#000000;display:block;width:29.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:30.0625rem;left:3.9375rem;height:5.3994125rem;display:none; }
#qCN61wrrWnLN0oI0pTstKtswOU4NvJvQ { color:#b27300;display:block;width:43.125rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:8.75rem;left:0rem;height:7.1484375rem;font-style:normal;display:none; }
#QTuoWTWLTA3BXmNPKNfXrMaywiNTcsVQ { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#lphQg1fuUms3XARKCKgKmN8MdDmmG67n { color:#b27300;display:block;width:43.125rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.75rem;left:0rem;height:7.1484375rem;font-style:normal;display:none; }
#OhBno2uHaNGhDyr3VUidKVahdFEKU3cK { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#oLWKGwTBtrceKIlkq1DuvUhzcaF235mm { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:81.3125rem;left:2rem;display:none; }
#AZg7waae91oVb8a3hfsAqNuOut8sQyfO { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:54.125rem;left:6.6875rem;display:none; }
#EO15tOpNKPaPCcD5yb3BSu7TkQCBwTMr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:30.0625rem;left:0rem;display:none; }
#xwT3TxVkJm6k8iqkHshZmlahpry3WRXV { color:#000000;display:block;width:25.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:24.3125rem;left:3.9375rem;height:3.5996125rem;display:none; }
#ASrg8uw3cw2plFqs1JGQOe05aI0GpQfl { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:62.4375rem;left:3.4375rem;display:none; }
#nixouA6tlavrB9iCNTnFVhzIM77LaJzr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:30.0625rem;left:0rem;display:none; }
#T7BF1KmoQeJrQNtE1zG2olKWBpsTMUyU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:30.0625rem;left:0rem;display:none; }
#A2WKvHtTMy4FryDK7bU1y2AUbzFNtBkh { color:#000000;display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:89.125rem;left:2.125rem;display:none; }
#omqpE1Clq1mXCgllpiDwZluVIyFOiqth { color:#000000;display:block;width:29.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:30.0625rem;left:3.9375rem;height:5.3994125rem;display:none; }
#e9cx1xhZiDeGliq2F76AAypcnqvpFOZ9 { color:#000000;display:block;width:29.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:30.0625rem;left:3.9375rem;height:5.3994125rem;display:none; }
#WQqdt80EAhF6obBp8MENn6C0NsFHslT2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#APUw4Hh69LMXok6m4Zeg7r4TkAQ06eIH { color:#000000;display:block;width:29.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:30.0625rem;left:3.9375rem;height:5.3994125rem;display:none; }
#AhyPWBsJ3e2gMa8WDfu2CIMkkaiAusT3 { color:#000000;display:block;width:29.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:30.0625rem;left:3.9375rem;height:5.3994125rem;display:none; }
#S3MZaTCNxmRxPrsSMpQZaKJ18EsbtncA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#orRGHqV1BxQ3n2s0ErLEmh0sStRyqamp { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.5625rem;top:124.5rem;left:1.5625rem;display:none; }
#AxsclVGf3aTB58dLEvkFML2FpzMbH0wf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#pUv32smypxRGCeM2VFrGcTsfcQ1E9g1k { color:#000000;display:block;width:29.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:30.0625rem;left:3.9375rem;height:5.3994125rem;display:none; }
#JZC6gnKQNvdAnLh5pgymNd5cd8HlSAUG { 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:18.75rem;width:18.75rem;display:none; }
#Ne9V5ONC3Kp731IvOrS6Mpg9nxIZRXnH { 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:1.75rem;width:8.6875rem;display:none; }
#OVGTB0O4PtuXuN0wrEpxNN2R9emKeQmd { color:#000000;display:block;width:7.5625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:3.9375rem;left:7.5rem;display:none; }
#ft5qhHGoRNT2kTUgPi9r30tmDWuxHAgi { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:3.3125rem;left:9.1875rem;display:none; }
#ItpXWmwtwnbWb5t6p1n8d45c6RmK3Xt3 { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:0.9375rem;top:1.1875rem;left:0.875rem;display:none; }
#Cy4vx3sQnateBrxCHRIVCOeMXXaxCcwx { 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:30rem;width:40rem;display:none; }
#aJQvriShnW5T5EN6I2KCuNSd5nbPpDH7 { color:#000000;display:block;width:29.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:30.0625rem;left:3.9375rem;height:5.3994125rem;display:none; }
#z0EeqOrLNvXem7UsUNJqLAFrpi8FfdMD { position:relative;display:none; }#z0EeqOrLNvXem7UsUNJqLAFrpi8FfdMD { border-width: 0; border-radius: 0; }#z0EeqOrLNvXem7UsUNJqLAFrpi8FfdMD > .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; }#z0EeqOrLNvXem7UsUNJqLAFrpi8FfdMD > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#DXXgo3mBB9TLgtczWzMsCnahxmVzmdKx { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:5.125rem;left:0rem;display:none; }
#A9RDzfhFvMcWzEauBSnQuQh6MULTX8DE { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:25.5625rem;top:10.375rem;left:0rem;display:none; }
#OEuSto1Gakp3JwszDxExxPfBQw2SadWf { color:#000000;display:block;width:16.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:7.25rem;left:0rem;display:none; }
#Ga6xdvSKBlvaF2cdBHs851RgbDo1IOPc { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:27.1875rem;top:38.0625rem;left:0rem;display:none; }
#o5wvqLDFqNgyp5ryARbm9OZprtS983ka { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:25.5625rem;top:80.3125rem;left:0rem;display:none; }
#ZXa8nt04DBfB7V3eC3lTdUkXsUfTksWK { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:10.75rem;top:1.0625rem;left:0.9375rem;display:none; }
#D0FLgnL52WeISJktTFAXwFIUxxsTfzAF { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:17.5rem;left:0rem;display:none; }
#ANsMetQPZxsTWV3Os5GTHMe58zVHJcJB { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:33.5625rem;top:109.9375rem;left:0rem;display:none; }
#wHMVRMIriXzyZkvVgT2igy8SgeT1BtC0 { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.25rem;top:13rem;left:0.4375rem;display:none; }
#V9gAecWBkCwoS1JFsfqUpxhM8gHlipmz { position:relative;display:none; }#V9gAecWBkCwoS1JFsfqUpxhM8gHlipmz { border-width: 0; border-radius: 0; }#V9gAecWBkCwoS1JFsfqUpxhM8gHlipmz > .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; }#V9gAecWBkCwoS1JFsfqUpxhM8gHlipmz > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#n7nk3i4l95mdQZ7ayQe5B8FJ0oD2VVrM { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#sa3123C9OyWGTAnlwTNbtNIF6S00bT60 { 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:56.25rem;width:55.3125rem;display:none; }
#JmTuUpOVxuD8OXxn6Gf7QS9ueDvMuucI { 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:7.875rem;width:49.1875rem;display:none; }
#urUqBdSPNbhr62pTh6hHyF3P8CGlpKKi { 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:42.5625rem;width:42.5625rem;display:none; }
#HmRJXA0tL6bykzcq4SAxyASRRlHnzsJb { color:#000000;display:block;width:9.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:12.375rem;left:9.4375rem;display:none; }
#gxJeKUIAFOmm0yMVc40u3pdGassDQwMI { color:#000000;display:block;width:16.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.625rem;top:8.5rem;left:1.8125rem;display:none; }
#BJ4LZZJ4eJiqw3JEbAiTPwtKlPGIUPCK { color:#000000;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.3125rem;top:0.6875rem;left:0.5625rem;display:none; }
#P0BsGZVlJ4Ec6ypC7su0czrzTbRpcl8z { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:9.625rem;left:3.4375rem;display:none; }
#deMLBEnb1dfJmG9vInqSRxDRp6MyEOFX { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#W4kQHE72TGbMuuL3FKAcUWQXspIizAed { 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:7.875rem;width:49.1875rem;display:none; }
#B5FqUZ1bAMpzoWDvQt2BmX5DbnQLxe6V { color:#000000;display:block;width:9.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:40.625rem;left:7.9375rem;display:none; }
#g4Ly7AB0y3vvvHrtz606NDJ4PNLgSWi6 { color:#000000;display:block;width:16.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:8.375rem;top:31rem;left:1.8125rem;display:none; }
#C7CS3y8aT7un86lePTI6NdifgTb9eVCg { 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:16.6875rem;width:16.6875rem;display:none; }
#f5y79DFALWA8uANmiIsL5DZWU4y8Efto { 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:42.5625rem;width:42.5625rem;display:none; }
#dHuFRNfQTo5bEKOZoR7UmvIvuWO2lcbK { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#F6cv7TG6bxvXsDJR1VK2tfBMGea47k4V { 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:7.875rem;width:49.1875rem;display:none; }
#yCV4dJeKD9yKPu8mteIWCDz52ECTlEx9 { color:#000000;display:block;width:9.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:60.6875rem;left:7.9375rem;display:none; }
#RXKkleL0bTBa3c4T5Exl1TJ8FHmKJLdP { color:#000000;display:block;width:16.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.9375rem;top:52.0625rem;left:1.8125rem;display:none; }
#qfc21Im67vGelmGDozotHDrASdKsPa6U { 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:55.3125rem;width:55.3125rem;display:none; }
#vSPqEPoDtE8RdTFM8AZK3EA2T4lQdpkD { 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:42.5625rem;width:42.5625rem;display:none; }
#BqcrDIZDhJbfnMFc6Ow1E89kxs0agBGf { 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:53.75rem;width:75rem;display:none; }
#FpAeFqUXzp2fmpOAs9AHDKf906t1fZpa { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:11.6875rem;top:69.625rem;left:1.0625rem;display:none; }
#TlmD6MPWN3t6Vq57nIF9ufVK1mVwh3SI { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:88rem;left:1.3125rem;display:none; }
#lUHgQBD1WoaM4MMzgFqJ20uZGgegSXs1 { 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:52.625rem;width:75rem;display:none; }
#S1ELCyLMt0Rrltgxxkknkt4H91RP2mKa { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:107.75rem;left:1.5rem;display:none; }
#TFbFC1EoT4GriFo9kpmbWdBBZTgSDd8B { 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:59.6875rem;width:75rem;display:none; }
#ouV68kiI0kZ6NMd1I9g3xqT8LAKRnVgi { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:107.75rem;left:1.5rem;display:none; }
#X2hydS1T399h3OWq5wRrH5UTPZMCxd07 { position:relative;display:none; }#X2hydS1T399h3OWq5wRrH5UTPZMCxd07 { border-width: 0; border-radius: 0; }#X2hydS1T399h3OWq5wRrH5UTPZMCxd07 > .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; }#X2hydS1T399h3OWq5wRrH5UTPZMCxd07 > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#KOWwiiUdS65HiBI8WuX7MDV1Kdw9iUS8 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#OBbqgtfABLJsewNE62NpcdTsywUV92K3 { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:11.1875rem;top:17.375rem;left:0.5625rem;display:none; }
#Aw7A1xArUCwCOhnw2ZvIOUL5FfFB74fp { color:#000000;display:block;width:18.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:8rem;top:1.1875rem;left:0.8125rem;display:none; }
#QAfID7Qxby4wPxu1KT3uHKk8M2ybiopb { 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:1.75rem;width:8.6875rem;display:none; }
#ZJV5S1AMRlwyfPUk16dyuhVgU72Ab0pT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:45.8125rem;left:5.5rem;display:none; }
#yMc4fUwvQyuSaLhL7h3d83gMTwLypRcd { 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:18.75rem;width:18.75rem;display:none; }
#d4X8GytqgoeBCnzyEKrivnam7p9PVKTB { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:3.3125rem;left:9.1875rem;display:none; }
#e7GefyeCQcbfXZrzvQ6VmZVPP0VIllri { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#zhES0GueaP75aNytkAVCNd1Gu8BaEKUg { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6rem;top:16.25rem;left:1.625rem;display:none; }
#npQJ2dUV53AO0Ina9ICZqgGTVcGMt7rZ { position:relative;display:none; }#npQJ2dUV53AO0Ina9ICZqgGTVcGMt7rZ { border-width: 0; border-radius: 0; }#npQJ2dUV53AO0Ina9ICZqgGTVcGMt7rZ > .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; }#npQJ2dUV53AO0Ina9ICZqgGTVcGMt7rZ > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#g6BZ5nnXnM6WUUWUXpZa9tTWx0Pzn9Uf { color:#000000;display:block;width:19.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.5rem;top:1.625rem;left:0rem;display:none; }
#yIcESHxybfzK5wRNTT3uZ3iMnml8So8H { color:#000000;display:block;width:17.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:12.1875rem;left:1.125rem;display:none; }
#dPTq6JIJTN5fL4C5knxneiBTKBiGlKtf { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:18.3125rem;left:3.125rem;display:none; }
#wGLAQ5oi5kPsLkhBBLs6LlmkFtz3suUz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#f1brdC0zSzLP6a5OfKrITcyLuoADV6Dy { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.0625rem;top:21.5rem;left:3.3125rem;display:none; }
#CpH2GTdtdXWwwKZuqu8kZamI2GuxkfCW { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:29.75rem;left:3.5625rem;display:none; }
#PeFDpBeT3OdctZOmRC51O6W2OiOS0Fsv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#NRe5ykenLmp2wmUxRKbKuOHTd6VgM3Ri { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#xfVwOn5H4tHFRiS0KeiUe8O2VGT0qpuh { position:relative;display:none; }#xfVwOn5H4tHFRiS0KeiUe8O2VGT0qpuh { border-width: 0; border-radius: 0; }#xfVwOn5H4tHFRiS0KeiUe8O2VGT0qpuh > .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; }#xfVwOn5H4tHFRiS0KeiUe8O2VGT0qpuh > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#gaZu9sITtcCM24Q9ATHOJrskpda281mf { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:69rem;top:55.4375rem;left:0.75rem;display:none; }
#LPbqnS0vQd0i7hmmixlPeDRCM3MfuHX2 { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:18.875rem;top:0.9375rem;left:1.25rem;display:none; }
#vCnrbvMFoHKWwy62XB49rHGCXyQWrR2G { position:relative;display:none; }#vCnrbvMFoHKWwy62XB49rHGCXyQWrR2G { border-width: 0; border-radius: 0; }#vCnrbvMFoHKWwy62XB49rHGCXyQWrR2G > .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; }#vCnrbvMFoHKWwy62XB49rHGCXyQWrR2G > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#u7tPpPRJLZnBOXHig0htD8CEPmGVR7CU { color:#000000;display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.5625rem;top:165rem;left:0.3125rem;display:none; }
#BMzy1tBBcZgbXdBSsIlMBulgaF8Amzpw { color:#000000;display:block;width:17rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.75rem;top:161.0625rem;left:2.8125rem;display:none; }
#A7Q9BlzRMTF3DzFEPSRMmfMGla0hLOqI { color:#000000;display:block;width:17rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.0625rem;top:148.4375rem;left:2.8125rem;display:none; }
#pOXfHhmOMHE4PnTgyxCuOETTmA1Aff57 { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.0625rem;top:142.0625rem;left:3.125rem;display:none; }
#SGJMRN8QQleRxOZsDaluaWl6e2lAzlyF { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.0625rem;top:135.25rem;left:3.125rem;display:none; }
#Vovt3BLnCBMCXy4ZONTuTum5MPGxxlhM { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.0625rem;top:134.1875rem;left:3.125rem;display:none; }
#Wt9dTyIqNfBOT7bLvmngdPrqShwFJeGT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:30.0625rem;left:0rem;display:none; }
#PP6UTmV7Qh35zpVs6dz5RryTT4GQp1T5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:30.0625rem;left:0rem;display:none; }
#Kxh1Ql0AJyiTRawQMBtHe7u21UUWBD54 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:30.0625rem;left:0rem;display:none; }
#VvqiGCGretDmtykAFTn6OOEfeyRrz2Tn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:30.0625rem;left:0rem;display:none; }
#VH9RcEtHCpqnRIlUMgvUo4d8nMZaybWE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:30.0625rem;left:0rem;display:none; }
#RmOf3HFDuGzOm3QADf4wdTmdgMh9aLuF { color:#000000;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4rem;top:1.8125rem;left:0.5625rem;display:none; }
#xVkF74yhC1JxRVTesiaRcHJ5TLMB8XFi { position:relative;display:none; }#xVkF74yhC1JxRVTesiaRcHJ5TLMB8XFi { border-width: 0; border-radius: 0; }#xVkF74yhC1JxRVTesiaRcHJ5TLMB8XFi > .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; }#xVkF74yhC1JxRVTesiaRcHJ5TLMB8XFi > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#T1G37dFHQTUFEW3gdlNqOmKfEPfC5Zih { color:#000000;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:12rem;top:0.8125rem;left:0rem;display:none; }
#eeW7BLxkCxyfTL3NRXPh2GBxbgSUQhb4 { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:26.75rem;top:17.6875rem;left:0.125rem;display:none; }
#OPWRspRAueyfN11R9iJ1ZzoJT3ZsFvUi { position:relative;display:none; }#OPWRspRAueyfN11R9iJ1ZzoJT3ZsFvUi { border-width: 0; border-radius: 0; }#OPWRspRAueyfN11R9iJ1ZzoJT3ZsFvUi > .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; }#OPWRspRAueyfN11R9iJ1ZzoJT3ZsFvUi > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#dr5ckknITp2Lx3oliPlvz5HqJ4s7yFZa { color:#000000;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:39rem;top:29.9375rem;left:0.5625rem;display:none; }
#NtplGu4JEe9SWkG81UVrhKwf5eQ4f4GW { color:#000000;display:block;width:16.75rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:5.3125rem;left:2.75rem;display:none; }
#EmtsuUzNDnv8dxFH4MLvxMGEzNwpAV0b { 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:25rem;width:25rem;display:none; }
#dAbSxLqOyxRWCBnenabtGbTlHkMhqQrJ { color:#000000;display:block;width:16.75rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:0.3125rem;left:1.6875rem;display:none; }
#W06trNR4TaDRFBr2tOkGMw0OfCs6tRNM { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ISm56822U2s1Bcm0BJxsgqZsAcMORL3q { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:72.6875rem;left:0.625rem;display:none; }#ISm56822U2s1Bcm0BJxsgqZsAcMORL3q li:before{  }
#XpserboFeqdphK0pmSFDHQvbPa8kqrM3 { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:69.6875rem;left:0.5625rem;display:none; }
#t60guZCbKgvgWX1cRB3QRqMJMJkM01k5 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:117.5625rem;left:3.1875rem;display:none; }
#ZsrGLRsadzSTTy3qhf1H7bellOI73TUh { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:89.4375rem;left:0.6875rem;display:none; }#ZsrGLRsadzSTTy3qhf1H7bellOI73TUh li:before{  }
#FOyoDCg3fOwKTkpTibzk2vk6mPQNDlB8 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#k81DMDZTniq1c1MAeGFP5wQnbxVUU5KI { position:relative;display:none; }#k81DMDZTniq1c1MAeGFP5wQnbxVUU5KI { border-width: 0; border-radius: 0; }#k81DMDZTniq1c1MAeGFP5wQnbxVUU5KI > .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; }#k81DMDZTniq1c1MAeGFP5wQnbxVUU5KI > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TdsEiAClWLXDdy9BbyBUiR0XskeTe0Pk { color:#000000;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:13.5rem;top:26.6875rem;left:0.5625rem;display:none; }
#TNkdNqeuPdiDkFoCHGmvgiHAE2AcHfoy { color:#000000;display:block;width:16.75rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:5.3125rem;left:2.75rem;display:none; }
#rRPrPXumQdbIa0MLK74kAaQVs1x6Mlsf { 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:25rem;width:25rem;display:none; }
#h9eVMNUTdlLOTiDQG8gQE9QkiLhD5DwP { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#A8z0CfMTBeO75DPBSL3JQ7719EZDBmx0 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:72.6875rem;left:0.625rem;display:none; }#A8z0CfMTBeO75DPBSL3JQ7719EZDBmx0 li:before{  }
#UVRz3zBvIwJauvS69D2TtHPEOLWgE9pP { color:#000000;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.5rem;top:43.5rem;left:0.5625rem;display:none; }
#lN8pIUMtBA0ivwJOSUUbJFhOl83P4oNh { position:relative;display:block; }#lN8pIUMtBA0ivwJOSUUbJFhOl83P4oNh { background-color: transparent; background-image: none; }#lN8pIUMtBA0ivwJOSUUbJFhOl83P4oNh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lN8pIUMtBA0ivwJOSUUbJFhOl83P4oNh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lN8pIUMtBA0ivwJOSUUbJFhOl83P4oNh > .row .container > .video-iframe-container { display: none; }#lN8pIUMtBA0ivwJOSUUbJFhOl83P4oNh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lN8pIUMtBA0ivwJOSUUbJFhOl83P4oNh > .row > .video-iframe-container { display: none; }#lN8pIUMtBA0ivwJOSUUbJFhOl83P4oNh > .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); }#lN8pIUMtBA0ivwJOSUUbJFhOl83P4oNh { border-width: 0; border-radius: 0; }#lN8pIUMtBA0ivwJOSUUbJFhOl83P4oNh > .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; }#lN8pIUMtBA0ivwJOSUUbJFhOl83P4oNh > .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:62.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RyueZMF1f8NPZxqBIbEfhJT1gmZ97K00 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:34.5625rem;top:33.875rem;left:40.4375rem;overflow:hidden;display:block; }
#sQ8c36h477Aqh5bZQJKxVEREk1KVMKpe { color:#000000;display:block;width:70.4375rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.3125rem;left:1.65625rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PxV6irKIwEHA4uX9WsCgXkRbIZHaotKg { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:34.5625rem;top:11rem;left:40.4375rem;overflow:hidden;display:block; }
#TrgQIn8R1WWumefpKEalnAzoudbPgzPC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:35.5625rem;left:3.0625rem; }
#oILC3IttfPHu4uMfQOVeGS5rTMdIC2EP { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:28.1875rem;left:55rem;overflow:hidden;display:block; }
#nwftRh23lWzO2rm86ODa5pxLEfHshv0K { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:8.875rem;top:25.625rem;left:59.5625rem;overflow:hidden;display:block; }
#FW6O2e9l7mwAxSBmBgg85vTMc3lalWWM { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:4.3125rem;width:4.3125rem;top:28.3125rem;left:69.3125rem;overflow:hidden;display:block; }
#JTgN1yiQhvyoIKL8i3tlMiGOV3pR0RUm { color:#585a5f;display:block;width:12.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:29.25rem;left:41.875rem;height:2.3994125rem;font-style:normal;display:block; }
#PhdUwBTpdA59uBWQkv2F49qPkqkoZhWv { color:#000000;display:block;width:30.875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:35.875rem;left:6.6875rem;height:1.8rem;display:block; }
#kvMzvMbOconuxmG4AbvekMrwQ4yogckJ { color:#252525;display:block;width:34rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:11.58203125rem;left:3.0625rem;height:20.89354375rem;display:block; }
#ZJHIc708D4yPdlMWFXfTiygewgGXf8as { color:#000000;display:block;width:30.875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:41rem;left:6.6875rem;height:3.6rem;display:block; }
#MTfoogLpd78c9oKqT3bXMuCGvCTQtDmJ { color:#000000;display:block;width:30.875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:46.625rem;left:6.625rem;height:1.8rem;display:block; }
#pcVnIcp5Q3SQ0t8TkrbWSOelcNKnvLyT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:41rem;left:3.0625rem; }
#zhE6DPDbLSLE2mZlwRB3CCdUN41oVd0A { color:#252525;display:block;width:36.8125rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:46.625rem;left:3.0625rem;height:5.6982375rem;display:block; }
#U0dooxH7i7IIlpeEfsPvQiEhGpdNcqIR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:55.25rem;left:3.0625rem; }
#qqv0XHIXW17fDGI1l5gWU2T32MbTSZvb { color:#000000;display:block;width:30.875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:55.25rem;left:6.6875rem;height:3.6rem;display:block; }
#lIaMHMd5iOM4LZT7LaS2ukF5wdGatEKm { color:#000000;display:block;width:70.4375rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.3125rem;left:1.65625rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Rg95J9anJWsVTBFfLPDFN8WXWfKIz77X { color:#252525;display:block;width:34rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:11.58203125rem;left:3.0625rem;height:20.89354375rem;display:none; }
#CtLn31n2FxXtUGfm8Kd1yt4ffTahpOPF { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:1.375rem;top:105.125rem;left:2.25rem;display:none; }
#LBtwndCfotSPpIWEpJ8qdyvfTuJTXniT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:19.5rem;left:0rem;display:none; }
#FzWtLgzQXqcSX6tsovDNharfEU3Gzho7 { color:#000000;display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:20.8125rem;top:3.8125rem;left:2.75rem;display:none; }
#pBLyzQyGU3XtJdvewPBVrGEt2swsUBfl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:19.5rem;left:0rem;display:none; }
#vh4n4gsfAAlxkzAqo2KwWclR4y5AWQvc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:19.5rem;left:0rem;display:none; }
#V4ExNx7KUffQxughX8tRlMOaP62dgzi4 { 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:25rem;width:25rem;display:none; }
#nk5qCbNPPSmaQks49eBnXc6AwlF41pN8 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#MhT3a7MpETBURqZHuiP25kJDln331oG8 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#QZlrsHAhZCisBNIf4CvWxA4Gt3L80OBG { color:#5f5f5f;display:block;width:12.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:38.1640625rem;left:12.4375rem;height:2.3994125rem;font-style:normal;display:none; }
#amFGhSsN0cEQyIi4NitsviZZbGKaWFCe { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:40.5rem;left:3.9375rem;overflow:hidden;display:none; }
#glqkCBSgoxIBluShS8syb0i9S3R1ZRNz { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:8.875rem;top:38.6875rem;left:12.75rem;overflow:hidden;display:none; }
#NUPK1nd047zQDRfV4du8ovknTB8ACbJU { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:5.25rem;width:5.25rem;top:40.5625rem;left:25.1875rem;overflow:hidden;display:none; }
#qwkR3DGzOenJEPleWhlnlWGh2LnnGsQx { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:32.625rem;left:3.375rem;display:none; }
#S68V6MilBDknbV6CQirzFBZ5x4FrXkio { 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:32rem;width:32rem;display:none; }
#u1WbTFwMPEgkiOTAyotxghkaGu337SgL { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.375rem;top:137.625rem;left:1.3125rem;display:none; }
#m5AucVdm0I7M7JTSsFAltAK0RUraoAyX { 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:1.75rem;width:8.6875rem;display:none; }
#PiyqypN0VndRBfINvbmOld3bkMH4T1pD { 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:18.75rem;width:18.75rem;display:none; }
#QtH9MQRMc1kKIykB3KTCwRLOx4DsIVTW { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:3.3125rem;left:9.1875rem;display:none; }
#sttX1t7isisS3aRsMyW9FUqiLEOqJcqg { color:#000000;display:block;width:7.5625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:3.9375rem;left:7.5rem;display:none; }
#bQiIgV3n6EpRerirTsZ2B8loTMPaIeEE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:19.5rem;left:0rem;display:none; }
#u7T2cmFnCGVO7MGdHyiamLbz3FqpiQfp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:19.5rem;left:0rem;display:none; }
#pUNyHA7oWuEU0X6qET86xVGiIgRH7v0U { color:#000000;display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.0625rem;top:168.75rem;left:1.375rem;display:none; }
#kN3HOn8Sy1mNAAoDo4FPmmoTNKlZ4xTs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:19.5rem;left:0rem;display:none; }
#osnQXJC6MAeTU3ryXTTgkVtb7wTTcxQx { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:19.3125rem;top:7.125rem;left:2.875rem;display:none; }
#eadkDGZzRWmy4ygeecW1qaLhhGXBG4UD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:19.5rem;left:0rem;display:none; }
#F6l4QkrTWu3Bk5ZeAbeK4u1uM6DpIzp1 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#kgS6hD0AbA5Hm9ySXT6so0lO7TevB6oK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:19.5rem;left:0rem;display:none; }
#NKmUTBZ51sWHyEr6t0V0gvlIZzfTD8Id { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:19.5rem;left:0rem;display:none; }
#N0wTTo3xVheklVyFEMing34rtXfx1Sk7 { color:#000000;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.0625rem;top:156.625rem;left:2.5625rem;display:none; }
#wsiltzbnhSAMarXTJfeeXwyVaIyZTd5F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d7dcdd;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; }#wsiltzbnhSAMarXTJfeeXwyVaIyZTd5F > .row .container { background-color: transparent; background-image: none; }#wsiltzbnhSAMarXTJfeeXwyVaIyZTd5F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsiltzbnhSAMarXTJfeeXwyVaIyZTd5F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsiltzbnhSAMarXTJfeeXwyVaIyZTd5F > .row .container > .video-iframe-container { display: none; }#wsiltzbnhSAMarXTJfeeXwyVaIyZTd5F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsiltzbnhSAMarXTJfeeXwyVaIyZTd5F > .row > .video-iframe-container { display: none; }#wsiltzbnhSAMarXTJfeeXwyVaIyZTd5F > .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); }#wsiltzbnhSAMarXTJfeeXwyVaIyZTd5F > .row .container { border-width: 0; border-radius: 0; }#wsiltzbnhSAMarXTJfeeXwyVaIyZTd5F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wsiltzbnhSAMarXTJfeeXwyVaIyZTd5F > .row .container { font-size:0.875rem;font-family:arial;height:78.6875rem;width:75rem;position:relative;display:block; }#KI3D2g8XJUQEAk8FtpXqqgLpcJg8L95p { color:#000000;display:block;width:60.1875rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5625rem;left:7.40625rem;height:10.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LUa4zrz8KlxpXBm6UOt8U0GSqUmXaG05 { color:#4c3979;display:block;width:61.6875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:16.166015625rem;left:9.0625rem;height:1.54375rem;font-style:italic;display:block; }
#KIod9ktr8IX50U7XVDJuIxTH0cT2FopG { color:#000000;display:block;width:8.3125rem;position:absolute;font-family:oswald;font-size:1.5625rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:37.515625rem;left:14.375rem;height:4.0625rem;font-style:normal;display:block; }
#MHT1tfTkU4lTG5uxnKT01o9uTlsWtWRe { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20.5625rem;width:36.75rem;top:21rem;left:38.25rem;overflow:hidden;display:block; }
#H9plRONaMcCwQaxC7iva1MFfHRhev6Uk { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20.5625rem;width:37.0625rem;top:21rem;left:0rem;overflow:hidden;display:block; }
#STgZTNIPH4gzCroWO3stca6kXVHQaowc { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.5625rem;width:63.3125rem;top:15.15625rem;left:6.78125rem;display:block; }
#cEKUZtosEtweTDIC8fEAiSppHQkQvZ0b { position:absolute;display:block;z-index:15015;background-color:#fffbfb;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:2.5625rem;width:35rem;top:37.25rem;left:1.03125rem;display:block; }
#Hr8ixN19TPh06On8CelLqstx1RkTMWbK { color:#000000;display:block;width:9.8125rem;position:absolute;font-family:oswald;font-size:1.5625rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:37.515625rem;left:51.71875rem;height:4.0625rem;font-style:normal;display:block; }
#ZuegNo7cBBvnfwC1RPcOcKiuBkEw9Ks2 { color:#000000;display:block;width:60.1875rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:67.03125rem;left:9.8125rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pnDX9qd0sGohpxVBocICJgEnpZlitsIP { position:absolute;display:block;z-index:15016;background-color:#fffbfb;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:2.5625rem;width:35rem;top:37.25rem;left:39.125rem;display:block; }
#ODZ6JPuRQhwFNUTHyAozsg4DlSM9kqW6 { position:absolute;display:block;z-index:15019;background-color:#fffbfb;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:2.5625rem;width:35rem;top:59.375rem;left:1.0625rem;display:block; }
#cdWMf0zagT9mamaiVRSGOLA2ek7reFKf { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:oswald;font-size:1.5625rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:59.625rem;left:11.5rem;height:4.0625rem;font-style:normal;display:block; }
#x7WOvkBN6cTTTR9Z1ZetK51azrFiEg9Z { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20.5625rem;width:37rem;top:43.125rem;left:0rem;overflow:hidden;display:block; }
#W3vqL2Hx3do4Ny4KvZMOpgfyho6sNzBZ { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.5625rem;width:63.3125rem;top:15.15625rem;left:6.78125rem;display:none; }
#PoEnBLzcLKI671G7rBuLyHsA3PA1uZ0p { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.5625rem;width:63.3125rem;top:15.15625rem;left:6.78125rem;display:none; }
#qukJXFipCqqvJ1dRZ463V9STaXmsG3oB { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20.625rem;width:36.75rem;top:43.09375rem;left:38.25rem;overflow:hidden;display:block; }
#Pqo70DhSc3A1On1uMeerFU0aIWOSF6Rr { position:absolute;display:block;z-index:15020;background-color:#fffbfb;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:2.5625rem;width:35rem;top:59.375rem;left:39.125rem;display:block; }
#vOVxv6gtRGez8HoWPd2Iul4WZ4KB5HgP { color:#000000;display:block;width:10.375rem;position:absolute;font-family:oswald;font-size:1.5625rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:59.640625rem;left:51.4375rem;height:4.0625rem;font-style:normal;display:block; }
#vN4zgSWuOWksNJ9KNUkc4cD2t3kUQ8wS { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.5625rem;width:63.3125rem;top:15.15625rem;left:6.78125rem;display:none; }
#D1atsJH5yp9VmslUyuTVo7JptfBP66Pk { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:11.8125rem;top:2.3125rem;left:0.625rem;display:none; }
#cAsxVwArLdbunZfMtXkdQoTBxD6ymu1d { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#uDlQlOc1qsQIAcIayB3CS2ybgdySIB7k { color:#000000;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:10.5rem;top:114.3125rem;left:2.5625rem;display:none; }
#lvuWATlkXtMionzgISf1N1g8XNTdJFz2 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ypXJXm02s0GsHpbxbn0NaaDE2FDm0FlD { 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:103.1875rem;width:75rem;display:none; }
#Bkw9yivu9qKcImAGz9PtrQhfQFelz32f { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.8125rem;top:130rem;left:1rem;display:none; }
#b4aAEqPQyKSpWf1AJ6T2KpI70osndVTn { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:129.25rem;left:3.625rem;display:none; }
#ZGrlsM5u5xz32UKkWAfT5hia2ZCdqylL { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#TUfnt6A2QFRirmFGP9SV0rJ9EiTcXtgc { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:61.6875rem;left:3.75rem;display:none; }
#PDHieLWaKsb116xft6wNdvwJWf3H5XUo { color:#000000;display:block;width:14.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:61.0625rem;left:4.0625rem;display:none; }
#f17U6S4rtJxQ0e4N9mlUZ2hRlTfJ0Fy1 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:45.625rem;left:1.5625rem;display:none; }
#btzOOQHXt8M2DdnVlH78VNLuaxntGkQx { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:48.5625rem;left:1.5625rem;display:none; }
#tTTT9L1uyu41nOVtVPR6tRq6QcH4ldFn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#zxt1TLPI5H9CNLPx0xx6DlOdCoUTwMbw { color:#000000;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:49.875rem;left:4.9375rem;display:none; }
#J2vTMCcLhtzBdpSNSrlthcDRB4lVScPR { 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:32rem;width:32rem;display:none; }
#rxgGBWq7u2B1kdQm7xZ0PfXLM3KPBpxd { 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:32rem;width:32rem;display:none; }
#mEVqqqFhyNGtUTkpNvM1Fpa0JLrba3oh { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.5625rem;top:67rem;left:2.5rem;display:none; }
#CA9pgQuz0LC9md1KTUvGoMXLtIe7kCN5 { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:69.3125rem;left:4.1875rem;display:none; }
#XEVRbCmzcanFOtrt88tEKeUhHZHQJMFt { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:73.125rem;left:4.1875rem;display:none; }
#ngZoV0MEXGTiPH7iLKS3nK8ARM4mwdVW { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.4375rem;top:81.25rem;left:4.0625rem;display:none; }
#dZCgD6LvvGvgB68ZH7T542VVUkIRBawv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#VRTLbJJTF6ZyIUzTI3g1PTq9IaZ6Xf3x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#aCPXry4S7tMsSThrC7yIbBIRn0TPNXGB { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Jc2zP58BdGu5VafJGsqmQldR4HU71TOc { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:8.375rem;top:182rem;left:1.3125rem;display:none; }
#dI0CDo3mN4lKW7GGAqZwuf4bpuQWamQF { 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:15.0625rem;width:7.3125rem;display:none; }
#NqfJRJoanXrUoRT05hwpieTDswH5IUWb { 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:32rem;width:32rem;display:none; }
#ZLLqOMAOpyZdTI4KHxkcFCQvgJ721e4J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#WmeTnwzhcxRnhntwn1mqqH1bLA76hA2I { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#DRUvSTd54lBTnS4wOG2FmtWgKXbeE0eZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Q9zsDToa46idTD0fMOUQfNsewusGGrcm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b0b4cbec-4793-4316-aa3c-994c41e17631/bc3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q9zsDToa46idTD0fMOUQfNsewusGGrcm.adaptive-delivery-prevent-bg, #Q9zsDToa46idTD0fMOUQfNsewusGGrcm.lazyload, #Q9zsDToa46idTD0fMOUQfNsewusGGrcm.lazyloading { background-image: none; }#Q9zsDToa46idTD0fMOUQfNsewusGGrcm > .row .container { background-color: transparent; background-image: none; }#Q9zsDToa46idTD0fMOUQfNsewusGGrcm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(37,36,36,0.69); }#Q9zsDToa46idTD0fMOUQfNsewusGGrcm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9zsDToa46idTD0fMOUQfNsewusGGrcm > .row .container > .video-iframe-container { display: none; }#Q9zsDToa46idTD0fMOUQfNsewusGGrcm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(37,36,36,0.69); }#Q9zsDToa46idTD0fMOUQfNsewusGGrcm > .row > .video-iframe-container { display: none; }#Q9zsDToa46idTD0fMOUQfNsewusGGrcm > .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); }#Q9zsDToa46idTD0fMOUQfNsewusGGrcm > .row .container { border-width: 0; border-radius: 0; }#Q9zsDToa46idTD0fMOUQfNsewusGGrcm::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q9zsDToa46idTD0fMOUQfNsewusGGrcm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q9zsDToa46idTD0fMOUQfNsewusGGrcm > .row .container { font-size:0.875rem;font-family:arial;height:45.1875rem;width:75rem;position:relative;display:block; }#Dt1qsxbPm7NMPbS1X1ggzTPvR54hvLa3 { color:#000000;display:block;width:16.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:23.1875rem;left:7.875rem;height:1.4625rem;font-style:normal;display:block; }
#ZKhZMai7Tbsrc4ZGQt8Tfzc46dhdJTr1 { color:#979597;display:block;width:13.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:25.25rem;left:8.59375rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dwIQGxhxhPrXJtOQzZr4OozIRDQGywbx { color:#000000;display:block;width:12.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:35.8125rem;left:8.875rem;height:1.4625rem;font-style:normal;display:block; }
#TiBQKMAMCxBNusISUGwqsK5Imp8yQHAs { color:#979597;display:block;width:14.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:37.75rem;left:8rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MM132PSRmfe8HwHc3Fokrf1bovrkLANT { color:#979597;display:block;width:14.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:37.75rem;left:52.28125rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iflAucJyzk3MOqVe4Q2pw1p0i6MCR4sK { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:35.8125rem;left:53.0625rem;height:1.4625rem;font-style:normal;display:block; }
#k5rLgbLVksTMvIHXnHdyfnCn3f1GaXBG { color:#979597;display:block;width:12.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:25.25rem;left:53.46875rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HqiO9wIbHpCUh1QI6NqTyRgxs3zTzwg3 { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:23.1875rem;left:55.4375rem;height:1.4625rem;font-style:normal;display:block; }
#QQZqZfwDiDapyslsTSOClaa0P1FL6QWD { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:32.625rem;left:14rem; }
#M1M20Fm0Qq3V115bwB7tm8wEf8oy7Mku { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:19.9375rem;left:58.3125rem; }
#DPoZTvVtNO7u0e1zB2HLaUJ6IFJZ0eqO { color:#ffffff;display:block;width:33.375rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.4375rem;left:24.3125rem;height:3.9rem;font-style:normal;display:block; }
#dTiOiJcfSuadoIWLHof7Tk41rLgJVzmv { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.1875rem;width:21.9375rem;top:18.6875rem;left:4.375rem;display:block; }
#v6UiLrTOOhUUy8EsSJiohIgFUuziNRTh { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.1875rem;width:21.9375rem;top:31.4375rem;left:4.375rem;display:block; }
#X0RyfsA9sU0z9vRT9HgFensqWqgEGG7O { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.1875rem;width:21.9375rem;top:18.8125rem;left:48.6875rem;display:block; }
#adWH15NoNvuUt4V2EDKFvILnRazvK1FS { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.1875rem;width:21.9375rem;top:31.4375rem;left:48.6875rem;display:block; }
#eoUBSBVVMuXq5CkcDBPS0UsdhuUPZwgC { color:#ffffff;display:block;width:59.8125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:7.8125rem;left:8.875rem;height:3.5625rem;text-align:center;text-align-last:center;display:block; }
#DxCNUk4igmGulftkUT7h0J37SMLaHGG1 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:25.75rem;top:13.375rem;left:24.625rem;overflow:hidden;display:block; }
#MpiDSB5y5FM1z6iQXC4Om44VJTGyx3O6 { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:19.75rem;left:13.875rem; }
#dah8CIzkVTq3OJp2Q8Z3FOnfcBeMSZQk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:32.4375rem;left:58.125rem; }
#CcadlN4c9WCVlDpLS7g1epWKBuOovypK { 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; }#CcadlN4c9WCVlDpLS7g1epWKBuOovypK > .row .container { background-color: transparent; background-image: none; }#CcadlN4c9WCVlDpLS7g1epWKBuOovypK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcadlN4c9WCVlDpLS7g1epWKBuOovypK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcadlN4c9WCVlDpLS7g1epWKBuOovypK > .row .container > .video-iframe-container { display: none; }#CcadlN4c9WCVlDpLS7g1epWKBuOovypK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcadlN4c9WCVlDpLS7g1epWKBuOovypK > .row > .video-iframe-container { display: none; }#CcadlN4c9WCVlDpLS7g1epWKBuOovypK > .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); }#CcadlN4c9WCVlDpLS7g1epWKBuOovypK > .row .container { border-width: 0; border-radius: 0; }#CcadlN4c9WCVlDpLS7g1epWKBuOovypK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CcadlN4c9WCVlDpLS7g1epWKBuOovypK > .row .container { font-size:0.875rem;font-family:arial;height:73.3125rem;width:75rem;position:relative;display:block; }#rU70LdQTqFNidR56Thc1isTI5Xb2OAcq { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:10.875rem;width:59.5rem;top:11.75rem;left:12.75rem;display:block; }
#RM2OauJshx6ADDTkDsn4VvzJABp649uy { position:absolute;display:block;z-index:14998;background-color:#f3f4f6;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.1875rem rgba(0,0,0,0.5) ;height:8.3125rem;width:10.4375rem;top:11.75rem;left:2.4375rem;display:block; }
#WcusgWBTOPZiThWtBXCr89MlwzSfsRFv { color:#cc8400;display:block;width:43.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.5625rem;left:13.8125rem;height:1.7875rem;font-style:normal;display:block; }
#DRnO693fCUhTk4gM4WcFEWUEOxgpDXhb { color:#000000;display:block;width:51.375rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.66796875rem;left:11.8125rem;height:7.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CXU9a3NW2wit5q4s3kcg0Hr2HpQZ3UD1 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:12rem;top:1rem;left:60.25rem;overflow:hidden;display:block; }
#OpKWur5OliizvMdN6C3E1XqBypeE9AhK { 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;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: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:11.75rem;width:59.5rem;top:26.25rem;left:12.75rem;display:block; }
#s1OLWS9fK43fwxdGvEJlJTFNite4IhsZ { color:#cc8400;display:block;width:43.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:27.6875rem;left:14.0625rem;height:1.7875rem;font-style:normal;display:block; }
#BWdLXEiNIvzIf1iutebvpFl34cyMukkD { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:11.75rem;width:59.5rem;top:41rem;left:12.8125rem;display:block; }
#dqGLwTsOROnhFTCLMzvyslrmFbTUC2um { color:#000000;display:block;width:56.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:45rem;left:14.125rem;height:5.4rem;font-style:normal;display:block; }
#UygEd2WBUtZNQepRM90xIuDAzIwbnFZE { color:#cc8400;display:block;width:43.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:42.0625rem;left:14.125rem;height:1.7875rem;font-style:normal;display:block; }
#R0fU3wmW5Uyg3DZzFUOrfmm1ybszf8nL { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:11.75rem;width:59.5rem;top:55.4375rem;left:12.75rem;display:block; }
#mT8fEd495EeyprMQVzxaoL6AOvDoWp9F { color:#000000;display:block;width:56.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:59.625rem;left:14.0625rem;height:6.75rem;font-style:normal;display:block; }
#ogmZNf4tcz6tElwHJmflikDwe5avBlBg { color:#cc8400;display:block;width:43.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:56.4375rem;left:14.0625rem;height:1.7875rem;font-style:normal;display:block; }
#gHUZBM4d67RTEL0HDVbCTBVHakbSFExc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.8125rem;width:6.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:55.4375rem;left:3.46875rem;display:none; }
#HS3h4eeSruk3Id51rDWlfAhIXZMw9JX8 { 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:6.8125rem;width:6.8125rem;top:27rem;left:4.25rem;overflow:hidden;display:block; }
#HGH4MbuTaV38ScqwsiS7L5qVMGsiE4zW { 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:5.9375rem;width:5.9375rem;top:12.9375rem;left:4.6875rem;overflow:hidden;display:block; }
#HTndd7DXHZ62ddBs6TgFQdXIyGVgppOf { position:absolute;display:block;z-index:14999;background-color:#f3f4f6;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: none;height:8.3125rem;width:10.4375rem;top:26.25rem;left:2.375rem;display:block; }
#unISpuqxo3pmE4Bhif4qCooarE5yEhF1 { position:absolute;display:block;z-index:15000;background-color:#f3f4f6;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: none;height:8.3125rem;width:10.4375rem;top:41rem;left:2.375rem;display:block; }
#LE04pvLdFqdINGagh2FKmt67NOOzFrEP { 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:7.3125rem;width:7.3125rem;top:55.9375rem;left:4rem;overflow:hidden;display:block; }
#Zcowmtact0CNheZ6KWyl9uWmrKTDxEsO { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.6875rem;top:41.8125rem;left:4.3125rem;overflow:hidden;display:block; }
#J1G5e4x0ucTFKUyGMsRGHeE1WPKpiTLJ { color:#000000;display:block;width:57.5rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:15.037109375rem;left:13.75rem;height:5.34375rem;font-style:normal;display:block; }
#VaDniyQQ2dNRD9ALkbswLzUTorFJ3NUC { position:absolute;display:block;z-index:15001;background-color:#f3f4f6;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: none;height:8.3125rem;width:10.4375rem;top:55.4375rem;left:2.375rem;display:block; }
#ZvRv8Pq9nyBPUZBdifDAz3p9EFlLoDMc { color:#000000;display:block;width:57rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:30.65234375rem;left:14rem;height:5.69824375rem;font-style:normal;display:block; }
#HXmrRA4bzixlWI6HOsXVAANAgwtHn9qV { 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:32rem;width:32rem;display:none; }
#fbvTubcxr7ftotymV2kEKTfETHiTpPUH { background-color:#dbe0e1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#fbvTubcxr7ftotymV2kEKTfETHiTpPUH > .row .container { background-color: transparent; background-image: none; }#fbvTubcxr7ftotymV2kEKTfETHiTpPUH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbvTubcxr7ftotymV2kEKTfETHiTpPUH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbvTubcxr7ftotymV2kEKTfETHiTpPUH > .row .container > .video-iframe-container { display: none; }#fbvTubcxr7ftotymV2kEKTfETHiTpPUH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbvTubcxr7ftotymV2kEKTfETHiTpPUH > .row > .video-iframe-container { display: none; }#fbvTubcxr7ftotymV2kEKTfETHiTpPUH > .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); }#fbvTubcxr7ftotymV2kEKTfETHiTpPUH > .row .container { border-width: 0; border-radius: 0; }#fbvTubcxr7ftotymV2kEKTfETHiTpPUH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#fbvTubcxr7ftotymV2kEKTfETHiTpPUH > .row .container { width:75rem;height:11.1875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#tlzZVl4vD9x6PrKpuHUa7uVgOHlUoGV2 { color:#000000;display:block;width:40.0625rem;position:absolute;font-family:"open sans";font-size:3.5625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.625rem;left:19.375rem;height:4.63125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZBng6C34aswuTD2FTz46MpXTAWLi1eC2 { color:#000000;display:block;width:31.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:6.875rem;left:23.84375rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c6lo4OOZz3eLmKD7c0yh9mIeLzTOqqcv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#646464;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; }#c6lo4OOZz3eLmKD7c0yh9mIeLzTOqqcv > .row .container { background-color: transparent; background-image: none; }#c6lo4OOZz3eLmKD7c0yh9mIeLzTOqqcv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6lo4OOZz3eLmKD7c0yh9mIeLzTOqqcv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6lo4OOZz3eLmKD7c0yh9mIeLzTOqqcv > .row .container > .video-iframe-container { display: none; }#c6lo4OOZz3eLmKD7c0yh9mIeLzTOqqcv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6lo4OOZz3eLmKD7c0yh9mIeLzTOqqcv > .row > .video-iframe-container { display: none; }#c6lo4OOZz3eLmKD7c0yh9mIeLzTOqqcv > .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); }#c6lo4OOZz3eLmKD7c0yh9mIeLzTOqqcv > .row .container { border-width: 0; border-radius: 0; }#c6lo4OOZz3eLmKD7c0yh9mIeLzTOqqcv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c6lo4OOZz3eLmKD7c0yh9mIeLzTOqqcv > .row .container { font-size:0.875rem;font-family:arial;height:39.3125rem;width:75rem;position:relative;display:block; }#lfzATdOAHBdkABzKhuapGGg5ETMxVOyG { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:21.5625rem;top:20.875rem;left:0rem;display:block; }
#HuzTNkTpaHCXwJEhOGpegHrRAvvMTI8d { color:#1e1e27;display:block;width:16.625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:22.375rem;left:2.46875rem;height:1.625rem;font-style:normal;display:block; }
#HJ0xXR2rdHq1NCiKA2gBcz1nJzS6ATRG { color:#6f31ff;display:block;width:16.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:24.5625rem;left:2.375rem;height:1.4619125rem;font-style:normal;display:block; }
#d1OVX1F6piMvI1VdKuGzB8WZMOr1tT01 { position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:21.625rem;top:27.4375rem;left:0rem;display:block; }
#aqJFcpXXw3Amd2KxbTCs4pAuZv4hiLaQ { color:#45454d;display:block;width:14.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.8;letter-spacing:0;top:28.34375rem;left:5rem;height:0;font-style:normal;display:none; }
#X2BM1CtEnVrU4S72CVWX6O9TLaLgiCTe { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:28.5rem;left:2.5rem;overflow:hidden;display:none; }
#VLUVXEl9TFTLQcRy9z84sqP0JlwgKnFP { color:#45454d;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15044;line-height:1.8;letter-spacing:0;top:31.0625rem;left:5rem;height:0;font-style:normal;display:none; }
#SbwhJQSFKuudLanTTDbiWsQIGfrfkTX3 { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:1.375rem;top:31.53125rem;left:2.5rem;overflow:hidden;display:none; }
#lEbVT0qqTQSLuM45FkpQAORi3ZgvqV9n { position:absolute;display:block;z-index:15046;background-color:#2a2a2a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34rem;width:53.5rem;top:0rem;left:21.5625rem;display:block; }
#dUU0WlwtPqQ119KvO3BgCBJ3VdNIuBL7 { color:#ffffff;display:block;width:48.8125rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:15047;line-height:1.1;letter-spacing:0;top:2.5rem;left:23.90625rem;height:5.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nQBVThy0KRqh63TRo9cdnfWMGWURp1iD { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.8;letter-spacing:0;top:6.375rem;left:32.59375rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy .widget-form-header { font-size:0.875rem; }
#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:26.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy .widget-input-text {padding-top: 0; padding-bottom: 0;}#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy .widget-input-select {padding-top: 0; padding-bottom: 0;}#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#5d92ff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:26.875rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:25.6875rem;overflow:hidden;font-style:normal;float:none; }
#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy .widget-container:first-of-type{padding-top:0;}#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy .widget-container:last-of-type{padding-bottom:0;}#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15049;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;position:absolute;top:10.34375rem;left:33.625rem;font-size:0.875rem; }
#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.875rem;display:block;vertical-align:top; }
#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy {display:block;}#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15049;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;position:absolute;top:10.34375rem;left:33.625rem;font-size:0.875rem; }
#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy #aKLW4sWZkuPkAy8to9pHeaCgmR3F80MD { position:relative; }
#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy #Ip9izF8HpNGSltyTIAJT3a7MioSr7Pg7 { position:relative;display:block; }
#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy #nsnkn2f0oHhCeJhIucDosQ40LVK1vDA0 { position:relative; }
#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy #z7bHc15er6JLO9QGwG9w0pIE6hUpbXQR { position:relative; }
#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy #MGAAfs2zwqKn2CdACe0EruDU95eJvXys { position:relative;display:block; }
#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy #H2THrHMoQkqZ7fTZG0Hktm1qxrLBzTkG { position:relative; }
#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy #NrkS8t8LuIKENFZk1MC6I3wKS508KEb5 { position:relative; }
#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy #eO9ruh2FZPu7fXiDFsNTGnKTCznCdqnb { position:relative;display:block; }
#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy #ixH5enPA9EqKM4GM0L8nrfQK11oRc9ZC { position:relative; }
#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy #hdAJvWFa9sDPEuTMr9hXVHT8f3fi1mop { position:relative; }
#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy #XNfuMJHurpSN0EORrfSsXKP9geXXZICf { position:relative; }
#DkXJebGl5XeipJt043FRB2UyLVIIgARC { position:absolute;display:block;z-index:15050;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:2.125rem;left:1.40625rem;overflow:hidden;display:block; }
#AGAoecIDZU5OwuPDA6UH51B9OvbCiU7g { z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#Ol1rZFOFWT71iVRQVTD48CNTvsnh3hVF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mZfrcWSHxMT2JMCVW2Mn5KB69cVtHqqk { color:#ffffff;display:block;width:48.8125rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:15047;line-height:1.1;letter-spacing:0;top:2.5rem;left:23.90625rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#wRqI3pP0lVG8Rc55RCKK7TXapCH8pwHB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a5a4a4;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; }#wRqI3pP0lVG8Rc55RCKK7TXapCH8pwHB > .row .container { background-color: transparent; background-image: none; }#wRqI3pP0lVG8Rc55RCKK7TXapCH8pwHB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRqI3pP0lVG8Rc55RCKK7TXapCH8pwHB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRqI3pP0lVG8Rc55RCKK7TXapCH8pwHB > .row .container > .video-iframe-container { display: none; }#wRqI3pP0lVG8Rc55RCKK7TXapCH8pwHB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRqI3pP0lVG8Rc55RCKK7TXapCH8pwHB > .row > .video-iframe-container { display: none; }#wRqI3pP0lVG8Rc55RCKK7TXapCH8pwHB > .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); }#wRqI3pP0lVG8Rc55RCKK7TXapCH8pwHB > .row .container { border-width: 0; border-radius: 0; }#wRqI3pP0lVG8Rc55RCKK7TXapCH8pwHB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wRqI3pP0lVG8Rc55RCKK7TXapCH8pwHB > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#qoPdQq5z7vXcFAZOLg5gvEPh83MwqnTD { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.08203125rem;left:56.5rem;height:0;text-align:right;text-align-last:right;display:none; }
#hc7DbVsJqEuSzTM3JqPdVI6Slxy9kTi0 { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.513671875rem;left:0.9375rem;height:3.41015625rem;text-align:left;text-align-last:left;display:block; }
#s2LTv8ryNt9ZGs330sT0uRDi5IM0Tf2s { position:relative;display:none; }#s2LTv8ryNt9ZGs330sT0uRDi5IM0Tf2s { border-width: 0; border-radius: 0; }#s2LTv8ryNt9ZGs330sT0uRDi5IM0Tf2s > .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; }#s2LTv8ryNt9ZGs330sT0uRDi5IM0Tf2s > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#nvDewTPRJFUlzzTGatHoX9DlSiFLDDMI { z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.1875rem 0.3125rem 1.25rem rgba(144,144,144,0.6) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#wZfIDpENDH84tASkGWmQAdOXB0UZpow3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ThoxAaEyLTMDpoPfziC4T1mGTmTZ8mbI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#aKw4615FZqEsK6JFnlKiUZOCqPBE1zrd { color:#000000;display:block;width:11.9375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:1.125rem;left:3.75rem;display:none; }
#dOFoPfuGugdE8WTCub7h4gK6XiOZ2gl8 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#FkCKeeWy0CIDxosxccb0phf7G736OWsz { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.75rem;width:18.75rem;display:none; }
#Bqn1nNzk0ESBTiVpymScBJ3UFShGiMDI { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:8.5625rem;left:1.875rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ao9DUgVCGTX2VtHEeP3IEI88GIOA6WUb { display:none; }#Ao9DUgVCGTX2VtHEeP3IEI88GIOA6WUb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BIG0ue6bCGS8FWtTIsS1ivtyTVdswvbQ { width:44.125rem;height:52.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ruGNeTzDiruH9aCGF0C0ooUUB4kHVABo { width:12.5rem;height:3.125rem;top:1.625rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mrxsEzQF2mvosuIheQnSvbkC3qmJDnAm { width:47.75rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tWLTX0yTPg7zn1gHf0SGiAJlTzXT1Eaz { width:12.5rem;height:1.25rem;top:6.4375rem;left:2.40625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ctk6OBCkuQzNcJinkn4ehpfUTpQFZBiA { display:none; }#Ctk6OBCkuQzNcJinkn4ehpfUTpQFZBiA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ULX8RXpVgs4vRJC74rUWgS59gTJqdDQf { width:19.3125rem;height:9.8125rem;top:16.125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EzyyA3TtBZU550rFTHLWOrVBm5bbhbd2 { width:16.6875rem;height:2.0625rem;top:13.9375rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #i2WKHN9vPAyTBMoZ0OKJcVKJ0r0NVnDJ { width:18.8125rem;height:3.0625rem;top:10.5rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e { width:13.5rem;height:5.0625rem;display:flex;z-index:1;display:none; }
 }@media only screen and (max-width: 763px) { #D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e #AnXP6Tb62TEqTmoZTq3KzqfBuLCJqHoJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e #P9rhfwasQCtyPoKyGG6f0sbsfgb0JE1k {  }
 }@media only screen and (max-width: 763px) { #D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e #sqGUPk2n0Wh06JkTETO9U3aqbzaHkImx {  }
 }@media only screen and (max-width: 763px) { #D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e #Tbh87mR1bJGy9UBCNpVckqR5FpFfUefT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e #Xf6y2if93StSW9FTTJmn99f6ufRFCxV1 {  }
 }@media only screen and (max-width: 763px) { #D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e #qGdla7ZorGhUklTzkxD9zt2R7ZTzMfvh {  }
 }@media only screen and (max-width: 763px) { #D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e #s0Mt9Epu9dAqWKZ0TQkNlTvCO4sWGEec { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e #zaAWCpEl1sZc7ZtJlVENFf4TzTQDhyGL {  }
 }@media only screen and (max-width: 763px) { #D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e #SIDGlBwpZxoPzzgDV3FBHhTJtICOgTk9 {  }
 }@media only screen and (max-width: 763px) { #D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e #DPBT3O1PRwDmquh6UTQinhRs6tfhwMSa { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e #JraRfXqQAWrXd0TO8aEDCdUHVPTveFbt {  }
 }@media only screen and (max-width: 763px) { #D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e #XRpEQGw1OEwlNazILWFVpG2MSqN53Ts7 {  }
 }@media only screen and (max-width: 763px) { #vC32Fx1Lr0nw9mMoT76DzFpJadbySAFO { width:32rem;height:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #y7PsA79HfMT8W3wXZFGCxDLgTD9pf725 { width:16.6875rem;height:0.8125rem;top:0.6875rem;left:0rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lo2ebxaiE6OIsc4lx5H8q8lvzrJHF5dg { width:14.9375rem;height:1.25rem;top:0.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UiGc9SmFto4AyIoPQKFDizvQqxuPeF3L { width:20rem;height:1.25rem;top:3.4375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSIxLVPaTqAm8HOrKlpF6MJmSDVwUy9E { top:8.75rem;left:0rem;width:43.125rem;height:7.125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6d8SUwRMcMx2SlVCuwEFkJD74yJokuu { top:19.1875rem;left:0rem;width:30.875rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1RQgLshSCVCTgUskRQpFP3QhvhCZRGA { width:2.25rem;height:2.25rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN6dg4aV1BkzkSlgs9lxblTOANt5i9Wx { top:24.3125rem;left:0rem;width:25.6875rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2AFRyhvgbHcSM7hWoAH8LFlzvSA2M1b { top:30.0625rem;left:0rem;width:29.125rem;height:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpWy2QVQT4P5XJncNG8T54lrGbKJdNC2 { width:2.25rem;height:2.25rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP2eTt37dmUV1I2QxC6Xx6dsZZKk9vkC { width:2.25rem;height:2.25rem;top:30.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmsqyzgNF6g7Tvu4M9AbkFxs13HbUPE7 { width:5.3125rem;height:5.3125rem;top:40.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhRLh79ITvrKzkosdMVaSKG6pW01uMsO { width:8.875rem;height:8.875rem;top:38.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLti0kTmdL6NKEA6TiCipFbbgEcJ0hFK { top:38.125rem;left:0rem;width:12.125rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7GnvXdHfGV6yKS8bp6QophOzQqGtHQl { width:5.25rem;height:5.25rem;top:40.5625rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKBa6qriWEOKcv6XpZ14aFQXrQf9eNax { width:7.1875rem;height:2.8125rem;top:1.5625rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTtQXCwgy2DMdhAhRFED8RKC08gs7ctO { display:block; }
 }@media only screen and (max-width: 763px) { #EJ3am39CSCzPWbr3b0axFy0mu3hz5gtB { width:8.875rem;height:2.625rem;top:1.6875rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbv6QAaQSid06QHzCReKV5OF07XDXMcA { display:block; }
 }@media only screen and (max-width: 763px) { #OsiHm4Ekg1ZJPaqsHEP8dcCdMmXJPlmT { width:10.5625rem;height:2.75rem;top:1.625rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khGPGqBByL2B6ikuZnVUtt6WxhXgRbUs { display:block; }
 }@media only screen and (max-width: 763px) { #qG4SrLrd4TiDkvzkGVguyFRoLJLA7iw8 { width:7.375rem;height:2.625rem;top:1.6875rem;left:40.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqdTfBCkba6gZ7qNlQxmtOCF1c8bDlLp { display:block; }
 }@media only screen and (max-width: 763px) { #yXXqmKX6drB7vHRZbUvKktT6nKLHn6LX { width:15.625rem;height:3.3125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6FA3hfNbCd6SWSDNrPhMAee9UAJVS4n { top:57.625rem;left:0rem;width:15.0625rem;height:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IHihbgAKXCKiUyXTf5MqSbgea5V0Kaoi { top:61.25rem;left:0rem;width:14.6875rem;height:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HWyQXgLWWDqIlhGBnMUD75Vug7BZOC9p { top:65.6875rem;left:0rem;width:16.0625rem;height:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qCN61wrrWnLN0oI0pTstKtswOU4NvJvQ { top:0.5rem;left:0rem;width:20rem;height:10rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTuoWTWLTA3BXmNPKNfXrMaywiNTcsVQ { width:38.75rem;height:21.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lphQg1fuUms3XARKCKgKmN8MdDmmG67n { top:50.125rem;left:0rem;width:20rem;height:6rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OhBno2uHaNGhDyr3VUidKVahdFEKU3cK { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oLWKGwTBtrceKIlkq1DuvUhzcaF235mm { width:16.0625rem;height:5.1875rem;top:81.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AZg7waae91oVb8a3hfsAqNuOut8sQyfO { width:6.5625rem;height:1.6875rem;top:54.125rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EO15tOpNKPaPCcD5yb3BSu7TkQCBwTMr { width:2.25rem;height:2.25rem;top:30.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xwT3TxVkJm6k8iqkHshZmlahpry3WRXV { top:64.6875rem;left:0rem;width:14.6875rem;height:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ASrg8uw3cw2plFqs1JGQOe05aI0GpQfl { width:12.5rem;height:2.5625rem;top:62.4375rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nixouA6tlavrB9iCNTnFVhzIM77LaJzr { width:2.25rem;height:2.25rem;top:30.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7BF1KmoQeJrQNtE1zG2olKWBpsTMUyU { width:2.25rem;height:2.25rem;top:30.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #A2WKvHtTMy4FryDK7bU1y2AUbzFNtBkh { width:15.75rem;height:2.4375rem;top:89.125rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #omqpE1Clq1mXCgllpiDwZluVIyFOiqth { top:91.75rem;left:0rem;width:16.0625rem;height:1.6875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e9cx1xhZiDeGliq2F76AAypcnqvpFOZ9 { top:94.75rem;left:0rem;width:16.0625rem;height:1.6875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WQqdt80EAhF6obBp8MENn6C0NsFHslT2 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #APUw4Hh69LMXok6m4Zeg7r4TkAQ06eIH { top:98.875rem;left:0rem;width:16.0625rem;height:1.6875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AhyPWBsJ3e2gMa8WDfu2CIMkkaiAusT3 { top:102.125rem;left:0rem;width:16.0625rem;height:1.6875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #S3MZaTCNxmRxPrsSMpQZaKJ18EsbtncA { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #orRGHqV1BxQ3n2s0ErLEmh0sStRyqamp { width:16.9375rem;height:6.5625rem;top:124.5rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AxsclVGf3aTB58dLEvkFML2FpzMbH0wf { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pUv32smypxRGCeM2VFrGcTsfcQ1E9g1k { top:118.6875rem;left:0rem;width:14.1875rem;height:3.375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JZC6gnKQNvdAnLh5pgymNd5cd8HlSAUG { width:18.75rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ne9V5ONC3Kp731IvOrS6Mpg9nxIZRXnH { width:8.6875rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OVGTB0O4PtuXuN0wrEpxNN2R9emKeQmd { width:7.5625rem;height:2.0625rem;top:3.9375rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ft5qhHGoRNT2kTUgPi9r30tmDWuxHAgi { width:12.5rem;height:1.25rem;top:3.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ItpXWmwtwnbWb5t6p1n8d45c6RmK3Xt3 { width:18.1875rem;height:0.9375rem;top:1.1875rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cy4vx3sQnateBrxCHRIVCOeMXXaxCcwx { width:40rem;height:30rem;display:none; }
 }@media only screen and (max-width: 763px) { #aJQvriShnW5T5EN6I2KCuNSd5nbPpDH7 { top:111.4375rem;left:0rem;width:14.1875rem;height:4.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #z0EeqOrLNvXem7UsUNJqLAFrpi8FfdMD { display:none; }#z0EeqOrLNvXem7UsUNJqLAFrpi8FfdMD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DXXgo3mBB9TLgtczWzMsCnahxmVzmdKx { width:12.5rem;height:1.25rem;top:5.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #A9RDzfhFvMcWzEauBSnQuQh6MULTX8DE { width:20rem;height:25.5625rem;top:10.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OEuSto1Gakp3JwszDxExxPfBQw2SadWf { width:16.5rem;height:1.25rem;top:7.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ga6xdvSKBlvaF2cdBHs851RgbDo1IOPc { width:20rem;height:27.1875rem;top:38.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #o5wvqLDFqNgyp5ryARbm9OZprtS983ka { width:20rem;height:25.5625rem;top:80.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZXa8nt04DBfB7V3eC3lTdUkXsUfTksWK { width:18.125rem;height:10.75rem;top:1.0625rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D0FLgnL52WeISJktTFAXwFIUxxsTfzAF { width:12.5rem;height:1.25rem;top:17.5rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ANsMetQPZxsTWV3Os5GTHMe58zVHJcJB { width:20rem;height:33.5625rem;top:109.9375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wHMVRMIriXzyZkvVgT2igy8SgeT1BtC0 { width:19.0625rem;height:6.25rem;top:13rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #V9gAecWBkCwoS1JFsfqUpxhM8gHlipmz { display:none; }#V9gAecWBkCwoS1JFsfqUpxhM8gHlipmz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #n7nk3i4l95mdQZ7ayQe5B8FJ0oD2VVrM { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #sa3123C9OyWGTAnlwTNbtNIF6S00bT60 { width:35.25rem;height:35.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JmTuUpOVxuD8OXxn6Gf7QS9ueDvMuucI { width:47.75rem;height:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #urUqBdSPNbhr62pTh6hHyF3P8CGlpKKi { width:42.5625rem;height:42.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HmRJXA0tL6bykzcq4SAxyASRRlHnzsJb { width:9.25rem;height:2.5625rem;top:12.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gxJeKUIAFOmm0yMVc40u3pdGassDQwMI { width:16.375rem;height:3.625rem;top:8.5rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BJ4LZZJ4eJiqw3JEbAiTPwtKlPGIUPCK { width:18.875rem;height:9.3125rem;top:0.6875rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #P0BsGZVlJ4Ec6ypC7su0czrzTbRpcl8z { width:12.5rem;height:3.875rem;top:9.625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #deMLBEnb1dfJmG9vInqSRxDRp6MyEOFX { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #W4kQHE72TGbMuuL3FKAcUWQXspIizAed { width:47.75rem;height:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #B5FqUZ1bAMpzoWDvQt2BmX5DbnQLxe6V { width:9.8125rem;height:2.5625rem;top:40.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #g4Ly7AB0y3vvvHrtz606NDJ4PNLgSWi6 { width:16.375rem;height:8.375rem;top:31rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #C7CS3y8aT7un86lePTI6NdifgTb9eVCg { width:16.6875rem;height:16.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f5y79DFALWA8uANmiIsL5DZWU4y8Efto { width:42.5625rem;height:42.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dHuFRNfQTo5bEKOZoR7UmvIvuWO2lcbK { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #F6cv7TG6bxvXsDJR1VK2tfBMGea47k4V { width:47.75rem;height:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yCV4dJeKD9yKPu8mteIWCDz52ECTlEx9 { width:9.8125rem;height:1.25rem;top:60.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RXKkleL0bTBa3c4T5Exl1TJ8FHmKJLdP { width:16.75rem;height:6.9375rem;top:52.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qfc21Im67vGelmGDozotHDrASdKsPa6U { width:35.25rem;height:35.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vSPqEPoDtE8RdTFM8AZK3EA2T4lQdpkD { width:42.5625rem;height:42.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BqcrDIZDhJbfnMFc6Ow1E89kxs0agBGf { width:47.75rem;height:34.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FpAeFqUXzp2fmpOAs9AHDKf906t1fZpa { width:17.8125rem;height:11.6875rem;top:69.625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TlmD6MPWN3t6Vq57nIF9ufVK1mVwh3SI { width:16.9375rem;height:2.5625rem;top:88rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lUHgQBD1WoaM4MMzgFqJ20uZGgegSXs1 { width:47.75rem;height:33.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #S1ELCyLMt0Rrltgxxkknkt4H91RP2mKa { width:16.9375rem;height:2.5625rem;top:107.75rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFbFC1EoT4GriFo9kpmbWdBBZTgSDd8B { width:47.75rem;height:38rem;display:none; }
 }@media only screen and (max-width: 763px) { #ouV68kiI0kZ6NMd1I9g3xqT8LAKRnVgi { width:16.9375rem;height:2.5625rem;top:107.75rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #X2hydS1T399h3OWq5wRrH5UTPZMCxd07 { display:none; }#X2hydS1T399h3OWq5wRrH5UTPZMCxd07 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KOWwiiUdS65HiBI8WuX7MDV1Kdw9iUS8 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OBbqgtfABLJsewNE62NpcdTsywUV92K3 { width:18.9375rem;height:11.1875rem;top:17.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Aw7A1xArUCwCOhnw2ZvIOUL5FfFB74fp { width:18.375rem;height:8rem;top:1.1875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QAfID7Qxby4wPxu1KT3uHKk8M2ybiopb { width:8.6875rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZJV5S1AMRlwyfPUk16dyuhVgU72Ab0pT { width:12.5rem;height:3.875rem;top:45.8125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yMc4fUwvQyuSaLhL7h3d83gMTwLypRcd { width:18.75rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #d4X8GytqgoeBCnzyEKrivnam7p9PVKTB { width:12.5rem;height:1.25rem;top:3.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e7GefyeCQcbfXZrzvQ6VmZVPP0VIllri { width:38.75rem;height:21.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zhES0GueaP75aNytkAVCNd1Gu8BaEKUg { width:16.6875rem;height:6rem;top:16.25rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #npQJ2dUV53AO0Ina9ICZqgGTVcGMt7rZ { display:none; }#npQJ2dUV53AO0Ina9ICZqgGTVcGMt7rZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #g6BZ5nnXnM6WUUWUXpZa9tTWx0Pzn9Uf { width:19.75rem;height:7.5rem;top:1.625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yIcESHxybfzK5wRNTT3uZ3iMnml8So8H { width:17.75rem;height:1.75rem;top:12.1875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dPTq6JIJTN5fL4C5knxneiBTKBiGlKtf { width:12.5rem;height:3.875rem;top:18.3125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wGLAQ5oi5kPsLkhBBLs6LlmkFtz3suUz { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f1brdC0zSzLP6a5OfKrITcyLuoADV6Dy { width:16.4375rem;height:5.0625rem;top:21.5rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CpH2GTdtdXWwwKZuqu8kZamI2GuxkfCW { width:16.4375rem;height:3.375rem;top:29.75rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PeFDpBeT3OdctZOmRC51O6W2OiOS0Fsv { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NRe5ykenLmp2wmUxRKbKuOHTd6VgM3Ri { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xfVwOn5H4tHFRiS0KeiUe8O2VGT0qpuh { display:none; }#xfVwOn5H4tHFRiS0KeiUe8O2VGT0qpuh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gaZu9sITtcCM24Q9ATHOJrskpda281mf { width:18.3125rem;height:69rem;top:55.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LPbqnS0vQd0i7hmmixlPeDRCM3MfuHX2 { width:17.4375rem;height:18.875rem;top:0.9375rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vCnrbvMFoHKWwy62XB49rHGCXyQWrR2G { display:none; }#vCnrbvMFoHKWwy62XB49rHGCXyQWrR2G > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #u7tPpPRJLZnBOXHig0htD8CEPmGVR7CU { width:19.375rem;height:6.5625rem;top:165rem;left:0rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BMzy1tBBcZgbXdBSsIlMBulgaF8Amzpw { width:17rem;height:6.75rem;top:161.0625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A7Q9BlzRMTF3DzFEPSRMmfMGla0hLOqI { width:17rem;height:5.0625rem;top:148.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pOXfHhmOMHE4PnTgyxCuOETTmA1Aff57 { width:16.8125rem;height:5.0625rem;top:142.0625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SGJMRN8QQleRxOZsDaluaWl6e2lAzlyF { width:15.8125rem;height:5.0625rem;top:135.25rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vovt3BLnCBMCXy4ZONTuTum5MPGxxlhM { width:15.8125rem;height:5.0625rem;top:134.1875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wt9dTyIqNfBOT7bLvmngdPrqShwFJeGT { width:2.25rem;height:2.25rem;top:30.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PP6UTmV7Qh35zpVs6dz5RryTT4GQp1T5 { width:2.25rem;height:2.25rem;top:30.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kxh1Ql0AJyiTRawQMBtHe7u21UUWBD54 { width:2.25rem;height:2.25rem;top:30.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VvqiGCGretDmtykAFTn6OOEfeyRrz2Tn { width:2.25rem;height:2.25rem;top:30.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VH9RcEtHCpqnRIlUMgvUo4d8nMZaybWE { width:2.25rem;height:2.25rem;top:30.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RmOf3HFDuGzOm3QADf4wdTmdgMh9aLuF { width:18.875rem;height:4rem;top:1.8125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xVkF74yhC1JxRVTesiaRcHJ5TLMB8XFi { display:none; }#xVkF74yhC1JxRVTesiaRcHJ5TLMB8XFi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T1G37dFHQTUFEW3gdlNqOmKfEPfC5Zih { width:18.875rem;height:12rem;top:0.8125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eeW7BLxkCxyfTL3NRXPh2GBxbgSUQhb4 { width:19.8125rem;height:26.75rem;top:17.6875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OPWRspRAueyfN11R9iJ1ZzoJT3ZsFvUi { display:none; }#OPWRspRAueyfN11R9iJ1ZzoJT3ZsFvUi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dr5ckknITp2Lx3oliPlvz5HqJ4s7yFZa { width:18.875rem;height:39rem;top:29.9375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NtplGu4JEe9SWkG81UVrhKwf5eQ4f4GW { width:16.75rem;height:1.6875rem;top:5.3125rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EmtsuUzNDnv8dxFH4MLvxMGEzNwpAV0b { width:25rem;height:25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dAbSxLqOyxRWCBnenabtGbTlHkMhqQrJ { width:16.75rem;height:3.375rem;top:0.3125rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #W06trNR4TaDRFBr2tOkGMw0OfCs6tRNM { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ISm56822U2s1Bcm0BJxsgqZsAcMORL3q { width:18.75rem;height:;top:72.6875rem;left:0rem;font-size:1rem;display:none; }#ISm56822U2s1Bcm0BJxsgqZsAcMORL3q li:before{  }
 }@media only screen and (max-width: 763px) { #XpserboFeqdphK0pmSFDHQvbPa8kqrM3 { width:15.3125rem;height:2.5625rem;top:69.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #t60guZCbKgvgWX1cRB3QRqMJMJkM01k5 { width:12.5rem;height:1.25rem;top:117.5625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZsrGLRsadzSTTy3qhf1H7bellOI73TUh { width:18.75rem;height:;top:89.4375rem;left:0rem;font-size:1rem;display:none; }#ZsrGLRsadzSTTy3qhf1H7bellOI73TUh li:before{  }
 }@media only screen and (max-width: 763px) { #FOyoDCg3fOwKTkpTibzk2vk6mPQNDlB8 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #k81DMDZTniq1c1MAeGFP5wQnbxVUU5KI { display:none; }#k81DMDZTniq1c1MAeGFP5wQnbxVUU5KI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TdsEiAClWLXDdy9BbyBUiR0XskeTe0Pk { width:18.875rem;height:13.5rem;top:26.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TNkdNqeuPdiDkFoCHGmvgiHAE2AcHfoy { width:16.75rem;height:3.375rem;top:5.3125rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rRPrPXumQdbIa0MLK74kAaQVs1x6Mlsf { width:25rem;height:25rem;display:none; }
 }@media only screen and (max-width: 763px) { #h9eVMNUTdlLOTiDQG8gQE9QkiLhD5DwP { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #A8z0CfMTBeO75DPBSL3JQ7719EZDBmx0 { width:18.75rem;height:;top:72.6875rem;left:0rem;font-size:1rem;display:none; }#A8z0CfMTBeO75DPBSL3JQ7719EZDBmx0 li:before{  }
 }@media only screen and (max-width: 763px) { #UVRz3zBvIwJauvS69D2TtHPEOLWgE9pP { width:18.875rem;height:7.5rem;top:43.5rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lN8pIUMtBA0ivwJOSUUbJFhOl83P4oNh { display:block; }#lN8pIUMtBA0ivwJOSUUbJFhOl83P4oNh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RyueZMF1f8NPZxqBIbEfhJT1gmZ97K00 { width:34.5625rem;height:19.25rem;top:33.875rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQ8c36h477Aqh5bZQJKxVEREk1KVMKpe { top:2.3125rem;left:0rem;width:47.75rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxV6irKIwEHA4uX9WsCgXkRbIZHaotKg { width:34.5625rem;height:15.875rem;top:11rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrgQIn8R1WWumefpKEalnAzoudbPgzPC { width:2.4375rem;height:2.4375rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oILC3IttfPHu4uMfQOVeGS5rTMdIC2EP { width:4.5625rem;height:4.5625rem;top:28.1875rem;left:41.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwftRh23lWzO2rm86ODa5pxLEfHshv0K { width:8.875rem;height:8.875rem;top:25.625rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW6O2e9l7mwAxSBmBgg85vTMc3lalWWM { width:4.3125rem;height:4.3125rem;top:28.3125rem;left:43.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTgN1yiQhvyoIKL8i3tlMiGOV3pR0RUm { top:29.25rem;left:28.25rem;width:12.125rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhdUwBTpdA59uBWQkv2F49qPkqkoZhWv { top:35.875rem;left:0rem;width:30.875rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvMzvMbOconuxmG4AbvekMrwQ4yogckJ { width:34rem;height:22.75rem;top:11.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJHIc708D4yPdlMWFXfTiygewgGXf8as { top:41rem;left:0rem;width:30.875rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTfoogLpd78c9oKqT3bXMuCGvCTQtDmJ { top:46.625rem;left:0rem;width:30.875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcVnIcp5Q3SQ0t8TkrbWSOelcNKnvLyT { width:2.4375rem;height:2.4375rem;top:41rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhE6DPDbLSLE2mZlwRB3CCdUN41oVd0A { width:36.8125rem;height:5.6875rem;top:46.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0dooxH7i7IIlpeEfsPvQiEhGpdNcqIR { width:2.4375rem;height:2.4375rem;top:55.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqv0XHIXW17fDGI1l5gWU2T32MbTSZvb { top:55.25rem;left:0rem;width:30.875rem;height:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIaMHMd5iOM4LZT7LaS2ukF5wdGatEKm { top:0.6875rem;left:0rem;width:20rem;height:12.625rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rg95J9anJWsVTBFfLPDFN8WXWfKIz77X { width:20rem;height:48.5625rem;top:32.75rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CtLn31n2FxXtUGfm8Kd1yt4ffTahpOPF { width:15.5625rem;height:1.375rem;top:105.125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LBtwndCfotSPpIWEpJ8qdyvfTuJTXniT { width:2.25rem;height:2.25rem;top:19.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FzWtLgzQXqcSX6tsovDNharfEU3Gzho7 { width:17.25rem;height:20.8125rem;top:3.8125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pBLyzQyGU3XtJdvewPBVrGEt2swsUBfl { width:2.25rem;height:2.25rem;top:19.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vh4n4gsfAAlxkzAqo2KwWclR4y5AWQvc { width:2.25rem;height:2.25rem;top:19.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #V4ExNx7KUffQxughX8tRlMOaP62dgzi4 { width:25rem;height:25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nk5qCbNPPSmaQks49eBnXc6AwlF41pN8 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MhT3a7MpETBURqZHuiP25kJDln331oG8 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QZlrsHAhZCisBNIf4CvWxA4Gt3L80OBG { top:38.125rem;left:0rem;width:12.125rem;height:2.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #amFGhSsN0cEQyIi4NitsviZZbGKaWFCe { width:5.3125rem;height:5.3125rem;top:40.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #glqkCBSgoxIBluShS8syb0i9S3R1ZRNz { width:8.875rem;height:8.875rem;top:38.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NUPK1nd047zQDRfV4du8ovknTB8ACbJU { width:5.25rem;height:5.25rem;top:40.5625rem;left:11.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qwkR3DGzOenJEPleWhlnlWGh2LnnGsQx { width:12.5rem;height:1.25rem;top:32.625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #S68V6MilBDknbV6CQirzFBZ5x4FrXkio { width:32rem;height:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #u1WbTFwMPEgkiOTAyotxghkaGu337SgL { width:17.4375rem;height:4.375rem;top:137.625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #m5AucVdm0I7M7JTSsFAltAK0RUraoAyX { width:8.6875rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PiyqypN0VndRBfINvbmOld3bkMH4T1pD { width:18.75rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QtH9MQRMc1kKIykB3KTCwRLOx4DsIVTW { width:12.5rem;height:1.25rem;top:3.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sttX1t7isisS3aRsMyW9FUqiLEOqJcqg { width:7.5625rem;height:2.0625rem;top:3.9375rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bQiIgV3n6EpRerirTsZ2B8loTMPaIeEE { width:2.25rem;height:2.25rem;top:19.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #u7T2cmFnCGVO7MGdHyiamLbz3FqpiQfp { width:2.25rem;height:2.25rem;top:19.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pUNyHA7oWuEU0X6qET86xVGiIgRH7v0U { width:17.25rem;height:4.0625rem;top:168.75rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kN3HOn8Sy1mNAAoDo4FPmmoTNKlZ4xTs { width:2.25rem;height:2.25rem;top:19.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #osnQXJC6MAeTU3ryXTTgkVtb7wTTcxQx { width:16.5625rem;height:19.3125rem;top:7.125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eadkDGZzRWmy4ygeecW1qaLhhGXBG4UD { width:2.25rem;height:2.25rem;top:19.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #F6l4QkrTWu3Bk5ZeAbeK4u1uM6DpIzp1 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kgS6hD0AbA5Hm9ySXT6so0lO7TevB6oK { width:2.25rem;height:2.25rem;top:19.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NKmUTBZ51sWHyEr6t0V0gvlIZzfTD8Id { width:2.25rem;height:2.25rem;top:19.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N0wTTo3xVheklVyFEMing34rtXfx1Sk7 { width:14.875rem;height:9.0625rem;top:156.625rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wsiltzbnhSAMarXTJfeeXwyVaIyZTd5F { display:block; }#wsiltzbnhSAMarXTJfeeXwyVaIyZTd5F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KI3D2g8XJUQEAk8FtpXqqgLpcJg8L95p { top:2.5625rem;left:0rem;width:47.75rem;height:10.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUa4zrz8KlxpXBm6UOt8U0GSqUmXaG05 { width:47.75rem;height:1.5rem;top:16.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIod9ktr8IX50U7XVDJuIxTH0cT2FopG { width:8.3125rem;height:2rem;top:37.5rem;left:0.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHT1tfTkU4lTG5uxnKT01o9uTlsWtWRe { width:36.75rem;height:20.5625rem;top:21rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9plRONaMcCwQaxC7iva1MFfHRhev6Uk { width:37.0625rem;height:20.5625rem;top:21rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #STgZTNIPH4gzCroWO3stca6kXVHQaowc { width:47.75rem;height:3.5625rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEKUZtosEtweTDIC8fEAiSppHQkQvZ0b { width:35rem;height:2.5625rem;top:37.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hr8ixN19TPh06On8CelLqstx1RkTMWbK { width:9.8125rem;height:2rem;top:37.5rem;left:37.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuegNo7cBBvnfwC1RPcOcKiuBkEw9Ks2 { top:67rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnDX9qd0sGohpxVBocICJgEnpZlitsIP { width:35rem;height:2.5625rem;top:37.25rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODZ6JPuRQhwFNUTHyAozsg4DlSM9kqW6 { width:35rem;height:2.5625rem;top:59.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdWMf0zagT9mamaiVRSGOLA2ek7reFKf { width:17.1875rem;height:2rem;top:59.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7WOvkBN6cTTTR9Z1ZetK51azrFiEg9Z { width:37rem;height:20.5625rem;top:43.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3vqL2Hx3do4Ny4KvZMOpgfyho6sNzBZ { width:47.75rem;height:3.5625rem;top:15.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PoEnBLzcLKI671G7rBuLyHsA3PA1uZ0p { width:47.75rem;height:3.5625rem;top:15.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qukJXFipCqqvJ1dRZ463V9STaXmsG3oB { width:36.75rem;height:20.625rem;top:43.0625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pqo70DhSc3A1On1uMeerFU0aIWOSF6Rr { width:35rem;height:2.5625rem;top:59.375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOVxv6gtRGez8HoWPd2Iul4WZ4KB5HgP { width:10.375rem;height:2rem;top:59.625rem;left:37.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vN4zgSWuOWksNJ9KNUkc4cD2t3kUQ8wS { width:47.75rem;height:3.5625rem;top:15.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D1atsJH5yp9VmslUyuTVo7JptfBP66Pk { width:16.6875rem;height:11.8125rem;top:2.3125rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cAsxVwArLdbunZfMtXkdQoTBxD6ymu1d { width:38.75rem;height:21.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uDlQlOc1qsQIAcIayB3CS2ybgdySIB7k { width:14.875rem;height:10.5rem;top:114.3125rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lvuWATlkXtMionzgISf1N1g8XNTdJFz2 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ypXJXm02s0GsHpbxbn0NaaDE2FDm0FlD { width:47.75rem;height:65.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bkw9yivu9qKcImAGz9PtrQhfQFelz32f { width:12.5rem;height:5.8125rem;top:130rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #b4aAEqPQyKSpWf1AJ6T2KpI70osndVTn { width:12.5rem;height:1.25rem;top:129.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZGrlsM5u5xz32UKkWAfT5hia2ZCdqylL { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TUfnt6A2QFRirmFGP9SV0rJ9EiTcXtgc { width:12.5rem;height:1.25rem;top:61.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PDHieLWaKsb116xft6wNdvwJWf3H5XUo { width:14.25rem;height:1.25rem;top:61.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #f17U6S4rtJxQ0e4N9mlUZ2hRlTfJ0Fy1 { width:12.5rem;height:2.5625rem;top:45.625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #btzOOQHXt8M2DdnVlH78VNLuaxntGkQx { width:12.5rem;height:3.875rem;top:48.5625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tTTT9L1uyu41nOVtVPR6tRq6QcH4ldFn { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zxt1TLPI5H9CNLPx0xx6DlOdCoUTwMbw { width:13.25rem;height:1.625rem;top:49.875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #J2vTMCcLhtzBdpSNSrlthcDRB4lVScPR { width:32rem;height:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #rxgGBWq7u2B1kdQm7xZ0PfXLM3KPBpxd { width:32rem;height:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #mEVqqqFhyNGtUTkpNvM1Fpa0JLrba3oh { width:11.5625rem;height:3.5625rem;top:67rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CA9pgQuz0LC9md1KTUvGoMXLtIe7kCN5 { width:15.0625rem;height:2.5625rem;top:69.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XEVRbCmzcanFOtrt88tEKeUhHZHQJMFt { width:15.0625rem;height:3.875rem;top:73.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ngZoV0MEXGTiPH7iLKS3nK8ARM4mwdVW { width:15.0625rem;height:6.4375rem;top:81.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dZCgD6LvvGvgB68ZH7T542VVUkIRBawv { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VRTLbJJTF6ZyIUzTI3g1PTq9IaZ6Xf3x { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aCPXry4S7tMsSThrC7yIbBIRn0TPNXGB { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jc2zP58BdGu5VafJGsqmQldR4HU71TOc { width:17.4375rem;height:8.375rem;top:182rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dI0CDo3mN4lKW7GGAqZwuf4bpuQWamQF { width:7.3125rem;height:15.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NqfJRJoanXrUoRT05hwpieTDswH5IUWb { width:32rem;height:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZLLqOMAOpyZdTI4KHxkcFCQvgJ721e4J { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WmeTnwzhcxRnhntwn1mqqH1bLA76hA2I { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DRUvSTd54lBTnS4wOG2FmtWgKXbeE0eZ { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q9zsDToa46idTD0fMOUQfNsewusGGrcm { display:block; }#Q9zsDToa46idTD0fMOUQfNsewusGGrcm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dt1qsxbPm7NMPbS1X1ggzTPvR54hvLa3 { width:16.375rem;height:1.4375rem;top:23.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKhZMai7Tbsrc4ZGQt8Tfzc46dhdJTr1 { width:13.4375rem;height:2.5625rem;top:25.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwIQGxhxhPrXJtOQzZr4OozIRDQGywbx { width:12.875rem;height:1.4375rem;top:35.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiBQKMAMCxBNusISUGwqsK5Imp8yQHAs { width:14.6875rem;height:2.5625rem;top:37.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM132PSRmfe8HwHc3Fokrf1bovrkLANT { width:14.75rem;height:2.5625rem;top:37.75rem;left:33rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iflAucJyzk3MOqVe4Q2pw1p0i6MCR4sK { width:13.1875rem;height:1.4375rem;top:35.8125rem;left:34.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5rLgbLVksTMvIHXnHdyfnCn3f1GaXBG { width:12.375rem;height:2.5625rem;top:25.25rem;left:35.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqiO9wIbHpCUh1QI6NqTyRgxs3zTzwg3 { width:8.4375rem;height:1.4375rem;top:23.1875rem;left:39.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQZqZfwDiDapyslsTSOClaa0P1FL6QWD { top:32.625rem;left:0.375rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1M20Fm0Qq3V115bwB7tm8wEf8oy7Mku { top:19.9375rem;left:44.6875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPoZTvVtNO7u0e1zB2HLaUJ6IFJZ0eqO { width:33.375rem;height:3.875rem;top:2.4375rem;left:10.6875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTiOiJcfSuadoIWLHof7Tk41rLgJVzmv { width:21.9375rem;height:10.1875rem;top:18.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6UiLrTOOhUUy8EsSJiohIgFUuziNRTh { width:21.9375rem;height:10.1875rem;top:31.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0RyfsA9sU0z9vRT9HgFensqWqgEGG7O { width:21.9375rem;height:10.1875rem;top:18.8125rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #adWH15NoNvuUt4V2EDKFvILnRazvK1FS { width:21.9375rem;height:10.1875rem;top:31.4375rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoUBSBVVMuXq5CkcDBPS0UsdhuUPZwgC { width:47.75rem;height:3.5625rem;top:7.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxCNUk4igmGulftkUT7h0J37SMLaHGG1 { width:25.75rem;height:2.5rem;top:13.375rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpiDSB5y5FM1z6iQXC4Om44VJTGyx3O6 { width:2.75rem;height:2.75rem;top:19.75rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dah8CIzkVTq3OJp2Q8Z3FOnfcBeMSZQk { width:3.125rem;height:3.125rem;top:32.4375rem;left:44.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcadlN4c9WCVlDpLS7g1epWKBuOovypK { display:block; }#CcadlN4c9WCVlDpLS7g1epWKBuOovypK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rU70LdQTqFNidR56Thc1isTI5Xb2OAcq { width:47.75rem;height:10.875rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RM2OauJshx6ADDTkDsn4VvzJABp649uy { width:10.4375rem;height:8.3125rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcusgWBTOPZiThWtBXCr89MlwzSfsRFv { width:43.5625rem;height:1.75rem;top:12.5625rem;left:0.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRnO693fCUhTk4gM4WcFEWUEOxgpDXhb { top:2.625rem;left:0rem;width:47.75rem;height:7.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXU9a3NW2wit5q4s3kcg0Hr2HpQZ3UD1 { width:12rem;height:10.8125rem;top:1rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpKWur5OliizvMdN6C3E1XqBypeE9AhK { width:47.75rem;height:11.75rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1OLWS9fK43fwxdGvEJlJTFNite4IhsZ { width:43.5625rem;height:1.75rem;top:27.6875rem;left:0.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWdLXEiNIvzIf1iutebvpFl34cyMukkD { width:47.75rem;height:11.75rem;top:41rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqGLwTsOROnhFTCLMzvyslrmFbTUC2um { width:47.75rem;height:5.375rem;top:45rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UygEd2WBUtZNQepRM90xIuDAzIwbnFZE { width:43.5625rem;height:1.75rem;top:42.0625rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0fU3wmW5Uyg3DZzFUOrfmm1ybszf8nL { width:47.75rem;height:11.75rem;top:55.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT8fEd495EeyprMQVzxaoL6AOvDoWp9F { width:47.75rem;height:5.0625rem;top:59.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogmZNf4tcz6tElwHJmflikDwe5avBlBg { width:43.5625rem;height:1.75rem;top:56.4375rem;left:0.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHUZBM4d67RTEL0HDVbCTBVHakbSFExc { width:6.8125rem;height:6.8125rem;top:55.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HS3h4eeSruk3Id51rDWlfAhIXZMw9JX8 { width:6.8125rem;height:6.8125rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGH4MbuTaV38ScqwsiS7L5qVMGsiE4zW { width:5.9375rem;height:5.9375rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTndd7DXHZ62ddBs6TgFQdXIyGVgppOf { width:10.4375rem;height:8.3125rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #unISpuqxo3pmE4Bhif4qCooarE5yEhF1 { width:10.4375rem;height:8.3125rem;top:41rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LE04pvLdFqdINGagh2FKmt67NOOzFrEP { width:7.3125rem;height:7.3125rem;top:55.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zcowmtact0CNheZ6KWyl9uWmrKTDxEsO { width:6.6875rem;height:6.6875rem;top:41.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1G5e4x0ucTFKUyGMsRGHeE1WPKpiTLJ { width:47.75rem;height:5.3125rem;top:15rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaDniyQQ2dNRD9ALkbswLzUTorFJ3NUC { width:10.4375rem;height:8.3125rem;top:55.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvRv8Pq9nyBPUZBdifDAz3p9EFlLoDMc { width:47.75rem;height:5.6875rem;top:30.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXmrRA4bzixlWI6HOsXVAANAgwtHn9qV { width:32rem;height:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #fbvTubcxr7ftotymV2kEKTfETHiTpPUH { display:block; }#fbvTubcxr7ftotymV2kEKTfETHiTpPUH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tlzZVl4vD9x6PrKpuHUa7uVgOHlUoGV2 { width:40.0625rem;height:4.625rem;top:1.625rem;left:5.75rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBng6C34aswuTD2FTz46MpXTAWLi1eC2 { width:31.125rem;height:2.375rem;top:6.875rem;left:10.21875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6lo4OOZz3eLmKD7c0yh9mIeLzTOqqcv { display:block; }#c6lo4OOZz3eLmKD7c0yh9mIeLzTOqqcv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lfzATdOAHBdkABzKhuapGGg5ETMxVOyG { width:21.5625rem;height:6.625rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuzTNkTpaHCXwJEhOGpegHrRAvvMTI8d { width:16.625rem;height:1.625rem;top:22.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ0xXR2rdHq1NCiKA2gBcz1nJzS6ATRG { width:16.8125rem;height:1.4375rem;top:24.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1OVX1F6piMvI1VdKuGzB8WZMOr1tT01 { width:21.625rem;height:0.0625rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqJFcpXXw3Amd2KxbTCs4pAuZv4hiLaQ { width:14.125rem;height:2rem;top:28.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #X2BM1CtEnVrU4S72CVWX6O9TLaLgiCTe { width:1.4375rem;height:1.4375rem;top:28.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VLUVXEl9TFTLQcRy9z84sqP0JlwgKnFP { width:15.625rem;height:2rem;top:31.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SbwhJQSFKuudLanTTDbiWsQIGfrfkTX3 { width:1.375rem;height:1.0625rem;top:31.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lEbVT0qqTQSLuM45FkpQAORi3ZgvqV9n { width:47.75rem;height:34rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUU0WlwtPqQ119KvO3BgCBJ3VdNIuBL7 { width:47.75rem;height:2.75rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQBVThy0KRqh63TRo9cdnfWMGWURp1iD { width:31.4375rem;height:2rem;top:6.375rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy .widget-regular-label { width:26.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy .widget-input-text { width:26.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy .widget-input-text {padding-top: 0; padding-bottom: 0;}#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy .widget-textarea { width:26.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy .widget-input-select { width:26.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy .widget-input-select {padding-top: 0; padding-bottom: 0;}#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy .widget-input-button { width:26.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy .widget-checkbox-label { width:25.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy  { width:26.875rem;height:auto;top:10.3125rem;left:18.375rem; }
#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy .radio-container { width:26.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy {display:block;}#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy { width:26.875rem;height:auto;top:10.3125rem;left:18.375rem; }
 }@media only screen and (max-width: 763px) { #EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy #aKLW4sWZkuPkAy8to9pHeaCgmR3F80MD {  }
 }@media only screen and (max-width: 763px) { #EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy #Ip9izF8HpNGSltyTIAJT3a7MioSr7Pg7 {  }
 }@media only screen and (max-width: 763px) { #EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy #nsnkn2f0oHhCeJhIucDosQ40LVK1vDA0 {  }
 }@media only screen and (max-width: 763px) { #EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy #z7bHc15er6JLO9QGwG9w0pIE6hUpbXQR {  }
 }@media only screen and (max-width: 763px) { #EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy #MGAAfs2zwqKn2CdACe0EruDU95eJvXys {  }
 }@media only screen and (max-width: 763px) { #EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy #H2THrHMoQkqZ7fTZG0Hktm1qxrLBzTkG {  }
 }@media only screen and (max-width: 763px) { #EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy #NrkS8t8LuIKENFZk1MC6I3wKS508KEb5 {  }
 }@media only screen and (max-width: 763px) { #EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy #eO9ruh2FZPu7fXiDFsNTGnKTCznCdqnb {  }
 }@media only screen and (max-width: 763px) { #EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy #ixH5enPA9EqKM4GM0L8nrfQK11oRc9ZC {  }
 }@media only screen and (max-width: 763px) { #EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy #hdAJvWFa9sDPEuTMr9hXVHT8f3fi1mop {  }
 }@media only screen and (max-width: 763px) { #EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy #XNfuMJHurpSN0EORrfSsXKP9geXXZICf {  }
 }@media only screen and (max-width: 763px) { #DkXJebGl5XeipJt043FRB2UyLVIIgARC { width:18.75rem;height:18.75rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGAoecIDZU5OwuPDA6UH51B9OvbCiU7g { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Ol1rZFOFWT71iVRQVTD48CNTvsnh3hVF { display:block; }
 }@media only screen and (max-width: 763px) { #mZfrcWSHxMT2JMCVW2Mn5KB69cVtHqqk { width:20rem;height:6.5625rem;top:1.5625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wRqI3pP0lVG8Rc55RCKK7TXapCH8pwHB { display:block; }#wRqI3pP0lVG8Rc55RCKK7TXapCH8pwHB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qoPdQq5z7vXcFAZOLg5gvEPh83MwqnTD { top:2.0625rem;left:30.5625rem;width:17.1875rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hc7DbVsJqEuSzTM3JqPdVI6Slxy9kTi0 { top:1.5rem;left:0rem;width:17.1875rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2LTv8ryNt9ZGs330sT0uRDi5IM0Tf2s { display:none; }#s2LTv8ryNt9ZGs330sT0uRDi5IM0Tf2s > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nvDewTPRJFUlzzTGatHoX9DlSiFLDDMI { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #wZfIDpENDH84tASkGWmQAdOXB0UZpow3 { display:block; }
 }@media only screen and (max-width: 763px) { #ThoxAaEyLTMDpoPfziC4T1mGTmTZ8mbI { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aKw4615FZqEsK6JFnlKiUZOCqPBE1zrd { width:11.9375rem;height:0.9375rem;top:1.125rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dOFoPfuGugdE8WTCub7h4gK6XiOZ2gl8 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FkCKeeWy0CIDxosxccb0phf7G736OWsz { width:18.75rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bqn1nNzk0ESBTiVpymScBJ3UFShGiMDI { width:16.0625rem;height:2.5625rem;top:8.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ao9DUgVCGTX2VtHEeP3IEI88GIOA6WUb { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/579b7705-9404-4e0b-a7c7-1954d9bc9f85/1421374crop_624x665_00preview.crop_562x610_0,0.preview.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ao9DUgVCGTX2VtHEeP3IEI88GIOA6WUb.adaptive-delivery-prevent-bg, #Ao9DUgVCGTX2VtHEeP3IEI88GIOA6WUb.lazyload, #Ao9DUgVCGTX2VtHEeP3IEI88GIOA6WUb.lazyloading { background-image: none; }#Ao9DUgVCGTX2VtHEeP3IEI88GIOA6WUb > .row .container { background-color: transparent; background-image: none; }#Ao9DUgVCGTX2VtHEeP3IEI88GIOA6WUb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(142,0,242,0.83); }#Ao9DUgVCGTX2VtHEeP3IEI88GIOA6WUb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ao9DUgVCGTX2VtHEeP3IEI88GIOA6WUb > .row .container > .video-iframe-container { display: none; }#Ao9DUgVCGTX2VtHEeP3IEI88GIOA6WUb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(142,0,242,0.83); }#Ao9DUgVCGTX2VtHEeP3IEI88GIOA6WUb > .row > .video-iframe-container { display: none; }#Ao9DUgVCGTX2VtHEeP3IEI88GIOA6WUb > .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); }#Ao9DUgVCGTX2VtHEeP3IEI88GIOA6WUb > .row .container { border-width: 0; border-radius: 0; }#Ao9DUgVCGTX2VtHEeP3IEI88GIOA6WUb::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ao9DUgVCGTX2VtHEeP3IEI88GIOA6WUb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ao9DUgVCGTX2VtHEeP3IEI88GIOA6WUb > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIG0ue6bCGS8FWtTIsS1ivtyTVdswvbQ { top:0.625rem;left:1.46875rem;width:4.75rem;height:5.6875rem;z-index:15000;overflow:hidden;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #ruGNeTzDiruH9aCGF0C0ooUUB4kHVABo { top:0.8125rem;left:7.875rem;width:10.1875rem;height:3.59765625rem;z-index:15001;color:#ffffff;font-size:0.75rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #mrxsEzQF2mvosuIheQnSvbkC3qmJDnAm { top:4.5625rem;left:7.75rem;width:6.5625rem;height:1.625rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tWLTX0yTPg7zn1gHf0SGiAJlTzXT1Eaz { top:4.75rem;left:14.75rem;width:1.8125rem;height:1.29980625rem;z-index:15003;color:#ffffff;font-weight:700;font-style:normal;font-family:play;display:block; }
 }@media only screen and (max-width: 763px) { #Ctk6OBCkuQzNcJinkn4ehpfUTpQFZBiA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/faad21be-eef8-41d5-8b93-738094e76209/tlo2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ctk6OBCkuQzNcJinkn4ehpfUTpQFZBiA.adaptive-delivery-prevent-bg, #Ctk6OBCkuQzNcJinkn4ehpfUTpQFZBiA.lazyload, #Ctk6OBCkuQzNcJinkn4ehpfUTpQFZBiA.lazyloading { background-image: none; }#Ctk6OBCkuQzNcJinkn4ehpfUTpQFZBiA > .row .container { background-color: transparent; background-image: none; }#Ctk6OBCkuQzNcJinkn4ehpfUTpQFZBiA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.27); }#Ctk6OBCkuQzNcJinkn4ehpfUTpQFZBiA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ctk6OBCkuQzNcJinkn4ehpfUTpQFZBiA > .row .container > .video-iframe-container { display: none; }#Ctk6OBCkuQzNcJinkn4ehpfUTpQFZBiA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.27); }#Ctk6OBCkuQzNcJinkn4ehpfUTpQFZBiA > .row > .video-iframe-container { display: none; }#Ctk6OBCkuQzNcJinkn4ehpfUTpQFZBiA > .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); }#Ctk6OBCkuQzNcJinkn4ehpfUTpQFZBiA > .row .container { border-width: 0; border-radius: 0; }#Ctk6OBCkuQzNcJinkn4ehpfUTpQFZBiA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ctk6OBCkuQzNcJinkn4ehpfUTpQFZBiA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ctk6OBCkuQzNcJinkn4ehpfUTpQFZBiA > .row .container { width:20rem;height:27.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ULX8RXpVgs4vRJC74rUWgS59gTJqdDQf { top:16.125rem;left:0.28125rem;width:19.3125rem;height:9.84375rem;z-index:15002;color:#60f26e;text-align:center;text-align-last:center;line-height:1.5;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzyyA3TtBZU550rFTHLWOrVBm5bbhbd2 { top:14.07421875rem;left:4.0625rem;width:11.875rem;height:2.11230625rem;z-index:15002;color:#ffffff;font-family:"bebas neue";font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2WKHN9vPAyTBMoZ0OKJcVKJ0r0NVnDJ { top:10.5rem;left:0.59375rem;width:18.8125rem;height:3.0859375rem;z-index:15003;color:#ffffff;font-family:"playfair display";font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e .widget-text.counter-number { padding-top:0.421875rem;padding-right:0.378125rem;padding-bottom:0.421875rem;padding-left:0.378125rem;width:2.270625rem;min-width:2.270625rem;height:2.266875rem;font-size:1.686875rem;line-height:36.27px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.26375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.028125rem;height:0.89625rem;font-size:0.6325rem;line-height:14.34px;top:0rem;left:0rem;color:#ffffff;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e { width:12.0625rem;height:4.270625rem;display:flex;top:5.8125rem;left:4.0693359375rem;z-index:15004;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.0525rem;padding-right:0.054375rem;padding-bottom:0.0525rem;padding-left:0.054375rem; }
 }@media only screen and (max-width: 763px) { #D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e #AnXP6Tb62TEqTmoZTq3KzqfBuLCJqHoJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e #P9rhfwasQCtyPoKyGG6f0sbsfgb0JE1k {  }
 }@media only screen and (max-width: 763px) { #D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e #sqGUPk2n0Wh06JkTETO9U3aqbzaHkImx {  }
 }@media only screen and (max-width: 763px) { #D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e #Tbh87mR1bJGy9UBCNpVckqR5FpFfUefT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e #Xf6y2if93StSW9FTTJmn99f6ufRFCxV1 {  }
 }@media only screen and (max-width: 763px) { #D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e #qGdla7ZorGhUklTzkxD9zt2R7ZTzMfvh {  }
 }@media only screen and (max-width: 763px) { #D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e #s0Mt9Epu9dAqWKZ0TQkNlTvCO4sWGEec { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e #zaAWCpEl1sZc7ZtJlVENFf4TzTQDhyGL {  }
 }@media only screen and (max-width: 763px) { #D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e #SIDGlBwpZxoPzzgDV3FBHhTJtICOgTk9 {  }
 }@media only screen and (max-width: 763px) { #D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e #DPBT3O1PRwDmquh6UTQinhRs6tfhwMSa { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e #JraRfXqQAWrXd0TO8aEDCdUHVPTveFbt {  }
 }@media only screen and (max-width: 763px) { #D4m7FMFXGDlMW2IrSrJ1rEyAZucLLq8e #XRpEQGw1OEwlNazILWFVpG2MSqN53Ts7 {  }
 }@media only screen and (max-width: 763px) { #vC32Fx1Lr0nw9mMoT76DzFpJadbySAFO { top:13.5rem;left:0rem;width:2.6875rem;height:2.6875rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #y7PsA79HfMT8W3wXZFGCxDLgTD9pf725 { top:26.3896484375rem;left:1rem;width:18rem;height:0.89355625rem;z-index:15007;color:#ffffff;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lo2ebxaiE6OIsc4lx5H8q8lvzrJHF5dg { top:3.26171875rem;left:3.46875rem;width:14.9375rem;height:1.29980625rem;z-index:15008;color:#ffffff;font-family:"noto serif";display:block; }
 }@media only screen and (max-width: 763px) { #UiGc9SmFto4AyIoPQKFDizvQqxuPeF3L { top:1.4248046875rem;left:0.96875rem;width:18.9375rem;height:2.76171875rem;z-index:15007;color:#ffffff;font-family:signika;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { background-color:#190775;background-image:url("https://images.assets-landingi.com/uc/6a8edaa3-29a4-4546-9ee6-f2af5f212c5b/background1.webp");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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg.adaptive-delivery-prevent-bg, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyload, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyloading { background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { background-color: transparent; background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { border-width: 0; border-radius: 0; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:20rem;height:128.5918125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSIxLVPaTqAm8HOrKlpF6MJmSDVwUy9E { width:20rem;height:0;top:25.005859375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #i6d8SUwRMcMx2SlVCuwEFkJD74yJokuu { width:18.4989375rem;height:0;top:16.375rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #M1RQgLshSCVCTgUskRQpFP3QhvhCZRGA { width:2.25rem;height:2.25rem;top:63.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN6dg4aV1BkzkSlgs9lxblTOANt5i9Wx { width:16.125rem;height:0;top:49.4853515625rem;left:3.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #U2AFRyhvgbHcSM7hWoAH8LFlzvSA2M1b { width:20rem;height:0;top:57.6337875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mpWy2QVQT4P5XJncNG8T54lrGbKJdNC2 { width:2.25rem;height:2.25rem;top:67.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP2eTt37dmUV1I2QxC6Xx6dsZZKk9vkC { width:2.25rem;height:2.25rem;top:70.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmsqyzgNF6g7Tvu4M9AbkFxs13HbUPE7 { width:5.3125rem;height:5.3125rem;top:69.3291rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QhRLh79ITvrKzkosdMVaSKG6pW01uMsO { width:8.875rem;height:8.875rem;top:75.8916rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wLti0kTmdL6NKEA6TiCipFbbgEcJ0hFK { width:12.125rem;height:0;top:26.95703125rem;left:3.9375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #f7GnvXdHfGV6yKS8bp6QophOzQqGtHQl { width:5.25rem;height:5.25rem;top:86.0166rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mKBa6qriWEOKcv6XpZ14aFQXrQf9eNax { width:7.1875rem;height:2.625rem;top:26.98535rem;left:6.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTtQXCwgy2DMdhAhRFED8RKC08gs7ctO { display:block; }
 }@media only screen and (max-width: 763px) { #EJ3am39CSCzPWbr3b0axFy0mu3hz5gtB { width:8.875rem;height:2.625rem;top:30.86035rem;left:5.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qbv6QAaQSid06QHzCReKV5OF07XDXMcA { display:block; }
 }@media only screen and (max-width: 763px) { #OsiHm4Ekg1ZJPaqsHEP8dcCdMmXJPlmT { width:7.75rem;height:2.625rem;top:34.73535rem;left:6.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #khGPGqBByL2B6ikuZnVUtt6WxhXgRbUs { display:block; }
 }@media only screen and (max-width: 763px) { #qG4SrLrd4TiDkvzkGVguyFRoLJLA7iw8 { width:7.375rem;height:2.625rem;top:38.61035rem;left:6.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bqdTfBCkba6gZ7qNlQxmtOCF1c8bDlLp { display:block; }
 }@media only screen and (max-width: 763px) { #yXXqmKX6drB7vHRZbUvKktT6nKLHn6LX { width:15.625rem;height:3.3125rem;top:37.484375rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #C6FA3hfNbCd6SWSDNrPhMAee9UAJVS4n { width:15.0625rem;height:1.69921875rem;top:63.75rem;left:3.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15005;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IHihbgAKXCKiUyXTf5MqSbgea5V0Kaoi { width:14.6875rem;height:1.69921875rem;top:67.375rem;left:3.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15006;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HWyQXgLWWDqIlhGBnMUD75Vug7BZOC9p { width:16.0625rem;height:1.69921875rem;top:74.6875rem;left:3.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15007;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qCN61wrrWnLN0oI0pTstKtswOU4NvJvQ { width:20rem;height:10.058625rem;top:7.0029296875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15008;line-height:1.4;font-family:"space grotesk";color:#fef575;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QTuoWTWLTA3BXmNPKNfXrMaywiNTcsVQ { top:17.625rem;left:1.28125rem;width:17.4375rem;height:31.9375rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #lphQg1fuUms3XARKCKgKmN8MdDmmG67n { width:20rem;height:6.5625rem;top:50.4375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15009;line-height:1.4;font-family:"space grotesk";color:#fef575;display:block; }
 }@media only screen and (max-width: 763px) { #OhBno2uHaNGhDyr3VUidKVahdFEKU3cK { top:78.0625rem;left:0rem;width:20rem;height:6.3125rem;z-index:15027;background-color:#ff0042;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #oLWKGwTBtrceKIlkq1DuvUhzcaF235mm { top:79.25rem;left:2rem;width:16.0625rem;height:5.19921875rem;z-index:15028;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AZg7waae91oVb8a3hfsAqNuOut8sQyfO { top:61.125rem;left:6.75rem;width:6.5625rem;height:1.70605625rem;z-index:15031;font-size:1.3125rem;font-family:"space grotesk";display:block; }
 }@media only screen and (max-width: 763px) { #EO15tOpNKPaPCcD5yb3BSu7TkQCBwTMr { width:2.25rem;height:2.25rem;top:74.375rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #xwT3TxVkJm6k8iqkHshZmlahpry3WRXV { width:14.6875rem;height:1.69921875rem;top:70.8125rem;left:3.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15007;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ASrg8uw3cw2plFqs1JGQOe05aI0GpQfl { top:57.6875rem;left:2.125rem;width:15.75rem;height:7.3125rem;z-index:15034;color:#90d5ff;font-size:1.875rem;font-family:teko;display:block; }
 }@media only screen and (max-width: 763px) { #nixouA6tlavrB9iCNTnFVhzIM77LaJzr { width:2.25rem;height:2.25rem;top:88.5625rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #T7BF1KmoQeJrQNtE1zG2olKWBpsTMUyU { width:2.25rem;height:2.25rem;top:92.0625rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #A2WKvHtTMy4FryDK7bU1y2AUbzFNtBkh { top:85.6875rem;left:7.25rem;width:5.5625rem;height:2.11230625rem;z-index:15035;color:#90d5ff;font-size:1.625rem;font-family:teko;display:block; }
 }@media only screen and (max-width: 763px) { #omqpE1Clq1mXCgllpiDwZluVIyFOiqth { width:16.0625rem;height:1.69921875rem;top:88.8125rem;left:2.875rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15008;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #e9cx1xhZiDeGliq2F76AAypcnqvpFOZ9 { width:16.0625rem;height:1.69921875rem;top:92.3125rem;left:2.875rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15009;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WQqdt80EAhF6obBp8MENn6C0NsFHslT2 { display:flex;top:95.8125rem;left:0rem;width:2.4375rem;height:2.4375rem;z-index:15039; }
 }@media only screen and (max-width: 763px) { #APUw4Hh69LMXok6m4Zeg7r4TkAQ06eIH { width:16.0625rem;height:1.69921875rem;top:96.125rem;left:2.875rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15010;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AhyPWBsJ3e2gMa8WDfu2CIMkkaiAusT3 { width:16.0625rem;height:1.69921875rem;top:99.8125rem;left:2.875rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15012;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #S3MZaTCNxmRxPrsSMpQZaKJ18EsbtncA { display:flex;top:99.3125rem;left:0rem;width:2.4375rem;height:2.4375rem;z-index:15041; }
 }@media only screen and (max-width: 763px) { #orRGHqV1BxQ3n2s0ErLEmh0sStRyqamp { top:117.625rem;left:1.53125rem;width:16.9375rem;height:10.9668125rem;z-index:15036;color:#ffff00;font-size:1.6875rem;font-family:teko;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AxsclVGf3aTB58dLEvkFML2FpzMbH0wf { display:flex;top:103.0625rem;left:0rem;width:2.4375rem;height:2.4375rem;z-index:15042; }
 }@media only screen and (max-width: 763px) { #pUv32smypxRGCeM2VFrGcTsfcQ1E9g1k { width:14.1875rem;height:3.798825rem;top:103.0625rem;left:2.9375rem;font-size:1.1875rem;text-align:left;text-align-last:left;z-index:15013;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JZC6gnKQNvdAnLh5pgymNd5cd8HlSAUG { top:0.375rem;left:1.3125rem;width:4.5rem;height:4.5rem;z-index:15001;overflow:hidden;border-top-left-radius:118.75rem;border-top-right-radius:118.75rem;border-bottom-left-radius:118.75rem;border-bottom-right-radius:118.75rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ne9V5ONC3Kp731IvOrS6Mpg9nxIZRXnH { top:3.375rem;left:7.375rem;width:7.25rem;height:1.375rem;z-index:15002;overflow:hidden;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVGTB0O4PtuXuN0wrEpxNN2R9emKeQmd { top:2.0625rem;left:7.3125rem;width:8.8125rem;height:1.0556625rem;z-index:15003;color:#ffffff;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft5qhHGoRNT2kTUgPi9r30tmDWuxHAgi { top:0.625rem;left:7.25rem;width:10rem;height:2.5996125rem;z-index:15002;color:#ffffff;font-family:"playfair display";display:block; }
 }@media only screen and (max-width: 763px) { #ItpXWmwtwnbWb5t6p1n8d45c6RmK3Xt3 { top:5.77734375rem;left:1.40625rem;width:17.1875rem;height:0.9746125rem;z-index:15000;color:#ffffff;font-size:0.75rem;font-family:oswald;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Cy4vx3sQnateBrxCHRIVCOeMXXaxCcwx { top:107.6875rem;left:7.875rem;width:4.25rem;height:3.1875rem;z-index:15043;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aJQvriShnW5T5EN6I2KCuNSd5nbPpDH7 { width:14.1875rem;height:4.5rem;top:111.4375rem;left:2.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15014;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #z0EeqOrLNvXem7UsUNJqLAFrpi8FfdMD { 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;display:block; }#z0EeqOrLNvXem7UsUNJqLAFrpi8FfdMD > .row .container { background-color: transparent; background-image: none; }#z0EeqOrLNvXem7UsUNJqLAFrpi8FfdMD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0EeqOrLNvXem7UsUNJqLAFrpi8FfdMD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0EeqOrLNvXem7UsUNJqLAFrpi8FfdMD > .row .container > .video-iframe-container { display: none; }#z0EeqOrLNvXem7UsUNJqLAFrpi8FfdMD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0EeqOrLNvXem7UsUNJqLAFrpi8FfdMD > .row > .video-iframe-container { display: none; }#z0EeqOrLNvXem7UsUNJqLAFrpi8FfdMD > .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); }#z0EeqOrLNvXem7UsUNJqLAFrpi8FfdMD > .row .container { border-width: 0; border-radius: 0; }#z0EeqOrLNvXem7UsUNJqLAFrpi8FfdMD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z0EeqOrLNvXem7UsUNJqLAFrpi8FfdMD > .row .container { width:20rem;height:145.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DXXgo3mBB9TLgtczWzMsCnahxmVzmdKx { top:22.6875rem;left:0rem;width:12.5rem;height:1.29980625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #A9RDzfhFvMcWzEauBSnQuQh6MULTX8DE { top:28.25rem;left:0rem;width:20rem;height:25.593725rem;z-index:15002;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #OEuSto1Gakp3JwszDxExxPfBQw2SadWf { top:24.875rem;left:0rem;width:16.5rem;height:1.29980625rem;z-index:15001;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ga6xdvSKBlvaF2cdBHs851RgbDo1IOPc { top:54.6875rem;left:0rem;width:20rem;height:27.1933625rem;z-index:15003;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #o5wvqLDFqNgyp5ryARbm9OZprtS983ka { top:83.25rem;left:0rem;width:20rem;height:25.5937625rem;z-index:15004;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ZXa8nt04DBfB7V3eC3lTdUkXsUfTksWK { top:1.0625rem;left:0.9375rem;width:18.125rem;height:8.097625rem;z-index:15005;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.6;font-family:rubik;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #D0FLgnL52WeISJktTFAXwFIUxxsTfzAF { top:20.4375rem;left:0rem;width:12.5rem;height:1.29980625rem;z-index:15006;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ANsMetQPZxsTWV3Os5GTHMe58zVHJcJB { top:109.9375rem;left:0rem;width:20rem;height:33.591825rem;z-index:15007;line-height:1.6;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHMVRMIriXzyZkvVgT2igy8SgeT1BtC0 { top:13rem;left:0.46875rem;width:19.0625rem;height:6.296875rem;z-index:15008;font-size:1.125rem;text-align:center;text-align-last:center;font-family:"roboto condensed";line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #V9gAecWBkCwoS1JFsfqUpxhM8gHlipmz { background-color:#ededed;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V9gAecWBkCwoS1JFsfqUpxhM8gHlipmz > .row .container { background-color: transparent; background-image: none; }#V9gAecWBkCwoS1JFsfqUpxhM8gHlipmz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9gAecWBkCwoS1JFsfqUpxhM8gHlipmz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9gAecWBkCwoS1JFsfqUpxhM8gHlipmz > .row .container > .video-iframe-container { display: none; }#V9gAecWBkCwoS1JFsfqUpxhM8gHlipmz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9gAecWBkCwoS1JFsfqUpxhM8gHlipmz > .row > .video-iframe-container { display: none; }#V9gAecWBkCwoS1JFsfqUpxhM8gHlipmz > .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); }#V9gAecWBkCwoS1JFsfqUpxhM8gHlipmz > .row .container { border-width: 0; border-radius: 0; }#V9gAecWBkCwoS1JFsfqUpxhM8gHlipmz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V9gAecWBkCwoS1JFsfqUpxhM8gHlipmz > .row .container { width:20rem;height:142.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n7nk3i4l95mdQZ7ayQe5B8FJ0oD2VVrM { top:16.25rem;left:0rem;width:20rem;height:13.0625rem;z-index:15000;background-color:#fffafb;background-image:none;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #sa3123C9OyWGTAnlwTNbtNIF6S00bT60 { top:23.1875rem;left:1.3125rem;width:5.125rem;height:5.25rem;z-index:15002;overflow:hidden;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;border-top:0.125rem solid #dcc285;border-left:0.125rem solid #dcc285;border-right:0.125rem solid #dcc285;border-bottom:0.125rem solid #dcc285;display:block; }
 }@media only screen and (max-width: 763px) { #JmTuUpOVxuD8OXxn6Gf7QS9ueDvMuucI { top:26.6875rem;left:7.4375rem;width:10.875rem;height:1.4375rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #urUqBdSPNbhr62pTh6hHyF3P8CGlpKKi { top:15.1875rem;left:1.3125rem;width:3.1875rem;height:3.1875rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HmRJXA0tL6bykzcq4SAxyASRRlHnzsJb { top:24.5625rem;left:8rem;width:9.8125rem;height:1.29980625rem;z-index:15013;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gxJeKUIAFOmm0yMVc40u3pdGassDQwMI { top:18.6875rem;left:1.875rem;width:16.375rem;height:4.19824375rem;z-index:15014;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #BJ4LZZJ4eJiqw3JEbAiTPwtKlPGIUPCK { top:0.6875rem;left:0.5625rem;width:18.875rem;height:9.347625rem;z-index:15021;font-size:1.375rem;font-family:"space grotesk";font-weight:700;font-style:normal;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #P0BsGZVlJ4Ec6ypC7su0czrzTbRpcl8z { top:10.6396484375rem;left:1.25rem;width:17.5rem;height:3.611325rem;z-index:15022;text-align:center;text-align-last:center;line-height:1.7;font-family:montserrat;font-weight:400;font-style:normal;color:#990029;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #deMLBEnb1dfJmG9vInqSRxDRp6MyEOFX { top:31.25rem;left:0rem;width:20rem;height:17.9375rem;z-index:15006;background-color:#fffafb;background-image:none;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #W4kQHE72TGbMuuL3FKAcUWQXspIizAed { top:45.9375rem;left:7.4375rem;width:10.875rem;height:1.4375rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #B5FqUZ1bAMpzoWDvQt2BmX5DbnQLxe6V { top:42.8125rem;left:8rem;width:9.8125rem;height:2.5996125rem;z-index:15019;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g4Ly7AB0y3vvvHrtz606NDJ4PNLgSWi6 { top:33.8125rem;left:1.8125rem;width:16.375rem;height:8.3965rem;z-index:15020;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #C7CS3y8aT7un86lePTI6NdifgTb9eVCg { top:42.25rem;left:1.3125rem;width:5.125rem;height:5.125rem;z-index:15008;overflow:hidden;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;border-top:0.125rem solid #dcc285;border-left:0.125rem solid #dcc285;border-right:0.125rem solid #dcc285;border-bottom:0.125rem solid #dcc285;display:block; }
 }@media only screen and (max-width: 763px) { #f5y79DFALWA8uANmiIsL5DZWU4y8Efto { top:30.1875rem;left:1.3125rem;width:3.1875rem;height:3.1875rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dHuFRNfQTo5bEKOZoR7UmvIvuWO2lcbK { top:51.6875rem;left:0rem;width:20rem;height:16.875rem;z-index:15012;background-color:#fffafb;background-image:none;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #F6cv7TG6bxvXsDJR1VK2tfBMGea47k4V { top:65.6875rem;left:7.4375rem;width:10.875rem;height:1.4375rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yCV4dJeKD9yKPu8mteIWCDz52ECTlEx9 { top:63.4375rem;left:7.1875rem;width:10.125rem;height:1.29980625rem;z-index:15025;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RXKkleL0bTBa3c4T5Exl1TJ8FHmKJLdP { top:54.875rem;left:1.8125rem;width:16.75rem;height:6.99706875rem;z-index:15026;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qfc21Im67vGelmGDozotHDrASdKsPa6U { top:62.125rem;left:1.3125rem;width:5.125rem;height:5.125rem;z-index:15014;overflow:hidden;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;border-top:0.125rem solid #dcc285;border-left:0.125rem solid #dcc285;border-right:0.125rem solid #dcc285;border-bottom:0.125rem solid #dcc285;display:block; }
 }@media only screen and (max-width: 763px) { #vSPqEPoDtE8RdTFM8AZK3EA2T4lQdpkD { top:50.625rem;left:1.3125rem;width:3.1875rem;height:3.1875rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BqcrDIZDhJbfnMFc6Ow1E89kxs0agBGf { top:83.0625rem;left:0rem;width:20rem;height:14.3125rem;z-index:15027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FpAeFqUXzp2fmpOAs9AHDKf906t1fZpa { top:69.9375rem;left:1.125rem;width:17.75rem;height:11.69530625rem;z-index:15028;font-size:1.125rem;font-family:saira;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TlmD6MPWN3t6Vq57nIF9ufVK1mVwh3SI { top:98.0625rem;left:1.3125rem;width:16.9375rem;height:2.7246125rem;z-index:15029;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lUHgQBD1WoaM4MMzgFqJ20uZGgegSXs1 { top:101.4375rem;left:0rem;width:20rem;height:14rem;z-index:15030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #S1ELCyLMt0Rrltgxxkknkt4H91RP2mKa { top:116.375rem;left:1.5625rem;width:16.9375rem;height:2.7246125rem;z-index:15030;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TFbFC1EoT4GriFo9kpmbWdBBZTgSDd8B { top:119.5625rem;left:0rem;width:20rem;height:15.875rem;z-index:15031;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ouV68kiI0kZ6NMd1I9g3xqT8LAKRnVgi { top:136.5625rem;left:1.5625rem;width:16.9375rem;height:2.7246125rem;z-index:15031;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X2hydS1T399h3OWq5wRrH5UTPZMCxd07 { background-color:#383838;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X2hydS1T399h3OWq5wRrH5UTPZMCxd07 > .row .container { background-color: transparent; background-image: none; }#X2hydS1T399h3OWq5wRrH5UTPZMCxd07::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2hydS1T399h3OWq5wRrH5UTPZMCxd07 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2hydS1T399h3OWq5wRrH5UTPZMCxd07 > .row .container > .video-iframe-container { display: none; }#X2hydS1T399h3OWq5wRrH5UTPZMCxd07 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2hydS1T399h3OWq5wRrH5UTPZMCxd07 > .row > .video-iframe-container { display: none; }#X2hydS1T399h3OWq5wRrH5UTPZMCxd07 > .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); }#X2hydS1T399h3OWq5wRrH5UTPZMCxd07 > .row .container { border-width: 0; border-radius: 0; }#X2hydS1T399h3OWq5wRrH5UTPZMCxd07 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X2hydS1T399h3OWq5wRrH5UTPZMCxd07 > .row .container { width:20rem;height:58rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KOWwiiUdS65HiBI8WuX7MDV1Kdw9iUS8 { top:16.0625rem;left:0rem;width:20rem;height:45.5625rem;z-index:15054;background-color:#ffffff;background-image:none;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OBbqgtfABLJsewNE62NpcdTsywUV92K3 { top:17.375rem;left:0.5625rem;width:18.9375rem;height:0;z-index:15055;font-size:1rem;text-align:center;text-align-last:center;color:#000000;line-height:1.6;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Aw7A1xArUCwCOhnw2ZvIOUL5FfFB74fp { top:1.1875rem;left:0.8125rem;width:18.375rem;height:8rem;z-index:15056;color:#ffffff;font-size:1.25rem;font-family:montserrat;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #QAfID7Qxby4wPxu1KT3uHKk8M2ybiopb { top:12.4375rem;left:7.5625rem;width:8.6875rem;height:1.75rem;z-index:15002;overflow:hidden;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJV5S1AMRlwyfPUk16dyuhVgU72Ab0pT { top:53.125rem;left:1.65625rem;width:16.6875rem;height:2.923825rem;z-index:15065;text-align:center;text-align-last:center;font-family:"playfair display";font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yMc4fUwvQyuSaLhL7h3d83gMTwLypRcd { top:9.6875rem;left:0.9375rem;width:5.0625rem;height:5.0625rem;z-index:15068;overflow:hidden;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #d4X8GytqgoeBCnzyEKrivnam7p9PVKTB { top:10.375rem;left:7.5625rem;width:11.5625rem;height:1.3808625rem;z-index:15003;color:#ffffff;font-family:"playfair display";font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7GefyeCQcbfXZrzvQ6VmZVPP0VIllri { top:23.48046875rem;left:2.09375rem;width:15.875rem;height:27.9375rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #zhES0GueaP75aNytkAVCNd1Gu8BaEKUg { top:16.25rem;left:1.65625rem;width:16.6875rem;height:6.05566875rem;z-index:15066;text-align:center;text-align-last:center;font-family:oxygen;font-size:1.1875rem;color:#60f26e;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #npQJ2dUV53AO0Ina9ICZqgGTVcGMt7rZ { background-color:#eaeaea;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#npQJ2dUV53AO0Ina9ICZqgGTVcGMt7rZ > .row .container { border-width: 0; border-radius: 0; }#npQJ2dUV53AO0Ina9ICZqgGTVcGMt7rZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#npQJ2dUV53AO0Ina9ICZqgGTVcGMt7rZ > .row .container { width:20rem;height:32.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #g6BZ5nnXnM6WUUWUXpZa9tTWx0Pzn9Uf { top:1.1875rem;left:0rem;width:19.75rem;height:7.5rem;z-index:15000;text-align:center;text-align-last:center;line-height:1.5;font-size:1.25rem;font-family:"space grotesk";font-weight:700;font-style:normal;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 763px) { #yIcESHxybfzK5wRNTT3uZ3iMnml8So8H { top:10.125rem;left:1.125rem;width:17.75rem;height:1.79980625rem;z-index:15001;text-align:center;text-align-last:center;line-height:1.6;font-size:1.125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dPTq6JIJTN5fL4C5knxneiBTKBiGlKtf { top:13.3125rem;left:3.0625rem;width:16.25rem;height:5.0625rem;z-index:15046;line-height:1.5;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGLAQ5oi5kPsLkhBBLs6LlmkFtz3suUz { display:flex;top:13.5625rem;left:0rem;width:2.0625rem;height:2.0625rem;z-index:15046; }
 }@media only screen and (max-width: 763px) { #f1brdC0zSzLP6a5OfKrITcyLuoADV6Dy { top:19.4375rem;left:3.3125rem;width:16.4375rem;height:5.0625rem;z-index:15048;line-height:1.5;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpH2GTdtdXWwwKZuqu8kZamI2GuxkfCW { top:25.8125rem;left:3.25rem;width:16.1875rem;height:3.375rem;z-index:15049;line-height:1.5;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeFDpBeT3OdctZOmRC51O6W2OiOS0Fsv { display:flex;top:19.875rem;left:0rem;width:2.0625rem;height:2.0625rem;z-index:15047; }
 }@media only screen and (max-width: 763px) { #NRe5ykenLmp2wmUxRKbKuOHTd6VgM3Ri { display:flex;top:26.125rem;left:0rem;width:2.0625rem;height:2.0625rem;z-index:15048; }
 }@media only screen and (max-width: 763px) { #xfVwOn5H4tHFRiS0KeiUe8O2VGT0qpuh { background-color:#ff3151;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xfVwOn5H4tHFRiS0KeiUe8O2VGT0qpuh > .row .container { border-width: 0; border-radius: 0; }#xfVwOn5H4tHFRiS0KeiUe8O2VGT0qpuh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xfVwOn5H4tHFRiS0KeiUe8O2VGT0qpuh > .row .container { width:20rem;height:94.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gaZu9sITtcCM24Q9ATHOJrskpda281mf { top:22.25rem;left:0.84375rem;width:18.3125rem;height:69rem;z-index:15053;font-size:1rem;line-height:1.5;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LPbqnS0vQd0i7hmmixlPeDRCM3MfuHX2 { top:0.9375rem;left:1.28125rem;width:17.4375rem;height:18.8964875rem;z-index:15052;font-size:1.5rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vCnrbvMFoHKWwy62XB49rHGCXyQWrR2G { display:block; }#vCnrbvMFoHKWwy62XB49rHGCXyQWrR2G > .row .container { width:20rem;height:47.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u7tPpPRJLZnBOXHig0htD8CEPmGVR7CU { top:38.3125rem;left:0.3125rem;width:19.375rem;height:6.597625rem;z-index:15066;font-size:0.6875rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BMzy1tBBcZgbXdBSsIlMBulgaF8Amzpw { top:33.5rem;left:2.8125rem;width:17rem;height:6.75rem;z-index:15063;line-height:1.5;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7Q9BlzRMTF3DzFEPSRMmfMGla0hLOqI { top:27.3125rem;left:2.8125rem;width:17rem;height:5.0625rem;z-index:15061;line-height:1.5;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOXfHhmOMHE4PnTgyxCuOETTmA1Aff57 { top:20.9375rem;left:3.125rem;width:16.8125rem;height:5.0625rem;z-index:15060;line-height:1.5;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGJMRN8QQleRxOZsDaluaWl6e2lAzlyF { top:14.125rem;left:3.125rem;width:15.8125rem;height:5.0625rem;z-index:15060;line-height:1.5;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vovt3BLnCBMCXy4ZONTuTum5MPGxxlhM { top:7.5rem;left:3.125rem;width:15.8125rem;height:5.0625rem;z-index:15059;line-height:1.5;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wt9dTyIqNfBOT7bLvmngdPrqShwFJeGT { width:2.125rem;height:2.125rem;top:7.8125rem;left:0rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #PP6UTmV7Qh35zpVs6dz5RryTT4GQp1T5 { width:2.125rem;height:2.125rem;top:21.375rem;left:0rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #Kxh1Ql0AJyiTRawQMBtHe7u21UUWBD54 { width:2.125rem;height:2.125rem;top:14.625rem;left:0rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #VvqiGCGretDmtykAFTn6OOEfeyRrz2Tn { width:2.125rem;height:2.125rem;top:28rem;left:0rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #VH9RcEtHCpqnRIlUMgvUo4d8nMZaybWE { width:2.125rem;height:2.125rem;top:33.875rem;left:0rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #RmOf3HFDuGzOm3QADf4wdTmdgMh9aLuF { top:1.8125rem;left:0.5625rem;width:18.875rem;height:4rem;z-index:15014;text-align:center;text-align-last:center;line-height:1.6;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xVkF74yhC1JxRVTesiaRcHJ5TLMB8XFi { display:none; }#xVkF74yhC1JxRVTesiaRcHJ5TLMB8XFi > .row .container { width:20rem;height:47.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T1G37dFHQTUFEW3gdlNqOmKfEPfC5Zih { top:1.375rem;left:0.90625rem;width:18.1875rem;height:14rem;z-index:15015;text-align:center;text-align-last:center;line-height:1.6;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eeW7BLxkCxyfTL3NRXPh2GBxbgSUQhb4 { top:17.6875rem;left:0.125rem;width:19.8125rem;height:26.77149375rem;z-index:15016;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OPWRspRAueyfN11R9iJ1ZzoJT3ZsFvUi { display:block; }#OPWRspRAueyfN11R9iJ1ZzoJT3ZsFvUi > .row .container { width:20rem;height:105.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dr5ckknITp2Lx3oliPlvz5HqJ4s7yFZa { top:29.9375rem;left:0.5625rem;width:18.875rem;height:39rem;z-index:15023;line-height:1.5;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtplGu4JEe9SWkG81UVrhKwf5eQ4f4GW { top:5.4990234375rem;left:1.625rem;width:16.75rem;height:1.70605625rem;z-index:15025;font-size:1.3125rem;font-family:"open sans";font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EmtsuUzNDnv8dxFH4MLvxMGEzNwpAV0b { top:7.8310546875rem;left:0rem;width:20rem;height:20rem;z-index:15026;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dAbSxLqOyxRWCBnenabtGbTlHkMhqQrJ { top:2.2490234375rem;left:0.8125rem;width:18.375rem;height:1.70605625rem;z-index:15026;font-size:1.3125rem;font-family:"space mono";font-weight:400;font-style:normal;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #W06trNR4TaDRFBr2tOkGMw0OfCs6tRNM { top:4.3837890625rem;left:0rem;width:20rem;height:3.4375rem;z-index:15022;background-color:#6f31ff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ISm56822U2s1Bcm0BJxsgqZsAcMORL3q { top:71.6875rem;left:0.625rem;width:18.75rem;height:12.0703125rem;z-index:15027;line-height:1.4;font-size:1rem;display:block; }#ISm56822U2s1Bcm0BJxsgqZsAcMORL3q li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#ISm56822U2s1Bcm0BJxsgqZsAcMORL3q li:before{  }
 }@media only screen and (max-width: 763px) { #XpserboFeqdphK0pmSFDHQvbPa8kqrM3 { top:68.9375rem;left:0.5625rem;width:18.875rem;height:1.29980625rem;z-index:15028;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #t60guZCbKgvgWX1cRB3QRqMJMJkM01k5 { top:85.25rem;left:0.5625rem;width:12.5rem;height:1.29980625rem;z-index:15029;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZsrGLRsadzSTTy3qhf1H7bellOI73TUh { top:87.875rem;left:0.625rem;width:18.75rem;height:16.7060625rem;z-index:15028;line-height:1.4;display:block; }#ZsrGLRsadzSTTy3qhf1H7bellOI73TUh li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZsrGLRsadzSTTy3qhf1H7bellOI73TUh li:before{  }
 }@media only screen and (max-width: 763px) { #FOyoDCg3fOwKTkpTibzk2vk6mPQNDlB8 { top:1.3837890625rem;left:0rem;width:20rem;height:3.4375rem;z-index:15023;background-color:#373737;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #k81DMDZTniq1c1MAeGFP5wQnbxVUU5KI { display:block; }#k81DMDZTniq1c1MAeGFP5wQnbxVUU5KI > .row .container { width:20rem;height:51.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdsEiAClWLXDdy9BbyBUiR0XskeTe0Pk { top:26.6875rem;left:0.5625rem;width:18.875rem;height:13.5rem;z-index:15023;line-height:1.5;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TNkdNqeuPdiDkFoCHGmvgiHAE2AcHfoy { top:2rem;left:1.125rem;width:17.75rem;height:1.70605625rem;z-index:15025;font-size:1.3125rem;font-family:"open sans";font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rRPrPXumQdbIa0MLK74kAaQVs1x6Mlsf { top:4.5625rem;left:0rem;width:20rem;height:20rem;z-index:15026;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #h9eVMNUTdlLOTiDQG8gQE9QkiLhD5DwP { top:1.125rem;left:0rem;width:20rem;height:3.4375rem;z-index:15022;background-color:#ff3151;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #A8z0CfMTBeO75DPBSL3JQ7719EZDBmx0 { top:36.5625rem;left:0.625rem;width:18.75rem;height:4.7744125rem;z-index:15027;display:block; }#A8z0CfMTBeO75DPBSL3JQ7719EZDBmx0 li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#A8z0CfMTBeO75DPBSL3JQ7719EZDBmx0 li:before{  }
 }@media only screen and (max-width: 763px) { #UVRz3zBvIwJauvS69D2TtHPEOLWgE9pP { top:43rem;left:0.5625rem;width:18.875rem;height:7.5rem;z-index:15024;line-height:1.5;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #lN8pIUMtBA0ivwJOSUUbJFhOl83P4oNh { background-color:#f4f4f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lN8pIUMtBA0ivwJOSUUbJFhOl83P4oNh > .row .container { background-color: transparent; background-image: none; }#lN8pIUMtBA0ivwJOSUUbJFhOl83P4oNh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lN8pIUMtBA0ivwJOSUUbJFhOl83P4oNh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lN8pIUMtBA0ivwJOSUUbJFhOl83P4oNh > .row .container > .video-iframe-container { display: none; }#lN8pIUMtBA0ivwJOSUUbJFhOl83P4oNh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lN8pIUMtBA0ivwJOSUUbJFhOl83P4oNh > .row > .video-iframe-container { display: none; }#lN8pIUMtBA0ivwJOSUUbJFhOl83P4oNh > .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); }#lN8pIUMtBA0ivwJOSUUbJFhOl83P4oNh > .row .container { border-width: 0; border-radius: 0; }#lN8pIUMtBA0ivwJOSUUbJFhOl83P4oNh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lN8pIUMtBA0ivwJOSUUbJFhOl83P4oNh > .row .container { width:20rem;height:193.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RyueZMF1f8NPZxqBIbEfhJT1gmZ97K00 { width:20rem;height:11.2168125rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQ8c36h477Aqh5bZQJKxVEREk1KVMKpe { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PxV6irKIwEHA4uX9WsCgXkRbIZHaotKg { width:20rem;height:9.1855625rem;top:19.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TrgQIn8R1WWumefpKEalnAzoudbPgzPC { width:2.4375rem;height:2.4375rem;top:66.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oILC3IttfPHu4uMfQOVeGS5rTMdIC2EP { width:4.5625rem;height:4.5625rem;top:111.076203125rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nwftRh23lWzO2rm86ODa5pxLEfHshv0K { width:8.875rem;height:8.875rem;top:126.624053125rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FW6O2e9l7mwAxSBmBgg85vTMc3lalWWM { width:4.3125rem;height:4.3125rem;top:136.749053125rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTgN1yiQhvyoIKL8i3tlMiGOV3pR0RUm { width:12.125rem;height:0;top:107.427765625rem;left:3.9375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PhdUwBTpdA59uBWQkv2F49qPkqkoZhWv { width:17.25rem;height:0;top:66.5rem;left:2.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kvMzvMbOconuxmG4AbvekMrwQ4yogckJ { width:20rem;height:0;top:65.351578125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZJHIc708D4yPdlMWFXfTiygewgGXf8as { width:20rem;height:0;top:145.999053125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MTfoogLpd78c9oKqT3bXMuCGvCTQtDmJ { width:20rem;height:0;top:138.484375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pcVnIcp5Q3SQ0t8TkrbWSOelcNKnvLyT { width:2.4375rem;height:2.4375rem;top:70.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zhE6DPDbLSLE2mZlwRB3CCdUN41oVd0A { width:20rem;height:0;top:77.9375rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U0dooxH7i7IIlpeEfsPvQiEhGpdNcqIR { width:2.4375rem;height:2.4375rem;top:87.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qqv0XHIXW17fDGI1l5gWU2T32MbTSZvb { width:14.75rem;height:0;top:87.0625rem;left:3.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #lIaMHMd5iOM4LZT7LaS2ukF5wdGatEKm { width:20rem;height:12.6738375rem;top:0.7412109375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:15003;font-family:"space grotesk";display:block; }
 }@media only screen and (max-width: 763px) { #Rg95J9anJWsVTBFfLPDFN8WXWfKIz77X { width:20rem;height:48.594725rem;top:32.8056640625rem;left:0rem;font-size:1.125rem;z-index:15010;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #CtLn31n2FxXtUGfm8Kd1yt4ffTahpOPF { top:105.125rem;left:2.25rem;width:15.5625rem;height:1.3808625rem;z-index:15028;font-weight:700;font-style:normal;font-size:1.0625rem;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #LBtwndCfotSPpIWEpJ8qdyvfTuJTXniT { width:2.25rem;height:2.25rem;top:102.5625rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #FzWtLgzQXqcSX6tsovDNharfEU3Gzho7 { top:108.5625rem;left:2.75rem;width:17.25rem;height:20.82226875rem;z-index:15004;line-height:1.4;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBLyzQyGU3XtJdvewPBVrGEt2swsUBfl { width:2.25rem;height:2.25rem;top:108.9375rem;left:0rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #vh4n4gsfAAlxkzAqo2KwWclR4y5AWQvc { width:2.25rem;height:2.25rem;top:96.6875rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #V4ExNx7KUffQxughX8tRlMOaP62dgzi4 { top:84.375rem;left:0rem;width:20rem;height:20rem;z-index:15023;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #nk5qCbNPPSmaQks49eBnXc6AwlF41pN8 { top:104.375rem;left:0rem;width:20rem;height:2.875rem;z-index:15027;background-color:#5200ff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #MhT3a7MpETBURqZHuiP25kJDln331oG8 { top:25.4375rem;left:0rem;width:20rem;height:5.4375rem;z-index:15002;background-color:#827f7f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #QZlrsHAhZCisBNIf4CvWxA4Gt3L80OBG { width:7.375rem;height:1.3994125rem;top:27.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15009;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #amFGhSsN0cEQyIi4NitsviZZbGKaWFCe { width:2.875rem;height:2.875rem;top:26.375rem;left:7.3125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #glqkCBSgoxIBluShS8syb0i9S3R1ZRNz { width:6.6875rem;height:6.6875rem;top:24.3125rem;left:9.4375rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #NUPK1nd047zQDRfV4du8ovknTB8ACbJU { width:3.0625rem;height:3.0625rem;top:26.1875rem;left:15.875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #qwkR3DGzOenJEPleWhlnlWGh2LnnGsQx { top:29.375rem;left:9.625rem;width:9.4375rem;height:1.0556625rem;z-index:15029;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #S68V6MilBDknbV6CQirzFBZ5x4FrXkio { top:131.0625rem;left:6.21875rem;width:7.5625rem;height:7.5625rem;z-index:15031;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #u1WbTFwMPEgkiOTAyotxghkaGu337SgL { top:140.75rem;left:1.28125rem;width:17.4375rem;height:5.25rem;z-index:15032;font-size:1.25rem;text-align:center;text-align-last:center;font-family:"space grotesk";font-weight:700;font-style:normal;color:#1e1e1e;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #m5AucVdm0I7M7JTSsFAltAK0RUraoAyX { top:151.9375rem;left:7.875rem;width:8.6875rem;height:1.75rem;z-index:15033;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PiyqypN0VndRBfINvbmOld3bkMH4T1pD { top:147.9375rem;left:0.90625rem;width:5.8125rem;height:5.8125rem;z-index:15034;overflow:hidden;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtH9MQRMc1kKIykB3KTCwRLOx4DsIVTW { top:148.3125rem;left:8.1875rem;width:11.8125rem;height:1.29980625rem;z-index:15004;color:#000000;font-family:"playfair display";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sttX1t7isisS3aRsMyW9FUqiLEOqJcqg { top:150.25rem;left:8.25rem;width:8.8125rem;height:1.0556625rem;z-index:15005;color:#000000;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQiIgV3n6EpRerirTsZ2B8loTMPaIeEE { width:2.25rem;height:2.25rem;top:170.75rem;left:0.5625rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #u7T2cmFnCGVO7MGdHyiamLbz3FqpiQfp { width:2.25rem;height:2.25rem;top:174.75rem;left:0.625rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #pUNyHA7oWuEU0X6qET86xVGiIgRH7v0U { top:166.875rem;left:0.6875rem;width:18.625rem;height:1.70605625rem;z-index:15024;font-family:"open sans";font-size:1.3125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;color:#484848;display:block; }
 }@media only screen and (max-width: 763px) { #kN3HOn8Sy1mNAAoDo4FPmmoTNKlZ4xTs { width:2.25rem;height:2.25rem;top:181.5625rem;left:0.5625rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #osnQXJC6MAeTU3ryXTTgkVtb7wTTcxQx { top:170.4375rem;left:3.4375rem;width:16.5625rem;height:19.3320375rem;z-index:15006;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #eadkDGZzRWmy4ygeecW1qaLhhGXBG4UD { width:2.25rem;height:2.25rem;top:185.875rem;left:0.5625rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #F6l4QkrTWu3Bk5ZeAbeK4u1uM6DpIzp1 { top:146.4375rem;left:0rem;width:20rem;height:45.3125rem;z-index:15001;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kgS6hD0AbA5Hm9ySXT6so0lO7TevB6oK { width:2.25rem;height:2.25rem;top:116.3125rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #NKmUTBZ51sWHyEr6t0V0gvlIZzfTD8Id { width:2.25rem;height:2.25rem;top:123.8125rem;left:0rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #N0wTTo3xVheklVyFEMing34rtXfx1Sk7 { top:155.75rem;left:2.5625rem;width:14.875rem;height:9.0976625rem;z-index:15029;font-size:1.75rem;color:#000000;text-align:center;text-align-last:center;font-family:"space grotesk";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wsiltzbnhSAMarXTJfeeXwyVaIyZTd5F { background-color:transparent;background-image: -webkit-linear-gradient(221deg, #6a00d5, #7e0cf1);background-image: -moz-linear-gradient(221deg, #6a00d5, #7e0cf1);background-image: -ms-linear-gradient(221deg, #6a00d5, #7e0cf1);background-image: -o-linear-gradient(221deg, #6a00d5, #7e0cf1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a00d5', endColorstr='#7e0cf1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a00d5', endColorstr='#7e0cf1' );";background-image: linear-gradient(221deg, #6a00d5, #7e0cf1);background-size:auto !important;display:block; }#wsiltzbnhSAMarXTJfeeXwyVaIyZTd5F > .row .container { background-color: transparent; background-image: none; }#wsiltzbnhSAMarXTJfeeXwyVaIyZTd5F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsiltzbnhSAMarXTJfeeXwyVaIyZTd5F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsiltzbnhSAMarXTJfeeXwyVaIyZTd5F > .row .container > .video-iframe-container { display: none; }#wsiltzbnhSAMarXTJfeeXwyVaIyZTd5F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsiltzbnhSAMarXTJfeeXwyVaIyZTd5F > .row > .video-iframe-container { display: none; }#wsiltzbnhSAMarXTJfeeXwyVaIyZTd5F > .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); }#wsiltzbnhSAMarXTJfeeXwyVaIyZTd5F > .row .container { width:20rem;height:192.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KI3D2g8XJUQEAk8FtpXqqgLpcJg8L95p { width:20rem;height:0;top:1.5625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:"space mono";display:none; }
 }@media only screen and (max-width: 763px) { #LUa4zrz8KlxpXBm6UOt8U0GSqUmXaG05 { width:18.5rem;height:0;top:41.5rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#5e2dce;display:none; }
 }@media only screen and (max-width: 763px) { #KIod9ktr8IX50U7XVDJuIxTH0cT2FopG { width:5.625rem;height:1.29980625rem;top:107.6875rem;left:7.1875rem;font-size:1rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #MHT1tfTkU4lTG5uxnKT01o9uTlsWtWRe { width:20rem;height:11.1904375rem;top:111.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9plRONaMcCwQaxC7iva1MFfHRhev6Uk { width:20rem;height:11.0956875rem;top:98.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #STgZTNIPH4gzCroWO3stca6kXVHQaowc { width:18.3125rem;height:1.875rem;top:107.375rem;left:1rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #cEKUZtosEtweTDIC8fEAiSppHQkQvZ0b { width:20rem;height:2.5625rem;top:73.0175640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hr8ixN19TPh06On8CelLqstx1RkTMWbK { width:6.8125rem;height:1.29980625rem;top:120.5rem;left:7.1875rem;font-size:1rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #ZuegNo7cBBvnfwC1RPcOcKiuBkEw9Ks2 { width:20rem;height:0;top:115.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #pnDX9qd0sGohpxVBocICJgEnpZlitsIP { width:20rem;height:2.5625rem;top:172.152359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ODZ6JPuRQhwFNUTHyAozsg4DlSM9kqW6 { width:20rem;height:2.5625rem;top:188.325234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cdWMf0zagT9mamaiVRSGOLA2ek7reFKf { width:10.125rem;height:1.29980625rem;top:133.75rem;left:4.9375rem;font-size:1rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #x7WOvkBN6cTTTR9Z1ZetK51azrFiEg9Z { width:20rem;height:11.110375rem;top:124.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3vqL2Hx3do4Ny4KvZMOpgfyho6sNzBZ { width:18.3125rem;height:1.875rem;top:120.1875rem;left:0.875rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #PoEnBLzcLKI671G7rBuLyHsA3PA1uZ0p { width:18.3125rem;height:1.875rem;top:133.4375rem;left:0.875rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #qukJXFipCqqvJ1dRZ463V9STaXmsG3oB { width:20rem;height:11.224489795918rem;top:137.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pqo70DhSc3A1On1uMeerFU0aIWOSF6Rr { width:20rem;height:2.5625rem;top:59.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vOVxv6gtRGez8HoWPd2Iul4WZ4KB5HgP { width:6.4375rem;height:1.29980625rem;top:146.5rem;left:7.1875rem;font-size:1rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #vN4zgSWuOWksNJ9KNUkc4cD2t3kUQ8wS { width:18.3125rem;height:1.875rem;top:146.1875rem;left:0.875rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #D1atsJH5yp9VmslUyuTVo7JptfBP66Pk { top:1.322265625rem;left:0.34375rem;width:19.3125rem;height:8.75rem;z-index:15026;font-size:1.5625rem;font-family:"space mono";line-height:1.4;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cAsxVwArLdbunZfMtXkdQoTBxD6ymu1d { top:15.5625rem;left:1.71875rem;width:16.5625rem;height:28.625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #uDlQlOc1qsQIAcIayB3CS2ybgdySIB7k { top:150.5625rem;left:0.625rem;width:18.75rem;height:8.7734375rem;z-index:15028;font-size:1.6875rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lvuWATlkXtMionzgISf1N1g8XNTdJFz2 { top:161.3125rem;left:0rem;width:20rem;height:10.75rem;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fffafb, #ffffff);background-image: -moz-linear-gradient(180deg, #fffafb, #ffffff);background-image: -ms-linear-gradient(180deg, #fffafb, #ffffff);background-image: -o-linear-gradient(180deg, #fffafb, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffafb', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffafb', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fffafb, #ffffff);background-size:auto !important;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypXJXm02s0GsHpbxbn0NaaDE2FDm0FlD { top:162.125rem;left:12.8125rem;width:7.1875rem;height:10rem;z-index:15030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Bkw9yivu9qKcImAGz9PtrQhfQFelz32f { top:164.5625rem;left:1rem;width:12.5rem;height:5.5234375rem;z-index:15031;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4aAEqPQyKSpWf1AJ6T2KpI70osndVTn { top:162.75rem;left:1rem;width:12.5rem;height:1.29980625rem;z-index:15032;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZGrlsM5u5xz32UKkWAfT5hia2ZCdqylL { top:49.5rem;left:0rem;width:20rem;height:15.625rem;z-index:15034;background-color:#ffffff;background-image:none;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUfnt6A2QFRirmFGP9SV0rJ9EiTcXtgc { top:61.724609375rem;left:3.875rem;width:12.5rem;height:1.29980625rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #PDHieLWaKsb116xft6wNdvwJWf3H5XUo { top:58.412109375rem;left:4.09375rem;width:14.25rem;height:1.29980625rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #f17U6S4rtJxQ0e4N9mlUZ2hRlTfJ0Fy1 { top:46.625rem;left:1.125rem;width:19.375rem;height:3.8984375rem;z-index:15037;font-family:"source sans pro";font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #btzOOQHXt8M2DdnVlH78VNLuaxntGkQx { top:54.6875rem;left:4rem;width:15.0625rem;height:2.5996125rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #tTTT9L1uyu41nOVtVPR6tRq6QcH4ldFn { display:flex;top:54.875rem;left:1rem;width:2.25rem;height:2.25rem;z-index:15038; }
 }@media only screen and (max-width: 763px) { #zxt1TLPI5H9CNLPx0xx6DlOdCoUTwMbw { top:51.5rem;left:4.125rem;width:13.25rem;height:3.25rem;z-index:15038;font-family:"space grotesk";font-size:1.25rem;font-weight:700;font-style:normal;color:#ff3151;display:block; }
 }@media only screen and (max-width: 763px) { #J2vTMCcLhtzBdpSNSrlthcDRB4lVScPR { top:50.6875rem;left:0.75rem;width:2.8125rem;height:2.8125rem;z-index:15041;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rxgGBWq7u2B1kdQm7xZ0PfXLM3KPBpxd { top:73.6875rem;left:8.0625rem;width:3.125rem;height:3.125rem;z-index:15042;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mEVqqqFhyNGtUTkpNvM1Fpa0JLrba3oh { top:67.4375rem;left:2.5rem;width:11.5625rem;height:5.361325rem;z-index:15039;font-family:"space grotesk";font-size:1.375rem;font-weight:700;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CA9pgQuz0LC9md1KTUvGoMXLtIe7kCN5 { top:78.875rem;left:4.0625rem;width:15.0625rem;height:2.5996125rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #XEVRbCmzcanFOtrt88tEKeUhHZHQJMFt { top:82.6875rem;left:4.0625rem;width:15.0625rem;height:3.89941875rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #ngZoV0MEXGTiPH7iLKS3nK8ARM4mwdVW { top:87.5rem;left:4.125rem;width:15.0625rem;height:6.499rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #dZCgD6LvvGvgB68ZH7T542VVUkIRBawv { display:flex;top:57.9375rem;left:1rem;width:2.25rem;height:2.25rem;z-index:15039; }
 }@media only screen and (max-width: 763px) { #VRTLbJJTF6ZyIUzTI3g1PTq9IaZ6Xf3x { display:flex;top:61.25rem;left:1rem;width:2.25rem;height:2.25rem;z-index:15040; }
 }@media only screen and (max-width: 763px) { #aCPXry4S7tMsSThrC7yIbBIRn0TPNXGB { top:72.625rem;left:0rem;width:20rem;height:23.5625rem;z-index:15035;background-color:#ffffff;background-image:none;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc2zP58BdGu5VafJGsqmQldR4HU71TOc { top:182rem;left:1.3125rem;width:17.4375rem;height:8.3984375rem;z-index:15033;font-size:1.3125rem;text-align:center;text-align-last:center;font-family:"space grotesk";font-weight:700;font-style:normal;color:#ffffff;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #dI0CDo3mN4lKW7GGAqZwuf4bpuQWamQF { top:65.75rem;left:15.0625rem;width:3rem;height:6.875rem;z-index:15044;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NqfJRJoanXrUoRT05hwpieTDswH5IUWb { top:174.75rem;left:7rem;width:6.0625rem;height:6.0625rem;z-index:15048;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZLLqOMAOpyZdTI4KHxkcFCQvgJ721e4J { display:flex;top:78.875rem;left:0.875rem;width:2.5625rem;height:2.5625rem;z-index:15047; }
 }@media only screen and (max-width: 763px) { #WmeTnwzhcxRnhntwn1mqqH1bLA76hA2I { display:flex;top:82.6875rem;left:0.9375rem;width:2.5625rem;height:2.5625rem;z-index:15048; }
 }@media only screen and (max-width: 763px) { #DRUvSTd54lBTnS4wOG2FmtWgKXbeE0eZ { display:flex;top:87.5625rem;left:0.9375rem;width:2.5625rem;height:2.5625rem;z-index:15049; }
 }@media only screen and (max-width: 763px) { #Q9zsDToa46idTD0fMOUQfNsewusGGrcm { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b0b4cbec-4793-4316-aa3c-994c41e17631/bc3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#Q9zsDToa46idTD0fMOUQfNsewusGGrcm.adaptive-delivery-prevent-bg, #Q9zsDToa46idTD0fMOUQfNsewusGGrcm.lazyload, #Q9zsDToa46idTD0fMOUQfNsewusGGrcm.lazyloading { background-image: none; }#Q9zsDToa46idTD0fMOUQfNsewusGGrcm > .row .container { width:20rem;height:108.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Dt1qsxbPm7NMPbS1X1ggzTPvR54hvLa3 { width:6.0625rem;height:4.38574375rem;top:6.375rem;left:7rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZKhZMai7Tbsrc4ZGQt8Tfzc46dhdJTr1 { width:10.75rem;height:3.8994125rem;top:8.25rem;left:4.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dwIQGxhxhPrXJtOQzZr4OozIRDQGywbx { width:6.0625rem;height:2.923825rem;top:26.75rem;left:7rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TiBQKMAMCxBNusISUGwqsK5Imp8yQHAs { width:10.75rem;height:3.8994125rem;top:28.625rem;left:4.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MM132PSRmfe8HwHc3Fokrf1bovrkLANT { width:10.75rem;height:3.8994125rem;top:38.5rem;left:4.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iflAucJyzk3MOqVe4Q2pw1p0i6MCR4sK { width:6.0625rem;height:2.923825rem;top:36.625rem;left:7rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k5rLgbLVksTMvIHXnHdyfnCn3f1GaXBG { width:10.75rem;height:2.5996125rem;top:18.375rem;left:4.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HqiO9wIbHpCUh1QI6NqTyRgxs3zTzwg3 { width:6.0625rem;height:2.923825rem;top:16.5rem;left:7rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QQZqZfwDiDapyslsTSOClaa0P1FL6QWD { width:2.1875rem;height:2.1875rem;top:23.3544921875rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1M20Fm0Qq3V115bwB7tm8wEf8oy7Mku { width:2.1875rem;height:2.1875rem;top:13.5419921875rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPoZTvVtNO7u0e1zB2HLaUJ6IFJZ0eqO { width:20rem;height:2.5996125rem;top:1.6484375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTiOiJcfSuadoIWLHof7Tk41rLgJVzmv { width:20rem;height:10.1875rem;top:62.62695625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6UiLrTOOhUUy8EsSJiohIgFUuziNRTh { width:20rem;height:10.1875rem;top:85.50195625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0RyfsA9sU0z9vRT9HgFensqWqgEGG7O { width:20rem;height:10.1875rem;top:74.06445625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #adWH15NoNvuUt4V2EDKFvILnRazvK1FS { width:20rem;height:10.1875rem;top:96.93945625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoUBSBVVMuXq5CkcDBPS0UsdhuUPZwgC { width:20rem;height:10.6875rem;top:47.49805rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxCNUk4igmGulftkUT7h0J37SMLaHGG1 { width:20rem;height:1.9417475728156rem;top:59.43555rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpiDSB5y5FM1z6iQXC4Om44VJTGyx3O6 { width:2.75rem;height:2.75rem;top:63.68945625rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dah8CIzkVTq3OJp2Q8Z3FOnfcBeMSZQk { width:3.125rem;height:3.125rem;top:97.93945625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcadlN4c9WCVlDpLS7g1epWKBuOovypK { display:none; }#CcadlN4c9WCVlDpLS7g1epWKBuOovypK > .row .container { width:20rem;height:144.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rU70LdQTqFNidR56Thc1isTI5Xb2OAcq { width:20rem;height:26.625rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RM2OauJshx6ADDTkDsn4VvzJABp649uy { width:8.1875rem;height:6.5rem;top:16rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #WcusgWBTOPZiThWtBXCr89MlwzSfsRFv { width:17.6875rem;height:5.60449375rem;top:23.3310546875rem;left:0.84375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DRnO693fCUhTk4gM4WcFEWUEOxgpDXhb { width:20rem;height:10.3984375rem;top:2.25390625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CXU9a3NW2wit5q4s3kcg0Hr2HpQZ3UD1 { width:10.125rem;height:9.125rem;top:13.375rem;left:8.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpKWur5OliizvMdN6C3E1XqBypeE9AhK { width:20rem;height:22.0625rem;top:56.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1OLWS9fK43fwxdGvEJlJTFNite4IhsZ { width:15.6875rem;height:5.1181625rem;top:50.3134765625rem;left:4.1875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BWdLXEiNIvzIf1iutebvpFl34cyMukkD { width:20rem;height:22rem;top:86.9384765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqGLwTsOROnhFTCLMzvyslrmFbTUC2um { width:18.8125rem;height:18.994125rem;top:88.2275390625rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UygEd2WBUtZNQepRM90xIuDAzIwbnFZE { width:14.25rem;height:6.82425rem;top:79.474609375rem;left:4.90625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R0fU3wmW5Uyg3DZzFUOrfmm1ybszf8nL { width:20rem;height:23.8125rem;top:118.7001953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT8fEd495EeyprMQVzxaoL6AOvDoWp9F { width:17.8125rem;height:19.59375rem;top:120.8095703125rem;left:1.09375rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogmZNf4tcz6tElwHJmflikDwe5avBlBg { width:12.6875rem;height:6.82425rem;top:110.7509765625rem;left:6.21875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gHUZBM4d67RTEL0HDVbCTBVHakbSFExc { width:6.8125rem;height:6.8125rem;top:152.672875rem;left:5.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HS3h4eeSruk3Id51rDWlfAhIXZMw9JX8 { width:4.625rem;height:4.625rem;top:49.6259765625rem;left:0.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HGH4MbuTaV38ScqwsiS7L5qVMGsiE4zW { width:4.625rem;height:4.625rem;top:16.9375rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTndd7DXHZ62ddBs6TgFQdXIyGVgppOf { width:10.4375rem;height:8.3125rem;top:112.0635rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #unISpuqxo3pmE4Bhif4qCooarE5yEhF1 { width:10.4375rem;height:8.3125rem;top:125.0635rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LE04pvLdFqdINGagh2FKmt67NOOzFrEP { width:5.5rem;height:5.5rem;top:111.4130859375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zcowmtact0CNheZ6KWyl9uWmrKTDxEsO { width:5rem;height:5rem;top:80.3876953125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1G5e4x0ucTFKUyGMsRGHeE1WPKpiTLJ { width:18.25rem;height:17.8125rem;top:29.59375rem;left:0.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaDniyQQ2dNRD9ALkbswLzUTorFJ3NUC { width:10.4375rem;height:8.3125rem;top:152.672875rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZvRv8Pq9nyBPUZBdifDAz3p9EFlLoDMc { width:17.9375rem;height:18.994125rem;top:57.5625rem;left:1.03125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXmrRA4bzixlWI6HOsXVAANAgwtHn9qV { top:50.5908203125rem;left:0rem;width:4.5625rem;height:4.5625rem;z-index:15035;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fbvTubcxr7ftotymV2kEKTfETHiTpPUH { background-color:#484848;background-image:none;display:none; }#fbvTubcxr7ftotymV2kEKTfETHiTpPUH > .row .container { width:20rem;height:10.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tlzZVl4vD9x6PrKpuHUa7uVgOHlUoGV2 { width:20rem;height:5.8496125rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZBng6C34aswuTD2FTz46MpXTAWLi1eC2 { width:20rem;height:1.5996125rem;top:7.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #c6lo4OOZz3eLmKD7c0yh9mIeLzTOqqcv { background-color:transparent;background-image:none;display:none; }#c6lo4OOZz3eLmKD7c0yh9mIeLzTOqqcv > .row .container { width:20rem;height:35.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lfzATdOAHBdkABzKhuapGGg5ETMxVOyG { width:20rem;height:15.125rem;top:52.6494140625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HuzTNkTpaHCXwJEhOGpegHrRAvvMTI8d { width:16.625rem;height:1.29980625rem;top:20.875rem;left:1.6875rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #HJ0xXR2rdHq1NCiKA2gBcz1nJzS6ATRG { width:16.8125rem;height:1.29980625rem;top:22.9375rem;left:1.625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #d1OVX1F6piMvI1VdKuGzB8WZMOr1tT01 { width:20rem;height:0.0625rem;top:57.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aqJFcpXXw3Amd2KxbTCs4pAuZv4hiLaQ { width:5.625rem;height:1.79980625rem;top:24.8125rem;left:7.1875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #X2BM1CtEnVrU4S72CVWX6O9TLaLgiCTe { width:1.4375rem;height:1.4375rem;top:29rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VLUVXEl9TFTLQcRy9z84sqP0JlwgKnFP { width:13rem;height:0;top:62rem;left:6.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #SbwhJQSFKuudLanTTDbiWsQIGfrfkTX3 { width:1.375rem;height:1.0625rem;top:62.375rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lEbVT0qqTQSLuM45FkpQAORi3ZgvqV9n { width:20rem;height:58.9375rem;top:-0.0625rem;left:0rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #dUU0WlwtPqQ119KvO3BgCBJ3VdNIuBL7 { width:20rem;height:0;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14998;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #nQBVThy0KRqh63TRo9cdnfWMGWURp1iD { width:17rem;height:0;top:10.25rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy .widget-input-text {padding-top: 0; padding-bottom: 0;}#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy .widget-input-select {padding-top: 0; padding-bottom: 0;}#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy  { width:17.5rem;height:auto;top:32.125rem;left:0rem; }
#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy {display:block;}#EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy { width:17.5rem;height:auto;top:32.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy #aKLW4sWZkuPkAy8to9pHeaCgmR3F80MD {  }
 }@media only screen and (max-width: 763px) { #EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy #Ip9izF8HpNGSltyTIAJT3a7MioSr7Pg7 {  }
 }@media only screen and (max-width: 763px) { #EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy #nsnkn2f0oHhCeJhIucDosQ40LVK1vDA0 {  }
 }@media only screen and (max-width: 763px) { #EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy #z7bHc15er6JLO9QGwG9w0pIE6hUpbXQR {  }
 }@media only screen and (max-width: 763px) { #EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy #MGAAfs2zwqKn2CdACe0EruDU95eJvXys {  }
 }@media only screen and (max-width: 763px) { #EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy #H2THrHMoQkqZ7fTZG0Hktm1qxrLBzTkG {  }
 }@media only screen and (max-width: 763px) { #EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy #NrkS8t8LuIKENFZk1MC6I3wKS508KEb5 {  }
 }@media only screen and (max-width: 763px) { #EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy #eO9ruh2FZPu7fXiDFsNTGnKTCznCdqnb {  }
 }@media only screen and (max-width: 763px) { #EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy #ixH5enPA9EqKM4GM0L8nrfQK11oRc9ZC {  }
 }@media only screen and (max-width: 763px) { #EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy #hdAJvWFa9sDPEuTMr9hXVHT8f3fi1mop {  }
 }@media only screen and (max-width: 763px) { #EpxUh7RQBZupd0WgaRi6cJXJgo9EktTy #XNfuMJHurpSN0EORrfSsXKP9geXXZICf {  }
 }@media only screen and (max-width: 763px) { #DkXJebGl5XeipJt043FRB2UyLVIIgARC { width:9.6875rem;height:9.6875rem;top:9.75rem;left:5.15625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AGAoecIDZU5OwuPDA6UH51B9OvbCiU7g { top:27.6875rem;left:2.125rem;z-index:15023;width:15.75rem;height:3.4375rem;font-size:1.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #340566);background-image: -moz-linear-gradient(216deg, #7700fd, #340566);background-image: -ms-linear-gradient(216deg, #7700fd, #340566);background-image: -o-linear-gradient(216deg, #7700fd, #340566);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#340566' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#340566' );";background-image: linear-gradient(216deg, #7700fd, #340566);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Ol1rZFOFWT71iVRQVTD48CNTvsnh3hVF { display:block; }
 }@media only screen and (max-width: 763px) { #mZfrcWSHxMT2JMCVW2Mn5KB69cVtHqqk { width:20rem;height:6.597625rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14999;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #wRqI3pP0lVG8Rc55RCKK7TXapCH8pwHB { background-color:#6f31ff;background-image:none;display:block; }#wRqI3pP0lVG8Rc55RCKK7TXapCH8pwHB > .row .container { background-color: transparent; background-image: none; }#wRqI3pP0lVG8Rc55RCKK7TXapCH8pwHB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRqI3pP0lVG8Rc55RCKK7TXapCH8pwHB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRqI3pP0lVG8Rc55RCKK7TXapCH8pwHB > .row .container > .video-iframe-container { display: none; }#wRqI3pP0lVG8Rc55RCKK7TXapCH8pwHB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRqI3pP0lVG8Rc55RCKK7TXapCH8pwHB > .row > .video-iframe-container { display: none; }#wRqI3pP0lVG8Rc55RCKK7TXapCH8pwHB > .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); }#wRqI3pP0lVG8Rc55RCKK7TXapCH8pwHB > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qoPdQq5z7vXcFAZOLg5gvEPh83MwqnTD { width:11.3125rem;height:0;top:4.6875rem;left:7.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hc7DbVsJqEuSzTM3JqPdVI6Slxy9kTi0 { width:8.0625rem;height:2.9238375rem;top:0.875rem;left:11.125rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #s2LTv8ryNt9ZGs330sT0uRDi5IM0Tf2s { background-color:transparent;background-image: -webkit-linear-gradient(166deg, #3e3939, #0e0e0e);background-image: -moz-linear-gradient(166deg, #3e3939, #0e0e0e);background-image: -ms-linear-gradient(166deg, #3e3939, #0e0e0e);background-image: -o-linear-gradient(166deg, #3e3939, #0e0e0e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3939', endColorstr='#0e0e0e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3939', endColorstr='#0e0e0e' );";background-image: linear-gradient(166deg, #3e3939, #0e0e0e);background-size:auto !important;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#s2LTv8ryNt9ZGs330sT0uRDi5IM0Tf2s > .row .container { border-width: 0; border-radius: 0; }#s2LTv8ryNt9ZGs330sT0uRDi5IM0Tf2s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s2LTv8ryNt9ZGs330sT0uRDi5IM0Tf2s > .row .container { width:20rem;height:10.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nvDewTPRJFUlzzTGatHoX9DlSiFLDDMI { top:2.875rem;left:0.5625rem;z-index:15022;width:18.9375rem;height:3.8125rem;font-size:1.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;font-weight:700;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);line-height:1.3;text-align:center;text-align-last:center;box-shadow: 0.1875rem 0.3125rem 1.25rem rgba(107,107,107,0.94) ;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #9025ff, #520aa7);background-image: -moz-linear-gradient(216deg, #9025ff, #520aa7);background-image: -ms-linear-gradient(216deg, #9025ff, #520aa7);background-image: -o-linear-gradient(216deg, #9025ff, #520aa7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9025ff', endColorstr='#520aa7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9025ff', endColorstr='#520aa7' );";background-image: linear-gradient(216deg, #9025ff, #520aa7);background-size:auto !important;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #wZfIDpENDH84tASkGWmQAdOXB0UZpow3 { display:block; }
 }@media only screen and (max-width: 763px) { #ThoxAaEyLTMDpoPfziC4T1mGTmTZ8mbI { display:flex;top:3.8125rem;left:1.9375rem;width:1.9375rem;height:1.9375rem;z-index:15024; }
 }@media only screen and (max-width: 763px) { #aKw4615FZqEsK6JFnlKiUZOCqPBE1zrd { top:1rem;left:3.875rem;width:10.1875rem;height:1.94921875rem;z-index:15026;color:#e3ddde;font-size:0.75rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #dOFoPfuGugdE8WTCub7h4gK6XiOZ2gl8 { top:0.875rem;left:2.5625rem;width:0.9375rem;height:0.9375rem;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffae00, #c07f0d);background-image: -moz-linear-gradient(180deg, #ffae00, #c07f0d);background-image: -ms-linear-gradient(180deg, #ffae00, #c07f0d);background-image: -o-linear-gradient(180deg, #ffae00, #c07f0d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#c07f0d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#c07f0d' );";background-image: linear-gradient(180deg, #ffae00, #c07f0d);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #FkCKeeWy0CIDxosxccb0phf7G736OWsz { top:0.375rem;left:14.375rem;width:2.125rem;height:2.125rem;z-index:15028;overflow:hidden;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Bqn1nNzk0ESBTiVpymScBJ3UFShGiMDI { top:7.2421875rem;left:1.96875rem;width:16.0625rem;height:2.761725rem;z-index:15029;color:#ffffff;font-size:1.0625rem;text-align:center;text-align-last:center;font-family:oswald;display:block; }
 }