.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QdKDMgF532IfmS93L1HxAdgfnSUdQpS5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/b6a379bc-a020-46ae-a716-832256990e66/bgcursolivreb.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#QdKDMgF532IfmS93L1HxAdgfnSUdQpS5.adaptive-delivery-prevent-bg, #QdKDMgF532IfmS93L1HxAdgfnSUdQpS5.lazyload, #QdKDMgF532IfmS93L1HxAdgfnSUdQpS5.lazyloading { background-image: none; }#QdKDMgF532IfmS93L1HxAdgfnSUdQpS5 > .row .container { border-width: 0; border-radius: 0; }#QdKDMgF532IfmS93L1HxAdgfnSUdQpS5 > .row > .video-iframe-container {  }#QdKDMgF532IfmS93L1HxAdgfnSUdQpS5 > .row .container { font-size:0.875rem;font-family:arial;height:35.75rem;width:75rem;position:relative;display:none; }#HmfwDUwUmoAVBCoaT5R1FCMc4i4JkQ3O { 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;height:12.5rem;width:12.5rem;display:none; }
#DZJTuJbqidEUJwE1c3D7iL9oZ06cnPP1 { 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;height:12.5rem;width:12.5rem;display:none; }
#w72tTTq6TPEXFDnTqAbLyHeqanUoTDTR { color:#ffffff;display:block;width:39.625rem;position:absolute;font-family:gilroy;font-size:2.5625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:12.9375rem;left:27.875rem;height:0;display:none; }
#QZimP9VlXnb5h8RZVSglanl08BwvpcTB { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:32.875rem;top:19.5rem;left:7.5rem;overflow:hidden;display:none; }
#guuBNHqIT78VeQLBOJsDagyav55rF9SB { position:absolute;display:block;z-index:15021;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:7.8125rem;border-top-right-radius:7.8125rem;border-bottom-left-radius:7.8125rem;border-bottom-right-radius:7.8125rem;height:3.125rem;width:18.1875rem;top:30.6875rem;left:29.125rem;display:none; }
#lTo3Mme2NhFzsTEV1cgtoyJeriObGf1v { color:#000000;display:block;width:2.625rem;position:absolute;font-family:akkurat-mono;font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:31.5625rem;left:30.1875rem;height:0;display:none; }
#UOLbIPOlmXP1xxUNOlDzJ49p8TEq8dXv { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:akkurat-mono;font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:31.5rem;left:36.25rem;height:0;display:none; }
#tbVyVfMcneQnUFyNfqPGVxAc55zOKWm6 { color:#000000;display:block;width:2.3125rem;position:absolute;font-family:akkurat-mono;font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:31.5625rem;left:32.75rem;height:0;display:none; }
#x0JuiDwVqe71U3iGZ8KWtUuaI2qoxzD0 { color:#000000;display:block;width:1.5rem;position:absolute;font-family:akkurat-mono;font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:31.4375rem;left:34.875rem;height:0;display:none; }
#NiQBvpkw1lNXoahHIdrqrnKzCeJtzHVh { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:32.875rem;top:5.5625rem;left:7.875rem;overflow:hidden;display:none; }
#ksDwn2dz2kqbf9rB7EHEA4KEXdhwGOGd { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7rem;width:8.25rem;top:3.125rem;left:57.875rem;overflow:hidden;display:none; }
#Q5un1q1M6Lm7d4i9tLyG1PU83cq40Wlw { color:#000000;display:block;width:42.8735625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:21.561279296875rem;left:2.0623779296875rem;height:1.71875rem;font-style:normal;display:block; }
#aEmTeSyxwcbduWwMEod5cC9sKpbd0N4x { background-color:#000000;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.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;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:archivo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:27.499389648438rem;left:2.0623779296875rem;display:block; }
#sG5CZRFfVdh4xiEEarIN4ntJVyFd1Lo2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PqLvS4D3Ouc5alxFPnTtAOD7VWhSqHvI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:49.6875rem;width:59.6875rem;display:none; }
#RTQ7guJLKr4hzHpVNdkfklP08LPJAWWA { position:absolute;display:block;z-index:14999;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:9.624625rem;width:9.812rem;top:3.26416015625rem;left:42.1240234375rem;display:block; }
#FJ1zaB8atasyMorPAT4qI20KqVqz5lJ2 { color:#a28cf1;display:block;width:6.936625rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:6.2188720703125rem;left:43.560791015625rem;height:3.7125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QPw21bnQ7kxOAH2buSDEzpEh9mfCwuaT { color:#000000;display:block;width:22.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:3.8117189407349rem;left:2.0617189407349rem;height:1.375rem;font-style:normal;display:block; }
#mrbQy8Ucebbvh5oNqC5VETrOBc8VCbk0 { color:#000000;display:block;width:37.5rem;position:absolute;font-family:montserrat;font-size:3.9375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:6.21875rem;left:1.4984369277954rem;height:12.99375rem;font-style:normal;display:block; }
#a7Jc3vSdO6G2d2F9tyhNCNxTynxl1k94 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#a7Jc3vSdO6G2d2F9tyhNCNxTynxl1k94 > .row .container { background-color: transparent; background-image: none; }#a7Jc3vSdO6G2d2F9tyhNCNxTynxl1k94::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7Jc3vSdO6G2d2F9tyhNCNxTynxl1k94 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7Jc3vSdO6G2d2F9tyhNCNxTynxl1k94 > .row .container > .video-iframe-container { display: none; }#a7Jc3vSdO6G2d2F9tyhNCNxTynxl1k94 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7Jc3vSdO6G2d2F9tyhNCNxTynxl1k94 > .row > .video-iframe-container { display: none; }#a7Jc3vSdO6G2d2F9tyhNCNxTynxl1k94 > .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); }#a7Jc3vSdO6G2d2F9tyhNCNxTynxl1k94 > .row .container { border-width: 0; border-radius: 0; }#a7Jc3vSdO6G2d2F9tyhNCNxTynxl1k94 > .row > .video-iframe-container {  }#a7Jc3vSdO6G2d2F9tyhNCNxTynxl1k94 > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:block; }#WzsTZKvsKPE4T80UI8dV1RRTsx1W91Rz { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.0625rem;width:12.5rem;top:1.624755859375rem;left:2.061767578125rem;overflow:hidden;display:block; }
#WAQSH0ZJEHTGbAJ0F04aPl66OLUwv5VN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/b6a379bc-a020-46ae-a716-832256990e66/bgcursolivreb.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#WAQSH0ZJEHTGbAJ0F04aPl66OLUwv5VN.adaptive-delivery-prevent-bg, #WAQSH0ZJEHTGbAJ0F04aPl66OLUwv5VN.lazyload, #WAQSH0ZJEHTGbAJ0F04aPl66OLUwv5VN.lazyloading { background-image: none; }#WAQSH0ZJEHTGbAJ0F04aPl66OLUwv5VN > .row .container { background-color: transparent; background-image: none; }#WAQSH0ZJEHTGbAJ0F04aPl66OLUwv5VN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAQSH0ZJEHTGbAJ0F04aPl66OLUwv5VN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAQSH0ZJEHTGbAJ0F04aPl66OLUwv5VN > .row .container > .video-iframe-container { display: none; }#WAQSH0ZJEHTGbAJ0F04aPl66OLUwv5VN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAQSH0ZJEHTGbAJ0F04aPl66OLUwv5VN > .row > .video-iframe-container { display: none; }#WAQSH0ZJEHTGbAJ0F04aPl66OLUwv5VN > .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); }#WAQSH0ZJEHTGbAJ0F04aPl66OLUwv5VN > .row .container { border-width: 0; border-radius: 0; }#WAQSH0ZJEHTGbAJ0F04aPl66OLUwv5VN > .row > .video-iframe-container {  }#WAQSH0ZJEHTGbAJ0F04aPl66OLUwv5VN > .row .container { font-size:0.875rem;font-family:arial;height:32.6875rem;width:75rem;position:relative;display:block; }#yP8zprrpECH83XsMHA8N6XlBB9CwtBlq { 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;height:12.5rem;width:12.5rem;display:none; }
#XyP21WpvAz3T3JWm9E46lXBS5L37vDEC { 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;height:12.5rem;width:12.5rem;display:none; }
#p7L09TIlEVADBDbt544DUDBTLS9OTEhJ { color:#ffffff;display:block;width:39.625rem;position:absolute;font-family:gilroy;font-size:2.5625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:12.9375rem;left:27.875rem;height:0;display:none; }
#fdgUITpxRvVqSUR9n2CpiGhGswOTnP2e { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:32.875rem;top:19.5rem;left:7.5rem;overflow:hidden;display:none; }
#DTTQltzFKNxCNA6uIugwRK5grrwveQeu { position:absolute;display:block;z-index:15021;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:7.8125rem;border-top-right-radius:7.8125rem;border-bottom-left-radius:7.8125rem;border-bottom-right-radius:7.8125rem;height:3.125rem;width:18.1875rem;top:30.6875rem;left:29.125rem;display:none; }
#Jkw0Xw4IOtmvq2K4K9zmgTO5TQPBFK8m { color:#000000;display:block;width:2.625rem;position:absolute;font-family:akkurat-mono;font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:31.5625rem;left:30.1875rem;height:0;display:none; }
#DVGTpRJ83t7Zm6IiBbabJ3KqvnpoyA7o { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:akkurat-mono;font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:31.5rem;left:36.25rem;height:0;display:none; }
#CfJycHT7d2iL49rmCbiKg9x7SJPLAie6 { color:#000000;display:block;width:2.3125rem;position:absolute;font-family:akkurat-mono;font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:31.5625rem;left:32.75rem;height:0;display:none; }
#DmtRNKTkdgJqp0Tvu8bgyWoRvtiaEI4o { color:#000000;display:block;width:1.5rem;position:absolute;font-family:akkurat-mono;font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:31.4375rem;left:34.875rem;height:0;display:none; }
#RoC7ma4G1nJQHupMKriCeaJq2bDnE6Ni { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:32.875rem;top:5.5625rem;left:7.875rem;overflow:hidden;display:none; }
#yeb4En1ePouUDA8pyWLlnQPq67xCPAhi { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7rem;width:8.25rem;top:3.125rem;left:57.875rem;overflow:hidden;display:none; }
#mvheFRu5nti0RVRrQXwywhkvkM8n77wT { color:#000000;display:block;width:42.8734375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:19.56093788147rem;left:2.0617189407349rem;height:1.71875rem;font-style:normal;display:block; }
#EspS31Sv5TN2VTFnuoncU4lznwnJ6Sdw { background-color:#000000;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.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;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:archivo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:24.749219894409rem;left:2.0617189407349rem;display:block; }
#CnDtDBbQwkUnXv2LRxREoJnVEAEBE3D9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xEq8Ig13mf7LugrgEZaJ1wUfWMkUW4Ms { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:49.6875rem;width:59.6875rem;display:none; }
#MyQXLkliq7udgc9wX4yNAllH2LsFX2mP { color:#000000;display:block;width:25.75rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:4.8742189407349rem;left:2.1242189407349rem;height:1.58125rem;font-style:normal;display:block; }
#B9UN6UWw8xreL8ZPaC4RhPqgnrXRuLth { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:40.25rem;top:7.686718940735rem;left:1.3742189407349rem;overflow:hidden;display:block; }
#Ptb0aIrFkATZ0s7EXP18DGT1fJVAXRFs { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.6875rem;width:9.6875rem;top:21.279688119888rem;left:40.999219894409rem;overflow:hidden;display:block; }
#puecB9VkQWbm88flIQqWMFQ7KMWo1rIB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b9a7f7;background-image:none;position:relative;display:block; }#puecB9VkQWbm88flIQqWMFQ7KMWo1rIB > .row .container { background-color: transparent; background-image: none; }#puecB9VkQWbm88flIQqWMFQ7KMWo1rIB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puecB9VkQWbm88flIQqWMFQ7KMWo1rIB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puecB9VkQWbm88flIQqWMFQ7KMWo1rIB > .row .container > .video-iframe-container { display: none; }#puecB9VkQWbm88flIQqWMFQ7KMWo1rIB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puecB9VkQWbm88flIQqWMFQ7KMWo1rIB > .row > .video-iframe-container { display: none; }#puecB9VkQWbm88flIQqWMFQ7KMWo1rIB > .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); }#puecB9VkQWbm88flIQqWMFQ7KMWo1rIB > .row .container { border-width: 0; border-radius: 0; }#puecB9VkQWbm88flIQqWMFQ7KMWo1rIB > .row > .video-iframe-container {  }#puecB9VkQWbm88flIQqWMFQ7KMWo1rIB > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#QStXtXmx1epUqNbCFCB5718Fei26rysd { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.5625rem;width:49.6875rem;top:26.625rem;left:10.4375rem;overflow:hidden;display:none; }
#bd7MLoL90JMtpc2ZsRMqN4S1Uy62mSC9 { color:#000000;display:block;width:9.125rem;position:absolute;font-family:akkurat-mono;font-size:0.8125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:30.375rem;left:17.375rem;height:1rem;display:none; }
#S8JiJUizlLroHn0FTl4SReFHcBpqUGBE { position:absolute;display:block;z-index:15018;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:5.8125rem;top:26.625rem;left:9.5rem;display:none; }
#bD2HxeoCTiZ9qXqDAwu3g3WluGOCxCBC { color:#8a6df1;display:block;width:30.8741875rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:4.1234378814697rem;left:23.18593788147rem;height:3.1625rem;text-align:center;text-align-last:center;display:block; }
#WJuJN301LQ8Hp76g6M0TtoPslXSJOQkJ { position:absolute;display:block;z-index:15019;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.1875rem solid #8a6df1;border-left:0.1875rem solid #8a6df1;border-right:0.1875rem solid #8a6df1;border-bottom:0.1875rem solid #8a6df1;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:15.437rem;width:30.499875rem;top:10.718627929688rem;left:5.4669189453125rem;display:block; }
#eiSETFkPtOUptoB7p0IKxXQZuThHoBUx { position:absolute;display:block;z-index:15020;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8a6df1;border-left:0.0625rem solid #8a6df1;border-right:0.0625rem solid #8a6df1;border-bottom:0.0625rem solid #8a6df1;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:2.75rem;width:30.6875rem;top:10.811767578125rem;left:5.4990234375rem;display:block; }
#di1FnFl6mERaLNlGhnyLswZbbHBuclVW { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.9375rem;width:0.9375rem;top:11.748779296875rem;left:6.8118896484375rem;display:block; }
#h0TMGTz4nrS3PT7dNxrmCDJH0ppB7fsV { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.9375rem;width:0.9375rem;top:11.748657226562rem;left:7.9368896484375rem;display:block; }
#ZOsJUxe6KZM7U6J4klm5z7aysLboTkw9 { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.9375rem;width:0.9375rem;top:11.748657226562rem;left:9.061767578125rem;display:block; }
#ymQIZFfsaQ1KIxPMxHZU1riKRaoqxWTc { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.2495rem;width:8.4375rem;top:15.997314453125rem;left:38.123901367188rem;overflow:hidden;display:block; }
#KfezIs5ratX6MU0orvvdExZeSTypSZR8 { position:absolute;display:block;z-index:15024;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.1875rem solid #8a6df1;border-left:0.1875rem solid #8a6df1;border-right:0.1875rem solid #8a6df1;border-bottom:0.1875rem solid #8a6df1;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:15.4375rem;width:30.5rem;top:10.874633789062rem;left:41.937133789062rem;display:block; }
#TnbImJymP0SM8Tx6yTIGDObnx0hPfd1V { position:absolute;display:block;z-index:15025;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8a6df1;border-left:0.0625rem solid #8a6df1;border-right:0.0625rem solid #8a6df1;border-bottom:0.0625rem solid #8a6df1;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:2.75rem;width:30.6875rem;top:10.874633789062rem;left:41.937133789062rem;display:block; }
#hwAkPMMuVrJ7pgndz7llGk8H2Cuo6XiB { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.9375rem;width:0.9375rem;top:11.812133789062rem;left:43.25rem;display:block; }
#H23BlsJSWafJEmUu2JittW03wBmN0gTd { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.9375rem;width:0.9375rem;top:11.812133789062rem;left:44.374877929688rem;display:block; }
#ZkVd3vgZPaJT235ABsrbVmfBDQhTdP6f { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.9375rem;width:0.9375rem;top:11.812133789062rem;left:45.499755859375rem;display:block; }
#rudnecJds4HukcZsNBHFeET0rFPbeXOi { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7rem;width:7rem;top:16.369995117188rem;left:3.3111572265625rem;overflow:hidden;display:block; }
#qSHJZkNsa14IF34Kt9cylubFKzlQRt28 { color:#000000;display:block;width:23.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15031;line-height:1.4;letter-spacing:0;top:14.674194335938rem;left:11.436157226562rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hz0u2V2u2ZTlGDEIcVEVCa48dk8rqlsq { color:#000000;display:block;width:23.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15032;line-height:1.4;letter-spacing:0;top:14.799194335938rem;left:48.060668945312rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NsKX4nsCdUUz9sSAlpvVkv950NeA8C5H { color:#000000;display:block;width:22.87475rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15032;line-height:1.4;letter-spacing:0;top:18.873779296875rem;left:11.436157226562rem;height:6.2988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aBms3bJNJatw0QXaVp9dNRAg490q5fA4 { color:#000000;display:block;width:22.874125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15033;line-height:1.4;letter-spacing:0;top:18.872680664062rem;left:48.122314453125rem;height:6.2988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NTAZ6MohldpiGi0u7efWPdOzFVmJy58g { 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.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;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:archivo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:29.5rem;left:28.750001907349rem;display:block; }
#kdc2Lf6O4v0ecVZmlPvJEI8xqtRf03Jx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CqqrKvSM2kql43ixm67hZTSeIRTRC7qJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8a6df1;background-image:none;position:relative;display:block; }#CqqrKvSM2kql43ixm67hZTSeIRTRC7qJ > .row .container { background-color: transparent; background-image: none; }#CqqrKvSM2kql43ixm67hZTSeIRTRC7qJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqqrKvSM2kql43ixm67hZTSeIRTRC7qJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqqrKvSM2kql43ixm67hZTSeIRTRC7qJ > .row .container > .video-iframe-container { display: none; }#CqqrKvSM2kql43ixm67hZTSeIRTRC7qJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqqrKvSM2kql43ixm67hZTSeIRTRC7qJ > .row > .video-iframe-container { display: none; }#CqqrKvSM2kql43ixm67hZTSeIRTRC7qJ > .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); }#CqqrKvSM2kql43ixm67hZTSeIRTRC7qJ > .row .container { border-width: 0; border-radius: 0; }#CqqrKvSM2kql43ixm67hZTSeIRTRC7qJ > .row > .video-iframe-container {  }#CqqrKvSM2kql43ixm67hZTSeIRTRC7qJ > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:block; }#q1xwVzRrL88iP16JddHxD2SpFCWSyzqn { color:#ffffff;display:block;width:7.687375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:4.5rem;left:5.9375rem;height:1.71875rem;font-style:normal;display:block; }
#rxFGcmCicPKpE6ISyNRDL7rx1VbMBxOA { color:#ffffff;display:block;width:8.312375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:4.49951171875rem;left:18.31103515625rem;height:1.71875rem;font-style:normal;display:block; }
#vtQOzQXZkGzCbrAGhGFMmpTHdzUEptks { color:#ffffff;display:block;width:7.68675rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:4.56201171875rem;left:32.594116210938rem;height:1.71875rem;font-style:normal;display:block; }
#bFqCDSBrdgvFIw2oJyOiIT2O1er16Loh { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:4.1875rem;top:4.25rem;left:1rem;overflow:hidden;display:block; }
#z0W4vZDo6DlTtVZnKZTFGpn5psiOV9s2 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:3.2495125rem;top:4.468017578125rem;left:28.625rem;overflow:hidden;display:block; }
#WhtCVx4BCDGpgV8xCaNfCBSHTVTzc2QV { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:2.3125rem;top:4.186767578125rem;left:15.2490234375rem;overflow:hidden;display:block; }
#bwI1s9Jg28lqIODl0bnZtaPAl7AXfpGd { color:#ffffff;display:block;width:7.68675rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:6.625rem;left:5.9375rem;height:1.0996125rem;font-style:normal;display:block; }
#E5VbfSO545er17SPxlQq4nZNgZIXCN0m { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:2.1744384765625rem;left:42.748413085938rem;height:1.7875rem;font-style:normal;display:block; }
#J6wQEBD2ZvlKw4Of1nvp2QB1Tn0fEaQE { color:#ffffff;display:block;width:27.25rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:5.04345703125rem;left:42.998413085938rem;height:1.30615rem;font-style:normal;display:block; }
#ynqSOCN6wbSdLknFwr960bGxTZkS8ghP { position:absolute;display:block;z-index:15000;background-color:#000000;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.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:2.25rem;width:27.875rem;top:4.6243896484375rem;left:41.999267578125rem;display:block; }
#zk6CdEZy8XkTiqIQEgFNrfa9o1XQb79J { position:absolute;display:block;z-index:15002;background-color:#000000;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.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:2.25rem;width:31.375rem;top:7.24951171875rem;left:42.06201171875rem;display:block; }
#lfqdduESrV5GoTXlpHZKv5vpWI5CyC7P { color:#ffffff;display:block;width:32rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:7.6875rem;left:43.0625rem;height:1.30615rem;font-style:normal;display:block; }
#vq8AJUDPekA3Bk4H8EUmcPqfIWDvncBv { color:#ffffff;display:block;width:7.6861875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:6.6488037109375rem;left:18.43603515625rem;height:1.0996125rem;font-style:normal;display:block; }
#gr5zbZbK9zXuMqBKPSLMfabBwsNX9V5y { color:#ffffff;display:block;width:7.6861875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:6.5863037109375rem;left:32.594116210938rem;height:1.0996125rem;font-style:normal;display:block; }
#F3R3VqpxNXSiLp3ZLJ591ZRxyBgRPH4G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#F3R3VqpxNXSiLp3ZLJ591ZRxyBgRPH4G > .row .container { background-color: transparent; background-image: none; }#F3R3VqpxNXSiLp3ZLJ591ZRxyBgRPH4G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3R3VqpxNXSiLp3ZLJ591ZRxyBgRPH4G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3R3VqpxNXSiLp3ZLJ591ZRxyBgRPH4G > .row .container > .video-iframe-container { display: none; }#F3R3VqpxNXSiLp3ZLJ591ZRxyBgRPH4G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3R3VqpxNXSiLp3ZLJ591ZRxyBgRPH4G > .row > .video-iframe-container { display: none; }#F3R3VqpxNXSiLp3ZLJ591ZRxyBgRPH4G > .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); }#F3R3VqpxNXSiLp3ZLJ591ZRxyBgRPH4G > .row .container { border-width: 0; border-radius: 0; }#F3R3VqpxNXSiLp3ZLJ591ZRxyBgRPH4G > .row > .video-iframe-container {  }#F3R3VqpxNXSiLp3ZLJ591ZRxyBgRPH4G > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;position:relative;display:block; }#u8JU36QHdr5izL5ETvpHbx5PcVZsUNMX { position:absolute;display:block;z-index:15035;background-color:#f1f1f1;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;height:3.62426875rem;width:15.748875rem;top:5.625rem;left:5.75rem;display:block; }
#U0snI9T4a5KMW1NlyJg2cydcPXH8JUJN { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5620125rem;width:4.12475625rem;top:5.625rem;left:5.125rem;overflow:hidden;display:block; }
#txneu8sgRa8DNfeGrsyJWwizqJSfWRUk { color:#000000;display:block;width:9.87425rem;position:absolute;font-family:archivo;font-size:1rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:6.875rem;left:10.3125rem;height:1.0996125rem;font-style:normal;display:block; }
#eyUBccMy2s6hFUXiOWdzs3WP7F6yKXpF { position:absolute;display:block;z-index:15036;background-color:#f1f1f1;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;height:3.62426875rem;width:15.7483125rem;top:5.625rem;left:23.5625rem;display:block; }
#BlUkOvchM2DFaa2cbW6QvZE0EPuidPV3 { color:#000000;display:block;width:36.687rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:14.6875rem;left:5.6875rem;height:5.49926875rem;font-style:normal;display:block; }
#mO1MFZCT6PIo5xI8kbdf7I701BXIdTd9 { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.49975625rem;width:3.937375rem;top:5.375rem;left:23.25rem;overflow:hidden;display:block; }
#cilBxlLAT6oaauNaPRA9zwxhCywqMBvV { position:absolute;display:block;z-index:15037;background-color:#f1f1f1;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;height:3.624875rem;width:12.124625rem;top:5.625rem;left:41.3125rem;display:block; }
#xcGtJ063lgPKZTTPFRoIqaBbVrK9KEcQ { color:#000000;display:block;width:35.374125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:21.5625rem;left:5.5rem;height:10.7226625rem;font-style:normal;display:block; }
#J6c74GsonrSiunkMU9VKFu0THJNxm8AT { color:#000000;display:block;width:10.874rem;position:absolute;font-family:archivo;font-size:1rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;top:6.3125rem;left:28.0625rem;height:2.1984875rem;font-style:normal;display:block; }
#vB7fsVyk9V3btJSJJn2ZMPfofzEc0IH7 { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.999025rem;width:3.31176875rem;top:5.3125rem;left:41rem;overflow:hidden;display:block; }
#bTzZdGBB9m9kJUcBz7CJaLAoVnQgFls7 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:20.0625rem;top:18.5625rem;left:45.500001907349rem;overflow:hidden;display:block; }
#hR4wIeMubRK01zH71DGfiDxNbLdPPpIM { color:#000000;display:block;width:8.374rem;position:absolute;font-family:archivo;font-size:1rem;font-weight:700;z-index:15042;line-height:1.1;letter-spacing:0;top:6.3125rem;left:45.5625rem;height:2.1984875rem;font-style:normal;display:block; }
#g7NvHLIugvJOAzWiKr6MOzCkJcFGeAHb { position:absolute;display:block;z-index:15038;background-color:#f1f1f1;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;height:3.624875rem;width:13.937375rem;top:5.625rem;left:56rem;display:block; }
#GlzgPoMyDwGvR47DJPSrTMvGurwlCys9 { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.37463125rem;width:4.43725625rem;top:5.625rem;left:55.625rem;overflow:hidden;display:block; }
#MFMsfrfh49GGkeerbexTL1TpkuKQHD2N { color:#000000;display:block;width:35.3735625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.1;letter-spacing:0;top:27.75rem;left:5.4375rem;height:0.962525rem;font-style:normal;display:block; }
#tW2bQDWLMo8GKpdeUMD4vvMyI86AvLw8 { color:#000000;display:block;width:7.99925rem;position:absolute;font-family:archivo;font-size:1rem;font-weight:700;z-index:15043;line-height:1.1;letter-spacing:0;top:6.3125rem;left:61.4375rem;height:2.1984875rem;font-style:normal;display:block; }
#JwloSmGHfGgHvChUmph5xqku34uWoMLK { background-color:#000000;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.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;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:archivo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:34.58749961853rem;left:29.27499961853rem;display:block; }
#AioN097O6wuPPKThu0NCHqVMv0xuTMQi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MkhZw8vVvyeRglcyECNNDueGDe5nalEW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8a6df1;background-image:none;position:relative;display:block; }#MkhZw8vVvyeRglcyECNNDueGDe5nalEW > .row .container { background-color: transparent; background-image: none; }#MkhZw8vVvyeRglcyECNNDueGDe5nalEW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkhZw8vVvyeRglcyECNNDueGDe5nalEW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkhZw8vVvyeRglcyECNNDueGDe5nalEW > .row .container > .video-iframe-container { display: none; }#MkhZw8vVvyeRglcyECNNDueGDe5nalEW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkhZw8vVvyeRglcyECNNDueGDe5nalEW > .row > .video-iframe-container { display: none; }#MkhZw8vVvyeRglcyECNNDueGDe5nalEW > .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); }#MkhZw8vVvyeRglcyECNNDueGDe5nalEW > .row .container { border-width: 0; border-radius: 0; }#MkhZw8vVvyeRglcyECNNDueGDe5nalEW > .row > .video-iframe-container {  }#MkhZw8vVvyeRglcyECNNDueGDe5nalEW > .row .container { font-size:0.875rem;font-family:arial;height:42.875rem;width:75rem;position:relative;display:block; }#mxmh3MKrsHQFrTKR2GDc7Bdc1IUdxf6b { color:#000000;display:block;width:27.312rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.4375rem;left:3.875rem;height:6.499rem;font-style:normal;display:block; }
#kvawzHbb7bvELWWTXZwWC6nCGvyn4kEU { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:1.75rem;top:14.875rem;left:20.25rem;overflow:hidden;display:block; }
#EAu5beny3Bl82zAwUKKfeSzbkRb93MQD { color:#000000;display:block;width:28.062125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:11.625rem;left:3.5rem;height:4.98779375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dxd5FTFZW7OLgiOK0e0vGcy15FTkV2I8 { position:absolute;display:block;z-index:14999;background-color:rgba(255,219,98,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.8125rem;width:31.5rem;top:19.0625rem;left:18.75rem;display:none; }
#sG7EgAZhCbNncpLPXD3Roo10PfZIaCeK { color:#000000;display:block;width:6.0625rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.375rem;left:29.3125rem;height:2.1933625rem;display:none; }
#fAIfNqw9dgaJZ0GZtoifbhvZnCWl6t0y { position:absolute;display:block;z-index:15007;background-color:#747474;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:75rem;top:12.5rem;left:0rem;display:none; }
#EQ3TlmmR4G45TtNQr5ewEJdGIHr4NHSc { color:#8a6df1;display:block;width:22rem;position:absolute;font-family:archivo;font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:37.375rem;left:0rem;height:0;font-style:normal;display:none; }
#iFMTp2IHLGRPLzurHfmfOlLPMzFmIxtd { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:21.5625rem;top:6.8125rem;left:9.25rem;overflow:hidden;display:block; }
#FGKFUcxC9soSXoruAmOv0zEA4ZHMyhKe { color:#000000;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:26.375rem;left:15.8125rem;height:1.92505rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WaD3qeErhUGDUApHJd8KQ4QnG8CerSJh { color:#000000;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:28.5625rem;left:18.5rem;height:1.4rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UUW083XHZfU6wQr9FnvAUc6N3E7WHAir { color:#000000;display:block;width:33.125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:33.527221679688rem;left:38.687133789062rem;height:3.32519375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#orxwnFqKn0VTqzulqGUISubumleupEim { color:#000000;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:31.077880859375rem;left:38.687133789062rem;height:2.44970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LzD9OWJ3DNQdT1UCDiwLkfyF5hlposRF { color:#000000;display:block;width:33.125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:7.5048828125rem;left:38.687133789062rem;height:4.98779375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mxn2ybIAV3u2ozUWkTyKFEhlzCD5sCkx { color:#000000;display:block;width:30.25rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:4.4242172241211rem;left:38.686719894409rem;height:2.44970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FXb2wtB89h1e33ZGeXEEJn2d8TfK28gf { color:#000000;display:block;width:33.125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:18.639404296875rem;left:38.687133789062rem;height:8.313rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UuVVTrxlA0KTSCOiKXRygQBRBaLDX4Ul { color:#000000;display:block;width:23.4375rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:15.624877929688rem;left:38.687133789062rem;height:2.44970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ww6tIUJARvBzZJK9mVuUlPOkUVD7Q5zK { position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:4.4995125rem;top:3.4375rem;left:38.687133789062rem;display:block; }
#dZunHyV4KUTm1XfthFWrDpJL0I36nAwR { position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:4.4995125rem;top:14.561645507812rem;left:38.687133789062rem;display:block; }
#TDD970WrTAgcScbRKPN5JZgeMubg53Et { position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:4.4995125rem;top:29.890747070312rem;left:38.687133789062rem;display:block; }
#b9qlSJQfQBahCJs8zSgxuvx6uFmwNoMV { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.4365rem;width:21.624125rem;top:20.437622070312rem;left:3.499755859375rem;overflow:hidden;display:block; }
#BrWm66ElBMf2PZiZ3PDzEfbQO9OnpaKe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#BrWm66ElBMf2PZiZ3PDzEfbQO9OnpaKe > .row .container { background-color: transparent; background-image: none; }#BrWm66ElBMf2PZiZ3PDzEfbQO9OnpaKe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BrWm66ElBMf2PZiZ3PDzEfbQO9OnpaKe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BrWm66ElBMf2PZiZ3PDzEfbQO9OnpaKe > .row .container > .video-iframe-container { display: none; }#BrWm66ElBMf2PZiZ3PDzEfbQO9OnpaKe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BrWm66ElBMf2PZiZ3PDzEfbQO9OnpaKe > .row > .video-iframe-container { display: none; }#BrWm66ElBMf2PZiZ3PDzEfbQO9OnpaKe > .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); }#BrWm66ElBMf2PZiZ3PDzEfbQO9OnpaKe > .row .container { border-width: 0; border-radius: 0; }#BrWm66ElBMf2PZiZ3PDzEfbQO9OnpaKe > .row > .video-iframe-container {  }#BrWm66ElBMf2PZiZ3PDzEfbQO9OnpaKe > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#cMQoH5K5uLe3n5Fbyn7NtLnh3KGHiFRW { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:3.1256103515625rem;left:3.812255859375rem;height:6.499025rem;font-style:normal;display:block; }
#Rvkc2zzeAlTFNtc3VZlZc7ChD78Vg69X { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:18.5625rem;top:6.5614013671875rem;left:2.374755859375rem;overflow:hidden;display:block; }
#brKvLBF5JynHf2I4GGzXdCxnWPNgk26C { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;border-top:0.125rem solid #8a6df1;border-left:0.125rem solid #8a6df1;border-right:0.125rem solid #8a6df1;border-bottom:0.125rem solid #8a6df1;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:5.625rem;width:22.125rem;top:2.498779296875rem;left:27.561645507812rem;display:block; }
#peBGCR1LrpXDa64zzqnfgDFxXLg1swzr { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;border-top:0.125rem solid #8a6df1;border-left:0.125rem solid #8a6df1;border-right:0.125rem solid #8a6df1;border-bottom:0.125rem solid #8a6df1;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:5.5625rem;width:21.4375rem;top:2.469482421875rem;left:50.999267578125rem;display:block; }
#fs6Dm9kvQzvT38m2VI37ktAqyc64W03a { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:3.7410888671875rem;left:34.435668945312rem;height:3.3252rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LwCrdQUpvf0hPUeVl5MTg1QwAnTxtMT9 { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:3.709716796875rem;left:58.49951171875rem;height:3.3252rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ptDRorilWM2LarQv9PxgocQwJZVvSOF7 { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;border-top:0.125rem solid #8a6df1;border-left:0.125rem solid #8a6df1;border-right:0.125rem solid #8a6df1;border-bottom:0.125rem solid #8a6df1;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:5.6875rem;width:11.6875rem;top:9.125rem;left:25.3125rem;display:block; }
#HFaX6M6zy7EthDBCu6cTR1X7O6KCNhIA { color:#ffffff;display:block;width:4.74975625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:10.429931640625rem;left:31.686889648438rem;height:3.32519375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#omB7wLeeWxNxXywlGIRIJbyyr6TT75rW { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;border-top:0.125rem solid #8a6df1;border-left:0.125rem solid #8a6df1;border-right:0.125rem solid #8a6df1;border-bottom:0.125rem solid #8a6df1;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:5.75rem;width:18.0625rem;top:9.1875rem;left:38.0625rem;display:block; }
#TSdey9gATHUvDP2ZUOFNN5CRCQomXKAP { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:10.5rem;left:44.25rem;height:3.32519375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pJgEN0TzvtRUOilg8yIZV4RnK6rP1vS8 { position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;border-top:0.125rem solid #8a6df1;border-left:0.125rem solid #8a6df1;border-right:0.125rem solid #8a6df1;border-bottom:0.125rem solid #8a6df1;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:6rem;width:13.875rem;top:9.1875rem;left:57.3125rem;display:block; }
#TdOV1z53oaNLxR5Z9bTiZInVlE7Xf7oF { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:11.375rem;left:62.9375rem;height:1.6626rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mobKZLNvLsEyhy5GgPN1SMQDoSyFboad { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.937375rem;width:5.499875rem;top:3.466796875rem;left:52.1875rem;overflow:hidden;display:block; }
#K2eZIr6IycfFuOBhXDeludmCAkkSb9Wl { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:4.375rem;top:3.404296875rem;left:29.0302734375rem;overflow:hidden;display:block; }
#MOpy25VnSnf2QWbr7vG5myyG1hooz2qf { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.75rem;width:3.5rem;top:10.781127898438rem;left:27.097056924437rem;overflow:hidden;display:block; }
#qPFcTznJH8TXe7ddOxVTdpTRoyR5vs6F { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:3.4375rem;top:10.81689453125rem;left:39.71630859375rem;overflow:hidden;display:block; }
#z2ro9boe11e5yCdbudrgh2qdKA2FhJrZ { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:3.5rem;top:10.37890625rem;left:58.686645507812rem;overflow:hidden;display:block; }
#eFS3A6p3z6RTWmlIZk0R1uuIPUKNRuzO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;display:block; }#eFS3A6p3z6RTWmlIZk0R1uuIPUKNRuzO > .row .container { background-color: transparent; background-image: none; }#eFS3A6p3z6RTWmlIZk0R1uuIPUKNRuzO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFS3A6p3z6RTWmlIZk0R1uuIPUKNRuzO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFS3A6p3z6RTWmlIZk0R1uuIPUKNRuzO > .row .container > .video-iframe-container { display: none; }#eFS3A6p3z6RTWmlIZk0R1uuIPUKNRuzO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFS3A6p3z6RTWmlIZk0R1uuIPUKNRuzO > .row > .video-iframe-container { display: none; }#eFS3A6p3z6RTWmlIZk0R1uuIPUKNRuzO > .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); }#eFS3A6p3z6RTWmlIZk0R1uuIPUKNRuzO > .row .container { border-width: 0; border-radius: 0; }#eFS3A6p3z6RTWmlIZk0R1uuIPUKNRuzO > .row > .video-iframe-container {  }#eFS3A6p3z6RTWmlIZk0R1uuIPUKNRuzO > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:75rem;position:relative;display:block; }#Le3QP3VnQa4Q3AV6oXAcDOybZTGFve4H { color:#000000;display:block;width:33.75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:5.5rem;left:4.5rem;height:2.75rem;font-style:normal;display:block; }
#K8FQufipEgC7KOI4b91ZI4HZlwDZQkM4 { color:#000000;display:block;width:30.5625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:9.6246337890625rem;left:4.49951171875rem;height:8.75rem;font-style:normal;display:block; }
#lOaeRop0AJp2NbVxL0i7TMzKSoW7rTWF { color:#191919;display:block;width:32.249125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.1;letter-spacing:0;top:20.1875rem;left:38.25rem;height:1.168825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wTNhWn3xxbMgGClAI1TCp6VWrGVp18ZK { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.625rem;width:18.8125rem;top:5.5rem;left:44.75rem;overflow:hidden;display:block; }
#lIyR55haPaVlhJMwyTHa1iOr8W9BmNdT { background-color:#000000;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.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;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:archivo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:19.400000333786rem;left:4.5rem;display:block; }
#Hmner8ThnN65cMb4LwBobM33God7mHMf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uuJWSsdF7kpP7QWOWPtNCETE13zPgAOz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#uuJWSsdF7kpP7QWOWPtNCETE13zPgAOz > .row .container { background-color: transparent; background-image: none; }#uuJWSsdF7kpP7QWOWPtNCETE13zPgAOz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuJWSsdF7kpP7QWOWPtNCETE13zPgAOz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuJWSsdF7kpP7QWOWPtNCETE13zPgAOz > .row .container > .video-iframe-container { display: none; }#uuJWSsdF7kpP7QWOWPtNCETE13zPgAOz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuJWSsdF7kpP7QWOWPtNCETE13zPgAOz > .row > .video-iframe-container { display: none; }#uuJWSsdF7kpP7QWOWPtNCETE13zPgAOz > .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); }#uuJWSsdF7kpP7QWOWPtNCETE13zPgAOz > .row .container { border-width: 0; border-radius: 0; }#uuJWSsdF7kpP7QWOWPtNCETE13zPgAOz > .row > .video-iframe-container {  }#uuJWSsdF7kpP7QWOWPtNCETE13zPgAOz > .row .container { font-size:0.875rem;font-family:arial;height:35.1875rem;width:75rem;position:relative;display:block; }#bHGuNqDBw3Gs5siTaNNN5UtUaWykgZKd { color:#ffffff;display:block;width:16.7486875rem;position:absolute;font-family:gilroy;font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:21.499633789062rem;left:44.6875rem;height:1.2182625rem;display:none; }
#MGHfTgbNxe6ClvI1TmFM5G07kncLeOo1 { position:absolute;display:block;z-index:14997;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.56225rem;width:29.937125rem;top:2.3358154296875rem;left:39.996704101562rem;display:block; }
#OXX0yPTCV6HRv3wOpqIHiqgz6iPJnP4n { color:#000000;display:block;width:22.6245rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:7.9365234375rem;left:9.3743896484375rem;height:7.4743625rem;font-style:normal;display:block; }
#mJUkXHXoZ7foJ9RwWdVlpC9TikUILzlF { position:absolute;display:block;z-index:14992;background-color:#101010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.8125rem;height:27.875rem;width:30.25rem;top:2.3358154296875rem;left:6.1875rem;display:block; }
#O4CdxqQf9lXRz3FD26mCrCIX2ZGgA2Kt { color:#000000;display:block;width:25.125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:17.437133789062rem;left:9.3743896484375rem;height:5.511475rem;display:block; }
#SkI5yfUrPGV6oKNai5QGiIbMVchaAnDE { color:#8a6df1;display:block;width:22.2479375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:22.948608398438rem;left:43.84033203125rem;height:2.062375rem;text-align:center;text-align-last:center;display:block; }
#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L .widget-form-header {  }
#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:#000000;width:23.25rem;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;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L .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;border-right:0;border-bottom:0;border-left:0;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:23.25rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L .widget-input-text {padding-top: 0; padding-bottom: 0;}#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L .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;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;width:23.25rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L .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;border-right:0;border-bottom:0;border-left:0;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:23.25rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L .widget-input-select {padding-top: 0; padding-bottom: 0;}#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L .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; }
#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L .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:#9a7cf5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.625rem;margin-bottom:0.25rem;margin-left:3.625rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#000000;width:16rem;height:3.75rem;font-family:archivo;overflow:hidden; }
#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal; }
#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal; }
#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal; }
#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal; }
#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L .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:archivo;line-height:2.5;font-size:0.8125rem;font-weight:400;color:#ffffff;vertical-align:top;width:22rem;overflow:hidden;font-style:normal; }
#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L .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; }
#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3; }
#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L .widget-container:first-of-type{padding-top:0;}#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L .widget-container:last-of-type{padding-bottom:0;}#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:42.088012695312rem;top:7.3297119140625rem;z-index:15007;position:absolute; }
#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.25rem;display:block;vertical-align:top; }
#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L {display:block;}#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:42.088012695312rem;top:7.3297119140625rem;z-index:15007;position:absolute;display:none; }
#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #oQ6L8ZcO9BwA93FchHlgTexb0TtezdWz { position:relative; }
#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #E35yhPpl4gK2GTSVwxCW67CapNFGpaTw { position:relative;display:none; }
#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #ETn6NdQ1woshUWVHpTUpaaqrOzyhtn4O { position:relative; }
#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #pVCt0GlCU6mpvfiCZVOwtk5SkIOiSSaK { position:relative; }
#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #gPTPUdTnPLXx0R7tQxlGFt5H48UR3dVr { position:relative;display:none; }
#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #AJ43ChnGLEZzGS9hcUayrbN3py63VSam { position:relative; }
#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #ESm8nJLLyLxAJTcPsapuwthXAwTX8RgP { position:relative; }
#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #MDtkFx3J9FTGqZZeZ8yIPcA2byIX7VkE { position:relative;display:none; }
#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #MKbOTU66ozz71Xr8TwUaIQUlDJVax3hg { position:relative; }
#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #J4075QSdsZKkT0qa9FKP4oeOHBXfyTHO { position:relative; }
#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #NgKBk0IswTNDC5E7oBVTigBReNSl9w1M { position:relative;display:none; }
#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #x7Fo5t4FDT3H1FF4XtTpU85FTEW8NDXG { position:relative; }
#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #cUyVueOSLdwtt4HXdUCMnn28uOxxuBig { position:relative; }
#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #n9FI7bggluT8dNiyiOcaJFAigCTNcdih { position:relative;z-index:2; }
#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #ApFxvoTtKmPZesTOuIyiLUb1I0KZbcz8 { position:relative; }
#IIP0HOEEGB2VZmyLHDll3f78ByTG4Rvh { position:relative;display:block; }
#cRcArkriCbfP2PpSAB7VoUMrOKmDTBUh { position:relative;display:block; }
#C0lek1l6poAFsIfHZJPz928oBIGwUJx3 { position:relative;display:block; }
#yNGP3KZuVC0BzvcPlc9wXJ1abqe4QU7t { position:relative;display:block; }
#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #UBKfTCw7n1Xnb4ceiOTZck5RLv7FyIUI { position:relative; }
#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #AT3HUgcEW8VHTaQBMTyHVLhh8VrUxvWE { position:relative; }
#qn67t43AtP33o0nbT2CHuZrFd7khofHo { color:#000000;display:block;width:3.8745125rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:normal;z-index:15028;line-height:1.4;letter-spacing:0;top:8.4541015625rem;left:21.123046875rem;height:3.0625rem;display:block; }
#HFKZPWJJnyW3D1TJDsUZ11mOGzr53yZS { position:absolute;display:block;z-index:15029;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:2.875rem;width:2.875rem;top:8.4857177734375rem;left:20.623901367188rem;display:block; }
#FgFWNuxeHWCMN5Gq0sPUs6MoTA1C9Ruq { color:#8a6df1;display:block;width:22.2479375rem;position:absolute;font-family:montserrat;font-size:2.6875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:10.513305664062rem;left:43.84033203125rem;height:6.9860875rem;text-align:center;text-align-last:center;display:block; }
#mbxl6rsd0FxA2kvGEQ89U9Zc2417gcNy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#mbxl6rsd0FxA2kvGEQ89U9Zc2417gcNy > .row .container { background-color: transparent; background-image: none; }#mbxl6rsd0FxA2kvGEQ89U9Zc2417gcNy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mbxl6rsd0FxA2kvGEQ89U9Zc2417gcNy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mbxl6rsd0FxA2kvGEQ89U9Zc2417gcNy > .row .container > .video-iframe-container { display: none; }#mbxl6rsd0FxA2kvGEQ89U9Zc2417gcNy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mbxl6rsd0FxA2kvGEQ89U9Zc2417gcNy > .row > .video-iframe-container { display: none; }#mbxl6rsd0FxA2kvGEQ89U9Zc2417gcNy > .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); }#mbxl6rsd0FxA2kvGEQ89U9Zc2417gcNy > .row .container { border-width: 0; border-radius: 0; }#mbxl6rsd0FxA2kvGEQ89U9Zc2417gcNy > .row > .video-iframe-container {  }#mbxl6rsd0FxA2kvGEQ89U9Zc2417gcNy > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#PBovZIH5ZdQqQBQb86UhXTeb09reXFio { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.5625rem;width:49.6875rem;top:26.625rem;left:10.4375rem;overflow:hidden;display:none; }
#PGPvTzp1uNiKlBUwLKdaAZJ6UZ6m6cTr { color:#000000;display:block;width:9.125rem;position:absolute;font-family:akkurat-mono;font-size:0.8125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:30.375rem;left:17.375rem;height:1rem;display:none; }
#uJq2pgVMZeGqr1TX4Hzm9pPLK3lOeaTB { position:absolute;display:block;z-index:15018;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:5.8125rem;top:26.625rem;left:9.5rem;display:none; }
#dyy2tBnlkvyDyyhstnZ9CezlRxSoKEaa { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.7495125rem;width:10.874625rem;top:2.34375rem;left:3.7493896484375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QdKDMgF532IfmS93L1HxAdgfnSUdQpS5 { display:none; }#QdKDMgF532IfmS93L1HxAdgfnSUdQpS5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HmfwDUwUmoAVBCoaT5R1FCMc4i4JkQ3O { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #DZJTuJbqidEUJwE1c3D7iL9oZ06cnPP1 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #w72tTTq6TPEXFDnTqAbLyHeqanUoTDTR { top:12.9375rem;left:8.125rem;width:39.625rem;height:6.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZimP9VlXnb5h8RZVSglanl08BwvpcTB { top:19.5rem;left:0rem;width:32.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #guuBNHqIT78VeQLBOJsDagyav55rF9SB { top:30.6875rem;left:15.5rem;width:18.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTo3Mme2NhFzsTEV1cgtoyJeriObGf1v { top:31.5625rem;left:16.5625rem;width:2.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOLbIPOlmXP1xxUNOlDzJ49p8TEq8dXv { top:31.5rem;left:22.625rem;width:11.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbVyVfMcneQnUFyNfqPGVxAc55zOKWm6 { top:31.5625rem;left:19.125rem;width:2.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0JuiDwVqe71U3iGZ8KWtUuaI2qoxzD0 { top:31.4375rem;left:21.25rem;width:1.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiQBvpkw1lNXoahHIdrqrnKzCeJtzHVh { top:5.5625rem;left:0rem;width:32.875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksDwn2dz2kqbf9rB7EHEA4KEXdhwGOGd { top:3.125rem;left:39.5rem;width:8.25rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5un1q1M6Lm7d4i9tLyG1PU83cq40Wlw { top:21.5rem;left:0rem;width:42.8125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEmTeSyxwcbduWwMEod5cC9sKpbd0N4x { width:17.5rem;height:3.4375rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sG5CZRFfVdh4xiEEarIN4ntJVyFd1Lo2 { display:block; }
 }@media only screen and (max-width: 763px) { #PqLvS4D3Ouc5alxFPnTtAOD7VWhSqHvI { width:38.0625rem;height:31.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTQ7guJLKr4hzHpVNdkfklP08LPJAWWA { top:3.25rem;left:28.4990234375rem;width:9.75rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ1zaB8atasyMorPAT4qI20KqVqz5lJ2 { top:6.1875rem;left:29.935791015625rem;width:6.875rem;height:3.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPw21bnQ7kxOAH2buSDEzpEh9mfCwuaT { top:3.75rem;left:0rem;width:22.625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrbQy8Ucebbvh5oNqC5VETrOBc8VCbk0 { top:6.1875rem;left:0rem;width:37.5rem;height:13rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7Jc3vSdO6G2d2F9tyhNCNxTynxl1k94 { display:block; }#a7Jc3vSdO6G2d2F9tyhNCNxTynxl1k94 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WzsTZKvsKPE4T80UI8dV1RRTsx1W91Rz { top:1.5625rem;left:0rem;width:12.5rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAQSH0ZJEHTGbAJ0F04aPl66OLUwv5VN { display:none; }#WAQSH0ZJEHTGbAJ0F04aPl66OLUwv5VN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yP8zprrpECH83XsMHA8N6XlBB9CwtBlq { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #XyP21WpvAz3T3JWm9E46lXBS5L37vDEC { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #p7L09TIlEVADBDbt544DUDBTLS9OTEhJ { top:12.9375rem;left:8.125rem;width:39.625rem;height:6.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdgUITpxRvVqSUR9n2CpiGhGswOTnP2e { top:19.5rem;left:0rem;width:32.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTTQltzFKNxCNA6uIugwRK5grrwveQeu { top:30.6875rem;left:15.5rem;width:18.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jkw0Xw4IOtmvq2K4K9zmgTO5TQPBFK8m { top:31.5625rem;left:16.5625rem;width:2.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVGTpRJ83t7Zm6IiBbabJ3KqvnpoyA7o { top:31.5rem;left:22.625rem;width:11.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfJycHT7d2iL49rmCbiKg9x7SJPLAie6 { top:31.5625rem;left:19.125rem;width:2.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmtRNKTkdgJqp0Tvu8bgyWoRvtiaEI4o { top:31.4375rem;left:21.25rem;width:1.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoC7ma4G1nJQHupMKriCeaJq2bDnE6Ni { top:5.5625rem;left:0rem;width:32.875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeb4En1ePouUDA8pyWLlnQPq67xCPAhi { top:3.125rem;left:39.5rem;width:8.25rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvheFRu5nti0RVRrQXwywhkvkM8n77wT { top:19.5rem;left:0rem;width:42.8125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EspS31Sv5TN2VTFnuoncU4lznwnJ6Sdw { width:17.5rem;height:3.4375rem;top:24.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnDtDBbQwkUnXv2LRxREoJnVEAEBE3D9 { display:block; }
 }@media only screen and (max-width: 763px) { #xEq8Ig13mf7LugrgEZaJ1wUfWMkUW4Ms { width:38.0625rem;height:31.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MyQXLkliq7udgc9wX4yNAllH2LsFX2mP { top:4.8125rem;left:0rem;width:25.75rem;height:1.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9UN6UWw8xreL8ZPaC4RhPqgnrXRuLth { top:7.625rem;left:0rem;width:40.25rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ptb0aIrFkATZ0s7EXP18DGT1fJVAXRFs { top:21.25rem;left:27.374219894409rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puecB9VkQWbm88flIQqWMFQ7KMWo1rIB { display:block; }#puecB9VkQWbm88flIQqWMFQ7KMWo1rIB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QStXtXmx1epUqNbCFCB5718Fei26rysd { top:26.625rem;left:0rem;width:47.75rem;height:17.838679245283rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd7MLoL90JMtpc2ZsRMqN4S1Uy62mSC9 { top:30.375rem;left:3.75rem;width:9.125rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8JiJUizlLroHn0FTl4SReFHcBpqUGBE { top:26.625rem;left:0rem;width:5.8125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD2HxeoCTiZ9qXqDAwu3g3WluGOCxCBC { top:4.0625rem;left:9.56093788147rem;width:30.8125rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJuJN301LQ8Hp76g6M0TtoPslXSJOQkJ { top:10.6875rem;left:0rem;width:30.4375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiSETFkPtOUptoB7p0IKxXQZuThHoBUx { top:10.75rem;left:0rem;width:30.6875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #di1FnFl6mERaLNlGhnyLswZbbHBuclVW { top:11.6875rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0TMGTz4nrS3PT7dNxrmCDJH0ppB7fsV { top:11.6875rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOsJUxe6KZM7U6J4klm5z7aysLboTkw9 { top:11.6875rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymQIZFfsaQ1KIxPMxHZU1riKRaoqxWTc { top:15.9375rem;left:24.498901367188rem;width:8.4375rem;height:8.248875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfezIs5ratX6MU0orvvdExZeSTypSZR8 { top:10.8125rem;left:16.9375rem;width:30.4375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnbImJymP0SM8Tx6yTIGDObnx0hPfd1V { top:10.8125rem;left:17rem;width:30.625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwAkPMMuVrJ7pgndz7llGk8H2Cuo6XiB { top:11.75rem;left:29.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H23BlsJSWafJEmUu2JittW03wBmN0gTd { top:11.75rem;left:30.749877929688rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkVd3vgZPaJT235ABsrbVmfBDQhTdP6f { top:11.75rem;left:31.874755859375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rudnecJds4HukcZsNBHFeET0rFPbeXOi { top:16.3125rem;left:0rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSHJZkNsa14IF34Kt9cylubFKzlQRt28 { top:14.625rem;left:0rem;width:23.5rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz0u2V2u2ZTlGDEIcVEVCa48dk8rqlsq { top:14.75rem;left:24.375rem;width:23.375rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsKX4nsCdUUz9sSAlpvVkv950NeA8C5H { top:18.8125rem;left:0rem;width:22.8125rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBms3bJNJatw0QXaVp9dNRAg490q5fA4 { top:18.8125rem;left:24.9375rem;width:22.8125rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTAZ6MohldpiGi0u7efWPdOzFVmJy58g { width:17.5rem;height:3.4375rem;top:29.5rem;left:15.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdc2Lf6O4v0ecVZmlPvJEI8xqtRf03Jx { display:block; }
 }@media only screen and (max-width: 763px) { #CqqrKvSM2kql43ixm67hZTSeIRTRC7qJ { display:block; }#CqqrKvSM2kql43ixm67hZTSeIRTRC7qJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1xwVzRrL88iP16JddHxD2SpFCWSyzqn { top:4.5rem;left:0rem;width:7.625rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxFGcmCicPKpE6ISyNRDL7rx1VbMBxOA { top:4.4375rem;left:4.68603515625rem;width:8.25rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtQOzQXZkGzCbrAGhGFMmpTHdzUEptks { top:4.5rem;left:18.969116210938rem;width:7.625rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFqCDSBrdgvFIw2oJyOiIT2O1er16Loh { top:4.25rem;left:0rem;width:4.1875rem;height:3.6875605480937rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0W4vZDo6DlTtVZnKZTFGpn5psiOV9s2 { top:4.4375rem;left:15rem;width:3.1875rem;height:3.3719000157716rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhtCVx4BCDGpgV8xCaNfCBSHTVTzc2QV { top:4.125rem;left:1.6240234375rem;width:2.3125rem;height:3.8130600842881rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwI1s9Jg28lqIODl0bnZtaPAl7AXfpGd { top:6.625rem;left:0rem;width:7.625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5VbfSO545er17SPxlQq4nZNgZIXCN0m { top:2.125rem;left:29.12265586853rem;width:16.5rem;height:1.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6wQEBD2ZvlKw4Of1nvp2QB1Tn0fEaQE { top:5rem;left:20.5625rem;width:27.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynqSOCN6wbSdLknFwr960bGxTZkS8ghP { top:4.5625rem;left:19.875rem;width:27.875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zk6CdEZy8XkTiqIQEgFNrfa9o1XQb79J { top:7.1875rem;left:15rem;width:31.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfqdduESrV5GoTXlpHZKv5vpWI5CyC7P { top:7.6875rem;left:15.75rem;width:32rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vq8AJUDPekA3Bk4H8EUmcPqfIWDvncBv { top:6.625rem;left:4.81103515625rem;width:7.625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gr5zbZbK9zXuMqBKPSLMfabBwsNX9V5y { top:6.5625rem;left:18.969116210938rem;width:7.625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3R3VqpxNXSiLp3ZLJ591ZRxyBgRPH4G { display:block; }#F3R3VqpxNXSiLp3ZLJ591ZRxyBgRPH4G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8JU36QHdr5izL5ETvpHbx5PcVZsUNMX { top:5.625rem;left:0rem;width:15.6875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0snI9T4a5KMW1NlyJg2cydcPXH8JUJN { top:5.625rem;left:0rem;width:4.0625rem;height:3.5084177874597rem;display:block; }
 }@media only screen and (max-width: 763px) { #txneu8sgRa8DNfeGrsyJWwizqJSfWRUk { top:6.875rem;left:0rem;width:9.8125rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyUBccMy2s6hFUXiOWdzs3WP7F6yKXpF { top:5.625rem;left:9.9375rem;width:15.6875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlUkOvchM2DFaa2cbW6QvZE0EPuidPV3 { top:14.6875rem;left:0rem;width:36.625rem;height:5.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO1MFZCT6PIo5xI8kbdf7I701BXIdTd9 { top:5.375rem;left:9.625rem;width:3.875rem;height:3.4443589998016rem;display:block; }
 }@media only screen and (max-width: 763px) { #cilBxlLAT6oaauNaPRA9zwxhCywqMBvV { top:5.625rem;left:27.6875rem;width:12.0625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcGtJ063lgPKZTTPFRoIqaBbVrK9KEcQ { top:21.5625rem;left:0rem;width:35.3125rem;height:10.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6c74GsonrSiunkMU9VKFu0THJNxm8AT { top:6.3125rem;left:14.4375rem;width:10.8125rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vB7fsVyk9V3btJSJJn2ZMPfofzEc0IH7 { top:5.3125rem;left:27.375rem;width:3.25rem;height:3.9239207360226rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTzZdGBB9m9kJUcBz7CJaLAoVnQgFls7 { top:18.5625rem;left:27.6875rem;width:20.0625rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hR4wIeMubRK01zH71DGfiDxNbLdPPpIM { top:6.3125rem;left:31.9375rem;width:8.3125rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7NvHLIugvJOAzWiKr6MOzCkJcFGeAHb { top:5.625rem;left:33.875rem;width:13.875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlzgPoMyDwGvR47DJPSrTMvGurwlCys9 { top:5.625rem;left:42rem;width:4.375rem;height:3.3272803310442rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFMsfrfh49GGkeerbexTL1TpkuKQHD2N { top:27.75rem;left:0rem;width:35.3125rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW2bQDWLMo8GKpdeUMD4vvMyI86AvLw8 { top:6.3125rem;left:39.8125rem;width:7.9375rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwloSmGHfGgHvChUmph5xqku34uWoMLK { width:17.5rem;height:3.4375rem;top:34.5625rem;left:15.64999961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #AioN097O6wuPPKThu0NCHqVMv0xuTMQi { display:block; }
 }@media only screen and (max-width: 763px) { #MkhZw8vVvyeRglcyECNNDueGDe5nalEW { display:block; }#MkhZw8vVvyeRglcyECNNDueGDe5nalEW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mxmh3MKrsHQFrTKR2GDc7Bdc1IUdxf6b { top:3.4375rem;left:0rem;width:27.25rem;height:6.4375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvawzHbb7bvELWWTXZwWC6nCGvyn4kEU { top:14.875rem;left:6.625rem;width:1.6875rem;height:1.6268782591614rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAu5beny3Bl82zAwUKKfeSzbkRb93MQD { top:11.625rem;left:0rem;width:28rem;height:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxd5FTFZW7OLgiOK0e0vGcy15FTkV2I8 { top:19.0625rem;left:5.125rem;width:31.5rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sG7EgAZhCbNncpLPXD3Roo10PfZIaCeK { top:33.8125rem;left:0rem;width:10.375rem;height:1.8125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fAIfNqw9dgaJZ0GZtoifbhvZnCWl6t0y { top:12.5rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ3TlmmR4G45TtNQr5ewEJdGIHr4NHSc { top:37.375rem;left:0rem;width:22rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFMTp2IHLGRPLzurHfmfOlLPMzFmIxtd { top:6.8125rem;left:0rem;width:21.5625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGKFUcxC9soSXoruAmOv0zEA4ZHMyhKe { top:26.375rem;left:2.1875rem;width:15.625rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaD3qeErhUGDUApHJd8KQ4QnG8CerSJh { top:28.5625rem;left:4.875rem;width:15.625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUW083XHZfU6wQr9FnvAUc6N3E7WHAir { top:33.5rem;left:14.625rem;width:33.125rem;height:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #orxwnFqKn0VTqzulqGUISubumleupEim { top:31.0625rem;left:25.062133789062rem;width:15.625rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzD9OWJ3DNQdT1UCDiwLkfyF5hlposRF { top:7.5rem;left:14.625rem;width:33.125rem;height:4.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxn2ybIAV3u2ozUWkTyKFEhlzCD5sCkx { top:4.375rem;left:17.5rem;width:30.25rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXb2wtB89h1e33ZGeXEEJn2d8TfK28gf { top:18.625rem;left:14.625rem;width:33.125rem;height:8.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuVVTrxlA0KTSCOiKXRygQBRBaLDX4Ul { top:15.5625rem;left:24.3125rem;width:23.4375rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww6tIUJARvBzZJK9mVuUlPOkUVD7Q5zK { top:3.4375rem;left:25.062133789062rem;width:4.4375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZunHyV4KUTm1XfthFWrDpJL0I36nAwR { top:14.5rem;left:25.062133789062rem;width:4.4375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDD970WrTAgcScbRKPN5JZgeMubg53Et { top:29.875rem;left:25.062133789062rem;width:4.4375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9qlSJQfQBahCJs8zSgxuvx6uFmwNoMV { top:20.4375rem;left:0rem;width:21.5625rem;height:22.372559872365rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrWm66ElBMf2PZiZ3PDzEfbQO9OnpaKe { display:block; }#BrWm66ElBMf2PZiZ3PDzEfbQO9OnpaKe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cMQoH5K5uLe3n5Fbyn7NtLnh3KGHiFRW { top:3.125rem;left:0rem;width:15.75rem;height:6.5rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rvkc2zzeAlTFNtc3VZlZc7ChD78Vg69X { top:6.5rem;left:0rem;width:18.5625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #brKvLBF5JynHf2I4GGzXdCxnWPNgk26C { top:2.4375rem;left:13.936645507812rem;width:22.125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #peBGCR1LrpXDa64zzqnfgDFxXLg1swzr { top:2.4375rem;left:26.0625rem;width:21.4375rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs6Dm9kvQzvT38m2VI37ktAqyc64W03a { top:3.6875rem;left:20.810668945312rem;width:14.25rem;height:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwCrdQUpvf0hPUeVl5MTg1QwAnTxtMT9 { top:3.6875rem;left:33.875rem;width:13.875rem;height:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptDRorilWM2LarQv9PxgocQwJZVvSOF7 { top:9.125rem;left:11.6875rem;width:11.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFaX6M6zy7EthDBCu6cTR1X7O6KCNhIA { top:10.375rem;left:18.061889648438rem;width:4.6875rem;height:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #omB7wLeeWxNxXywlGIRIJbyyr6TT75rW { top:9.1875rem;left:24.4375rem;width:18.0625rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSdey9gATHUvDP2ZUOFNN5CRCQomXKAP { top:10.5rem;left:30.625rem;width:12.3125rem;height:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJgEN0TzvtRUOilg8yIZV4RnK6rP1vS8 { top:9.1875rem;left:33.25rem;width:13.875rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdOV1z53oaNLxR5Z9bTiZInVlE7Xf7oF { top:11.375rem;left:40.375rem;width:7.375rem;height:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mobKZLNvLsEyhy5GgPN1SMQDoSyFboad { top:3.4375rem;left:38.5625rem;width:5.4375rem;height:3.8927205731949rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2eZIr6IycfFuOBhXDeludmCAkkSb9Wl { top:3.375rem;left:15.4052734375rem;width:4.375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOpy25VnSnf2QWbr7vG5myyG1hooz2qf { top:10.75rem;left:13.472056924437rem;width:3.5rem;height:2.7498227555133rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPFcTznJH8TXe7ddOxVTdpTRoyR5vs6F { top:10.8125rem;left:26.09130859375rem;width:3.4375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2ro9boe11e5yCdbudrgh2qdKA2FhJrZ { top:10.375rem;left:44.25rem;width:3.5rem;height:3.4377394139949rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFS3A6p3z6RTWmlIZk0R1uuIPUKNRuzO { display:block; }#eFS3A6p3z6RTWmlIZk0R1uuIPUKNRuzO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Le3QP3VnQa4Q3AV6oXAcDOybZTGFve4H { top:5.5rem;left:0rem;width:33.75rem;height:2.6875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8FQufipEgC7KOI4b91ZI4HZlwDZQkM4 { top:9.5625rem;left:0rem;width:30.5625rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOaeRop0AJp2NbVxL0i7TMzKSoW7rTWF { top:20.1875rem;left:15.5625rem;width:32.1875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTNhWn3xxbMgGClAI1TCp6VWrGVp18ZK { top:5.5rem;left:28.9375rem;width:18.8125rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIyR55haPaVlhJMwyTHa1iOr8W9BmNdT { width:17.5rem;height:3.4375rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hmner8ThnN65cMb4LwBobM33God7mHMf { display:block; }
 }@media only screen and (max-width: 763px) { #uuJWSsdF7kpP7QWOWPtNCETE13zPgAOz { display:block; }#uuJWSsdF7kpP7QWOWPtNCETE13zPgAOz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHGuNqDBw3Gs5siTaNNN5UtUaWykgZKd { top:21.4375rem;left:24.25rem;width:16.6875rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGHfTgbNxe6ClvI1TmFM5G07kncLeOo1 { top:2.3125rem;left:17.875rem;width:29.875rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXX0yPTCV6HRv3wOpqIHiqgz6iPJnP4n { top:7.875rem;left:1.3125rem;width:22.5625rem;height:7.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJUkXHXoZ7foJ9RwWdVlpC9TikUILzlF { top:2.3125rem;left:0rem;width:30.25rem;height:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4CdxqQf9lXRz3FD26mCrCIX2ZGgA2Kt { top:17.375rem;left:0rem;width:25.125rem;height:5.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkI5yfUrPGV6oKNai5QGiIbMVchaAnDE { top:22.9375rem;left:23.875rem;width:22.1875rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L .widget-regular-label { display:block; }
#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L .widget-checkbox-label { width:13.75rem; }
#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L  { width:15rem;height:auto; }
#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L {display:block;}#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #oQ6L8ZcO9BwA93FchHlgTexb0TtezdWz {  }
 }@media only screen and (max-width: 763px) { #QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #E35yhPpl4gK2GTSVwxCW67CapNFGpaTw { display:none; }
 }@media only screen and (max-width: 763px) { #QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #ETn6NdQ1woshUWVHpTUpaaqrOzyhtn4O {  }
 }@media only screen and (max-width: 763px) { #QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #pVCt0GlCU6mpvfiCZVOwtk5SkIOiSSaK {  }
 }@media only screen and (max-width: 763px) { #QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #gPTPUdTnPLXx0R7tQxlGFt5H48UR3dVr { display:none; }
 }@media only screen and (max-width: 763px) { #QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #AJ43ChnGLEZzGS9hcUayrbN3py63VSam {  }
 }@media only screen and (max-width: 763px) { #QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #ESm8nJLLyLxAJTcPsapuwthXAwTX8RgP {  }
 }@media only screen and (max-width: 763px) { #QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #MDtkFx3J9FTGqZZeZ8yIPcA2byIX7VkE { display:none; }
 }@media only screen and (max-width: 763px) { #QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #MKbOTU66ozz71Xr8TwUaIQUlDJVax3hg {  }
 }@media only screen and (max-width: 763px) { #QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #J4075QSdsZKkT0qa9FKP4oeOHBXfyTHO {  }
 }@media only screen and (max-width: 763px) { #QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #NgKBk0IswTNDC5E7oBVTigBReNSl9w1M { display:none; }
 }@media only screen and (max-width: 763px) { #QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #x7Fo5t4FDT3H1FF4XtTpU85FTEW8NDXG {  }
 }@media only screen and (max-width: 763px) { #QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #cUyVueOSLdwtt4HXdUCMnn28uOxxuBig {  }
 }@media only screen and (max-width: 763px) { #QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #n9FI7bggluT8dNiyiOcaJFAigCTNcdih { z-index:2; }
 }@media only screen and (max-width: 763px) { #QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #ApFxvoTtKmPZesTOuIyiLUb1I0KZbcz8 {  }
 }@media only screen and (max-width: 763px) { #IIP0HOEEGB2VZmyLHDll3f78ByTG4Rvh { display:block; }
 }@media only screen and (max-width: 763px) { #cRcArkriCbfP2PpSAB7VoUMrOKmDTBUh { display:block; }
 }@media only screen and (max-width: 763px) { #C0lek1l6poAFsIfHZJPz928oBIGwUJx3 { display:block; }
 }@media only screen and (max-width: 763px) { #yNGP3KZuVC0BzvcPlc9wXJ1abqe4QU7t { display:block; }
 }@media only screen and (max-width: 763px) { #QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #UBKfTCw7n1Xnb4ceiOTZck5RLv7FyIUI {  }
 }@media only screen and (max-width: 763px) { #QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #AT3HUgcEW8VHTaQBMTyHVLhh8VrUxvWE {  }
 }@media only screen and (max-width: 763px) { #qn67t43AtP33o0nbT2CHuZrFd7khofHo { top:8.4375rem;left:14.310546875rem;width:3.8125rem;height:3rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFKZPWJJnyW3D1TJDsUZ11mOGzr53yZS { top:8.4375rem;left:13.811401367188rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgFWNuxeHWCMN5Gq0sPUs6MoTA1C9Ruq { top:10.5rem;left:23.875rem;width:22.1875rem;height:6.9375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbxl6rsd0FxA2kvGEQ89U9Zc2417gcNy { display:block; }#mbxl6rsd0FxA2kvGEQ89U9Zc2417gcNy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PBovZIH5ZdQqQBQb86UhXTeb09reXFio { top:26.625rem;left:0rem;width:47.75rem;height:17.838679245283rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGPvTzp1uNiKlBUwLKdaAZJ6UZ6m6cTr { top:30.375rem;left:3.75rem;width:9.125rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJq2pgVMZeGqr1TX4Hzm9pPLK3lOeaTB { top:26.625rem;left:0rem;width:5.8125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyy2tBnlkvyDyyhstnZ9CezlRxSoKEaa { top:2.3125rem;left:0rem;width:10.8125rem;height:0.74523065450531rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); } }@media only screen and (max-width: 763px) { #QdKDMgF532IfmS93L1HxAdgfnSUdQpS5 { background-color:#ffffff;background-image:none;display:none; }#QdKDMgF532IfmS93L1HxAdgfnSUdQpS5 > .row .container { width:20rem;height:50rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HmfwDUwUmoAVBCoaT5R1FCMc4i4JkQ3O { top:6.5625rem;left:6.6875rem;width:13.3125rem;height:0.25rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #DZJTuJbqidEUJwE1c3D7iL9oZ06cnPP1 { top:8.3125rem;left:0rem;width:12.25rem;height:0.25rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #w72tTTq6TPEXFDnTqAbLyHeqanUoTDTR { width:20rem;height:0;top:70.3662125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QZimP9VlXnb5h8RZVSglanl08BwvpcTB { width:20rem;height:2.6996197718631rem;top:66.41699375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #guuBNHqIT78VeQLBOJsDagyav55rF9SB { width:18.1875rem;height:3.125rem;top:85.8662125rem;left:0.8125rem;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:none; }
 }@media only screen and (max-width: 763px) { #lTo3Mme2NhFzsTEV1cgtoyJeriObGf1v { width:2.625rem;height:0;top:86.7412125rem;left:1.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UOLbIPOlmXP1xxUNOlDzJ49p8TEq8dXv { width:11.0625rem;height:0;top:86.6787125rem;left:7.9375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tbVyVfMcneQnUFyNfqPGVxAc55zOKWm6 { width:2.3125rem;height:0;top:86.7412125rem;left:4.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #x0JuiDwVqe71U3iGZ8KWtUuaI2qoxzD0 { width:1.5rem;height:0;top:86.6162125rem;left:6.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NiQBvpkw1lNXoahHIdrqrnKzCeJtzHVh { width:20rem;height:1.2927756653992rem;top:55.625rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ksDwn2dz2kqbf9rB7EHEA4KEXdhwGOGd { width:8.25rem;height:7rem;top:58.16699375rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q5un1q1M6Lm7d4i9tLyG1PU83cq40Wlw { width:18.312375rem;height:2.1984875rem;top:19.437255859375rem;left:0.8123779296875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aEmTeSyxwcbduWwMEod5cC9sKpbd0N4x { width:17.5rem;height:3.4375rem;top:24.24951171875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sG5CZRFfVdh4xiEEarIN4ntJVyFd1Lo2 { display:block; }
 }@media only screen and (max-width: 763px) { #PqLvS4D3Ouc5alxFPnTtAOD7VWhSqHvI { top:33.332763671875rem;left:0rem;width:20rem;height:16.625rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RTQ7guJLKr4hzHpVNdkfklP08LPJAWWA { width:6.375rem;height:6.25rem;top:30.74951171875rem;left:1.4996337890625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #FJ1zaB8atasyMorPAT4qI20KqVqz5lJ2 { width:6.875rem;height:3.0249rem;top:32.437133789062rem;left:1.2493896484375rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #QPw21bnQ7kxOAH2buSDEzpEh9mfCwuaT { width:20rem;height:1.09924375rem;top:2.3748779296875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mrbQy8Ucebbvh5oNqC5VETrOBc8VCbk0 { width:19.875rem;height:11.69925rem;top:6.4373779296875rem;left:0rem;font-size:2.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #a7Jc3vSdO6G2d2F9tyhNCNxTynxl1k94 { display:block; }#a7Jc3vSdO6G2d2F9tyhNCNxTynxl1k94 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WzsTZKvsKPE4T80UI8dV1RRTsx1W91Rz { width:8.6875rem;height:0.6875rem;top:3.748779296875rem;left:5.6549072265625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WAQSH0ZJEHTGbAJ0F04aPl66OLUwv5VN { background-color:#ffffff;background-image:none;display:block; }#WAQSH0ZJEHTGbAJ0F04aPl66OLUwv5VN > .row .container { background-color: transparent; background-image: none; }#WAQSH0ZJEHTGbAJ0F04aPl66OLUwv5VN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAQSH0ZJEHTGbAJ0F04aPl66OLUwv5VN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAQSH0ZJEHTGbAJ0F04aPl66OLUwv5VN > .row .container > .video-iframe-container { display: none; }#WAQSH0ZJEHTGbAJ0F04aPl66OLUwv5VN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAQSH0ZJEHTGbAJ0F04aPl66OLUwv5VN > .row > .video-iframe-container { display: none; }#WAQSH0ZJEHTGbAJ0F04aPl66OLUwv5VN > .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); }#WAQSH0ZJEHTGbAJ0F04aPl66OLUwv5VN > .row .container { width:20rem;height:42.624505859375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yP8zprrpECH83XsMHA8N6XlBB9CwtBlq { top:6.5625rem;left:6.6875rem;width:13.3125rem;height:0.25rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #XyP21WpvAz3T3JWm9E46lXBS5L37vDEC { top:8.3125rem;left:0rem;width:12.25rem;height:0.25rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #p7L09TIlEVADBDbt544DUDBTLS9OTEhJ { width:20rem;height:0;top:70.3662125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fdgUITpxRvVqSUR9n2CpiGhGswOTnP2e { width:20rem;height:2.6996197718631rem;top:66.41699375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DTTQltzFKNxCNA6uIugwRK5grrwveQeu { width:18.1875rem;height:3.125rem;top:85.8662125rem;left:0.8125rem;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:none; }
 }@media only screen and (max-width: 763px) { #Jkw0Xw4IOtmvq2K4K9zmgTO5TQPBFK8m { width:2.625rem;height:0;top:86.7412125rem;left:1.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DVGTpRJ83t7Zm6IiBbabJ3KqvnpoyA7o { width:11.0625rem;height:0;top:86.6787125rem;left:7.9375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CfJycHT7d2iL49rmCbiKg9x7SJPLAie6 { width:2.3125rem;height:0;top:86.7412125rem;left:4.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DmtRNKTkdgJqp0Tvu8bgyWoRvtiaEI4o { width:1.5rem;height:0;top:86.6162125rem;left:6.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RoC7ma4G1nJQHupMKriCeaJq2bDnE6Ni { width:20rem;height:1.2927756653992rem;top:55.625rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #yeb4En1ePouUDA8pyWLlnQPq67xCPAhi { width:8.25rem;height:7rem;top:58.16699375rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mvheFRu5nti0RVRrQXwywhkvkM8n77wT { width:18.312375rem;height:2.1984875rem;top:12.0625rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EspS31Sv5TN2VTFnuoncU4lznwnJ6Sdw { width:17.5rem;height:3.4375rem;top:16.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnDtDBbQwkUnXv2LRxREoJnVEAEBE3D9 { display:block; }
 }@media only screen and (max-width: 763px) { #xEq8Ig13mf7LugrgEZaJ1wUfWMkUW4Ms { top:26rem;left:0rem;width:20rem;height:16.625rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MyQXLkliq7udgc9wX4yNAllH2LsFX2mP { width:20rem;height:1.09924375rem;top:2.3748779296875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B9UN6UWw8xreL8ZPaC4RhPqgnrXRuLth { width:19.5rem;height:5.125rem;top:5.2056884765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ptb0aIrFkATZ0s7EXP18DGT1fJVAXRFs { width:6rem;height:6rem;top:22.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #puecB9VkQWbm88flIQqWMFQ7KMWo1rIB { display:block; }#puecB9VkQWbm88flIQqWMFQ7KMWo1rIB > .row .container { width:20rem;height:73.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QStXtXmx1epUqNbCFCB5718Fei26rysd { width:20rem;height:7.4716981132075rem;top:56.11816875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bd7MLoL90JMtpc2ZsRMqN4S1Uy62mSC9 { width:9.125rem;height:0;top:113.6142578125rem;left:5.4375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #S8JiJUizlLroHn0FTl4SReFHcBpqUGBE { width:5.8125rem;height:12.5rem;top:93.8330078125rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bD2HxeoCTiZ9qXqDAwu3g3WluGOCxCBC { width:20rem;height:5.36255rem;top:2.1234130859375rem;left:0rem;font-size:2.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WJuJN301LQ8Hp76g6M0TtoPslXSJOQkJ { width:19.6875rem;height:27.5rem;top:9.4622802734375rem;left:0.062255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiSETFkPtOUptoB7p0IKxXQZuThHoBUx { width:19.875rem;height:2.75rem;top:9.5550537109375rem;left:0.093994140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #di1FnFl6mERaLNlGhnyLswZbbHBuclVW { width:0.9375rem;height:0.9375rem;top:10.491943359375rem;left:1.4068603515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0TMGTz4nrS3PT7dNxrmCDJH0ppB7fsV { width:0.9375rem;height:0.9375rem;top:10.491943359375rem;left:2.53173828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOsJUxe6KZM7U6J4klm5z7aysLboTkw9 { width:0.9375rem;height:0.9375rem;top:10.491943359375rem;left:3.6566162109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymQIZFfsaQ1KIxPMxHZU1riKRaoqxWTc { width:6.812125rem;height:6.687rem;top:43.746337890625rem;left:6.5924072265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfezIs5ratX6MU0orvvdExZeSTypSZR8 { width:19.6875rem;height:26.875rem;top:40.247802734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnbImJymP0SM8Tx6yTIGDObnx0hPfd1V { width:19.875rem;height:2.6875rem;top:39.3359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwAkPMMuVrJ7pgndz7llGk8H2Cuo6XiB { width:0.9375rem;height:0.9375rem;top:40.247802734375rem;left:3.7188720703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H23BlsJSWafJEmUu2JittW03wBmN0gTd { width:0.9375rem;height:0.9375rem;top:40.272827148438rem;left:1.4373779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkVd3vgZPaJT235ABsrbVmfBDQhTdP6f { width:0.9375rem;height:0.9375rem;top:40.247802734375rem;left:2.593994140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rudnecJds4HukcZsNBHFeET0rFPbeXOi { width:6.0620125rem;height:6.0620125rem;top:13.79150390625rem;left:6.968994140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSHJZkNsa14IF34Kt9cylubFKzlQRt28 { width:18.687125rem;height:5.25rem;top:21.354370117188rem;left:0.6549072265625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hz0u2V2u2ZTlGDEIcVEVCa48dk8rqlsq { width:18.49975rem;height:5.25rem;top:51.748046875rem;left:0.7489013671875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NsKX4nsCdUUz9sSAlpvVkv950NeA8C5H { width:17.5rem;height:7.8735625rem;top:27.586059570312rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aBms3bJNJatw0QXaVp9dNRAg490q5fA4 { width:18.999625rem;height:7.8735625rem;top:57.582397460938rem;left:0.4986572265625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NTAZ6MohldpiGi0u7efWPdOzFVmJy58g { width:17.5rem;height:3.4375rem;top:68.747665405275rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdc2Lf6O4v0ecVZmlPvJEI8xqtRf03Jx { display:block; }
 }@media only screen and (max-width: 763px) { #CqqrKvSM2kql43ixm67hZTSeIRTRC7qJ { display:block; }#CqqrKvSM2kql43ixm67hZTSeIRTRC7qJ > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1xwVzRrL88iP16JddHxD2SpFCWSyzqn { width:7.623875rem;height:1.71875rem;top:2.1619873046875rem;left:8.5927734375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxFGcmCicPKpE6ISyNRDL7rx1VbMBxOA { width:8.248875rem;height:1.71875rem;top:8.4793701171875rem;left:8.592529296875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtQOzQXZkGzCbrAGhGFMmpTHdzUEptks { width:7.623875rem;height:1.71875rem;top:14.511108398438rem;left:8.77880859375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFqCDSBrdgvFIw2oJyOiIT2O1er16Loh { width:4.1870125rem;height:3.68713125rem;top:1.9744873046875rem;left:3.562255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0W4vZDo6DlTtVZnKZTFGpn5psiOV9s2 { width:3.18725625rem;height:3.37158125rem;top:14.511352539062rem;left:4.3118896484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhtCVx4BCDGpgV8xCaNfCBSHTVTzc2QV { width:2.3120125rem;height:3.81286875rem;top:7.9793701171875rem;left:4.5618896484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwI1s9Jg28lqIODl0bnZtaPAl7AXfpGd { width:7.623875rem;height:1.09924375rem;top:4.130615234375rem;left:8.716064453125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5VbfSO545er17SPxlQq4nZNgZIXCN0m { width:16.43675rem;height:1.7875rem;top:21rem;left:2.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6wQEBD2ZvlKw4Of1nvp2QB1Tn0fEaQE { width:20rem;height:0.962525rem;top:24.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ynqSOCN6wbSdLknFwr960bGxTZkS8ghP { width:20rem;height:2.25rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zk6CdEZy8XkTiqIQEgFNrfa9o1XQb79J { width:14.875rem;height:3.625rem;top:26.999755859375rem;left:1.9375rem;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) { #lfqdduESrV5GoTXlpHZKv5vpWI5CyC7P { width:14.312125rem;height:2.80029375rem;top:27.393432617188rem;left:2.2784423828125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #vq8AJUDPekA3Bk4H8EUmcPqfIWDvncBv { width:7.623875rem;height:1.09924375rem;top:10.601684570312rem;left:8.71630859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gr5zbZbK9zXuMqBKPSLMfabBwsNX9V5y { width:7.623875rem;height:1.09924375rem;top:16.479858398438rem;left:8.90380859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3R3VqpxNXSiLp3ZLJ591ZRxyBgRPH4G { display:block; }#F3R3VqpxNXSiLp3ZLJ591ZRxyBgRPH4G > .row .container { width:20rem;height:69.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8JU36QHdr5izL5ETvpHbx5PcVZsUNMX { width:17.125rem;height:4.6875rem;top:2.5625rem;left:1.4375rem;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) { #U0snI9T4a5KMW1NlyJg2cydcPXH8JUJN { width:4.0625rem;height:3.5082499193134rem;top:3.1875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #txneu8sgRa8DNfeGrsyJWwizqJSfWRUk { width:6.3733125rem;height:2.39868125rem;top:3.8125rem;left:9.1875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eyUBccMy2s6hFUXiOWdzs3WP7F6yKXpF { width:15.68725rem;height:3.5620125rem;top:20.6875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlUkOvchM2DFaa2cbW6QvZE0EPuidPV3 { width:20rem;height:8.999rem;top:29.625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mO1MFZCT6PIo5xI8kbdf7I701BXIdTd9 { width:3.9375rem;height:3.5rem;top:8.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cilBxlLAT6oaauNaPRA9zwxhCywqMBvV { width:15.68725rem;height:3.5620125rem;top:14.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcGtJ063lgPKZTTPFRoIqaBbVrK9KEcQ { width:18.75rem;height:12.1453875rem;top:40.3125rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #J6c74GsonrSiunkMU9VKFu0THJNxm8AT { width:10.81175rem;height:2.39868125rem;top:9.375rem;left:6.9375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vB7fsVyk9V3btJSJJn2ZMPfofzEc0IH7 { width:3.25rem;height:3.9243145967773rem;top:14.4375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTzZdGBB9m9kJUcBz7CJaLAoVnQgFls7 { width:11.8125rem;height:7.1875rem;top:53.625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hR4wIeMubRK01zH71DGfiDxNbLdPPpIM { width:8.31175rem;height:2.39868125rem;top:15.25rem;left:8.25rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #g7NvHLIugvJOAzWiKr6MOzCkJcFGeAHb { width:15.68725rem;height:3.5620125rem;top:8.75rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlzgPoMyDwGvR47DJPSrTMvGurwlCys9 { width:4.4375rem;height:3.3748166272514rem;top:20.625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFMsfrfh49GGkeerbexTL1TpkuKQHD2N { width:20rem;height:1.05rem;top:62.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tW2bQDWLMo8GKpdeUMD4vvMyI86AvLw8 { width:7.936375rem;height:2.39868125rem;top:21.3125rem;left:8.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JwloSmGHfGgHvChUmph5xqku34uWoMLK { width:17.5rem;height:3.4375rem;top:65.049440039063rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AioN097O6wuPPKThu0NCHqVMv0xuTMQi { display:block; }
 }@media only screen and (max-width: 763px) { #MkhZw8vVvyeRglcyECNNDueGDe5nalEW { background-color:#8a6df1;background-image:none;display:block; }#MkhZw8vVvyeRglcyECNNDueGDe5nalEW > .row .container { background-color: transparent; background-image: none; }#MkhZw8vVvyeRglcyECNNDueGDe5nalEW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkhZw8vVvyeRglcyECNNDueGDe5nalEW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkhZw8vVvyeRglcyECNNDueGDe5nalEW > .row .container > .video-iframe-container { display: none; }#MkhZw8vVvyeRglcyECNNDueGDe5nalEW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkhZw8vVvyeRglcyECNNDueGDe5nalEW > .row > .video-iframe-container { display: none; }#MkhZw8vVvyeRglcyECNNDueGDe5nalEW > .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); }#MkhZw8vVvyeRglcyECNNDueGDe5nalEW > .row .container { width:20rem;height:85.123901367188rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mxmh3MKrsHQFrTKR2GDc7Bdc1IUdxf6b { width:19.812rem;height:9.5068125rem;top:2.1240234375rem;left:0rem;font-size:2.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kvawzHbb7bvELWWTXZwWC6nCGvyn4kEU { width:2.1875rem;height:2.125rem;top:4.083984375rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EAu5beny3Bl82zAwUKKfeSzbkRb93MQD { width:19.9365rem;height:5.59814375rem;top:63.060913085938rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dxd5FTFZW7OLgiOK0e0vGcy15FTkV2I8 { width:4.25rem;height:1.8125rem;top:16.6875rem;left:7.8125rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #sG7EgAZhCbNncpLPXD3Roo10PfZIaCeK { width:10.375rem;height:0;top:34.83935546875rem;left:7.0625rem;font-size:1.4375rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #fAIfNqw9dgaJZ0GZtoifbhvZnCWl6t0y { width:20rem;height:0.0625rem;top:4.396484375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EQ3TlmmR4G45TtNQr5ewEJdGIHr4NHSc { width:20rem;height:auto;top:37.375rem;left:0rem;font-size:1.3125rem;font-family:montserrat;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #iFMTp2IHLGRPLzurHfmfOlLPMzFmIxtd { width:20rem;height:3.1875rem;top:8.5052490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGKFUcxC9soSXoruAmOv0zEA4ZHMyhKe { width:11.375rem;height:1.6626rem;top:72.93701171875rem;left:8.374755859375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WaD3qeErhUGDUApHJd8KQ4QnG8CerSJh { width:11.8125rem;height:1.224975rem;top:74.6875rem;left:8.2496337890625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UUW083XHZfU6wQr9FnvAUc6N3E7WHAir { width:17.3125rem;height:3.93676875rem;top:54.9375rem;left:0.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #orxwnFqKn0VTqzulqGUISubumleupEim { width:15.625rem;height:2.44934375rem;top:51.8125rem;left:0.5625rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LzD9OWJ3DNQdT1UCDiwLkfyF5hlposRF { width:18.4375rem;height:5.249025rem;top:23.4375rem;left:0.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mxn2ybIAV3u2ozUWkTyKFEhlzCD5sCkx { width:18.49975rem;height:4.89868125rem;top:17.5rem;left:0.875rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FXb2wtB89h1e33ZGeXEEJn2d8TfK28gf { width:18.625rem;height:9.1858125rem;top:38.5625rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UuVVTrxlA0KTSCOiKXRygQBRBaLDX4Ul { width:18.5625rem;height:4.89868125rem;top:32.3125rem;left:0.75rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ww6tIUJARvBzZJK9mVuUlPOkUVD7Q5zK { width:4.4995125rem;height:0.3125rem;top:16.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZunHyV4KUTm1XfthFWrDpJL0I36nAwR { width:4.43725625rem;height:0.3125rem;top:31.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDD970WrTAgcScbRKPN5JZgeMubg53Et { width:4.43725625rem;height:0.3125rem;top:50.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9qlSJQfQBahCJs8zSgxuvx6uFmwNoMV { width:15.06225rem;height:15.625rem;top:69.499375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrWm66ElBMf2PZiZ3PDzEfbQO9OnpaKe { display:block; }#BrWm66ElBMf2PZiZ3PDzEfbQO9OnpaKe > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cMQoH5K5uLe3n5Fbyn7NtLnh3KGHiFRW { width:15.7495rem;height:6.3378875rem;top:3.4375rem;left:1.435546875rem;font-size:2.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rvkc2zzeAlTFNtc3VZlZc7ChD78Vg69X { width:19.6875rem;height:3.75rem;top:6.535400390625rem;left:0.0927734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #brKvLBF5JynHf2I4GGzXdCxnWPNgk26C { width:19.75rem;height:5.625rem;top:13.375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #peBGCR1LrpXDa64zzqnfgDFxXLg1swzr { width:19.75rem;height:5.5625rem;top:20.49902375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs6Dm9kvQzvT38m2VI37ktAqyc64W03a { width:14.25rem;height:2.625rem;top:14.617065429688rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LwCrdQUpvf0hPUeVl5MTg1QwAnTxtMT9 { width:13.875rem;height:2.625rem;top:21.739258125rem;left:6.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ptDRorilWM2LarQv9PxgocQwJZVvSOF7 { width:11.6875rem;height:5.6875rem;top:27.56017875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFaX6M6zy7EthDBCu6cTR1X7O6KCNhIA { width:3.9375rem;height:2.625rem;top:29.302610390625rem;left:10.436401367188rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #omB7wLeeWxNxXywlGIRIJbyyr6TT75rW { width:18.0625rem;height:5.75rem;top:34.74645875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSdey9gATHUvDP2ZUOFNN5CRCQomXKAP { width:12.3125rem;height:2.625rem;top:36.30810546875rem;left:7.218017578125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pJgEN0TzvtRUOilg8yIZV4RnK6rP1vS8 { width:13.875rem;height:6rem;top:41.994995rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdOV1z53oaNLxR5Z9bTiZInVlE7Xf7oF { width:7.375rem;height:1.3125rem;top:44.432495rem;left:8.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mobKZLNvLsEyhy5GgPN1SMQDoSyFboad { width:5.4375rem;height:3.8925502737296rem;top:21.496338203125rem;left:1.2508544921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2eZIr6IycfFuOBhXDeludmCAkkSb9Wl { width:4.375rem;height:3.8745125rem;top:14.280151367188rem;left:1.531005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOpy25VnSnf2QWbr7vG5myyG1hooz2qf { width:3.5rem;height:2.7498227555133rem;top:29.216062539062rem;left:5.8465576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPFcTznJH8TXe7ddOxVTdpTRoyR5vs6F { width:3.4375rem;height:2.6245125rem;top:36.376097421875rem;left:2.529052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2ro9boe11e5yCdbudrgh2qdKA2FhJrZ { width:3.5rem;height:3.4377394139949rem;top:43.18640125rem;left:4.37451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFS3A6p3z6RTWmlIZk0R1uuIPUKNRuzO { display:block; }#eFS3A6p3z6RTWmlIZk0R1uuIPUKNRuzO > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Le3QP3VnQa4Q3AV6oXAcDOybZTGFve4H { width:20rem;height:2.925rem;top:1.99951171875rem;left:0rem;font-size:2.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #K8FQufipEgC7KOI4b91ZI4HZlwDZQkM4 { width:18.18725rem;height:6.7474375rem;top:5.77392578125rem;left:0.9051513671875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lOaeRop0AJp2NbVxL0i7TMzKSoW7rTWF { width:20rem;height:1.125rem;top:30.791015625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wTNhWn3xxbMgGClAI1TCp6VWrGVp18ZK { width:17.375rem;height:12.5625rem;top:16.666259765625rem;left:1.2799072265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIyR55haPaVlhJMwyTHa1iOr8W9BmNdT { width:17.5rem;height:3.4375rem;top:33.165890625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hmner8ThnN65cMb4LwBobM33God7mHMf { display:block; }
 }@media only screen and (max-width: 763px) { #uuJWSsdF7kpP7QWOWPtNCETE13zPgAOz { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#uuJWSsdF7kpP7QWOWPtNCETE13zPgAOz > .row .container { background-color: transparent; background-image: none; }#uuJWSsdF7kpP7QWOWPtNCETE13zPgAOz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuJWSsdF7kpP7QWOWPtNCETE13zPgAOz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuJWSsdF7kpP7QWOWPtNCETE13zPgAOz > .row .container > .video-iframe-container { display: none; }#uuJWSsdF7kpP7QWOWPtNCETE13zPgAOz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuJWSsdF7kpP7QWOWPtNCETE13zPgAOz > .row > .video-iframe-container { display: none; }#uuJWSsdF7kpP7QWOWPtNCETE13zPgAOz > .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); }#uuJWSsdF7kpP7QWOWPtNCETE13zPgAOz > .row .container { border-width: 0; border-radius: 0; }#uuJWSsdF7kpP7QWOWPtNCETE13zPgAOz > .row > .video-iframe-container {  }#uuJWSsdF7kpP7QWOWPtNCETE13zPgAOz > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHGuNqDBw3Gs5siTaNNN5UtUaWykgZKd { width:15.5625rem;height:0.97473125rem;top:44.6875rem;left:2.874755859375rem;font-size:0.75rem;font-family:archivo;display:none; }
 }@media only screen and (max-width: 763px) { #MGHfTgbNxe6ClvI1TmFM5G07kncLeOo1 { width:20rem;height:21.1875rem;top:2.6875rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #OXX0yPTCV6HRv3wOpqIHiqgz6iPJnP4n { width:15.5609375rem;height:4.7131375rem;top:5.9375rem;left:2.25rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mJUkXHXoZ7foJ9RwWdVlpC9TikUILzlF { width:20rem;height:27.75rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4CdxqQf9lXRz3FD26mCrCIX2ZGgA2Kt { width:16.31225rem;height:8.749375rem;top:11.875rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkI5yfUrPGV6oKNai5QGiIbMVchaAnDE { width:14.811375rem;height:1.593625rem;top:46.248779296875rem;left:2.5933837890625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L .widget-input-text {padding-top: 0; padding-bottom: 0;}#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L .widget-input-select {padding-top: 0; padding-bottom: 0;}#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L .widget-input-button { width:12.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.6875rem; }
#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L  { width:17.5rem;height:auto;top:30.311279296875rem;left:0rem; }
#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L {display:block;}#QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L { width:17.5rem;height:auto;top:30.311279296875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #oQ6L8ZcO9BwA93FchHlgTexb0TtezdWz {  }
 }@media only screen and (max-width: 763px) { #QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #E35yhPpl4gK2GTSVwxCW67CapNFGpaTw { display:none; }
 }@media only screen and (max-width: 763px) { #QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #ETn6NdQ1woshUWVHpTUpaaqrOzyhtn4O {  }
 }@media only screen and (max-width: 763px) { #QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #pVCt0GlCU6mpvfiCZVOwtk5SkIOiSSaK {  }
 }@media only screen and (max-width: 763px) { #QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #gPTPUdTnPLXx0R7tQxlGFt5H48UR3dVr { display:none; }
 }@media only screen and (max-width: 763px) { #QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #AJ43ChnGLEZzGS9hcUayrbN3py63VSam {  }
 }@media only screen and (max-width: 763px) { #QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #ESm8nJLLyLxAJTcPsapuwthXAwTX8RgP {  }
 }@media only screen and (max-width: 763px) { #QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #MDtkFx3J9FTGqZZeZ8yIPcA2byIX7VkE { display:none; }
 }@media only screen and (max-width: 763px) { #QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #MKbOTU66ozz71Xr8TwUaIQUlDJVax3hg {  }
 }@media only screen and (max-width: 763px) { #QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #J4075QSdsZKkT0qa9FKP4oeOHBXfyTHO {  }
 }@media only screen and (max-width: 763px) { #QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #NgKBk0IswTNDC5E7oBVTigBReNSl9w1M { display:none; }
 }@media only screen and (max-width: 763px) { #QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #x7Fo5t4FDT3H1FF4XtTpU85FTEW8NDXG {  }
 }@media only screen and (max-width: 763px) { #QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #cUyVueOSLdwtt4HXdUCMnn28uOxxuBig {  }
 }@media only screen and (max-width: 763px) { #QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #n9FI7bggluT8dNiyiOcaJFAigCTNcdih { z-index:2; }
 }@media only screen and (max-width: 763px) { #QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #ApFxvoTtKmPZesTOuIyiLUb1I0KZbcz8 {  }
 }@media only screen and (max-width: 763px) { #IIP0HOEEGB2VZmyLHDll3f78ByTG4Rvh { display:block; }
 }@media only screen and (max-width: 763px) { #cRcArkriCbfP2PpSAB7VoUMrOKmDTBUh { display:block; }
 }@media only screen and (max-width: 763px) { #C0lek1l6poAFsIfHZJPz928oBIGwUJx3 { display:block; }
 }@media only screen and (max-width: 763px) { #yNGP3KZuVC0BzvcPlc9wXJ1abqe4QU7t { display:block; }
 }@media only screen and (max-width: 763px) { #QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #UBKfTCw7n1Xnb4ceiOTZck5RLv7FyIUI {  }
 }@media only screen and (max-width: 763px) { #QKfk2kQ9FsUUU0ilP9TOLAHPAdWsAm8L #AT3HUgcEW8VHTaQBMTyHVLhh8VrUxvWE {  }
 }@media only screen and (max-width: 763px) { #qn67t43AtP33o0nbT2CHuZrFd7khofHo { width:3.81225625rem;height:2.79968125rem;top:5.74951171875rem;left:10.123291015625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFKZPWJJnyW3D1TJDsUZ11mOGzr53yZS { width:2.875rem;height:2.875rem;top:5.6854248046875rem;left:9.5609130859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgFWNuxeHWCMN5Gq0sPUs6MoTA1C9Ruq { width:20rem;height:5.2002rem;top:34.998168945312rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbxl6rsd0FxA2kvGEQ89U9Zc2417gcNy { display:block; }#mbxl6rsd0FxA2kvGEQ89U9Zc2417gcNy > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PBovZIH5ZdQqQBQb86UhXTeb09reXFio { width:20rem;height:7.4716981132075rem;top:56.11816875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PGPvTzp1uNiKlBUwLKdaAZJ6UZ6m6cTr { width:9.125rem;height:0;top:113.6142578125rem;left:5.4375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uJq2pgVMZeGqr1TX4Hzm9pPLK3lOeaTB { width:5.8125rem;height:12.5rem;top:93.8330078125rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dyy2tBnlkvyDyyhstnZ9CezlRxSoKEaa { width:10.874625rem;height:0.7495125rem;top:4.249267578125rem;left:4.5611572265625rem;display:block; }
 }