.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:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#wyhOTHvfFqnp69aMVeHmT7EDbl4rvaxZ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:15.375rem;top:0.5625rem;left:0rem;overflow:hidden;display:block; }
#f2IiHTtBvanMisUOck9cV3XJlf6LtaMo { background-color:#ff5043;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:7rem;height:2.9375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:5.8125rem;left:0rem;display:block; }
#mXiAZa5w0Fd1r3u3Zt3mislbKzpHMHNO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qDuoftmd9sAfPtNWNXRaUENyJ6ggUKAV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#fff323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:15.25rem;height:2.9375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:5.8125rem;left:42.46875rem;display:block; }
#VrkrxrZAw4e5E8o6PZDAPeJXpO7X4qTB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#goNf4eEhaUukUOz9igtzVRC7Rl1D7F9k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6e5fff;background-image:none;position:relative;display:block; }#goNf4eEhaUukUOz9igtzVRC7Rl1D7F9k > .row .container { background-color: transparent; background-image: none; }#goNf4eEhaUukUOz9igtzVRC7Rl1D7F9k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goNf4eEhaUukUOz9igtzVRC7Rl1D7F9k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goNf4eEhaUukUOz9igtzVRC7Rl1D7F9k > .row .container > .video-iframe-container { display: none; }#goNf4eEhaUukUOz9igtzVRC7Rl1D7F9k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goNf4eEhaUukUOz9igtzVRC7Rl1D7F9k > .row > .video-iframe-container { display: none; }#goNf4eEhaUukUOz9igtzVRC7Rl1D7F9k > .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); }#goNf4eEhaUukUOz9igtzVRC7Rl1D7F9k > .row .container { border-width: 0; border-radius: 0; }#goNf4eEhaUukUOz9igtzVRC7Rl1D7F9k > .row > .video-iframe-container {  }#goNf4eEhaUukUOz9igtzVRC7Rl1D7F9k > .row .container { font-size:0.875rem;font-family:arial;height:2.125rem;width:75rem;position:relative;display:block; }#DWPSL6WXQHoUe4vXw7igfDRgxthy3cZd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:19.125rem;height:2.9375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:-0.4375rem;left:8.34375rem;display:block; }
#fFitMtc1PHvtSZw096c9hmcb2QgWUOw9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wGN7dWPuFM96M3zNUIKX7JSF8KxsWITu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:12.5625rem;height:2.9375rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:-0.4375rem;left:28.78125rem;display:block; }
#RuCcpHvprS0vDLJ5ToKz5Up4hLsnMvQs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gTRMhsll7Tl5w7fTHKQO5bx4T8PbrAFK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#fff323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:11.75rem;height:2.9375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:5.8125rem;left:45.96875rem;display:none; }
#a4t9nv0xs1Z50W8xZ6kwK2FWTdV8xk9s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iXkzon9omzuTdbKHRcyo4RzHqp4xc1CH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffc1e8;background-image:url("https://images.assets-landingi.com/uc/d12aae21-3d2b-485c-b112-1d8f72994deb/bg1_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#iXkzon9omzuTdbKHRcyo4RzHqp4xc1CH.adaptive-delivery-prevent-bg, #iXkzon9omzuTdbKHRcyo4RzHqp4xc1CH.lazyload, #iXkzon9omzuTdbKHRcyo4RzHqp4xc1CH.lazyloading { background-image: none; }#iXkzon9omzuTdbKHRcyo4RzHqp4xc1CH > .row .container { background-color: transparent; background-image: none; }#iXkzon9omzuTdbKHRcyo4RzHqp4xc1CH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXkzon9omzuTdbKHRcyo4RzHqp4xc1CH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXkzon9omzuTdbKHRcyo4RzHqp4xc1CH > .row .container > .video-iframe-container { display: none; }#iXkzon9omzuTdbKHRcyo4RzHqp4xc1CH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXkzon9omzuTdbKHRcyo4RzHqp4xc1CH > .row > .video-iframe-container { display: none; }#iXkzon9omzuTdbKHRcyo4RzHqp4xc1CH > .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); }#iXkzon9omzuTdbKHRcyo4RzHqp4xc1CH > .row .container { border-width: 0; border-radius: 0; }#iXkzon9omzuTdbKHRcyo4RzHqp4xc1CH > .row > .video-iframe-container {  }#iXkzon9omzuTdbKHRcyo4RzHqp4xc1CH > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#GKwG5TH7KfvuyV06TNSMfMvzZQJ5XFiu { color:#000000;display:block;width:22.5625rem;position:absolute;font-family:roboto;font-size:4.5rem;font-weight:400;z-index:100000;line-height:1.5;letter-spacing:0;top:7.3125rem;left:2.0625rem;height:20.25rem;font-style:normal;display:block; }
#FJE3hyWHuPc51v4USPo4fIEoR3rb1Te8 { position:absolute;display:block;z-index:99999;background-color:#6e5fff;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:6.1875rem;width:24.875rem;top:21.125rem;left:0rem;display:block; }
#BPWlE2zyahuqUVQBLCvAhyEt5J3hozxl { position:absolute;display:block;z-index:100000;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:6.1875rem;width:17.0625rem;top:7.5rem;left:0rem;display:block; }
#TuwgmrJOL43atisMFTAM8RkktUft2s7P { color:#ff5043;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:29.1875rem;left:2.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#KnPi4haEXCd9423nF1FAgupL5AIb5At2 { box-sizing:content-box;color:#ff5043;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:28.80624961853rem;left:12.6875rem;display:block; }
#qGLAEPb6QnhrtsDDKefTV4WasALu6XeL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.4375rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:28.11874961853rem;left:0rem;display:block; }
#kIV08OXbCLdH9Jw6HXhosTFRLSJK6rW5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fBLR8cwsDuWXX3f18AzfAEe0k5nX7xGc { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#mvA6hs0LHIWzicWapxrEREx7nHkLkrVK { position:relative;display:block; }#mvA6hs0LHIWzicWapxrEREx7nHkLkrVK { background-color: transparent; background-image: none; }#mvA6hs0LHIWzicWapxrEREx7nHkLkrVK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mvA6hs0LHIWzicWapxrEREx7nHkLkrVK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mvA6hs0LHIWzicWapxrEREx7nHkLkrVK > .row .container > .video-iframe-container { display: none; }#mvA6hs0LHIWzicWapxrEREx7nHkLkrVK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mvA6hs0LHIWzicWapxrEREx7nHkLkrVK > .row > .video-iframe-container { display: none; }#mvA6hs0LHIWzicWapxrEREx7nHkLkrVK > .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); }#mvA6hs0LHIWzicWapxrEREx7nHkLkrVK { border-width: 0; border-radius: 0; }#mvA6hs0LHIWzicWapxrEREx7nHkLkrVK > .row .container > .video-iframe-container {  }#mvA6hs0LHIWzicWapxrEREx7nHkLkrVK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.4375rem;width:75rem;position:relative;display:block; }#oLxcwe3mHbgS4e9fbi8XpshWqLW7nqPX { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.6875rem;width:26.625rem;top:1.75rem;left:4.3125rem;overflow:hidden;display:block; }
#T2PUl65oxfgiNKyTzcL0iLE77hKCZ6xP { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:6rem;top:4.5625rem;left:35.5rem;overflow:hidden;display:block; }
#LmKxZhI3QKza1N3un2Xx4BsqIlsiRGCp { color:#212121;display:block;width:30.75rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:normal;z-index:100002;line-height:1.4;letter-spacing:0;top:8.625rem;left:40.0625rem;height:6.2998125rem;display:block; }
#KRCyJd6dvRIGAnBTdeHaJKE8JoUMyZBb { color:#212121;display:block;width:30.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:100003;line-height:1.7;letter-spacing:0;top:16rem;left:40.0625rem;height:11.472625rem;font-style:normal;display:block; }
#FVTtMTRJgiyMK2dzWd1Lp7lMuMB0QTdl { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.75rem;width:7.3125rem;top:3.5625rem;left:9.875rem;overflow:hidden;display:block; }
#LncoyF1ffb2qSEO1BJR12QvzDDdxJZ1f { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.4375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:29.931243896484rem;left:40.0625rem;display:block; }
#T1RTr7N6upqsD6rILBguzUhPTD4Myvyl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ES26TsQGN9mhkMUpgOu10ZgR7i8HxZsi { color:#ff5043;display:block;width:15.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:31rem;left:40.125rem;height:1.29980625rem;font-style:normal;display:block; }
#BMrm53HtMSp4KXRGLZXq0ydMKAc0SDRC { box-sizing:content-box;color:#ff5043;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:30.618743896484rem;left:53.84375rem;display:block; }
#PzP99rHOfOrTXGUm3lvfecwx4JF1nQMS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f9fa;background-image:none;position:relative;display:block; }#PzP99rHOfOrTXGUm3lvfecwx4JF1nQMS > .row .container { background-color: transparent; background-image: none; }#PzP99rHOfOrTXGUm3lvfecwx4JF1nQMS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzP99rHOfOrTXGUm3lvfecwx4JF1nQMS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzP99rHOfOrTXGUm3lvfecwx4JF1nQMS > .row .container > .video-iframe-container { display: none; }#PzP99rHOfOrTXGUm3lvfecwx4JF1nQMS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzP99rHOfOrTXGUm3lvfecwx4JF1nQMS > .row > .video-iframe-container { display: none; }#PzP99rHOfOrTXGUm3lvfecwx4JF1nQMS > .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); }#PzP99rHOfOrTXGUm3lvfecwx4JF1nQMS > .row .container { border-width: 0; border-radius: 0; }#PzP99rHOfOrTXGUm3lvfecwx4JF1nQMS > .row > .video-iframe-container {  }#PzP99rHOfOrTXGUm3lvfecwx4JF1nQMS > .row .container { font-size:0.875rem;font-family:arial;height:21.75rem;width:75rem;position:relative;display:block; }#xWMG0Np30cZVvfn4sGFO7ydIMeRXnLfB { position:absolute;display:block;z-index:100000;background-color:#00c97b;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:13.625rem;width:23.125rem;top:3.9375rem;left:0rem;display:block; }
#ciwCy2oiXhncTnhItM47umohyRR2ZtyU { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:4.125rem;top:6.3125rem;left:1.8125rem;overflow:hidden;display:block; }
#VyVZ3CTPZFhf7Px2fgqPNWy6u0PZB9CP { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:6.3125rem;left:7.4375rem;height:1.4624rem;font-style:normal;display:block; }
#I291rRtn7DN9rT1fApm0Db7adtAL6Dyw { color:#ffffff;display:block;width:13rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100003;line-height:1.5;letter-spacing:0;top:7.8125rem;left:7.4375rem;height:4.5rem;font-style:normal;display:block; }
#kgWbfgEQKHJWvSuCtVeNDoWsw3JwDOnK { position:absolute;display:block;z-index:100004;background-color:#ff5043;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:13.625rem;width:23.125rem;top:3.9375rem;left:25.9375rem;display:block; }
#bSJ0S4WCRshhklDp6vl2TgIuxfk9t5EN { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:7.8125rem;left:33.375rem;height:6rem;font-style:normal;display:block; }
#GLNDz2cMtQ5xFJVi30TtJzHTzP8ZeTnH { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:6.3125rem;left:33.375rem;height:2.92480625rem;font-style:normal;display:block; }
#UJNhRtm88xUtp1beT6KW2CVOHDHzo61H { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:4.125rem;top:6.3125rem;left:27.75rem;overflow:hidden;display:block; }
#hz9zTGOAlySubZITb6a5igHkq7qt2VeE { position:absolute;display:block;z-index:100004;background-color:#6e5fff;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:13.625rem;width:23.125rem;top:3.9375rem;left:51.875rem;display:block; }
#ywek8XRUgp9IeFsPZFp1tM5RUmmi82b1 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.4;letter-spacing:0;top:6.25rem;left:59.3125rem;height:3.1494125rem;font-style:normal;display:block; }
#a1zFtLTazMTotELwMMVtfhsf1VG5f7QM { color:#ffffff;display:block;width:13rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:9.4375rem;left:59.3125rem;height:6rem;font-style:normal;display:block; }
#Rce2eOEfQWQnq5ZWS9ISHuI4qkurcefZ { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:4.125rem;top:6.3125rem;left:53.6875rem;overflow:hidden;display:block; }
#P8oK0aCwTy7vXt2nNQo3kDIKc6IAMGNL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f9fa;background-image:none;position:relative;display:block; }#P8oK0aCwTy7vXt2nNQo3kDIKc6IAMGNL > .row .container { background-color: transparent; background-image: none; }#P8oK0aCwTy7vXt2nNQo3kDIKc6IAMGNL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8oK0aCwTy7vXt2nNQo3kDIKc6IAMGNL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8oK0aCwTy7vXt2nNQo3kDIKc6IAMGNL > .row .container > .video-iframe-container { display: none; }#P8oK0aCwTy7vXt2nNQo3kDIKc6IAMGNL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8oK0aCwTy7vXt2nNQo3kDIKc6IAMGNL > .row > .video-iframe-container { display: none; }#P8oK0aCwTy7vXt2nNQo3kDIKc6IAMGNL > .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); }#P8oK0aCwTy7vXt2nNQo3kDIKc6IAMGNL > .row .container { border-width: 0; border-radius: 0; }#P8oK0aCwTy7vXt2nNQo3kDIKc6IAMGNL > .row > .video-iframe-container {  }#P8oK0aCwTy7vXt2nNQo3kDIKc6IAMGNL > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:75rem;position:relative;display:block; }#EZCF7iUJrp5asTU2RH7ptyinvkA5gplt { position:absolute;display:block;z-index:100000;background-color:#f8f56d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.4375rem;width:35.75rem;top:0rem;left:0rem;display:block; }
#GDbfXG9TW2S0MNWA5FUmKytUspHL6WRU { color:#212121;display:block;width:27.5625rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:normal;z-index:100003;line-height:1.4;letter-spacing:0;top:3.6875rem;left:4.09375rem;height:6.2998125rem;text-align:center;text-align-last:center;display:block; }
#METdUTHwCx1hb8ZSMsHRibLTSowDq72A { color:#212121;display:block;width:30.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:100004;line-height:1.7;letter-spacing:0;top:13.58749961853rem;left:2.6875rem;height:13.38475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kq5ctm2vWLM1VzET9H4oNfbBW48ovRdH { position:absolute;display:block;z-index:100005;background-color:#212121;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.125rem;width:9.375rem;top:11.5rem;left:13.1875rem;display:block; }
#RMXpO2xwSTlqGzXW5BAItPTr7ck4tM2Q { position:absolute;display:block;z-index:100004;background-color:#f8f56d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.4375rem;width:35.75rem;top:0rem;left:39.25rem;display:block; }
#vzdRW0hcfJaOpC5nlCS1IdKSek1nxWN8 { color:#212121;display:block;width:31.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:100008;line-height:1.7;letter-spacing:0;top:13.58749961853rem;left:41.46875rem;height:13.38475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qA5uWu8Rq7f9FWCFcm5B8V77fLJMdslo { position:absolute;display:block;z-index:100009;background-color:#212121;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.125rem;width:9.375rem;top:11.5rem;left:52.4375rem;display:block; }
#rZTS8OGhsmlQkeqTU4IG6X2vfUrlC3A2 { color:#212121;display:block;width:27.5625rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:normal;z-index:100007;line-height:1.4;letter-spacing:0;top:3.6875rem;left:43.375rem;height:6.2998125rem;text-align:center;text-align-last:center;display:block; }
#PlnSOOTz8ttBQiqsV4TCB1vRsQNLMwTC { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.125rem;width:6.125rem;top:26.75rem;left:71.3125rem;overflow:hidden;display:block; }
#MDwrfcvKml3BQ7LB8gwFNJyylARzebUK { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6rem;width:5.9375rem;top:3.4375rem;left:-2.8125rem;overflow:hidden;display:block; }
#aVElmKac42vUacyTofLiDNSro1zpVF8b { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.4375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:27.6875rem;left:10.875rem;display:block; }
#TyzidGPFttMz8TB9EpIOKMWrDMLgkkLz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ebaApVW8IT1qWogSBF8kJlcAiU4Icvwt { color:#ff5043;display:block;width:15.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:28.75rem;left:10.9375rem;height:1.29980625rem;font-style:normal;display:block; }
#CbiNvuKmxByQyEL8q0AsMKmP72FQFnBA { box-sizing:content-box;color:#ff5043;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:28.375rem;left:24.625rem;display:block; }
#dkcXMn4SXVdv85snov65ZfsVUAkNTnZz { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.4375rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:27.6875rem;left:49.25rem;display:block; }
#osTiSxpVzzzsF9JntfCO4u11kJHe6nLv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OiplE7czuTwEBxh818gvfmFQAWxxC2F7 { color:#ff5043;display:block;width:15.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:28.75rem;left:49.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#vM7RFwPUqkRwJATTdUU3KsqKf2vFvSt7 { box-sizing:content-box;color:#ff5043;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:28.375rem;left:63rem;display:block; }
#FVMZJkHcKi8DCTPMT8ucGfD2qSE1kFWS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00c97b;background-image:none;position:relative;display:block; }#FVMZJkHcKi8DCTPMT8ucGfD2qSE1kFWS > .row .container { background-color: transparent; background-image: none; }#FVMZJkHcKi8DCTPMT8ucGfD2qSE1kFWS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVMZJkHcKi8DCTPMT8ucGfD2qSE1kFWS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVMZJkHcKi8DCTPMT8ucGfD2qSE1kFWS > .row .container > .video-iframe-container { display: none; }#FVMZJkHcKi8DCTPMT8ucGfD2qSE1kFWS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVMZJkHcKi8DCTPMT8ucGfD2qSE1kFWS > .row > .video-iframe-container { display: none; }#FVMZJkHcKi8DCTPMT8ucGfD2qSE1kFWS > .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); }#FVMZJkHcKi8DCTPMT8ucGfD2qSE1kFWS > .row .container { border-width: 0; border-radius: 0; }#FVMZJkHcKi8DCTPMT8ucGfD2qSE1kFWS > .row > .video-iframe-container {  }#FVMZJkHcKi8DCTPMT8ucGfD2qSE1kFWS > .row .container { font-size:0.875rem;font-family:arial;height:22.6875rem;width:75rem;position:relative;display:block; }#hmsd8Tmt0C0FfoVbiH850xwqGnG8fR0o { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:3.8125rem;top:3.4375rem;left:10.8125rem;overflow:hidden;display:block; }
#oittxiS1vTldQS2fmspfo04QaKxszPuW { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:8.25rem;left:6.25rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dp5d0OUq5a3NIzr1VE6UOBfVaJp39yaH { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:9.875rem;left:4.1875rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GXi7IDanFZqvunqP8so3IzSIoyqoFSeQ { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:9.875rem;left:29.15625rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aMfmwB7aWEWoxTuO0PzAW46dLTiBi8A2 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:4.125rem;top:3.28125rem;left:34.875rem;overflow:hidden;display:block; }
#Pfbbx1uqaxbgrT56SrTKAiHF20TnFt0B { color:#ffffff;display:block;width:18.0625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:8.25rem;left:28.46875rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TleZeyMeJEzr41PLTTL7fJVMQ1oBpFg3 { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100012;line-height:1.5;letter-spacing:0;top:9.875rem;left:53.5625rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RLezTOtZV0I14zmJ4ngWZkedug4r2ETL { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:3.875rem;top:3.40625rem;left:60.53125rem;overflow:hidden;display:block; }
#DPZTJQZM6466nH0wAxwh0zVZZ3PBgIc4 { color:#ffffff;display:block;width:18.0625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:8.25rem;left:53.46875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SJB5DlkTWOHueR5zyESlmxS9ND5I3rpT { position:absolute;display:block;z-index:100003;background-color:rgba(255,255,255,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:5.625rem;width:5.625rem;top:4.9375rem;left:9.6875rem;display:block; }
#DtEvIBzy6tQPKNSskEOSoKUGuLxhIt5G { position:absolute;display:block;z-index:100002;background-color:rgba(255,255,255,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:5.625rem;width:5.625rem;top:4.9375rem;left:34.15625rem;display:block; }
#pnXLrCE7UcQnMoVxd18XxiyVxMPE0dbA { position:absolute;display:block;z-index:100001;background-color:rgba(255,255,255,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:5.625rem;width:5.625rem;top:4.9375rem;left:59.6875rem;display:block; }
#Tb7LedeWVtJLqRPp0iwyPAmb3xli6Bua { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Tb7LedeWVtJLqRPp0iwyPAmb3xli6Bua > .row .container { background-color: transparent; background-image: none; }#Tb7LedeWVtJLqRPp0iwyPAmb3xli6Bua::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tb7LedeWVtJLqRPp0iwyPAmb3xli6Bua > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tb7LedeWVtJLqRPp0iwyPAmb3xli6Bua > .row .container > .video-iframe-container { display: none; }#Tb7LedeWVtJLqRPp0iwyPAmb3xli6Bua > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tb7LedeWVtJLqRPp0iwyPAmb3xli6Bua > .row > .video-iframe-container { display: none; }#Tb7LedeWVtJLqRPp0iwyPAmb3xli6Bua > .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); }#Tb7LedeWVtJLqRPp0iwyPAmb3xli6Bua > .row .container { border-width: 0; border-radius: 0; }#Tb7LedeWVtJLqRPp0iwyPAmb3xli6Bua > .row > .video-iframe-container {  }#Tb7LedeWVtJLqRPp0iwyPAmb3xli6Bua > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:block; }#xJ5HG9HEg4TenTFmEn7sMz6B6fw1bZAo { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.125rem;width:20.25rem;top:2.25rem;left:47.28125rem;overflow:hidden;display:block; }
#uZEyiNNClByiWZbkdHuDVqXSxplbHpdr { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6rem;width:8rem;top:25.8125rem;left:40.84375rem;overflow:hidden;display:block; }
#B033PmreSrNo7f0oy4IkTyDdN74SHLOi { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.6875rem;width:4.9375rem;top:6.25rem;left:64.84375rem;overflow:hidden;display:block; }
#Vvud1vv1OrG847a3JhozmvW3qbGlbh6D { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:6rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#kaCFNSiCfJwDMLkSNNrNWz5hhyTZnwAU { color:#212121;display:block;width:30.75rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:normal;z-index:100008;line-height:1.4;letter-spacing:0;top:5.3125rem;left:4.5625rem;height:6.2998125rem;display:block; }
#KJ2G2g2TfccF0otCNzikXgsdsPxFrrRT { color:#212121;display:block;width:34.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:100009;line-height:1.7;letter-spacing:0;top:12.875rem;left:4.5625rem;height:13.38475rem;font-style:normal;display:block; }
#awEGvIPgwqRB331y5V5QqDNkCaQeEvmJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.4375rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:25.8125rem;left:4.5625rem;display:block; }
#sFJ6e3Is0X2AUU9hAh79iVnQqL4FqJGT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UlbAqvFXi0m4IWJi0BOAkdzMlt1DPlHL { color:#ff5043;display:block;width:15.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:27.9375rem;left:4.625rem;height:1.29980625rem;font-style:normal;display:block; }
#IrcU5LDsdZAkvTkTsDDkFJQ8lDvi1DKR { box-sizing:content-box;color:#ff5043;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:27.375rem;left:18.375rem;display:block; }
#W4d2Llwe6ZbHP0kfPeVRD4KZzQDZWNED { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f9fa;background-image:none;position:relative;display:block; }#W4d2Llwe6ZbHP0kfPeVRD4KZzQDZWNED > .row .container { background-color: transparent; background-image: none; }#W4d2Llwe6ZbHP0kfPeVRD4KZzQDZWNED::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4d2Llwe6ZbHP0kfPeVRD4KZzQDZWNED > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4d2Llwe6ZbHP0kfPeVRD4KZzQDZWNED > .row .container > .video-iframe-container { display: none; }#W4d2Llwe6ZbHP0kfPeVRD4KZzQDZWNED > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4d2Llwe6ZbHP0kfPeVRD4KZzQDZWNED > .row > .video-iframe-container { display: none; }#W4d2Llwe6ZbHP0kfPeVRD4KZzQDZWNED > .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); }#W4d2Llwe6ZbHP0kfPeVRD4KZzQDZWNED > .row .container { border-width: 0; border-radius: 0; }#W4d2Llwe6ZbHP0kfPeVRD4KZzQDZWNED > .row > .video-iframe-container {  }#W4d2Llwe6ZbHP0kfPeVRD4KZzQDZWNED > .row .container { font-size:0.875rem;font-family:arial;height:31rem;width:75rem;position:relative;display:block; }#GFxSqlcTGZGbRHTpQLWSyNfE5ymvQ4kt { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.4375rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:22.6875rem;left:40.0625rem;display:block; }
#PCcu7UapkLHak5wZV8OJ5Jwr7w8hbQwW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uXFKveTPWXqvxOMNTtHskD0aEAcsMD4g { color:#ff5043;display:block;width:15.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:24.8125rem;left:40.125rem;height:1.29980625rem;font-style:normal;display:block; }
#y91tVhFcPXVdBXJhsdSJSTtT3VfS4GRv { box-sizing:content-box;color:#ff5043;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:24.3125rem;left:53.875rem;display:block; }
#quLRbAdC1du8XRk69ut9SsHxV3vfQGSf { color:#212121;display:block;width:30.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:100014;line-height:1.7;letter-spacing:0;top:11.5625rem;left:40.0625rem;height:11.472625rem;font-style:normal;display:block; }
#MBiG4cnGHwWTRpLHw6CTq5i6TT1pBfPv { color:#212121;display:block;width:30.75rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:normal;z-index:100013;line-height:1.4;letter-spacing:0;top:4rem;left:40.0625rem;height:6.2998125rem;display:block; }
#LOrAmir40RAP1sX2XH0EChPfAZGkIcXW { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.25rem;width:5.25rem;top:4.5234375rem;left:2.90625rem;overflow:hidden;display:block; }
#ROp3bmqRWr9cFC0B3KRNIHS4BWc4C1eN { color:#212121;display:block;width:20.875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:4.25rem;left:9.8125rem;height:1.4624rem;font-style:normal;display:block; }
#Z6oT7uBk3BCDpBIBaMnGqsLyK2rCtP5y { color:#212121;display:block;width:19.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:5.75rem;left:9.8125rem;height:4.5rem;font-style:normal;display:block; }
#tm9tfr1o6NtKsEulK4AAWbO0e69HbUmt { color:#212121;display:block;width:19.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:14.25rem;left:9.8125rem;height:3rem;font-style:normal;display:block; }
#McE4fb6gdpIZ6TMZwy8168G7cV7MT7h4 { color:#212121;display:block;width:20.875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:12.75rem;left:9.8125rem;height:1.4624rem;font-style:normal;display:block; }
#kc2KLxHyipHoSHeESQ4s1hr4kOQVL8DI { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.25rem;width:5.25rem;top:13rem;left:2.9375rem;overflow:hidden;display:block; }
#ikoQNTlZuBy4vT2zZ33wzpsZhQsZoKly { color:#212121;display:block;width:17.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:22.25rem;left:9.8125rem;height:4.5rem;font-style:normal;display:block; }
#RmwFN3h2NT6oNUROxe4zgcQSKa58dfpc { color:#212121;display:block;width:20.875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:20.75rem;left:9.8125rem;height:1.4624rem;font-style:normal;display:block; }
#mNDdxflZdeaVa4eCVnstt0AEqly9HfBG { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.25rem;width:5.25rem;top:21rem;left:2.9375rem;overflow:hidden;display:block; }
#bSiCTEoEyboRQ00ZzuEluVJT2QOHexKy { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.0625rem;width:4.5625rem;top:20.6875rem;left:72.90938995215rem;overflow:hidden;display:block; }
#el3FNahkDVySDblnxiQQGTe1SLULZrGw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffc1e8;background-image:none;position:relative;display:block; }#el3FNahkDVySDblnxiQQGTe1SLULZrGw > .row .container { background-color: transparent; background-image: none; }#el3FNahkDVySDblnxiQQGTe1SLULZrGw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#el3FNahkDVySDblnxiQQGTe1SLULZrGw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#el3FNahkDVySDblnxiQQGTe1SLULZrGw > .row .container > .video-iframe-container { display: none; }#el3FNahkDVySDblnxiQQGTe1SLULZrGw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#el3FNahkDVySDblnxiQQGTe1SLULZrGw > .row > .video-iframe-container { display: none; }#el3FNahkDVySDblnxiQQGTe1SLULZrGw > .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); }#el3FNahkDVySDblnxiQQGTe1SLULZrGw > .row .container { border-width: 0; border-radius: 0; }#el3FNahkDVySDblnxiQQGTe1SLULZrGw > .row > .video-iframe-container {  }#el3FNahkDVySDblnxiQQGTe1SLULZrGw > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:75rem;position:relative;display:block; }#sL0egDAOkl1EpWPt1a2qsLEEHxNtJEO9 { color:#212121;display:block;width:45.3125rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:normal;z-index:100010;line-height:1.4;letter-spacing:0;top:3.0625rem;left:14.84375rem;height:3.1499rem;text-align:center;text-align-last:center;display:block; }
#GtF1TC6NHnU06CRc7PT7DcTg6SamHEEE { color:#212121;display:block;width:47.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:100011;line-height:1.7;letter-spacing:0;top:7.365234375rem;left:13.9375rem;height:9.5605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uhJ6kCgASX99JyiciubOmFV3AFEAPhtt { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.75rem;width:8.5625rem;top:6.0234375rem;left:-2.5rem;overflow:hidden;display:block; }
#t5uXCwbSUKLFHdLLPRGWZlV8I6eKpi5t { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.125rem;width:5.125rem;top:14.0625rem;left:68.96875rem;overflow:hidden;display:block; }
#tNQ7Ii9qkTyu6b03TXu2kRlTtoWqXTt3 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.125rem;width:5.4375rem;top:10.7109375rem;left:65.65625rem;overflow:hidden;display:block; }
#QgmypTMPhQxet9eV8hIOqJFA4BuG0ue3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffc1e8;background-image:none;position:relative;display:block; }#QgmypTMPhQxet9eV8hIOqJFA4BuG0ue3 > .row .container { background-color: transparent; background-image: none; }#QgmypTMPhQxet9eV8hIOqJFA4BuG0ue3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgmypTMPhQxet9eV8hIOqJFA4BuG0ue3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgmypTMPhQxet9eV8hIOqJFA4BuG0ue3 > .row .container > .video-iframe-container { display: none; }#QgmypTMPhQxet9eV8hIOqJFA4BuG0ue3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgmypTMPhQxet9eV8hIOqJFA4BuG0ue3 > .row > .video-iframe-container { display: none; }#QgmypTMPhQxet9eV8hIOqJFA4BuG0ue3 > .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); }#QgmypTMPhQxet9eV8hIOqJFA4BuG0ue3 > .row .container { border-width: 0; border-radius: 0; }#QgmypTMPhQxet9eV8hIOqJFA4BuG0ue3 > .row > .video-iframe-container {  }#QgmypTMPhQxet9eV8hIOqJFA4BuG0ue3 > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#rEQHcetMW3Na9TbFslFLRwDTJP6xJfdl { position:absolute;display:block;z-index:100000;background-color:#f8f56d;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.75rem;width:17.5625rem;top:0rem;left:7.5rem;display:block; }
#qyCxaVEaPitT9B1xbf72y6dgbL7LzFNm { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1rem;left:7.75rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TCEUUeQN0b1xqo0iKcIFsdPiILzVBGu3 { position:absolute;display:block;z-index:100002;background-color:#f8f56d;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.75rem;width:17.5625rem;top:0rem;left:28.75rem;display:block; }
#QEFd6vDXFrVkrdF1g5uzRgFkQUVAcfv1 { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:1rem;left:29rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P1vcCO50Sc4EFXC4Os2CGIgNCUENdD9w { position:absolute;display:block;z-index:100002;background-color:#f8f56d;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.75rem;width:17.5625rem;top:0rem;left:50rem;display:block; }
#WZMqEuTqX8LOkkudWFEcFy6hyy52R3Pa { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:1rem;left:50.25rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DCFfhISVHSWmDTX6dT0Jp9tTaaElL35t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffc1e8;background-image:none;position:relative;display:block; }#DCFfhISVHSWmDTX6dT0Jp9tTaaElL35t > .row .container { background-color: transparent; background-image: none; }#DCFfhISVHSWmDTX6dT0Jp9tTaaElL35t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCFfhISVHSWmDTX6dT0Jp9tTaaElL35t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCFfhISVHSWmDTX6dT0Jp9tTaaElL35t > .row .container > .video-iframe-container { display: none; }#DCFfhISVHSWmDTX6dT0Jp9tTaaElL35t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCFfhISVHSWmDTX6dT0Jp9tTaaElL35t > .row > .video-iframe-container { display: none; }#DCFfhISVHSWmDTX6dT0Jp9tTaaElL35t > .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); }#DCFfhISVHSWmDTX6dT0Jp9tTaaElL35t > .row .container { border-width: 0; border-radius: 0; }#DCFfhISVHSWmDTX6dT0Jp9tTaaElL35t > .row > .video-iframe-container {  }#DCFfhISVHSWmDTX6dT0Jp9tTaaElL35t > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#B3Mglz6NVIWLd4S8uXIgu6TB2vPyRVJV { position:absolute;display:block;z-index:100000;background-color:#f8f56d;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.75rem;width:17.5625rem;top:0rem;left:7.5rem;display:block; }
#woBQgBKVXPZCm2GUNwegKiPg29OJiVda { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1rem;left:7.75rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RlnBzJ2IbdFI5n96mCF7HOy7bcXGA9s3 { position:absolute;display:block;z-index:100002;background-color:#f8f56d;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.75rem;width:17.5625rem;top:0rem;left:28.75rem;display:block; }
#vMXSkVobVRPhmzkM8yO2Bo090ty5nm4u { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:1rem;left:29rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nQkFuZbhFcVpyTq795DVFB6ZzXaqu4gb { position:absolute;display:block;z-index:100002;background-color:#f8f56d;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.75rem;width:17.5625rem;top:0rem;left:50rem;display:block; }
#PoT9iCiTN6m4u8iQu98PfCJTZ1pfyMe8 { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:1rem;left:50.25rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wd3WL52S4epuoesePsmsFuOr6OTHbbS2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffc1e8;background-image:none;position:relative;display:block; }#Wd3WL52S4epuoesePsmsFuOr6OTHbbS2 > .row .container { background-color: transparent; background-image: none; }#Wd3WL52S4epuoesePsmsFuOr6OTHbbS2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wd3WL52S4epuoesePsmsFuOr6OTHbbS2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wd3WL52S4epuoesePsmsFuOr6OTHbbS2 > .row .container > .video-iframe-container { display: none; }#Wd3WL52S4epuoesePsmsFuOr6OTHbbS2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wd3WL52S4epuoesePsmsFuOr6OTHbbS2 > .row > .video-iframe-container { display: none; }#Wd3WL52S4epuoesePsmsFuOr6OTHbbS2 > .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); }#Wd3WL52S4epuoesePsmsFuOr6OTHbbS2 > .row .container { border-width: 0; border-radius: 0; }#Wd3WL52S4epuoesePsmsFuOr6OTHbbS2 > .row > .video-iframe-container {  }#Wd3WL52S4epuoesePsmsFuOr6OTHbbS2 > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;position:relative;display:block; }#gawyaPi7L6xvEzBgDfoHpK3tPUmNWKlH { position:absolute;display:block;z-index:100000;background-color:#f8f56d;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.75rem;width:17.5625rem;top:0rem;left:7.5rem;display:block; }
#EuuHN5TTHsavVvnrBCVFqVOcpP70ryfQ { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1rem;left:7.75rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qeEUXS32g4hqwF2O8kry8GlKsVREtxam { position:absolute;display:block;z-index:100002;background-color:#f8f56d;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.75rem;width:17.5625rem;top:0rem;left:28.75rem;display:block; }
#vvrKpKE3Oa5bydQL3GzdPw7ndDN3uf41 { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:1rem;left:29rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JRSHdACe1kdreywVxu8zETzKJ8bTWBaG { position:absolute;display:block;z-index:100002;background-color:#f8f56d;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.75rem;width:17.5625rem;top:0rem;left:50rem;display:block; }
#QhT4pkdVtMzlmpKiXE569Ui75b3GWZyO { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:1rem;left:50.25rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Urailn6HHIUJAOfLNqsq8VX72R4h9TqZ { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.6875rem;width:4.9375rem;top:0rem;left:23.15625rem;overflow:hidden;display:block; }
#TAM7ITUiq74bT3ZEw8ncddkdcp7uXVy3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TAM7ITUiq74bT3ZEw8ncddkdcp7uXVy3 > .row .container { background-color: transparent; background-image: none; }#TAM7ITUiq74bT3ZEw8ncddkdcp7uXVy3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAM7ITUiq74bT3ZEw8ncddkdcp7uXVy3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAM7ITUiq74bT3ZEw8ncddkdcp7uXVy3 > .row .container > .video-iframe-container { display: none; }#TAM7ITUiq74bT3ZEw8ncddkdcp7uXVy3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAM7ITUiq74bT3ZEw8ncddkdcp7uXVy3 > .row > .video-iframe-container { display: none; }#TAM7ITUiq74bT3ZEw8ncddkdcp7uXVy3 > .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); }#TAM7ITUiq74bT3ZEw8ncddkdcp7uXVy3 > .row .container { border-width: 0; border-radius: 0; }#TAM7ITUiq74bT3ZEw8ncddkdcp7uXVy3 > .row > .video-iframe-container {  }#TAM7ITUiq74bT3ZEw8ncddkdcp7uXVy3 > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:75rem;position:relative;display:block; }#lQ7PRezReBA9vqbc6tlcKTPITW2uNXbi { color:#212121;display:block;width:45.3125rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:normal;z-index:100010;line-height:1.4;letter-spacing:0;top:3.0625rem;left:14.84375rem;height:3.1499rem;text-align:center;text-align-last:center;display:block; }
#llyGutvGU6TGldvWhF9HfBazZPhvVyCN { color:#212121;display:block;width:47.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:100011;line-height:1.7;letter-spacing:0;top:7.365234375rem;left:13.9375rem;height:1.9125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RNLgGqP06KH3sVLxtTpkasTpZaFTFoft { position:relative;display:block; }#RNLgGqP06KH3sVLxtTpkasTpZaFTFoft { background-color: transparent; background-image: none; }#RNLgGqP06KH3sVLxtTpkasTpZaFTFoft::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNLgGqP06KH3sVLxtTpkasTpZaFTFoft > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNLgGqP06KH3sVLxtTpkasTpZaFTFoft > .row .container > .video-iframe-container { display: none; }#RNLgGqP06KH3sVLxtTpkasTpZaFTFoft > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNLgGqP06KH3sVLxtTpkasTpZaFTFoft > .row > .video-iframe-container { display: none; }#RNLgGqP06KH3sVLxtTpkasTpZaFTFoft > .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); }#RNLgGqP06KH3sVLxtTpkasTpZaFTFoft { border-width: 0; border-radius: 0; }#RNLgGqP06KH3sVLxtTpkasTpZaFTFoft > .row .container > .video-iframe-container {  }#RNLgGqP06KH3sVLxtTpkasTpZaFTFoft > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.1875rem;width:75rem;position:relative;display:block; }#iu2UwElZW3tLyNUoTEA8od8VQ7g4Oia4 { position:absolute;display:block;z-index:100004;background-color:#6e60fe;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:11.5625rem;width:22.75rem;top:0.11562538146972rem;left:0.7113095238095rem;display:block; }
#oVffS2g1rKIu9Qp9USTA6uUxry5htkxx { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:5.5625rem;left:5.3125rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H9MaESDIUCrCuZOwn4KfH8DeuS9tMfW3 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:4rem;top:1.25rem;left:9.96875rem;overflow:hidden;display:block; }
#b8kMFEDnpFfZpCdBVWg9RAHBx1aBykRV { 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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ff5043;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:2.625rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:7.6875rem;left:4.1875rem;display:block; }
#FBwTzTWgkNKA5DbLPoMefWFwaIMqPKEi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gvcXtnPrC604yPueAfGu1cc57ndEfeDb { position:absolute;display:block;z-index:100008;background-color:#feb0e2;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:11.5625rem;width:23.125rem;top:0rem;left:25.9375rem;display:block; }
#lE7zk2uoMAtKNCzqEcRxqDZcwOEETVpS { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:5.5625rem;left:31.25rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UANXeFTssG3vdniBD65Ev0sRXbCvpvW1 { 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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ff5043;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:2.625rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:7.6875rem;left:30.125rem;display:block; }
#dcGBHcEg0iqK3S3zP0DRlqWZQePPVlBT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#trQhq1lqlt7re12OnBeZlfNfwdbTh9x7 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:4.5rem;top:1.0625rem;left:35.218751192093rem;overflow:hidden;display:block; }
#Pm3O2yxTsR5cFZ9EIycNKplI3ZJnny5z { position:absolute;display:block;z-index:100012;background-color:#fff323;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:11.5625rem;width:23.125rem;top:0rem;left:51.875rem;display:block; }
#KtbCRJqKdAHT4mkylssTQkJRiQVd1u0B { 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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ff5043;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:2.625rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:7.6875rem;left:56.0625rem;display:block; }
#ELTGhRzS4SZnpvV4ArHcGCk9anI6Ll0c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lbd9HOOTPtQpk4tLN05FQwStmsXOWW3H { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:5.5625rem;left:55.1875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SBJ0rTsUPOPn520U6f4PcWuCT7lMxHbD { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:4rem;top:1.375rem;left:61.84375rem;overflow:hidden;display:block; }
#Iie3x46bJCnmqbaeBoRWdEmxGbVeMdxf { position:relative;display:block; }#Iie3x46bJCnmqbaeBoRWdEmxGbVeMdxf { background-color: transparent; background-image: none; }#Iie3x46bJCnmqbaeBoRWdEmxGbVeMdxf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iie3x46bJCnmqbaeBoRWdEmxGbVeMdxf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iie3x46bJCnmqbaeBoRWdEmxGbVeMdxf > .row .container > .video-iframe-container { display: none; }#Iie3x46bJCnmqbaeBoRWdEmxGbVeMdxf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iie3x46bJCnmqbaeBoRWdEmxGbVeMdxf > .row > .video-iframe-container { display: none; }#Iie3x46bJCnmqbaeBoRWdEmxGbVeMdxf > .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); }#Iie3x46bJCnmqbaeBoRWdEmxGbVeMdxf { border-width: 0; border-radius: 0; }#Iie3x46bJCnmqbaeBoRWdEmxGbVeMdxf > .row .container > .video-iframe-container {  }#Iie3x46bJCnmqbaeBoRWdEmxGbVeMdxf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.1875rem;width:75rem;position:relative;display:block; }#yboLUHVEHzDdcL3FuMPJwyt8HKu8i5p7 { position:absolute;display:block;z-index:100004;background-color:#cccdc8;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:11.5625rem;width:23.125rem;top:0rem;left:0rem;display:block; }
#ixGIHL9tR99ikp73Q8HM6nSfDvXrTKMy { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:5.5406246185303rem;left:5.3125rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uVkuoPFJeUSl3TBoLdJOktim9iCke8vT { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:4.5rem;top:1.25rem;left:9.96875rem;overflow:hidden;display:block; }
#zH0s225U2fQAEn18JnEekxsypszStu2N { 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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ff5043;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:2.625rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:7.6875rem;left:4.1875rem;display:block; }
#TIrcS69C0802bfTgLv0duqtdCBx4IMQL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#g890dwWqpP8T1tDFobvXDUWAcOdUD7i7 { position:absolute;display:block;z-index:100008;background-color:#f34b4b;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:11.5625rem;width:23.125rem;top:0rem;left:25.9375rem;display:block; }
#tqf4uGbI0Tyw3maAN5KoA7HOFvSc7bR5 { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:5.5406246185303rem;left:29.09375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZXXfMWnP9Zi5a6bVHQFUDSWpTvlTEzpt { 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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ff5043;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:2.625rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:7.6875rem;left:30.125rem;display:block; }
#TP6aNeQ1hH1ThT9A0ncGdSaLXAz1IrZM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DwlPCiuwKgTBqr3VOMP9xgALlVeU1X3t { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:4.5625rem;top:1.25rem;left:35.90625rem;overflow:hidden;display:block; }
#p3Icb5AzS2w7ZGlmwBHVE5PMTfMOF0BI { position:absolute;display:block;z-index:100012;background-color:#00cb78;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:11.5625rem;width:23.125rem;top:0rem;left:51.875rem;display:block; }
#FQ6r5WwhgDv079BOTzycITlnPdGKcr6l { 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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ff5043;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:2.625rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:7.6875rem;left:56.0625rem;display:block; }
#S9D6QsJelJozcgPk5HaVufqMqT1JF5eh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#W8TcSEvsQeUwUJyVFMMy290TqwSoQo7D { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:5.5406246185303rem;left:55.1875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JfxVXEBBcLeQXBWxURkgMEyPtl9Ggzta { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:4rem;top:1.25rem;left:61.84375rem;overflow:hidden;display:block; }
#WDxzGqwrOhOhHHV6LLTGp9GzGecSAm6P { position:relative;display:block; }#WDxzGqwrOhOhHHV6LLTGp9GzGecSAm6P { background-color: transparent; background-image: none; }#WDxzGqwrOhOhHHV6LLTGp9GzGecSAm6P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDxzGqwrOhOhHHV6LLTGp9GzGecSAm6P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDxzGqwrOhOhHHV6LLTGp9GzGecSAm6P > .row .container > .video-iframe-container { display: none; }#WDxzGqwrOhOhHHV6LLTGp9GzGecSAm6P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDxzGqwrOhOhHHV6LLTGp9GzGecSAm6P > .row > .video-iframe-container { display: none; }#WDxzGqwrOhOhHHV6LLTGp9GzGecSAm6P > .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); }#WDxzGqwrOhOhHHV6LLTGp9GzGecSAm6P { border-width: 0; border-radius: 0; }#WDxzGqwrOhOhHHV6LLTGp9GzGecSAm6P > .row .container > .video-iframe-container {  }#WDxzGqwrOhOhHHV6LLTGp9GzGecSAm6P > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.1875rem;width:75rem;position:relative;display:block; }#aFlxd5eCwyg0KuePFu63N8TAIw06wPkT { position:absolute;display:block;z-index:100004;background-color:#feb0e2;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:11.5625rem;width:23.125rem;top:0rem;left:0rem;display:block; }
#aFr4Ttgnl11vDcea4OdI4tCTS9aofBFW { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:5.5812492370606rem;left:5.3125rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UelWzTTAQm3kTiJ4S48ZvislsOBqhhQN { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.56235625rem;width:4.56235625rem;top:1.0807294845581rem;left:9.2802376747131rem;overflow:hidden;display:block; }
#Qc2q94TTu75O96X9WDilRNdZlbtoOTqX { 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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ff5043;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:2.625rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:7.6875rem;left:4.1875rem;display:block; }
#wsTeMWQnAVVQSp9L54Ti8wqdnyGIoz04 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#w84FnTWTuGuUJda7hwkRLoC9aWefl768 { position:absolute;display:block;z-index:100008;background-color:#fff323;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:11.5625rem;width:23.125rem;top:0rem;left:25.9375rem;display:block; }
#JKRCvlQKx3teXh6Twunv4d5CD624WeHC { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:5.5406246185303rem;left:31.25rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PS1acTkwUN8vP6ctdETleZ4dZuSNXC8F { 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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ff5043;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:2.625rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:7.6875rem;left:30.125rem;display:block; }
#apdgHcJsAgBHmyxliSTmT376XRf27fUT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VnZiozGio0uG8MwGoAeKwtaXIweElSzT { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:4rem;top:1.25rem;left:35.90625rem;overflow:hidden;display:block; }
#LTWkRSu2OUStaccuKzvgOAGdiIRWt7cJ { position:absolute;display:block;z-index:100012;background-color:#6e60fe;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:11.5625rem;width:23.125rem;top:0rem;left:51.875rem;display:block; }
#Ubh19Q0nU4esvrbi8SSx2sFFNWnq4hbL { 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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ff5043;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:2.625rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:7.6875rem;left:56.0625rem;display:block; }
#OXtmSE60z7G0aTKWkFfDX7f4SWXRZLKH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pDGSaFrcoNEIIREM9IZa728CODfSKFTd { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:5.5406246185303rem;left:55.1875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#auu1POxGdXLaTHFJTlBZuCXBNukJsbSC { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:4.5rem;top:1.25rem;left:61.84375rem;overflow:hidden;display:block; }
#wEw2frPCtoAM9P7KpP2mQ42bSvpMEQpg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001927;background-image:none;position:relative;display:block; }#wEw2frPCtoAM9P7KpP2mQ42bSvpMEQpg > .row .container { background-color: transparent; background-image: none; }#wEw2frPCtoAM9P7KpP2mQ42bSvpMEQpg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEw2frPCtoAM9P7KpP2mQ42bSvpMEQpg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEw2frPCtoAM9P7KpP2mQ42bSvpMEQpg > .row .container > .video-iframe-container { display: none; }#wEw2frPCtoAM9P7KpP2mQ42bSvpMEQpg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEw2frPCtoAM9P7KpP2mQ42bSvpMEQpg > .row > .video-iframe-container { display: none; }#wEw2frPCtoAM9P7KpP2mQ42bSvpMEQpg > .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); }#wEw2frPCtoAM9P7KpP2mQ42bSvpMEQpg > .row .container { border-width: 0; border-radius: 0; }#wEw2frPCtoAM9P7KpP2mQ42bSvpMEQpg > .row > .video-iframe-container {  }#wEw2frPCtoAM9P7KpP2mQ42bSvpMEQpg > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:75rem;position:relative;display:block; }#adTNKA1KwmTRJ6UyPBdLqLkiRC7oe4t4 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:3rem;left:16.9375rem;height:4.548825rem;display:block; }
#y58rmcrTOgE85okb3IuGGVhT5PVWb8tU { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:13.0625rem;top:3rem;left:0rem;overflow:hidden;display:block; }
#UWrhuTfUkgzN5UlARMoPSEgyfQTw8bZG { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:5.25rem;left:27.375rem;height:2.2744125rem;display:block; }
#O3LqwR6O2UcU3STiKrDOPQu7tFeCWBL0 { box-sizing:content-box;color:#ffffff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:5.625rem;left:66.875rem;display:block; }
#HZmsr81QuSvTbtgcq3giiw7ZmqdeazoU { box-sizing:content-box;color:#ffffff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:5.625rem;left:69.8125rem;display:block; }
#mM9prP8l7lbDmzuOpXvI2VptAPHpA4o9 { box-sizing:content-box;color:#ffffff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:5.625rem;left:72.75rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wyhOTHvfFqnp69aMVeHmT7EDbl4rvaxZ { top:0.5625rem;left:0rem;width:15.375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2IiHTtBvanMisUOck9cV3XJlf6LtaMo { width:7rem;height:2.9375rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXiAZa5w0Fd1r3u3Zt3mislbKzpHMHNO { display:block; }
 }@media only screen and (max-width: 763px) { #qDuoftmd9sAfPtNWNXRaUENyJ6ggUKAV { width:15.25rem;height:2.9375rem;top:5.8125rem;left:28.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrkrxrZAw4e5E8o6PZDAPeJXpO7X4qTB { display:block; }
 }@media only screen and (max-width: 763px) { #goNf4eEhaUukUOz9igtzVRC7Rl1D7F9k { display:block; }#goNf4eEhaUukUOz9igtzVRC7Rl1D7F9k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DWPSL6WXQHoUe4vXw7igfDRgxthy3cZd { width:19.125rem;height:2.9375rem;top:-0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFitMtc1PHvtSZw096c9hmcb2QgWUOw9 { display:block; }
 }@media only screen and (max-width: 763px) { #wGN7dWPuFM96M3zNUIKX7JSF8KxsWITu { width:12.5625rem;height:2.9375rem;top:-0.4375rem;left:15.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuCcpHvprS0vDLJ5ToKz5Up4hLsnMvQs { display:block; }
 }@media only screen and (max-width: 763px) { #gTRMhsll7Tl5w7fTHKQO5bx4T8PbrAFK { width:11.75rem;height:2.9375rem;top:5.8125rem;left:32.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a4t9nv0xs1Z50W8xZ6kwK2FWTdV8xk9s { display:block; }
 }@media only screen and (max-width: 763px) { #iXkzon9omzuTdbKHRcyo4RzHqp4xc1CH { display:block; }#iXkzon9omzuTdbKHRcyo4RzHqp4xc1CH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GKwG5TH7KfvuyV06TNSMfMvzZQJ5XFiu { top:7.3125rem;left:0rem;width:22.5625rem;height:20.25rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJE3hyWHuPc51v4USPo4fIEoR3rb1Te8 { top:21.125rem;left:0rem;width:24.875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPWlE2zyahuqUVQBLCvAhyEt5J3hozxl { top:7.5rem;left:0rem;width:17.0625rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuwgmrJOL43atisMFTAM8RkktUft2s7P { top:29.1875rem;left:0rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnPi4haEXCd9423nF1FAgupL5AIb5At2 { top:28.75rem;left:0rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGLAEPb6QnhrtsDDKefTV4WasALu6XeL { width:15.6875rem;height:3.4375rem;top:28.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIV08OXbCLdH9Jw6HXhosTFRLSJK6rW5 { display:block; }
 }@media only screen and (max-width: 763px) { #fBLR8cwsDuWXX3f18AzfAEe0k5nX7xGc { display:none; }
 }@media only screen and (max-width: 763px) { #mvA6hs0LHIWzicWapxrEREx7nHkLkrVK { display:block; }#mvA6hs0LHIWzicWapxrEREx7nHkLkrVK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLxcwe3mHbgS4e9fbi8XpshWqLW7nqPX { top:1.75rem;left:0rem;width:26.625rem;height:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2PUl65oxfgiNKyTzcL0iLE77hKCZ6xP { top:4.5625rem;left:21.875rem;width:6rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmKxZhI3QKza1N3un2Xx4BsqIlsiRGCp { top:8.625rem;left:17rem;width:30.75rem;height:6.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRCyJd6dvRIGAnBTdeHaJKE8JoUMyZBb { top:16rem;left:17.375rem;width:30.375rem;height:13.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVTtMTRJgiyMK2dzWd1Lp7lMuMB0QTdl { top:3.5625rem;left:0rem;width:7.3125rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LncoyF1ffb2qSEO1BJR12QvzDDdxJZ1f { width:15.6875rem;height:3.4375rem;top:29.875rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1RTr7N6upqsD6rILBguzUhPTD4Myvyl { display:block; }
 }@media only screen and (max-width: 763px) { #ES26TsQGN9mhkMUpgOu10ZgR7i8HxZsi { top:31rem;left:26.5rem;width:15.75rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMrm53HtMSp4KXRGLZXq0ydMKAc0SDRC { top:30.5625rem;left:40.21875rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzP99rHOfOrTXGUm3lvfecwx4JF1nQMS { display:block; }#PzP99rHOfOrTXGUm3lvfecwx4JF1nQMS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xWMG0Np30cZVvfn4sGFO7ydIMeRXnLfB { top:3.9375rem;left:0rem;width:23.125rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciwCy2oiXhncTnhItM47umohyRR2ZtyU { top:6.3125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyVZ3CTPZFhf7Px2fgqPNWy6u0PZB9CP { top:6.3125rem;left:2.875rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I291rRtn7DN9rT1fApm0Db7adtAL6Dyw { top:7.8125rem;left:2.875rem;width:13rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgWbfgEQKHJWvSuCtVeNDoWsw3JwDOnK { top:3.9375rem;left:8.625rem;width:23.125rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSJ0S4WCRshhklDp6vl2TgIuxfk9t5EN { top:7.8125rem;left:17.875rem;width:13.875rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLNDz2cMtQ5xFJVi30TtJzHTzP8ZeTnH { top:6.3125rem;left:17.875rem;width:13.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJNhRtm88xUtp1beT6KW2CVOHDHzo61H { top:6.3125rem;left:15.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz9zTGOAlySubZITb6a5igHkq7qt2VeE { top:3.9375rem;left:24.5rem;width:23.125rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywek8XRUgp9IeFsPZFp1tM5RUmmi82b1 { top:6.25rem;left:35.125rem;width:12.5rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1zFtLTazMTotELwMMVtfhsf1VG5f7QM { top:9.4375rem;left:34.625rem;width:13rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rce2eOEfQWQnq5ZWS9ISHuI4qkurcefZ { top:6.3125rem;left:31.75rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8oK0aCwTy7vXt2nNQo3kDIKc6IAMGNL { display:block; }#P8oK0aCwTy7vXt2nNQo3kDIKc6IAMGNL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EZCF7iUJrp5asTU2RH7ptyinvkA5gplt { top:0rem;left:0rem;width:35.75rem;height:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDbfXG9TW2S0MNWA5FUmKytUspHL6WRU { top:3.625rem;left:0rem;width:27.5rem;height:6.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #METdUTHwCx1hb8ZSMsHRibLTSowDq72A { top:13.5625rem;left:0rem;width:30.375rem;height:13.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kq5ctm2vWLM1VzET9H4oNfbBW48ovRdH { top:11.5rem;left:6.375rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMXpO2xwSTlqGzXW5BAItPTr7ck4tM2Q { top:0rem;left:12rem;width:35.75rem;height:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzdRW0hcfJaOpC5nlCS1IdKSek1nxWN8 { top:13.5625rem;left:16.4375rem;width:31.3125rem;height:13.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qA5uWu8Rq7f9FWCFcm5B8V77fLJMdslo { top:11.5rem;left:32rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZTS8OGhsmlQkeqTU4IG6X2vfUrlC3A2 { top:3.625rem;left:20.1875rem;width:27.5rem;height:6.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlnSOOTz8ttBQiqsV4TCB1vRsQNLMwTC { top:26.75rem;left:38rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDwrfcvKml3BQ7LB8gwFNJyylARzebUK { top:3.4375rem;left:0rem;width:5.9375rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVElmKac42vUacyTofLiDNSro1zpVF8b { width:15.6875rem;height:3.4375rem;top:27.6875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyzidGPFttMz8TB9EpIOKMWrDMLgkkLz { display:block; }
 }@media only screen and (max-width: 763px) { #ebaApVW8IT1qWogSBF8kJlcAiU4Icvwt { top:28.75rem;left:4.125rem;width:15.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbiNvuKmxByQyEL8q0AsMKmP72FQFnBA { top:28.375rem;left:17.8125rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkcXMn4SXVdv85snov65ZfsVUAkNTnZz { width:15.6875rem;height:3.4375rem;top:27.6875rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #osTiSxpVzzzsF9JntfCO4u11kJHe6nLv { display:block; }
 }@media only screen and (max-width: 763px) { #OiplE7czuTwEBxh818gvfmFQAWxxC2F7 { top:28.75rem;left:28.875rem;width:15.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM7RFwPUqkRwJATTdUU3KsqKf2vFvSt7 { top:28.375rem;left:42.5625rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVMZJkHcKi8DCTPMT8ucGfD2qSE1kFWS { display:block; }#FVMZJkHcKi8DCTPMT8ucGfD2qSE1kFWS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hmsd8Tmt0C0FfoVbiH850xwqGnG8fR0o { top:3.4375rem;left:6.25rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oittxiS1vTldQS2fmspfo04QaKxszPuW { top:8.25rem;left:1.6875rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp5d0OUq5a3NIzr1VE6UOBfVaJp39yaH { top:9.875rem;left:0rem;width:16.6875rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXi7IDanFZqvunqP8so3IzSIoyqoFSeQ { top:9.875rem;left:15.0625rem;width:16.6875rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMfmwB7aWEWoxTuO0PzAW46dLTiBi8A2 { top:3.25rem;left:21.1875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pfbbx1uqaxbgrT56SrTKAiHF20TnFt0B { top:8.25rem;left:13.6875rem;width:18.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TleZeyMeJEzr41PLTTL7fJVMQ1oBpFg3 { top:9.875rem;left:29.75rem;width:17.875rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLezTOtZV0I14zmJ4ngWZkedug4r2ETL { top:3.375rem;left:37.71875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPZTJQZM6466nH0wAxwh0zVZZ3PBgIc4 { top:8.25rem;left:29.5625rem;width:18.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJB5DlkTWOHueR5zyESlmxS9ND5I3rpT { top:4.9375rem;left:5.125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtEvIBzy6tQPKNSskEOSoKUGuLxhIt5G { top:4.9375rem;left:20.46875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnXLrCE7UcQnMoVxd18XxiyVxMPE0dbA { top:4.9375rem;left:36.875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb7LedeWVtJLqRPp0iwyPAmb3xli6Bua { display:block; }#Tb7LedeWVtJLqRPp0iwyPAmb3xli6Bua > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJ5HG9HEg4TenTFmEn7sMz6B6fw1bZAo { top:2.25rem;left:27.5rem;width:20.25rem;height:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZEyiNNClByiWZbkdHuDVqXSxplbHpdr { top:25.8125rem;left:27.21875rem;width:8rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #B033PmreSrNo7f0oy4IkTyDdN74SHLOi { top:6.25rem;left:42.8125rem;width:4.9375rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvud1vv1OrG847a3JhozmvW3qbGlbh6D { top:1.25rem;left:0rem;width:6rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaCFNSiCfJwDMLkSNNrNWz5hhyTZnwAU { top:5.3125rem;left:0rem;width:30.75rem;height:6.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJ2G2g2TfccF0otCNzikXgsdsPxFrrRT { top:12.875rem;left:0rem;width:34.375rem;height:13.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #awEGvIPgwqRB331y5V5QqDNkCaQeEvmJ { width:15.6875rem;height:3.4375rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFJ6e3Is0X2AUU9hAh79iVnQqL4FqJGT { display:block; }
 }@media only screen and (max-width: 763px) { #UlbAqvFXi0m4IWJi0BOAkdzMlt1DPlHL { top:27.9375rem;left:0rem;width:15.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrcU5LDsdZAkvTkTsDDkFJQ8lDvi1DKR { top:27.375rem;left:4.75rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4d2Llwe6ZbHP0kfPeVRD4KZzQDZWNED { display:block; }#W4d2Llwe6ZbHP0kfPeVRD4KZzQDZWNED > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GFxSqlcTGZGbRHTpQLWSyNfE5ymvQ4kt { width:15.6875rem;height:3.4375rem;top:22.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCcu7UapkLHak5wZV8OJ5Jwr7w8hbQwW { display:block; }
 }@media only screen and (max-width: 763px) { #uXFKveTPWXqvxOMNTtHskD0aEAcsMD4g { top:24.8125rem;left:23.875rem;width:15.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y91tVhFcPXVdBXJhsdSJSTtT3VfS4GRv { top:24.3125rem;left:33.4375rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #quLRbAdC1du8XRk69ut9SsHxV3vfQGSf { top:11.5625rem;left:17.125rem;width:30.625rem;height:11.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBiG4cnGHwWTRpLHw6CTq5i6TT1pBfPv { top:4rem;left:17rem;width:30.75rem;height:6.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOrAmir40RAP1sX2XH0EChPfAZGkIcXW { top:4.5rem;left:0rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROp3bmqRWr9cFC0B3KRNIHS4BWc4C1eN { top:4.25rem;left:3rem;width:20.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6oT7uBk3BCDpBIBaMnGqsLyK2rCtP5y { top:5.75rem;left:3rem;width:19.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm9tfr1o6NtKsEulK4AAWbO0e69HbUmt { top:14.25rem;left:3rem;width:19.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #McE4fb6gdpIZ6TMZwy8168G7cV7MT7h4 { top:12.75rem;left:3rem;width:20.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc2KLxHyipHoSHeESQ4s1hr4kOQVL8DI { top:13rem;left:0rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikoQNTlZuBy4vT2zZ33wzpsZhQsZoKly { top:22.25rem;left:3rem;width:17.8125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmwFN3h2NT6oNUROxe4zgcQSKa58dfpc { top:20.75rem;left:3rem;width:20.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNDdxflZdeaVa4eCVnstt0AEqly9HfBG { top:21rem;left:0rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSiCTEoEyboRQ00ZzuEluVJT2QOHexKy { top:20.6875rem;left:43.1875rem;width:4.5625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #el3FNahkDVySDblnxiQQGTe1SLULZrGw { display:block; }#el3FNahkDVySDblnxiQQGTe1SLULZrGw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sL0egDAOkl1EpWPt1a2qsLEEHxNtJEO9 { top:3.0625rem;left:1.21875rem;width:45.3125rem;height:3.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtF1TC6NHnU06CRc7PT7DcTg6SamHEEE { top:7.3125rem;left:0.3125rem;width:47.125rem;height:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhJ6kCgASX99JyiciubOmFV3AFEAPhtt { top:6rem;left:0rem;width:8.5625rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5uXCwbSUKLFHdLLPRGWZlV8I6eKpi5t { top:14.0625rem;left:42.625rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNQ7Ii9qkTyu6b03TXu2kRlTtoWqXTt3 { top:10.6875rem;left:42.3125rem;width:5.4375rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgmypTMPhQxet9eV8hIOqJFA4BuG0ue3 { display:block; }#QgmypTMPhQxet9eV8hIOqJFA4BuG0ue3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rEQHcetMW3Na9TbFslFLRwDTJP6xJfdl { top:0rem;left:0rem;width:17.5625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyCxaVEaPitT9B1xbf72y6dgbL7LzFNm { top:1rem;left:0rem;width:17.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCEUUeQN0b1xqo0iKcIFsdPiILzVBGu3 { top:0rem;left:14.1875rem;width:17.5625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEFd6vDXFrVkrdF1g5uzRgFkQUVAcfv1 { top:1rem;left:14.6875rem;width:17.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1vcCO50Sc4EFXC4Os2CGIgNCUENdD9w { top:0rem;left:30.0625rem;width:17.5625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZMqEuTqX8LOkkudWFEcFy6hyy52R3Pa { top:1rem;left:30.5625rem;width:17.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCFfhISVHSWmDTX6dT0Jp9tTaaElL35t { display:block; }#DCFfhISVHSWmDTX6dT0Jp9tTaaElL35t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B3Mglz6NVIWLd4S8uXIgu6TB2vPyRVJV { top:0rem;left:0rem;width:17.5625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #woBQgBKVXPZCm2GUNwegKiPg29OJiVda { top:1rem;left:0rem;width:17.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlnBzJ2IbdFI5n96mCF7HOy7bcXGA9s3 { top:0rem;left:14.1875rem;width:17.5625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMXSkVobVRPhmzkM8yO2Bo090ty5nm4u { top:1rem;left:14.6875rem;width:17.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQkFuZbhFcVpyTq795DVFB6ZzXaqu4gb { top:0rem;left:30.0625rem;width:17.5625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoT9iCiTN6m4u8iQu98PfCJTZ1pfyMe8 { top:1rem;left:30.5625rem;width:17.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wd3WL52S4epuoesePsmsFuOr6OTHbbS2 { display:block; }#Wd3WL52S4epuoesePsmsFuOr6OTHbbS2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gawyaPi7L6xvEzBgDfoHpK3tPUmNWKlH { top:0rem;left:0rem;width:17.5625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuuHN5TTHsavVvnrBCVFqVOcpP70ryfQ { top:1rem;left:0rem;width:17.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeEUXS32g4hqwF2O8kry8GlKsVREtxam { top:0rem;left:14.1875rem;width:17.5625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvrKpKE3Oa5bydQL3GzdPw7ndDN3uf41 { top:1rem;left:14.6875rem;width:17.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRSHdACe1kdreywVxu8zETzKJ8bTWBaG { top:0rem;left:30.0625rem;width:17.5625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhT4pkdVtMzlmpKiXE569Ui75b3GWZyO { top:1rem;left:30.5625rem;width:17.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Urailn6HHIUJAOfLNqsq8VX72R4h9TqZ { top:0rem;left:10.9375rem;width:4.9375rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAM7ITUiq74bT3ZEw8ncddkdcp7uXVy3 { display:block; }#TAM7ITUiq74bT3ZEw8ncddkdcp7uXVy3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQ7PRezReBA9vqbc6tlcKTPITW2uNXbi { top:3.0625rem;left:1.21875rem;width:45.3125rem;height:3.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #llyGutvGU6TGldvWhF9HfBazZPhvVyCN { top:7.3125rem;left:0.3125rem;width:47.125rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNLgGqP06KH3sVLxtTpkasTpZaFTFoft { display:block; }#RNLgGqP06KH3sVLxtTpkasTpZaFTFoft > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iu2UwElZW3tLyNUoTEA8od8VQ7g4Oia4 { top:0.0625rem;left:0rem;width:22.75rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVffS2g1rKIu9Qp9USTA6uUxry5htkxx { top:5.5625rem;left:0.75000023841856rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9MaESDIUCrCuZOwn4KfH8DeuS9tMfW3 { top:1.25rem;left:5.40625rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8kMFEDnpFfZpCdBVWg9RAHBx1aBykRV { width:14.75rem;height:2.625rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBwTzTWgkNKA5DbLPoMefWFwaIMqPKEi { display:block; }
 }@media only screen and (max-width: 763px) { #gvcXtnPrC604yPueAfGu1cc57ndEfeDb { top:0rem;left:8.625rem;width:23.125rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lE7zk2uoMAtKNCzqEcRxqDZcwOEETVpS { top:5.5625rem;left:17.562501192093rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UANXeFTssG3vdniBD65Ev0sRXbCvpvW1 { width:14.75rem;height:2.625rem;top:7.6875rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcGBHcEg0iqK3S3zP0DRlqWZQePPVlBT { display:block; }
 }@media only screen and (max-width: 763px) { #trQhq1lqlt7re12OnBeZlfNfwdbTh9x7 { top:1.0625rem;left:21.531251192093rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm3O2yxTsR5cFZ9EIycNKplI3ZJnny5z { top:0rem;left:24.5rem;width:23.125rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtbCRJqKdAHT4mkylssTQkJRiQVd1u0B { width:14.75rem;height:2.625rem;top:7.6875rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELTGhRzS4SZnpvV4ArHcGCk9anI6Ll0c { display:block; }
 }@media only screen and (max-width: 763px) { #lbd9HOOTPtQpk4tLN05FQwStmsXOWW3H { top:5.5625rem;left:31.125rem;width:16.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBJ0rTsUPOPn520U6f4PcWuCT7lMxHbD { top:1.375rem;left:39.03125rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iie3x46bJCnmqbaeBoRWdEmxGbVeMdxf { display:block; }#Iie3x46bJCnmqbaeBoRWdEmxGbVeMdxf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yboLUHVEHzDdcL3FuMPJwyt8HKu8i5p7 { top:0rem;left:0rem;width:23.125rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixGIHL9tR99ikp73Q8HM6nSfDvXrTKMy { top:5.5rem;left:0.75000023841856rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVkuoPFJeUSl3TBoLdJOktim9iCke8vT { top:1.25rem;left:5.40625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH0s225U2fQAEn18JnEekxsypszStu2N { width:14.75rem;height:2.625rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIrcS69C0802bfTgLv0duqtdCBx4IMQL { display:block; }
 }@media only screen and (max-width: 763px) { #g890dwWqpP8T1tDFobvXDUWAcOdUD7i7 { top:0rem;left:8.625rem;width:23.125rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqf4uGbI0Tyw3maAN5KoA7HOFvSc7bR5 { top:5.5rem;left:14.9375rem;width:16.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXXfMWnP9Zi5a6bVHQFUDSWpTvlTEzpt { width:14.75rem;height:2.625rem;top:7.6875rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP6aNeQ1hH1ThT9A0ncGdSaLXAz1IrZM { display:block; }
 }@media only screen and (max-width: 763px) { #DwlPCiuwKgTBqr3VOMP9xgALlVeU1X3t { top:1.25rem;left:22.21875rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3Icb5AzS2w7ZGlmwBHVE5PMTfMOF0BI { top:0rem;left:24.5rem;width:23.125rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQ6r5WwhgDv079BOTzycITlnPdGKcr6l { width:14.75rem;height:2.625rem;top:7.6875rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9D6QsJelJozcgPk5HaVufqMqT1JF5eh { display:block; }
 }@media only screen and (max-width: 763px) { #W8TcSEvsQeUwUJyVFMMy290TqwSoQo7D { top:5.5rem;left:31.125rem;width:16.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfxVXEBBcLeQXBWxURkgMEyPtl9Ggzta { top:1.25rem;left:39.03125rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDxzGqwrOhOhHHV6LLTGp9GzGecSAm6P { display:block; }#WDxzGqwrOhOhHHV6LLTGp9GzGecSAm6P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aFlxd5eCwyg0KuePFu63N8TAIw06wPkT { top:0rem;left:0rem;width:23.125rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFr4Ttgnl11vDcea4OdI4tCTS9aofBFW { top:5.5625rem;left:0.75000023841856rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UelWzTTAQm3kTiJ4S48ZvislsOBqhhQN { top:1.0625rem;left:4.7177376747131rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc2q94TTu75O96X9WDilRNdZlbtoOTqX { width:14.75rem;height:2.625rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsTeMWQnAVVQSp9L54Ti8wqdnyGIoz04 { display:block; }
 }@media only screen and (max-width: 763px) { #w84FnTWTuGuUJda7hwkRLoC9aWefl768 { top:0rem;left:8.625rem;width:23.125rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKRCvlQKx3teXh6Twunv4d5CD624WeHC { top:5.5rem;left:17.562501192093rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PS1acTkwUN8vP6ctdETleZ4dZuSNXC8F { width:14.75rem;height:2.625rem;top:7.6875rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #apdgHcJsAgBHmyxliSTmT376XRf27fUT { display:block; }
 }@media only screen and (max-width: 763px) { #VnZiozGio0uG8MwGoAeKwtaXIweElSzT { top:1.25rem;left:4rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTWkRSu2OUStaccuKzvgOAGdiIRWt7cJ { top:0rem;left:24.5rem;width:23.125rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ubh19Q0nU4esvrbi8SSx2sFFNWnq4hbL { width:14.75rem;height:2.625rem;top:7.6875rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXtmSE60z7G0aTKWkFfDX7f4SWXRZLKH { display:block; }
 }@media only screen and (max-width: 763px) { #pDGSaFrcoNEIIREM9IZa728CODfSKFTd { top:5.5rem;left:31.125rem;width:16.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #auu1POxGdXLaTHFJTlBZuCXBNukJsbSC { top:1.25rem;left:39.03125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEw2frPCtoAM9P7KpP2mQ42bSvpMEQpg { display:block; }#wEw2frPCtoAM9P7KpP2mQ42bSvpMEQpg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adTNKA1KwmTRJ6UyPBdLqLkiRC7oe4t4 { top:3rem;left:3.3125rem;width:12.5rem;height:4.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y58rmcrTOgE85okb3IuGGVhT5PVWb8tU { top:3rem;left:0rem;width:13.0625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWrhuTfUkgzN5UlARMoPSEgyfQTw8bZG { top:5.25rem;left:13.75rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3LqwR6O2UcU3STiKrDOPQu7tFeCWBL0 { top:5.625rem;left:45.5rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZmsr81QuSvTbtgcq3giiw7ZmqdeazoU { top:5.625rem;left:45.5rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mM9prP8l7lbDmzuOpXvI2VptAPHpA4o9 { top:5.625rem;left:45.5rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wyhOTHvfFqnp69aMVeHmT7EDbl4rvaxZ { width:11.5rem;height:3.6875rem;top:0.5rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2IiHTtBvanMisUOck9cV3XJlf6LtaMo { width:7rem;height:2.9375rem;top:7.5rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mXiAZa5w0Fd1r3u3Zt3mislbKzpHMHNO { display:block; }
 }@media only screen and (max-width: 763px) { #qDuoftmd9sAfPtNWNXRaUENyJ6ggUKAV { width:11.75rem;height:2.9375rem;top:11.6875rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VrkrxrZAw4e5E8o6PZDAPeJXpO7X4qTB { display:block; }
 }@media only screen and (max-width: 763px) { #goNf4eEhaUukUOz9igtzVRC7Rl1D7F9k { display:block; }#goNf4eEhaUukUOz9igtzVRC7Rl1D7F9k > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DWPSL6WXQHoUe4vXw7igfDRgxthy3cZd { width:12.625rem;height:2.1875rem;top:0rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFitMtc1PHvtSZw096c9hmcb2QgWUOw9 { display:block; }
 }@media only screen and (max-width: 763px) { #wGN7dWPuFM96M3zNUIKX7JSF8KxsWITu { width:16.0625rem;height:2.9375rem;top:9.625rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RuCcpHvprS0vDLJ5ToKz5Up4hLsnMvQs { display:block; }
 }@media only screen and (max-width: 763px) { #gTRMhsll7Tl5w7fTHKQO5bx4T8PbrAFK { width:6.5625rem;height:2.1875rem;top:0rem;left:13.4375rem;z-index:100005;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4t9nv0xs1Z50W8xZ6kwK2FWTdV8xk9s { display:block; }
 }@media only screen and (max-width: 763px) { #iXkzon9omzuTdbKHRcyo4RzHqp4xc1CH { background-color:#ffc1e8;background-image:url("https://images.assets-landingi.com/uc/6ec693b3-2c35-496d-ae21-06bc3b014813/bg2.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#iXkzon9omzuTdbKHRcyo4RzHqp4xc1CH.adaptive-delivery-prevent-bg, #iXkzon9omzuTdbKHRcyo4RzHqp4xc1CH.lazyload, #iXkzon9omzuTdbKHRcyo4RzHqp4xc1CH.lazyloading { background-image: none; }#iXkzon9omzuTdbKHRcyo4RzHqp4xc1CH > .row .container { background-color: transparent; background-image: none; }#iXkzon9omzuTdbKHRcyo4RzHqp4xc1CH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXkzon9omzuTdbKHRcyo4RzHqp4xc1CH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXkzon9omzuTdbKHRcyo4RzHqp4xc1CH > .row .container > .video-iframe-container { display: none; }#iXkzon9omzuTdbKHRcyo4RzHqp4xc1CH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXkzon9omzuTdbKHRcyo4RzHqp4xc1CH > .row > .video-iframe-container { display: none; }#iXkzon9omzuTdbKHRcyo4RzHqp4xc1CH > .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); }#iXkzon9omzuTdbKHRcyo4RzHqp4xc1CH > .row .container { width:20rem;height:19.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GKwG5TH7KfvuyV06TNSMfMvzZQJ5XFiu { width:20rem;height:10.40625rem;top:2.9375rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FJE3hyWHuPc51v4USPo4fIEoR3rb1Te8 { width:13.25rem;height:3.5625rem;top:9.84375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPWlE2zyahuqUVQBLCvAhyEt5J3hozxl { width:11rem;height:3.5625rem;top:2.75rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuwgmrJOL43atisMFTAM8RkktUft2s7P { width:12.5rem;height:1.29980625rem;top:15.875rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnPi4haEXCd9423nF1FAgupL5AIb5At2 { width:1.9375rem;height:1.9375rem;top:15.4375rem;left:14.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGLAEPb6QnhrtsDDKefTV4WasALu6XeL { width:15.6875rem;height:3.4375rem;top:14.8125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIV08OXbCLdH9Jw6HXhosTFRLSJK6rW5 { display:block; }
 }@media only screen and (max-width: 763px) { #fBLR8cwsDuWXX3f18AzfAEe0k5nX7xGc { top:1.78125rem;left:1.4375rem;width:17.125rem;height:16.125rem;z-index:99998;background-color:#ffc1e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #mvA6hs0LHIWzicWapxrEREx7nHkLkrVK { display:block; }#mvA6hs0LHIWzicWapxrEREx7nHkLkrVK > .row .container { width:20rem;height:47.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLxcwe3mHbgS4e9fbi8XpshWqLW7nqPX { width:12.75rem;height:17.0625rem;top:30.375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2PUl65oxfgiNKyTzcL0iLE77hKCZ6xP { width:4.3125rem;height:4.0625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LmKxZhI3QKza1N3un2Xx4BsqIlsiRGCp { width:16.625rem;height:7.875rem;top:2.2265625rem;left:1.6875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KRCyJd6dvRIGAnBTdeHaJKE8JoUMyZBb { width:20rem;height:14.4rem;top:10.9404296875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #FVTtMTRJgiyMK2dzWd1Lp7lMuMB0QTdl { width:4.3125rem;height:3.375rem;top:32.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #LncoyF1ffb2qSEO1BJR12QvzDDdxJZ1f { width:15.6875rem;height:3.4375rem;top:26.1875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1RTr7N6upqsD6rILBguzUhPTD4Myvyl { display:block; }
 }@media only screen and (max-width: 763px) { #ES26TsQGN9mhkMUpgOu10ZgR7i8HxZsi { width:15.75rem;height:1.29980625rem;top:27.25rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMrm53HtMSp4KXRGLZXq0ydMKAc0SDRC { width:1.9375rem;height:1.9375rem;top:26.8125rem;left:16.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzP99rHOfOrTXGUm3lvfecwx4JF1nQMS { display:block; }#PzP99rHOfOrTXGUm3lvfecwx4JF1nQMS > .row .container { width:20rem;height:48.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xWMG0Np30cZVvfn4sGFO7ydIMeRXnLfB { width:20rem;height:10.6875rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciwCy2oiXhncTnhItM47umohyRR2ZtyU { width:4.1875rem;height:4.1875rem;top:5.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyVZ3CTPZFhf7Px2fgqPNWy6u0PZB9CP { width:12.5rem;height:1.4625rem;top:5.1875rem;left:5.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I291rRtn7DN9rT1fApm0Db7adtAL6Dyw { width:13rem;height:4.5rem;top:6.75rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgWbfgEQKHJWvSuCtVeNDoWsw3JwDOnK { width:20rem;height:14.875rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSJ0S4WCRshhklDp6vl2TgIuxfk9t5EN { width:13.1875rem;height:7.5rem;top:20.1875rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLNDz2cMtQ5xFJVi30TtJzHTzP8ZeTnH { width:12.5rem;height:3.15rem;top:17rem;left:5.5rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UJNhRtm88xUtp1beT6KW2CVOHDHzo61H { width:4.1875rem;height:4.1875rem;top:17.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz9zTGOAlySubZITb6a5igHkq7qt2VeE { width:20rem;height:13.625rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywek8XRUgp9IeFsPZFp1tM5RUmmi82b1 { width:12.5rem;height:3.15rem;top:33.0625rem;left:5.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1zFtLTazMTotELwMMVtfhsf1VG5f7QM { width:13rem;height:6rem;top:36.25rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rce2eOEfQWQnq5ZWS9ISHuI4qkurcefZ { width:4.1875rem;height:4.1875rem;top:33.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8oK0aCwTy7vXt2nNQo3kDIKc6IAMGNL { display:block; }#P8oK0aCwTy7vXt2nNQo3kDIKc6IAMGNL > .row .container { width:20rem;height:71.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EZCF7iUJrp5asTU2RH7ptyinvkA5gplt { width:20rem;height:33.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDbfXG9TW2S0MNWA5FUmKytUspHL6WRU { width:20rem;height:4.9rem;top:2.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #METdUTHwCx1hb8ZSMsHRibLTSowDq72A { width:18.5625rem;height:17.6rem;top:10.216796875rem;left:0.71875rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #kq5ctm2vWLM1VzET9H4oNfbBW48ovRdH { width:9.375rem;height:0.125rem;top:8.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMXpO2xwSTlqGzXW5BAItPTr7ck4tM2Q { width:20rem;height:33.375rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzdRW0hcfJaOpC5nlCS1IdKSek1nxWN8 { width:18.0625rem;height:17.6rem;top:44.3720703125rem;left:0.96875rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #qA5uWu8Rq7f9FWCFcm5B8V77fLJMdslo { width:9.375rem;height:0.125rem;top:42.8447265625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZTS8OGhsmlQkeqTU4IG6X2vfUrlC3A2 { width:20rem;height:4.9rem;top:36.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlnSOOTz8ttBQiqsV4TCB1vRsQNLMwTC { width:7.1875rem;height:7.1875rem;top:61.244140625rem;left:12.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MDwrfcvKml3BQ7LB8gwFNJyylARzebUK { width:5.9375rem;height:6rem;top:1.25rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #aVElmKac42vUacyTofLiDNSro1zpVF8b { width:15.6875rem;height:3.4375rem;top:27.9375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyzidGPFttMz8TB9EpIOKMWrDMLgkkLz { display:block; }
 }@media only screen and (max-width: 763px) { #ebaApVW8IT1qWogSBF8kJlcAiU4Icvwt { width:15.75rem;height:1.29980625rem;top:29rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbiNvuKmxByQyEL8q0AsMKmP72FQFnBA { width:1.9375rem;height:1.9375rem;top:28.5rem;left:16.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkcXMn4SXVdv85snov65ZfsVUAkNTnZz { width:15.6875rem;height:3.4375rem;top:62.5rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #osTiSxpVzzzsF9JntfCO4u11kJHe6nLv { display:block; }
 }@media only screen and (max-width: 763px) { #OiplE7czuTwEBxh818gvfmFQAWxxC2F7 { width:15.75rem;height:1.29980625rem;top:63.625rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM7RFwPUqkRwJATTdUU3KsqKf2vFvSt7 { width:1.9375rem;height:1.9375rem;top:63.1875rem;left:16.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVMZJkHcKi8DCTPMT8ucGfD2qSE1kFWS { display:block; }#FVMZJkHcKi8DCTPMT8ucGfD2qSE1kFWS > .row .container { width:20rem;height:54.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hmsd8Tmt0C0FfoVbiH850xwqGnG8fR0o { width:3.875rem;height:3.875rem;top:2.625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oittxiS1vTldQS2fmspfo04QaKxszPuW { width:12.5rem;height:1.4625rem;top:7.75rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp5d0OUq5a3NIzr1VE6UOBfVaJp39yaH { width:16.6875rem;height:9rem;top:9.5rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXi7IDanFZqvunqP8so3IzSIoyqoFSeQ { width:16.6875rem;height:7.5rem;top:27.1875rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMfmwB7aWEWoxTuO0PzAW46dLTiBi8A2 { width:4.1875rem;height:4.1875rem;top:20.1875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pfbbx1uqaxbgrT56SrTKAiHF20TnFt0B { width:18.0625rem;height:1.4625rem;top:25.3125rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TleZeyMeJEzr41PLTTL7fJVMQ1oBpFg3 { width:17.875rem;height:9rem;top:43.0078125rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLezTOtZV0I14zmJ4ngWZkedug4r2ETL { width:3.9375rem;height:3.9375rem;top:36.234375rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPZTJQZM6466nH0wAxwh0zVZZ3PBgIc4 { width:18.0625rem;height:1.4625rem;top:41.234375rem;left:0.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJB5DlkTWOHueR5zyESlmxS9ND5I3rpT { width:5.625rem;height:5.625rem;top:4.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtEvIBzy6tQPKNSskEOSoKUGuLxhIt5G { width:5.625rem;height:5.625rem;top:21.875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnXLrCE7UcQnMoVxd18XxiyVxMPE0dbA { width:5.625rem;height:5.625rem;top:37.7578125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb7LedeWVtJLqRPp0iwyPAmb3xli6Bua { display:block; }#Tb7LedeWVtJLqRPp0iwyPAmb3xli6Bua > .row .container { width:20rem;height:55.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJ5HG9HEg4TenTFmEn7sMz6B6fw1bZAo { width:14.625rem;height:23.25rem;top:31.9375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZEyiNNClByiWZbkdHuDVqXSxplbHpdr { width:4.5rem;height:3.375rem;top:50.194791793823rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B033PmreSrNo7f0oy4IkTyDdN74SHLOi { width:3.125rem;height:4.3125rem;top:35.332291603088rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvud1vv1OrG847a3JhozmvW3qbGlbh6D { width:6rem;height:5.625rem;top:1.25rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #kaCFNSiCfJwDMLkSNNrNWz5hhyTZnwAU { width:20rem;height:4.9rem;top:3.125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KJ2G2g2TfccF0otCNzikXgsdsPxFrrRT { width:20rem;height:17.6rem;top:9.224609375rem;left:0rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #awEGvIPgwqRB331y5V5QqDNkCaQeEvmJ { width:15.6875rem;height:3.4375rem;top:27.6875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFJ6e3Is0X2AUU9hAh79iVnQqL4FqJGT { display:block; }
 }@media only screen and (max-width: 763px) { #UlbAqvFXi0m4IWJi0BOAkdzMlt1DPlHL { width:15.75rem;height:1.29980625rem;top:28.75rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrcU5LDsdZAkvTkTsDDkFJQ8lDvi1DKR { width:1.9375rem;height:1.9375rem;top:28.25rem;left:16.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4d2Llwe6ZbHP0kfPeVRD4KZzQDZWNED { display:block; }#W4d2Llwe6ZbHP0kfPeVRD4KZzQDZWNED > .row .container { width:20rem;height:59.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GFxSqlcTGZGbRHTpQLWSyNfE5ymvQ4kt { width:15.6875rem;height:3.4375rem;top:53.125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCcu7UapkLHak5wZV8OJ5Jwr7w8hbQwW { display:block; }
 }@media only screen and (max-width: 763px) { #uXFKveTPWXqvxOMNTtHskD0aEAcsMD4g { width:15.75rem;height:1.29980625rem;top:54.1875rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y91tVhFcPXVdBXJhsdSJSTtT3VfS4GRv { width:1.9375rem;height:1.9375rem;top:53.75rem;left:16.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #quLRbAdC1du8XRk69ut9SsHxV3vfQGSf { width:20rem;height:14.4rem;top:9.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #MBiG4cnGHwWTRpLHw6CTq5i6TT1pBfPv { width:20rem;height:4.9rem;top:3.0625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LOrAmir40RAP1sX2XH0EChPfAZGkIcXW { width:4.0625rem;height:4.0625rem;top:26.4375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROp3bmqRWr9cFC0B3KRNIHS4BWc4C1eN { width:14.125rem;height:1.4625rem;top:26.125rem;left:5.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6oT7uBk3BCDpBIBaMnGqsLyK2rCtP5y { width:14.0625rem;height:7.5rem;top:27.625rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm9tfr1o6NtKsEulK4AAWbO0e69HbUmt { width:13.5625rem;height:4.5rem;top:38.125rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #McE4fb6gdpIZ6TMZwy8168G7cV7MT7h4 { width:11.9375rem;height:1.4625rem;top:36.5625rem;left:5.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc2KLxHyipHoSHeESQ4s1hr4kOQVL8DI { width:4.0625rem;height:4.0625rem;top:36.75rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikoQNTlZuBy4vT2zZ33wzpsZhQsZoKly { width:13.375rem;height:6rem;top:45.654296875rem;left:5.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmwFN3h2NT6oNUROxe4zgcQSKa58dfpc { width:14.6875rem;height:1.4625rem;top:44.193359375rem;left:5.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNDdxflZdeaVa4eCVnstt0AEqly9HfBG { width:4.0625rem;height:4.0625rem;top:44.25rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSiCTEoEyboRQ00ZzuEluVJT2QOHexKy { width:4.5625rem;height:8.0625rem;top:82.52835625rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #el3FNahkDVySDblnxiQQGTe1SLULZrGw { display:block; }#el3FNahkDVySDblnxiQQGTe1SLULZrGw > .row .container { width:20rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sL0egDAOkl1EpWPt1a2qsLEEHxNtJEO9 { width:16.4375rem;height:4.9rem;top:2.8125rem;left:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtF1TC6NHnU06CRc7PT7DcTg6SamHEEE { width:20rem;height:17.6rem;top:8.724609375rem;left:0rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #uhJ6kCgASX99JyiciubOmFV3AFEAPhtt { width:8.5625rem;height:9.75rem;top:1.25rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #t5uXCwbSUKLFHdLLPRGWZlV8I6eKpi5t { width:5.125rem;height:5.125rem;top:29.75rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNQ7Ii9qkTyu6b03TXu2kRlTtoWqXTt3 { width:5.4375rem;height:5.125rem;top:27rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgmypTMPhQxet9eV8hIOqJFA4BuG0ue3 { display:block; }#QgmypTMPhQxet9eV8hIOqJFA4BuG0ue3 > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rEQHcetMW3Na9TbFslFLRwDTJP6xJfdl { width:17.5625rem;height:3.75rem;top:1.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyCxaVEaPitT9B1xbf72y6dgbL7LzFNm { width:17.0625rem;height:1.7871125rem;top:2.25rem;left:1.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCEUUeQN0b1xqo0iKcIFsdPiILzVBGu3 { width:17.5625rem;height:3.75rem;top:6.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEFd6vDXFrVkrdF1g5uzRgFkQUVAcfv1 { width:17.0625rem;height:1.7871125rem;top:7.25rem;left:1.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1vcCO50Sc4EFXC4Os2CGIgNCUENdD9w { width:17.5625rem;height:3.75rem;top:11.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZMqEuTqX8LOkkudWFEcFy6hyy52R3Pa { width:17.0625rem;height:1.7871125rem;top:12.25rem;left:1.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCFfhISVHSWmDTX6dT0Jp9tTaaElL35t { display:block; }#DCFfhISVHSWmDTX6dT0Jp9tTaaElL35t > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B3Mglz6NVIWLd4S8uXIgu6TB2vPyRVJV { width:17.5625rem;height:3.75rem;top:1.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #woBQgBKVXPZCm2GUNwegKiPg29OJiVda { width:17.0625rem;height:1.7871125rem;top:2.25rem;left:1.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlnBzJ2IbdFI5n96mCF7HOy7bcXGA9s3 { width:17.5625rem;height:3.75rem;top:6.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMXSkVobVRPhmzkM8yO2Bo090ty5nm4u { width:17.0625rem;height:1.7871125rem;top:7.25rem;left:1.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQkFuZbhFcVpyTq795DVFB6ZzXaqu4gb { width:17.5625rem;height:3.75rem;top:11.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoT9iCiTN6m4u8iQu98PfCJTZ1pfyMe8 { width:17.0625rem;height:1.7871125rem;top:12.25rem;left:1.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wd3WL52S4epuoesePsmsFuOr6OTHbbS2 { display:block; }#Wd3WL52S4epuoesePsmsFuOr6OTHbbS2 > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gawyaPi7L6xvEzBgDfoHpK3tPUmNWKlH { width:17.5625rem;height:3.75rem;top:1.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuuHN5TTHsavVvnrBCVFqVOcpP70ryfQ { width:17.0625rem;height:1.7871125rem;top:2.25rem;left:1.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeEUXS32g4hqwF2O8kry8GlKsVREtxam { width:17.5625rem;height:3.75rem;top:6.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvrKpKE3Oa5bydQL3GzdPw7ndDN3uf41 { width:17.0625rem;height:1.7871125rem;top:7.25rem;left:1.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRSHdACe1kdreywVxu8zETzKJ8bTWBaG { width:17.5625rem;height:3.75rem;top:11.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhT4pkdVtMzlmpKiXE569Ui75b3GWZyO { width:17.0625rem;height:1.7871125rem;top:12.25rem;left:1.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Urailn6HHIUJAOfLNqsq8VX72R4h9TqZ { width:4.9375rem;height:6.6875rem;top:16.25rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TAM7ITUiq74bT3ZEw8ncddkdcp7uXVy3 { display:block; }#TAM7ITUiq74bT3ZEw8ncddkdcp7uXVy3 > .row .container { width:20rem;height:13.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQ7PRezReBA9vqbc6tlcKTPITW2uNXbi { width:20rem;height:4.9rem;top:2.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #llyGutvGU6TGldvWhF9HfBazZPhvVyCN { width:15.0625rem;height:3.2rem;top:8.787109375rem;left:2.46875rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #RNLgGqP06KH3sVLxtTpkasTpZaFTFoft { display:block; }#RNLgGqP06KH3sVLxtTpkasTpZaFTFoft > .row .container { width:20rem;height:41.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iu2UwElZW3tLyNUoTEA8od8VQ7g4Oia4 { width:18.75rem;height:12.625rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVffS2g1rKIu9Qp9USTA6uUxry5htkxx { width:12.5rem;height:1.54375rem;top:6.875rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9MaESDIUCrCuZOwn4KfH8DeuS9tMfW3 { width:3.1875rem;height:3.1875rem;top:2.75rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8kMFEDnpFfZpCdBVWg9RAHBx1aBykRV { width:14.75rem;height:2.9375rem;top:9.125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBwTzTWgkNKA5DbLPoMefWFwaIMqPKEi { display:block; }
 }@media only screen and (max-width: 763px) { #gvcXtnPrC604yPueAfGu1cc57ndEfeDb { width:18.75rem;height:12.625rem;top:14.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lE7zk2uoMAtKNCzqEcRxqDZcwOEETVpS { width:12.5rem;height:1.54375rem;top:20.375rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UANXeFTssG3vdniBD65Ev0sRXbCvpvW1 { width:14.75rem;height:2.9375rem;top:22.75rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcGBHcEg0iqK3S3zP0DRlqWZQePPVlBT { display:block; }
 }@media only screen and (max-width: 763px) { #trQhq1lqlt7re12OnBeZlfNfwdbTh9x7 { width:3.1875rem;height:3.1875rem;top:16.125rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm3O2yxTsR5cFZ9EIycNKplI3ZJnny5z { width:18.75rem;height:12.625rem;top:28.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtbCRJqKdAHT4mkylssTQkJRiQVd1u0B { width:14.75rem;height:2.9375rem;top:36.375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELTGhRzS4SZnpvV4ArHcGCk9anI6Ll0c { display:block; }
 }@media only screen and (max-width: 763px) { #lbd9HOOTPtQpk4tLN05FQwStmsXOWW3H { width:16.5rem;height:1.54375rem;top:34rem;left:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBJ0rTsUPOPn520U6f4PcWuCT7lMxHbD { width:3.1875rem;height:3.1875rem;top:29.75rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iie3x46bJCnmqbaeBoRWdEmxGbVeMdxf { display:block; }#Iie3x46bJCnmqbaeBoRWdEmxGbVeMdxf > .row .container { width:20rem;height:41rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yboLUHVEHzDdcL3FuMPJwyt8HKu8i5p7 { width:18.75rem;height:12.625rem;top:1rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixGIHL9tR99ikp73Q8HM6nSfDvXrTKMy { width:12.5rem;height:1.54375rem;top:6.6875rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVkuoPFJeUSl3TBoLdJOktim9iCke8vT { width:3.1875rem;height:3.1875rem;top:2.375rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH0s225U2fQAEn18JnEekxsypszStu2N { width:14.75rem;height:2.9375rem;top:8.9375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIrcS69C0802bfTgLv0duqtdCBx4IMQL { display:block; }
 }@media only screen and (max-width: 763px) { #g890dwWqpP8T1tDFobvXDUWAcOdUD7i7 { width:18.75rem;height:12.625rem;top:14.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqf4uGbI0Tyw3maAN5KoA7HOFvSc7bR5 { width:16.4375rem;height:1.54375rem;top:20.3125rem;left:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXXfMWnP9Zi5a6bVHQFUDSWpTvlTEzpt { width:14.75rem;height:2.9375rem;top:22.6875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP6aNeQ1hH1ThT9A0ncGdSaLXAz1IrZM { display:block; }
 }@media only screen and (max-width: 763px) { #DwlPCiuwKgTBqr3VOMP9xgALlVeU1X3t { width:3.1875rem;height:3.1875rem;top:15.9375rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3Icb5AzS2w7ZGlmwBHVE5PMTfMOF0BI { width:18.75rem;height:12.625rem;top:28.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQ6r5WwhgDv079BOTzycITlnPdGKcr6l { width:14.75rem;height:2.9375rem;top:36.3125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9D6QsJelJozcgPk5HaVufqMqT1JF5eh { display:block; }
 }@media only screen and (max-width: 763px) { #W8TcSEvsQeUwUJyVFMMy290TqwSoQo7D { width:16.5rem;height:1.54375rem;top:34rem;left:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfxVXEBBcLeQXBWxURkgMEyPtl9Ggzta { width:3.1875rem;height:3.1875rem;top:29.5rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDxzGqwrOhOhHHV6LLTGp9GzGecSAm6P { display:block; }#WDxzGqwrOhOhHHV6LLTGp9GzGecSAm6P > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aFlxd5eCwyg0KuePFu63N8TAIw06wPkT { width:18.75rem;height:12.625rem;top:1rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFr4Ttgnl11vDcea4OdI4tCTS9aofBFW { width:12.5rem;height:1.54375rem;top:6.75rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UelWzTTAQm3kTiJ4S48ZvislsOBqhhQN { width:3.1875rem;height:3.1875rem;top:2.5rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc2q94TTu75O96X9WDilRNdZlbtoOTqX { width:14.75rem;height:2.9375rem;top:9rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsTeMWQnAVVQSp9L54Ti8wqdnyGIoz04 { display:block; }
 }@media only screen and (max-width: 763px) { #w84FnTWTuGuUJda7hwkRLoC9aWefl768 { width:18.75rem;height:12.625rem;top:14.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKRCvlQKx3teXh6Twunv4d5CD624WeHC { width:12.5rem;height:1.54375rem;top:20.1875rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PS1acTkwUN8vP6ctdETleZ4dZuSNXC8F { width:14.75rem;height:2.9375rem;top:22.5625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #apdgHcJsAgBHmyxliSTmT376XRf27fUT { display:block; }
 }@media only screen and (max-width: 763px) { #VnZiozGio0uG8MwGoAeKwtaXIweElSzT { width:3.1875rem;height:3.1875rem;top:15.8125rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTWkRSu2OUStaccuKzvgOAGdiIRWt7cJ { width:18.75rem;height:12.625rem;top:28.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ubh19Q0nU4esvrbi8SSx2sFFNWnq4hbL { width:14.75rem;height:2.9375rem;top:36.3125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXtmSE60z7G0aTKWkFfDX7f4SWXRZLKH { display:block; }
 }@media only screen and (max-width: 763px) { #pDGSaFrcoNEIIREM9IZa728CODfSKFTd { width:16.5rem;height:1.54375rem;top:33.9375rem;left:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #auu1POxGdXLaTHFJTlBZuCXBNukJsbSC { width:3.1875rem;height:3.1875rem;top:29.6875rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEw2frPCtoAM9P7KpP2mQ42bSvpMEQpg { display:block; }#wEw2frPCtoAM9P7KpP2mQ42bSvpMEQpg > .row .container { width:20rem;height:15.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adTNKA1KwmTRJ6UyPBdLqLkiRC7oe4t4 { width:12.5rem;height:4.55rem;top:6.6875rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y58rmcrTOgE85okb3IuGGVhT5PVWb8tU { width:13.0625rem;height:4.25rem;top:1.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWrhuTfUkgzN5UlARMoPSEgyfQTw8bZG { width:10.0625rem;height:2.275rem;top:8.9375rem;left:9.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3LqwR6O2UcU3STiKrDOPQu7tFeCWBL0 { width:2.25rem;height:2.25rem;top:12.3828125rem;left:5.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZmsr81QuSvTbtgcq3giiw7ZmqdeazoU { width:2.25rem;height:2.25rem;top:12.3828125rem;left:8.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mM9prP8l7lbDmzuOpXvI2VptAPHpA4o9 { width:2.25rem;height:2.25rem;top:12.3828125rem;left:11.75rem;font-size:1.5625rem;display:block; }
 }